]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-14 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-mode): Make a new keymap every time we enable ido,
4 as the coverage buffer/file/both may change.
5
6 2005-06-14 Lute Kamstra <lute@gnu.org>
7
8 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
9 and run-mode-hooks. Simplify.
10
11 * mail/rmailedit.el (rmail-edit-mode):
12 * progmodes/octave-inf.el (inferior-octave-mode):
13 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14
15 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
16 and run-mode-hooks.
17 (recentf-edit-list, recentf-open-files): Don't call
18 kill-all-local-variables directly.
19
20 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
21
22 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
23
24 * forms.el (forms--intuit-from-file): Fix reference to
25 `forms-number-of-fields' in error message.
26 (forms-print): Fix quoting in error message.
27
28 * forms.el (forms-mode):
29 * emulation/vi.el (vi-goto-insert-state):
30 * progmodes/flymake.el (flymake-new-err-info)
31 (flymake-start-syntax-check-for-current-buffer)
32 (flymake-simple-cleanup):
33 * eshell/esh-var.el (eshell/export):
34 * progmodes/gud.el (xdb):
35 * textmodes/flyspell.el (flyspell-incorrect-hook)
36 (flyspell-maybe-correct-transposition)
37 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
38
39 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
40
41 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
42 minibuffer prompt.
43
44 2005-06-13 Kim F. Storm <storm@cua.dk>
45
46 * subr.el (add-to-ordered-list): New defun.
47
48 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
49 add cua--keymap-alist to emulation-mode-map-alists.
50
51 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * subr.el (complete-in-turn): New macro.
54 (dynamic-completion-table, lazy-completion-table): Add debug info.
55
56 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
57 in preference to face aliases.
58
59 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
60 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
61 Remove unused vars `start' and `firstline'.
62 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
63 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
64
65 2005-06-13 Eli Zaretskii <eliz@gnu.org>
66
67 * cus-start.el (all): Don't complain about missing GTK-related
68 variables, unless either `gtk' is boundp or this isn't a
69 `windows-nt' build.
70
71 2005-06-13 Lute Kamstra <lute@gnu.org>
72
73 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
74 run-mode-hooks.
75
76 * ediff-mult.el (ediff-meta-mode):
77 * ediff-util.el (ediff-mode): Use run-mode-hooks.
78
79 * ledit.el (ledit-mode): Use delay-mode-hooks.
80
81 * woman.el (woman-mode-line-format): Delete constant.
82 (woman-mode-map): Initialize it properly.
83 (woman-mode): Set mode-class property to special.
84 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
85 Set major-mode and mode-name. Don't set mode-line-format directly.
86 (Man-getpage-in-background): Don't reference woman-mode-line-format.
87
88 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
89 string argument obsolete.
90
91 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
92
93 * textmodes/org.el: (org-CUA-compatible): New option.
94 (org-disputed-keys): New variable.
95 (org-key): New function.
96 (orgtbl-make-binding): Add docstring to the created function.
97 (org-mode): Set paragraph start/separate regexps.
98 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
99 (org-archive-location, org-archive-mark-done)
100 (org-archive-stamp-time): New options.
101 (org-archive-subtree): New command.
102 (org-fill-paragraph): New function.
103 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
104 (org-fake-empty-table-line): Function removed.
105 (org-format-org-table-html): Do not create empty table lines at
106 separator lines. Improved table header treatment.
107 (org-link-format): New option.
108 (org-make-link): New function.
109 (org-insert-link, org-store-link): Use org-make-link.
110 (org-open-file): Quote file name for shell command, to allow
111 spaces in file names.
112 (org-link-regexp): Fix bug with mailto link.
113 (org-link-maybe-angles-regexp, org-protected-link-regexp):
114 New constants.
115 (org-export-as-html): Deal with the optional angles around a link.
116 Better treatment of file: links.
117 (org-open-at-point): Replace @{ and @} with < and >.
118 (org-run-mode-hooks): Function removed.
119 (org-agenda-mode): No longer use `org-run-mode-hooks'.
120
121 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
122
123 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
124 MI command -data-list-register-values.
125 (gdb-post-prompt): Indent properly.
126
127 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
128
129 * hilit-chg.el (highlight-changes-colors): Rename from
130 `highlight-changes-colours'.
131 (highlight-changes-colours): Keep as obsolete alias.
132 (highlight-changes-face-list): Doc fix.
133 (hilit-chg-make-list): Use `highlight-changes-colors'.
134
135 2005-06-12 Mark A. Hershberger <mah@everybody.org>
136
137 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
138 defun-prompt-regexp.
139
140 2005-06-12 Eli Zaretskii <eliz@gnu.org>
141
142 * loadup.el: Don't say we are dumping under 2 names on windows-nt
143 and cygwin.
144
145 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
146 Don't use an old loaddefs.el, as in Makefile.in.
147
148 2005-06-12 Lute Kamstra <lute@gnu.org>
149
150 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
151
152 * man.el (Man-mode-map): Initialize it properly.
153 (Man-mode): Set mode-class property to special.
154
155 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
156
157 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
158
159 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
160 A newline is needed in the docstring there.
161
162 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
163 Doc fixes.
164
165 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
166
167 * printing.el: Doc fix. The menubar is no more changed when printing
168 is loaded, it only changes when pr-menu-bind or pr-update-menus is
169 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
170 (pr-version): New version number (6.8.4).
171 (pr-menu-bind): New command.
172 (pr-update-menus): Docstring and code fix.
173 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
174 Docstring fix.
175 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
176 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
177
178 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
179
180 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
181 "Returns" to "return", document useful return values, etc.
182
183 2005-06-11 Alan Mackenzie <acm@muc.de>
184
185 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
186 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
187 (adaptive-file-function): Minor amendment to doc-string.
188
189 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
190
191 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
192 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
193 Fix :type--it is `integer', not `string'.
194
195 * faces.el (modeline-highlight): Rename from (the erroneous)
196 `modeline-higilight'.
197
198 2005-06-11 Lute Kamstra <lute@gnu.org>
199
200 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
201 lisp-interaction-mode-map but make it the parent.
202 (edebug-eval-mode): Use define-derived-mode.
203
204 2005-06-11 Andreas Schwab <schwab@suse.de>
205
206 * bindings.el: Add binding of `ESC functionkey' for every
207 `M-functionkey'.
208 * hexl.el (hexl-mode-map): Likewise.
209
210 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
211
212 * progmodes/compile.el (compilation-error-regexp-alist-alist)
213 [msft]: update regexp for newer msft compilers.
214
215 2005-06-10 Mark A. Hershberger <mah@everybody.org>
216
217 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
218 ATTLIST portions of included DTDs.
219 (xml-parse-dtd): Eliminate use of inefficient match-data.
220
221 2005-06-10 Miles Bader <miles@gnu.org>
222
223 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
224 (mpuz-text): Remove "-face" suffix from face names.
225 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
226 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
227 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
228
229 * play/gomoku.el (gomoku-O, gomoku-X):
230 Remove "-face" suffix from face names.
231 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
232 New backward-compatibility aliases for renamed faces.
233 (gomoku-font-lock-keywords): Use renamed gomoku faces.
234
235 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
236
237 * thumbs.el: Fixes for changes of 2005-06-09.
238 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
239 as a directory.
240 (thumbs-thumbname): Remove directory separator from format string;
241 `thumbs-thumbsdir' now returns a valid directory name.
242 (thumbs-temp-dir): New defsubst.
243 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
244 Use it.
245
246 * cus-edit.el (minibuffer):
247 * files.el (make-backup-file-name-function):
248 * filesets.el (filesets-external-viewers):
249 * hilit-chg.el (highlight-changes-colours)
250 (highlight-changes-face-list, highlight-changes-rotate-faces):
251 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
252 * kmacro.el (kmacro-call-macro):
253 * log-edit.el (log-edit-changelog-full-paragraphs):
254 * mouse.el (mouse-1-click-follows-link):
255 * skeleton.el (skeleton-autowrap):
256 * subr.el (insert-for-yank-1):
257 * tempo.el (tempo-insert-region):
258 * terminal.el (terminal-emulator):
259 * time.el (display-time-mail-face):
260 * vc.el (vc-annotate):
261 * vcursor.el (vcursor-copy-line):
262 * woman.el (woman-bold-headings, woman-ignore)
263 (woman-default-faces, woman-monochrome-faces):
264 * calendar/todo-mode.el (todo-insert-threshold):
265 * emulation/pc-select.el (pc-select-selection-keys-only)
266 (pc-selection-mode):
267 * emulation/vip.el (vip-find-char-forward):
268 * emulation/viper-cmd.el (viper-find-char-forward):
269 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
270 (input-method-exit-on-invalid-key):
271 * international/mule-diag.el (describe-coding-system):
272 * international/ucs-tables.el (unify-8859-on-encoding-mode):
273 * net/browse-url.el (browse-url-xterm-program):
274 * obsolete/lazy-lock.el (lazy-lock-mode):
275 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
276 (cperl-mode):
277 * progmodes/cpp.el (cpp-face-light-name-list)
278 (cpp-face-dark-name-list):
279 * progmodes/delphi.el (delphi-newline-always-indents):
280 Fix spellings in docstrings.
281
282 * ido.el (ido-mode, ido-file-extensions-order)
283 (ido-default-file-method, ido-default-buffer-method)
284 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
285 (ido-decorations, ido-read-file-name-as-directory-commands)
286 (ido-read-file-name-non-ido, ido-work-directory-list)
287 (ido-ignore-item-temp-list, ido-current-directory)
288 (ido-magic-forward-char, ido-enter-find-file)
289 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
290 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
291
292 2005-06-10 Lute Kamstra <lute@gnu.org>
293
294 * play/dunnet.el (dun-mode): Use define-derived-mode.
295 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
296 obsolete alias.
297
298 * play/doctor.el (doctor-mode-map): Remove defvar.
299 (doctor-mode): Use define-derived-mode.
300
301 * mail/mspools.el (mspools-mode):
302 * net/eudc-hotlist.el (eudc-hotlist-mode):
303 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
304
305 2005-06-10 Miles Bader <miles@gnu.org>
306
307 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
308 Remove "-face" suffix from face names.
309 (flyspell-incorrect-face, flyspell-duplicate-face):
310 New backward-compatibility aliases for renamed faces.
311 (flyspell-mode-on, make-flyspell-overlay)
312 (flyspell-highlight-incorrect-region)
313 (flyspell-highlight-duplicate-region)
314 (flyspell-display-next-corrections)
315 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
316
317 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
318 from face name.
319 (texinfo-heading-face): New backward-compatibility alias for
320 renamed face.
321 (texinfo-heading-face): Use renamed texinfo-heading face.
322
323 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
324 suffix from face names.
325 (tex-math-face, tex-verbatim-face):
326 New backward-compatibility aliases for renamed faces.
327 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
328 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
329 literal face name.
330
331 * textmodes/table.el (table-cell): Remove "-face" suffix from face
332 name.
333 (table-cell-face): New backward-compatibility alias for renamed face.
334 (table--put-cell-face-property, table--update-cell-face):
335 Use renamed table-cell face.
336
337 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
338 from face name.
339 (sgml-namespace-face): New backward-compatibility alias for
340 renamed face.
341 (sgml-namespace-face): Use renamed sgml-namespace face.
342
343 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
344 (org-level-4, org-level-5, org-level-6, org-level-7)
345 (org-level-8, org-warning, org-headline-done)
346 (org-deadline-announce, org-scheduled-today)
347 (org-scheduled-previously, org-link, org-done, org-table)
348 (org-time-grid): Remove "-face" suffix from face names.
349 (org-level-1-face, org-level-2-face, org-level-3-face)
350 (org-level-4-face, org-level-5-face, org-level-6-face)
351 (org-level-7-face, org-level-8-face, org-warning-face)
352 (org-headline-done-face, org-deadline-announce-face)
353 (org-scheduled-today-face, org-scheduled-previously-face)
354 (org-link-face, org-done-face, org-table-face)
355 (org-time-grid-face):
356 New backward-compatibility aliases for renamed faces.
357 (org-level-faces, org-set-font-lock-defaults, org-timeline)
358 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
359 (org-agenda-get-timestamps, org-agenda-get-scheduled)
360 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
361
362 * emulation/viper-init.el (viper-search, viper-replace-overlay)
363 (viper-minibuffer-emacs, viper-minibuffer-insert)
364 (viper-minibuffer-vi): Remove "-face" suffix from face names.
365 (viper-search-face, viper-replace-overlay-face)
366 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
367 (viper-minibuffer-vi-face):
368 New backward-compatibility aliases for renamed faces.
369 (viper-search-face, viper-replace-overlay-face)
370 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
371 (viper-minibuffer-vi-face): Use renamed viper faces.
372
373 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
374 Remove "-face" suffix from face names.
375 (testcover-nohits-face, testcover-1value-face):
376 New backward-compatibility aliases for renamed faces.
377 (testcover-mark): Use renamed testcover faces.
378
379 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
380 face name.
381 (diary-button-face): New backward-compatibility alias for renamed face.
382 (diary-entry): Use renamed diary-button face.
383
384 * calendar/calendar.el (diary, calendar-today, holiday)
385 (mark-visible-calendar-date): Remove "-face" suffix from face names.
386 (diary-face, calendar-today-face, holiday-face):
387 New backward-compatibility aliases for renamed faces.
388 (eval-after-load "facemenu", diary-entry-marker)
389 (calendar-today-marker, calendar-holiday-marker, diary-face):
390 Use renamed calendar faces.
391
392 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
393 (compare-windows-face): New backward-compatibility alias for
394 renamed face.
395 (compare-windows-highlight): Use renamed compare-windows face.
396
397 * strokes.el (strokes-char): Remove "-face" suffix from face name.
398 (strokes-char-face): New backward-compatibility alias for renamed face.
399 (strokes-encode-buffer): Use renamed strokes-char face.
400
401 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
402 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
403 Remove "-face" suffix from face names.
404 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
405 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
406 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
407 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
408 Use renamed pcvs faces.
409 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
410 * pcvs-defs.el (cvs-mode-map): Likewise.
411 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
412
413 * info.el (info-title-1, info-title-2, info-title-3)
414 (info-title-4): Remove "-face" suffix from and downcase face names.
415 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
416 (Info-title-4-face):
417 New backward-compatibility aliases for renamed faces.
418 (Info-fontify-node): Use renamed info faces.
419
420 * hilit-chg.el (highlight-changes, highlight-changes-delete):
421 Remove "-face" suffix from face names.
422 (highlight-changes-face, highlight-changes-delete-face):
423 New backward-compatibility aliases for renamed faces.
424 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
425 (hilit-chg-make-list): Use renamed highlight-changes faces.
426
427 * generic-x.el (show-tabs-tab, show-tabs-space):
428 Remove "-face" suffix from face names.
429 (show-tabs-tab-face, show-tabs-space-face):
430 New backward-compatibility aliases for renamed faces.
431 (show-tabs-generic-mode-font-lock-defaults-1)
432 (show-tabs-generic-mode-font-lock-defaults-2):
433 Use renamed show-tabs faces.
434
435 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
436 (smerge-markers): Remove "-face" suffix from face names.
437 (smerge-mine-face, smerge-other-face, smerge-base-face)
438 (smerge-markers-face):
439 New backward-compatibility aliases for renamed faces.
440 (smerge-mine-face, smerge-other-face, smerge-base-face)
441 (smerge-markers-face): Use renamed smerge faces.
442
443 * log-view.el (log-view-file, log-view-message):
444 Remove "-face" suffix from face names.
445 (log-view-file-face, log-view-message-face):
446 New backward-compatibility aliases for renamed faces.
447 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
448
449 * paren.el (show-paren-match, show-paren-mismatch):
450 Remove "-face" suffix from face names.
451 (show-paren-match-face, show-paren-mismatch-face):
452 New backward-compatibility aliases for renamed faces.
453 (show-paren-function): Use renamed show-paren faces.
454
455 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
456 (ruler-mode-margins, ruler-mode-fringes)
457 (ruler-mode-column-number, ruler-mode-fill-column)
458 (ruler-mode-comment-column, ruler-mode-goal-column)
459 (ruler-mode-tab-stop, ruler-mode-current-column):
460 Remove "-face" suffix from face names.
461 (ruler-mode-default-face, ruler-mode-pad-face)
462 (ruler-mode-margins-face, ruler-mode-fringes-face)
463 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
464 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
465 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
466 New backward-compatibility aliases for renamed faces.
467 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
468 (ruler-mode-column-number, ruler-mode-fill-column)
469 (ruler-mode-comment-column, ruler-mode-goal-column)
470 (ruler-mode-tab-stop, ruler-mode-current-column)
471 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
472
473 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
474 face name.
475 (whitespace-highlight-the-space): Use renamed face.
476 (whitespace-highlight-face): New backward-compatibility alias for
477 renamed face.
478
479 * woman.el (woman-italic, woman-bold, woman-unknown)
480 (woman-addition, woman-symbol-face):
481 Remove "-face" suffix from face names.
482 (woman-italic-face, woman-bold-face, woman-unknown-face)
483 (woman-addition-face):
484 New backward-compatibility aliases for renamed faces.
485 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
486 (woman-decode-region, woman-replace-match)
487 (woman-display-extended-fonts, woman-special-characters)
488 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
489 Use renamed woman faces.
490
491 * longlines.el (longlines-visible-face): Face removed.
492
493 * diff-mode.el (diff-header, diff-file-header, diff-index)
494 (diff-hunk-header, diff-removed, diff-added, diff-changed)
495 (diff-function, diff-context, diff-nonexistent): Remove "-face"
496 suffix from face names.
497 (diff-header-face, diff-file-header-face, diff-index-face)
498 (diff-hunk-header-face, diff-removed-face, diff-added-face)
499 (diff-changed-face, diff-function-face, diff-context-face)
500 (diff-nonexistent-face): New backward-compatibility aliases for
501 renamed faces.
502 (diff-header-face, diff-file-header-face)
503 (diff-index, diff-index-face, diff-hunk-header)
504 (diff-hunk-header-face, diff-removed, diff-removed-face)
505 (diff-added, diff-added-face, diff-changed-face, diff-function)
506 (diff-function-face, diff-context-face, diff-nonexistent)
507 (diff-nonexistent-face): Use renamed diff-mode faces.
508
509 * progmodes/compile.el (compilation-warning-face)
510 (compilation-info-face): Remove "-face" suffix from face names.
511 (compilation-warning-face, compilation-info-face):
512 New backward-compatibility aliases for renamed faces.
513 (compilation-warning-face, compilation-info-face):
514 Use renamed compilation faces.
515
516 * add-log.el (change-log-date, change-log-name)
517 (change-log-email, change-log-file, change-log-list)
518 (change-log-conditionals, change-log-function)
519 (change-log-acknowledgement): Remove "-face" suffix from face names.
520 (change-log-date-face, change-log-name-face)
521 (change-log-email-face, change-log-file-face)
522 (change-log-list-face, change-log-conditionals-face)
523 (change-log-function-face, change-log-acknowledgement-face):
524 New backward-compatibility aliases for renamed faces.
525 (change-log-font-lock-keywords): Use renamed change-log faces.
526
527 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
528 (custom-set, custom-changed, custom-saved, custom-button)
529 (custom-button-pressed, custom-documentation, custom-state)
530 (custom-comment, custom-comment-tag, custom-variable-tag)
531 (custom-variable-button, custom-face-tag, custom-group-tag-1)
532 (custom-group-tag): Remove "-face" suffix from face names.
533 (custom-magic-alist, custom-magic-value-create)
534 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
535 (custom-invalid-face, custom-rogue-face, custom-modified-face)
536 (custom-set-face, custom-changed-face, custom-saved-face)
537 (custom-button-face, custom-button-pressed-face)
538 (custom-documentation-face, custom-state-face)
539 (custom-comment-face, custom-comment-tag-face)
540 (custom-variable-tag-face, custom-variable-button-face)
541 (custom-face-tag-face, custom-group-tag-face-1)
542 (custom-group-tag-face):
543 New backward-compatibility aliases for renamed faces.
544
545 * wid-edit.el (widget-documentation, widget-button)
546 (widget-field, widget-single-line-field, widget-inactive)
547 (widget-button-pressed): "-face" suffix removed from face names.
548 (widget-documentation-face, widget-button-face)
549 (widget-field-face, widget-single-line-field-face)
550 (widget-inactive-face, widget-button-pressed-face):
551 New backward-compatibility aliases for renamed faces.
552 (widget-documentation-face, widget-button-face)
553 (widget-button-pressed-face, widget-specify-field)
554 (widget-specify-inactive): Use renamed widget faces.
555
556 2005-06-10 Kenichi Handa <handa@m17n.org>
557
558 * term/x-win.el (x-clipboard-yank): Remove condition-case
559 wrapping.
560
561 2005-06-11 Kenichi Handa <handa@m17n.org>
562
563 * add-log.el (change-log-font-lock-keywords): Make the regexp for
564 date lines stricter.
565
566 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
567
568 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
569 of x-get-selection.
570
571 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
572
573 * comint.el (comint-mode, comint-snapshot-last-prompt):
574 * frame.el (frame-current-scroll-bars):
575 * term.el (term-mode, term-check-proc, term-input-sender)
576 (term-simple-send, term-extract-string, term-word)
577 (term-match-partial-filename):
578 * window.el (window-current-scroll-bars):
579 * emulation/cua-base.el (cua-normal-cursor-color)
580 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
581 (cua-global-mark-cursor-color):
582 * mail/undigest.el (rmail-forward-separator-regex):
583 Fix typos in docstrings.
584
585 * comint.el (comint-check-proc, make-comint-in-buffer)
586 (comint-source-default): Doc fixes.
587
588 * term.el (term-send-string): Improve argument/docstring
589 consistency.
590
591 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
592
593 * comint.el (comint-send-input): Bind `inhibit-read-only' around
594 call to `delete-region'.
595 (comint-mode-hook): Do not enable Font Lock by default.
596
597 2005-06-09 Lute Kamstra <lute@gnu.org>
598
599 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
600 could be void.
601
602 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * emacs-lisp/debug.el (debugger-will-be-back): New var.
605 (debug): Use it.
606 (debugger-step-through, debugger-continue, debugger-jump)
607 (debugger-return-value): Set it when needed.
608 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
609 Use inhibit-read-only.
610
611 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
612
613 * window.el (shrink-window-if-larger-than-buffer)
614 (window-size-fixed): Fix typo in docstring.
615
616 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
617 thumbnails directory on loading.
618 (thumbs-conversion-program): Use `eq' to check the system type,
619 not `equal'.
620 (thumbs-temp-dir): Initialize to `temporary-file-directory',
621 not "/tmp". Fix docstring.
622 (thumbs-thumbsdir): New function to return the thumbnails
623 directory, creating it if needed.
624 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
625 (thumbs-temp-file): Delete variable and make it into a function.
626 (thumbs-resize-image, thumbs-modify-image): Use it.
627 (thumbs-kill-buffer): Simplify.
628 (thumbs-gensym): Defalias or duplicate CL `gensym'.
629 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
630 docstrings.
631
632 2005-06-09 Kim F. Storm <storm@cua.dk>
633
634 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
635 set-match-data to free markers in match-data.
636
637 * replace.el (replace-match-data): Pass RESEAT arg `t' to
638 match-data to unchain markers in match-data.
639
640 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
643 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
644 unnecessary now.
645
646 2005-06-08 Richard M. Stallman <rms@gnu.org>
647
648 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
649 give the variable a doc string that doesn't say don't set it directly.
650
651 * textmodes/ispell.el (ispell-check-version):
652 Use match-string-no-properties.
653 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
654 (ispell-buffer-local-words): Likewise.
655
656 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
657 except on terminals with enough colors to really display it.
658 (makefile-dependency-regex): Delete spurious `bb'.
659
660 * faces.el (escape-glyph): Use blue once again in last case.
661 (no-break-space): Redefine so that it isn't invisible on a tty.
662
663 2005-06-08 Kim F. Storm <storm@cua.dk>
664
665 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
666 also when reading directory name.
667
668 2005-06-08 Lute Kamstra <lute@gnu.org>
669
670 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
671 (flyspell-mode-line-string): Remove autoload cookie.
672 (flyspell-mode): Remove defvar.
673
674 2005-06-07 Lute Kamstra <lute@gnu.org>
675
676 * textmodes/org.el (org-run-mode-hooks): New function.
677 (org-agenda-mode): Use it.
678
679 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
680
681 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
682
683 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
686
687 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
688
689 * font-lock.el (font-lock-add-keywords): Doc fix.
690
691 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
694 (tex-compile-default): In the absence of any history, use the order in
695 tex-compile-alist to choose the preferred command.
696 (tex-compile-commands): Reorder a bit.
697
698 * textmodes/flyspell.el (flyspell-auto-correct-binding)
699 (flyspell-incorrect-face, flyspell-duplicate-face):
700 Use (X)Emacs-agnostic code.
701 (flyspell-mode-map): Don't overwrite at each load. Remove code
702 redundant with the subsequent add-minor-mode. Merge Emacs and
703 XEmacs code.
704 (flyspell-word): Minor simplification.
705 (flyspell-math-tex-command-p): Quieten the byte-compiler.
706 (flyspell-external-point-words): Remove unused vars `size' and `start'.
707 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
708 Merge the corresponding Emacs code.
709 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
710
711 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
712 a dedicated window.
713
714 * international/latexenc.el (latexenc-find-file-coding-system):
715 Undo part of last patch, to turn off a compiler warning.
716
717 2005-06-06 Juri Linkov <juri@jurta.org>
718
719 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
720 Rename `tmm-inactive-face' to `tmm-inactive'.
721
722 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
723
724 * iswitchb.el: Rename faces.
725
726 2005-06-06 Kim F. Storm <storm@cua.dk>
727
728 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
729 (cua-global-mark): Remove -face suffix from face names.
730
731 * emulation/cua-gmrk.el (cua--init-global-mark):
732 Remove cua-global-mark face setup.
733
734 2005-06-06 Richard M. Stallman <rms@gnu.org>
735
736 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
737 just like other allowed characters.
738 (makefile-match-dependency): Exclude leading and training whitespace
739 from the range of regexp subexp 1.
740 (makefile-macroassign-regex): Don't try to match the body,
741 just the name of the macro being defined.
742
743 * info.el (Info-read-node-name-2): New function.
744 (Info-read-node-name-1): Use that.
745 Add a completion-base-size-function property.
746
747 * simple.el (completion-setup-function): Look for
748 completion-base-size-function property of
749 minibuffer-completion-table.
750
751 * files.el (locate-file-completion): Doc fix.
752
753 * printing.el: Don't call pr-update-menus; user must do that.
754
755 * emacs-lisp/debug.el (debugger-window): New variable.
756 (debug): Use debugger-window if it is set and still alive.
757 Record debugger-window for next entry.
758
759 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
760
761 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
762
763 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
764 (hack-one-local-variable, hack-local-variables)
765 (hack-local-variables-prop-line): Pass that arg.
766
767 2005-06-06 Kim F. Storm <storm@cua.dk>
768
769 * ido.el (ido-first-match, ido-only-match, ido-subdir)
770 (ido-indicator): Remove -face suffix from face names.
771
772 2005-06-06 Juri Linkov <juri@jurta.org>
773
774 * font-lock.el (font-lock-regexp-backslash)
775 (font-lock-regexp-backslash-construct): New faces.
776 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
777 after `('. Add `while-no-input' to control structures.
778
779 * faces.el (no-break-space, shadow): New faces.
780 (escape-glyph): Use less loud colors pink2 and red4.
781
782 * diff-mode.el (diff-context-face)
783 * dired.el (dired-ignored)
784 * rfn-eshadow.el (file-name-shadow)
785 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
786
787 * info.el (Info-title-1-face): Use green instead of yellow because
788 bold yellow is not readable on light backgrounds.
789
790 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
791 before selecting the desired mode to not spend time fontifying
792 old contents.
793
794 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
795
796 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
797 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
798
799 * ps-print.el (ps-default-fg, ps-default-bg):
800 Fix typos in docstrings.
801
802 * isearchb.el (isearchb): Don't pass a spurious second argument to
803 `iswitchb-completions'.
804
805 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
806
807 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
808 to preserve point.
809 (gdb-find-file-hook): Add doc string.
810
811 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
812 C dereferenced pointer expression.
813 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
814
815 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
816
817 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
818 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
819 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
820 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
821 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
822 Make background transparent.
823
824 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
825
826 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
827 (font-lock-remove-keywords): Doc fix.
828 (font-lock-mode-major-mode): Compiler defvar.
829 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
830
831 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
832 (font-lock-mode): Update `font-lock-mode-major-mode'.
833 (font-lock-set-defaults): Compiler defvar.
834 (font-lock-default-function): Take `font-lock-mode-major-mode'
835 into account.
836
837 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
838 keep track of which major mode it enabled the minor mode for.
839 Use find-file-hook again. Update docstring.
840
841 * simple.el (eval-expression-print-level)
842 (eval-expression-print-length, eval-expression-debug-on-error):
843 Doc fixes.
844
845 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
846
847 * iswitchb.el (iswitchb-single-match-face)
848 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
849 (iswitchb-invalid-regexp-face): New faces.
850 (iswitchb-completions): Use them.
851 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
852 now marked as an obsolete alias.
853 (iswitchb-read-buffer): Remove check for bound font variables.
854 (iswitchb-invalid-regexp): New free variable.
855 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
856 set iswitchb-invalid-regexp.
857 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
858 invalid regexps.
859 (iswitchb-completions): Add check for complete match when entering
860 a regexp.
861 (iswitchb-completions): Remove require-match argument.
862 (iswitchb-exhibit): Fix caller.
863 (iswitchb-common-match-inserted): New variable.
864 (iswitchb-complete, iswitchb-completion-help): Use it.
865
866 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
867
868 * url-http.el (url-http-chunked-encoding-after-change-function):
869 Use `url-http-debug' instead of `message'.
870
871 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
872
873 * url-http.el (url-http-parse-headers): Pass redirected URL as a
874 callback argument.
875
876 2005-06-04 Kim F. Storm <storm@cua.dk>
877
878 * simple.el (line-move): Only call sit-for when moving backwards.
879
880 * ido.el (ido-make-merged-file-list-1): New defun split from
881 ido-make-merged-file-list.
882 (ido-make-merged-file-list): Bind throw-on-input around call to
883 ido-make-merged-file-list-1. Return input-pending-p if
884 interrupted by more input available.
885 (ido-read-internal): Handle input-pending-p return value from
886 ido-make-merged-file-list.
887
888 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
891 compatibility code.
892
893 * international/latexenc.el (latexenc-find-file-coding-system):
894 Don't inherit the EOL part of the coding-system from the
895 tex-main buffer. Fit within 80 columns.
896
897 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
898
899 * tmm.el (tmm-inactive-face): New face.
900 (tmm-remove-inactive-mouse-face): New function.
901 (tmm-prompt, tmm-add-one-shortcut)
902 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
903 but not selectable.
904
905 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
906
907 * faces.el (face-equal): Improve argument/docstring consistency.
908
909 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
910
911 * progmodes/make-mode.el (makefile-targets-face)
912 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
913 (makefile-bsdmake-dependency-regex)
914 (makefile-makepp-rule-action-regex)
915 (makefile-bsdmake-rule-action-regex): New constants.
916 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
917
918 * progmodes/compile.el (compilation-error-regexp-alist-alist):
919 Allow (...) within `...' for makepp messages.
920
921 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
922
923 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
924
925 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
926 "." files are deleted from all file lists before comparison.
927
928 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
929 (viper-ESC-key): Made them customizable.
930
931 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
932
933 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
934
935 * autorevert.el (auto-revert-buffers): Use save-match-data.
936
937 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
940 menu items with a nil command binding.
941
942 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
943
944 * emacs-lisp/cl-macs.el (defsetf):
945 Improve argument/docstring consistency.
946
947 * faces.el (list-faces-display): Improve the formatting by
948 computing the maximum length required for any face-name (reworked
949 patch of 1999-01-11, accidentally deleted on 1999-07-21).
950 (internal-find-face): Remove redundant info in docstring.
951
952 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
953
954 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
955 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
956 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
957 (gdb-assembler-custom): Improve regexps.
958 (def-gdb-auto-update-handler): Use window point to preserve point.
959
960 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
963
964 2005-05-31 Jay Belanger <belanger@truman.edu>
965
966 * calc/calc-embed.el (calc-embedded-word): Change argument passed
967 to calc-embedded.
968 (calc-embedded-make-info): Have plain prefix argument select
969 entire line.
970
971 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
972
973 * faces.el (list-faces-display): Signal error if passed a regexp
974 that matches no face name.
975
976 * simple.el (filter-buffer-substring): Fix typo in docstring.
977
978 2005-05-31 Richard M. Stallman <rms@gnu.org>
979
980 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
981 (vhdl-emacs-21): Doc fix.
982 (vhdl-mode): Unconditionally set comment-padding.
983 (vhdl-fixup-whitespace-region): Insert spaces only where
984 there are none.
985 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
986
987 2005-05-30 John Wiegley <johnw@newartisans.com>
988
989 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
990 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
991 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
992 `directory-sep-char' to ?/, and all uses of `string-to-int' to
993 `string-to-number'.
994
995 2005-05-30 Jay Belanger <belanger@truman.edu>
996
997 * calc/calc.el (calc-bug-address): Fix docstring.
998 (calc-window-hook, calc-trail-window-hook): New variables.
999 (calc-trail-display): Restore use of calc-trail-window-hook.
1000 (calc): Restore use of calc-window-hook.
1001
1002 2005-05-31 Masatake YAMATO <jet@gyve.org>
1003
1004 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1005
1006 * help-fns.el (help-C-file-name): Add autoload mark for
1007 `find-function-noselect'.
1008
1009 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1012 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1013
1014 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1015
1016 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1017 included diary buffer if it was not already being visited.
1018 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1019
1020 * calendar/icalendar.el (top-level): Do not require 'appt.
1021
1022 * mail/supercite.el (sc-select-attribution): Only use a list
1023 element from sc-attrib-selection-list if it returns a string.
1024 Reported by Davide G. M. Salvetti <salve@debian.org>.
1025
1026 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1027
1028 * thumbs.el (thumbs-thumbname): The resulting thubname now
1029 includes a hash value to improve its uniqueness, and has a ".jpg"
1030 extension. Also, it is now a valid filename on all systems.
1031 (thumbs-make-thumb): Use `let', not `let*'.
1032 (thumbs-show-thumbs-list): Check for JPEG availability.
1033
1034 2005-05-30 Richard M. Stallman <rms@gnu.org>
1035
1036 * filesets.el (filesets-menu-ensure-use-cached):
1037 Prevent warning when emacs-version>= is undefined.
1038
1039 * printing.el (pr-interactive-n-up): Use string-to-number.
1040
1041 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1042
1043 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1044 Warn only when name to be defined is quoted.
1045
1046 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1047
1048 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1049 Make regexp more robust.
1050 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1051 Force regeneration of disassembly.
1052
1053 2005-05-29 Jay Belanger <belanger@truman.edu>
1054
1055 * calc/calc.el (calc-user-invocation): Check if
1056 calc-invocation-macro is non-nil.
1057
1058 2005-05-29 Juri Linkov <juri@jurta.org>
1059
1060 * add-log.el (change-log-font-lock-keywords):
1061 Add `+' to e-mail regexp to accept mail address with keywords.
1062
1063 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1064
1065 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1066
1067 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1068
1069 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1070
1071 2005-05-29 Richard M. Stallman <rms@gnu.org>
1072
1073 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1074 Undo the change that moves to end of the current word.
1075
1076 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1077
1078 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1079 Throw error when count <= 0 to ensure input is a number.
1080 (gdb-read-memory-custom): Pick up address from buffer.
1081 (gdb-memory-mode): Allow user to increment and decrement
1082 memory address from header line.
1083
1084 2005-05-29 Richard M. Stallman <rms@gnu.org>
1085
1086 * flyspell.el (flyspell-version): Function deleted.
1087 (flyspell-auto-correct-previous-hook): Doc fix.
1088
1089 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1090 Do nothing if memory is full.
1091
1092 * font-lock.el (font-lock-fontify-syntactically-region):
1093 Pass t for GREEDY to looking-back.
1094
1095 * saveplace.el (save-place-alist-to-file): Write the file
1096 using write-region.
1097
1098 * subr.el (looking-back): New argument GREEDY.
1099
1100 * progmodes/compile.el (compilation-start): Set the mode
1101 before inserting the initial text.
1102
1103 * progmodes/which-func.el (which-func-update-1): Turn the mode
1104 off in case of error by setting which-func-mode.
1105
1106 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1107
1108 * flyspell.el (flyspell-auto-correct-previous-word):
1109 Narrow down to what's on the screen, and recenter overlays
1110 at the end of the next word.
1111
1112 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1113
1114 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1115 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1116 (flyspell-abbrev-p): Default to nil.
1117 (flyspell-use-global-abbrev-table-p): Doc fix.
1118 (flyspell-large-region): Allow nil as value.
1119 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1120
1121 (mail-mode-flyspell-verify): More robust handling
1122 of `mail-header-separator'. More efficient signature detection.
1123 Allow for regexp metacharacters in message-header-separator.
1124 Adding `To' not to be checked in mail-mode-flyspell-verify.
1125
1126 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1127 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1128 Bind flyspell-auto-correct-binding.
1129 Bind C-. and C-, .
1130 (flyspell-mode-map): Likewise.
1131 (flyspell-mode): Doc fix.
1132 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1133 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1134 (flyspell-word-cache-result): New var, always local.
1135 (flyspell-check-pre-word-p): Doc fix.
1136 (flyspell-check-changed-word-p): Handle spc like newline.
1137 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1138 (flyspell-word-search-backward, flyspell-word-search-forward):
1139 New functions.
1140 (flyspell-word): Return t if nothing to check.
1141 When parsing TeX code, check for after } or \.
1142 Use flyspell-word-search-backward to find previous word.
1143 Return nil if duplicated word.
1144 For word already checked, return same value as last time.
1145 Set flyspell-word-cache-result after checking.
1146 Don't clobber the return value.
1147 (flyspell-get-word): Major rewrite.
1148 (flyspell-external-point-words): New locals pword, pcount.
1149 Fix size used in progress message.
1150 Find the proper corresponding word in flyspell-large-region-buffer.
1151 (flyspell-region): Check for flyspell-large-region = nil.
1152 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1153 (flyspell-auto-correct-word): Check that WORD is a cons.
1154 (flyspell-correct-word): Likewise.
1155
1156 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1157
1158 * progmodes/make-mode.el (makefile-rule-action-regex)
1159 (makefile-macroassign-regex, makefile-makepp-mode)
1160 (makefile-bsdmake-mode): Continuation lines may be empty.
1161 Reported by Joshua Varner.
1162 (makefile-makepp-font-lock-keywords): Add $(stem).
1163
1164 2005-05-28 Karl Berry <karl@gnu.org>
1165
1166 * textmodes/tex-mode.el: Now that tex-send-command calls
1167 shell-quote-argument (2005-03-31 change), remove all calls to
1168 shell-quote-argument; they all end up invoking tex-send-command.
1169 The double quoting loses on filenames with non-safe characters,
1170 such as "@". Reported by Frederik Fouvry.
1171
1172 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1173
1174 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1175 about preserving point.
1176
1177 2005-05-27 Jay Belanger <belanger@truman.edu>
1178
1179 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1180 Info-goto-node.
1181
1182 * calc/calc-embed.el (calc-embed-arg): New variable.
1183 (calc-do-embedded-activate, calc-embedded-activate-formula)
1184 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1185 variable by new variable.
1186 (calc-embedded-make-info): Replace undeclared variable by new
1187 variable. When selecting region with positive prefix
1188 argument, use end of previous line instead of beginning of line.
1189
1190 * calc/calc-aent.el (calc-arg-values): Declare it.
1191
1192 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1193 Declare them.
1194
1195 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1196
1197 * calc/calc.el (calc-alg-map): Declare it.
1198
1199 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1200
1201 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1202
1203 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1204 (gdb-registers-buffer, toggle-gdb-all-registers):
1205 Toggle display of floating point registers.
1206 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1207
1208 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1209 (toggle-gud-tooltip-dereference):
1210 Rename from gud-toggle-tooltip-dereference.
1211
1212 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1215
1216 2005-05-27 Jay Belanger <belanger@truman.edu>
1217
1218 * calc/calc-prog.el (calc-kbd-report): Remove.
1219 (calc-kbd-query): Rewrite.
1220
1221 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1222
1223 * image.el (image-library-alist): Move to image.c.
1224 (image-type-available-p): Doc fix.
1225
1226 2005-05-27 Lute Kamstra <lute@gnu.org>
1227
1228 * calc/calc.el (calc):
1229 * outline.el (outline-1, outline-2, outline-3, outline-4)
1230 (outline-5, outline-6, outline-7, outline-8):
1231 * textmodes/dns-mode.el (dns-mode):
1232 * textmodes/sgml-mode.el (sgml-namespace-face):
1233 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1234 (tex-verbatim-face, tex-use-reftex):
1235 * textmodes/texinfo.el (texinfo-heading-face):
1236 Specify customization group.
1237
1238 * longlines.el: Don't require easy-mmode.
1239 (longlines-visible-face): Specify customization group.
1240
1241 2005-05-27 Kenichi Handa <handa@m17n.org>
1242
1243 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1244 encoding table of windows-1251.
1245
1246 * international/ucs-tables.el (ucs-set-table-for-input):
1247 If translation-table-for-input of a coding system is a symbol, get
1248 its translation-table property.
1249
1250 * international/code-pages.el: Don't register a coding system into
1251 non-iso-charset-alist more than once.
1252 (cp-make-coding-system): Likewise.
1253
1254 2005-05-26 John Wiegley <johnw@newartisans.com>
1255
1256 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1257 `eshell-resume-eval' is wrapped in a list, it indicates that the
1258 command was run asynchronously. In that case, unwrap the value
1259 before checking the delimiter value.
1260
1261 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1262 character before a space at the end of a line is \, assume the space
1263 is part of the last argument rather than a final argument separator.
1264
1265 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1266 is in use, and the target is `t' or `nil' (which are the most common
1267 values), don't assume that the symbol target is a buffer.
1268
1269 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1270
1271 * calendar/calendar.el (calendar-mode-line-format):
1272 Use mode-line-highlight as mouse-face.
1273
1274 * time.el (display-time-string-forms, display-time-update):
1275 Use mode-line-highlight as mouse-face.
1276
1277 2005-05-26 Jay Belanger <belanger@truman.edu>
1278
1279 * calc/calc.el (calc-language-alist): Remove extra defvar.
1280
1281 2005-05-26 Lute Kamstra <lute@gnu.org>
1282
1283 * arc-mode.el (archive-mode):
1284 * bookmark.el (bookmark-read-annotation-mode)
1285 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1286 * bs.el (bs-mode):
1287 * calc/calc-yank.el (calc-edit-mode):
1288 * calc/calc.el (calc-mode, calc-trail-mode):
1289 * calculator.el (calculator-mode):
1290 * chistory.el (command-history-mode):
1291 * comint.el:
1292 * cus-edit.el (custom-mode):
1293 * descr-text.el (describe-text-mode):
1294 * ebuff-menu.el (Electric-buffer-menu-mode):
1295 * ediff-util.el (ediff-mode):
1296 * emacs-lisp/re-builder.el (reb-mode):
1297 * emulation/vi.el (vi-mode-setup):
1298 * emulation/ws-mode.el (wordstar-mode):
1299 * eshell/esh-mode.el (eshell-mode):
1300 * forms.el (forms-mode):
1301 * help-mode.el (help-mode):
1302 * hexl.el (hexl-mode):
1303 * ibuffer.el (ibuffer-mode):
1304 * ielm.el (inferior-emacs-lisp-mode):
1305 * info.el (Info-mode, Info-edit-mode):
1306 * international/swedish.el:
1307 * ledit.el (ledit-from-lisp-mode):
1308 * locate.el (locate-mode):
1309 * mail/rmail.el (rmail-mode):
1310 * mail/rmailedit.el (rmail-edit-mode):
1311 * mail/rmailsum.el (rmail-summary-mode):
1312 * mail/supercite.el (sc-electric-mode):
1313 * net/eudc.el (eudc-mode):
1314 * net/quickurl.el (quickurl-list-mode):
1315 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1316 * obsolete/ooutline.el (outline-mode):
1317 * obsolete/options.el (Edit-options-mode):
1318 * obsolete/rnews.el (news-mode):
1319 * obsolete/rnewspost.el (news-reply-mode):
1320 * play/5x5.el (5x5-mode):
1321 * play/decipher.el (decipher-mode, decipher-stats-mode):
1322 * play/gomoku.el (gomoku-mode):
1323 * play/snake.el (snake-mode):
1324 * play/solitaire.el (solitaire-mode):
1325 * play/tetris.el (tetris-mode):
1326 * progmodes/ada-mode.el (ada-mode):
1327 * progmodes/antlr-mode.el (antlr-mode):
1328 * progmodes/autoconf.el (autoconf-mode):
1329 * progmodes/dcl-mode.el (dcl-mode):
1330 * progmodes/delphi.el (delphi-mode):
1331 * progmodes/ebrowse.el (ebrowse-tree-mode)
1332 (ebrowse-electric-list-mode, ebrowse-member-mode)
1333 (ebrowse-electric-position-mode):
1334 * progmodes/f90.el (f90-mode):
1335 * progmodes/fortran.el (fortran-mode):
1336 * progmodes/icon.el (icon-mode):
1337 * progmodes/idlw-help.el (idlwave-help-mode):
1338 * progmodes/idlw-shell.el (idlwave-shell-mode):
1339 * progmodes/idlwave.el (idlwave-mode):
1340 * progmodes/inf-lisp.el (inferior-lisp-mode):
1341 * progmodes/m4-mode.el (m4-mode):
1342 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1343 * progmodes/modula2.el (modula-2-mode):
1344 * progmodes/octave-inf.el (inferior-octave-mode):
1345 * progmodes/octave-mod.el (octave-mode):
1346 * progmodes/pascal.el (pascal-mode):
1347 * progmodes/sh-script.el (sh-mode):
1348 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1349 * progmodes/vhdl-mode.el (vhdl-mode):
1350 * progmodes/xscheme.el (scheme-interaction-mode):
1351 * replace.el (occur-mode):
1352 * ses.el (ses-mode):
1353 * simple.el (completion-list-mode):
1354 * skeleton.el:
1355 * speedbar.el (speedbar-mode):
1356 * term.el (term-mode):
1357 * terminal.el (terminal-edit-mode):
1358 * textmodes/reftex-index.el (reftex-index-mode)
1359 (reftex-index-phrases-mode):
1360 * textmodes/reftex-sel.el (reftex-select-label-mode)
1361 (reftex-select-bib-mode):
1362 * textmodes/reftex-toc.el (reftex-toc-mode):
1363 * wdired.el (wdired-change-to-wdired-mode):
1364 * wid-browse.el (widget-browse-mode):
1365 Use run-mode-hooks.
1366
1367 * array.el (array-mode):
1368 * calendar/todo-mode.el (todo-mode):
1369 * man.el (Man-mode):
1370 * play/landmark.el (lm-mode):
1371 * play/mpuz.el (mpuz-mode):
1372 Use kill-all-local-variables and run-mode-hooks.
1373
1374 * subr.el (delay-mode-hooks): Specify indentation.
1375
1376 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1377
1378 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1379
1380 2005-05-26 Jay Belanger <belanger@truman.edu>
1381
1382 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1383 of nil.
1384
1385 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1386
1387 * progmodes/gdb-ui.el (gdb-frame-address):
1388 Rename from gdb-current-address.
1389 (gdb-previous-frame-address): Rename from gdb-previous-address.
1390 (gdb-selected-frame): Rename from gdb-current-frame.
1391 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1392 (gdb-frame-number): Rename from gdb-current-stack-level.
1393 (gdb-ann3): Match new mode-name for disassembly buffer.
1394 Extend initialisation of variables.
1395 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1396 (gdb-memory-mode): Use mouse-face in header line.
1397 (gdb-assembler-buffer-name): Call it disassembly and give frame
1398 in mode line.
1399 (gdb-source-spec-regexp, gdb-assembler-custom)
1400 (gdb-invalidate-assembler, gdb-frame-handler):
1401 Make robust to leading zeroes in address format.
1402
1403 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1404
1405 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1406 define `org-mode'.
1407 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1408
1409 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * log-edit.el (log-edit-changelog-entries): Distinguish between
1412 filenames like xfns.c and fns.c.
1413
1414 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1415
1416 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1417 point after reverting.
1418 (Buffer-menu-make-sort-button): Handle the case where
1419 `Buffer-menu-use-header-line' is nil.
1420
1421 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1422
1423 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1424 New funcs. In minibuffer-local-completion-map bind `]', `/'
1425 and `:' to them.
1426
1427 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * startup.el (normal-top-level): Allow modification of load-path while
1430 we're iterating over it.
1431
1432 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1435 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1436 (thumbs-resize-interactive, thumbs-insert-image)
1437 (thumbs-insert-thumb, thumbs-dired-show-marked)
1438 (thumbs-find-image-at-point, thumbs-delete-images)
1439 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1440 (thumbs-increment-image-size, thumbs-decrement-image-size):
1441 Fix typos in docstrings.
1442
1443 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1444
1445 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1446 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1447 (cperl-mode): Use them.
1448
1449 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1452 Doc fixes.
1453
1454 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1455
1456 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1457 Bind C-d to gdb-inferior-io-eof.
1458
1459 * dired.el (dired-dnd-popup-notice): Use message-box.
1460
1461 2005-05-23 Masatake YAMATO <jet@gyve.org>
1462
1463 * bindings.el (mode-line-major-mode-keymap):
1464 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1465
1466 * faces.el (mode-line-highlight): New face.
1467
1468 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1469 as mouse-face.
1470
1471 * bindings.el (top-level, help-echo, mode-line-modified)
1472 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1473 as mouse-face.
1474
1475 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * progmodes/cc-engine.el (c-guess-basic-syntax):
1478 Remove spurious call to `zerop'.
1479
1480 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1481
1482 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1483
1484 CC Mode update to 5.30.10:
1485
1486 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1487 could go past the limit in decoration level 2, thereby causing
1488 errors during interactive fontification.
1489
1490 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1491 the file is evaluated interactively.
1492
1493 * cc-engine.el (c-guess-basic-syntax): Handle operator
1494 declarations somewhat better in C++.
1495
1496 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1497 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1498 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1499 (awk-mode): Use it.
1500 (make-local-hook): Suppress warning about obsoleteness.
1501
1502 * cc-engine.el, cc-align.el, cc-cmds.el
1503 (c-append-backslashes-forward, c-delete-backslashes-forward)
1504 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1505 Compensate for return value from `forward-line' when it has moved
1506 but not to a different line due to eob.
1507
1508 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1509 `objc-method-intro' and `objc-method-args-cont'.
1510
1511 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1512
1513 CC Mode update to 5.30.10:
1514
1515 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1516 in the copyright statement. Incidentally, change "along with GNU
1517 Emacs" to "along with this program" where it occurs.
1518
1519 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1520 so that it is interactive, hence can be found by M-x awk-mode
1521 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1522 <gmorris+emacs@ast.cam.ac.uk>.
1523
1524 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1525 Mode's regexps.
1526
1527 2005-05-23 Kevin Ryde <user42@zip.com.au>
1528
1529 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1530 c-parse-state, to avoid a lisp error (on bad code).
1531
1532 2005-05-23 Lute Kamstra <lute@gnu.org>
1533
1534 * subr.el (font-lock-defaults): Remove defvar as it's already
1535 defined in font-core.el.
1536
1537 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1538
1539 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1540
1541 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1542 more general and work when GDB variable "print pretty" is on,
1543 as with Emacs, for example.
1544
1545 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1546
1547 * font-core.el: Update comment.
1548
1549 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1550 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1551
1552 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1553
1554 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1555
1556 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1557 and `yank-handler' in the doc strings.
1558
1559 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1562
1563 2005-05-22 Richard M. Stallman <rms@gnu.org>
1564
1565 * help.el (describe-key): Move print-help-return-message call
1566 out of conditional.
1567
1568 * progmodes/etags.el (list-tags): Use with-no-warnings.
1569
1570 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1571 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1572 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1573
1574 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1575
1576 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1577 Add defvar.
1578
1579 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1580 Use defvar, not defconst.
1581
1582 * hexl.el (hexl-follow-line): Use with-no-warnings.
1583
1584 * emulation/tpu-extras.el: Use write-file-functions instead of
1585 write-file-hooks.
1586
1587 * dired.el (dired-font-lock-keywords): Fontify files with junk
1588 extensions even if marked by -F.
1589
1590 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1591
1592 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1593 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1594 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1595 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1596 (concatenate, list-length, get*, getf, cl-remprop):
1597 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1598 (etypecase, progv, lexical-let, lexical-let*)
1599 (multiple-value-bind, multiple-value-setq, shiftf):
1600 Improve argument/docstring consistency.
1601
1602 * subr.el (focus-frame, unfocus-frame):
1603 Revert deletion on 2005-05-01.
1604
1605 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1606
1607 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1608 doesn't exist.
1609
1610 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1611 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1612
1613 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1614
1615 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1616 already deleted variables: auto-fill-hook, blink-paren-hook,
1617 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1618 suspend-hooks, comment-indent-hook, meta-flag,
1619 before-change-function, after-change-function,
1620 font-lock-doc-string-face.
1621
1622 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1623
1624 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1625
1626 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1627
1628 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1629 rmail-dont-reply-to.
1630
1631 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1632
1633 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1634 literal blank when splitting new-header-values.
1635
1636 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1637
1638 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1639 string so that tmm doesn't create a completion entry for it.
1640
1641 * textmodes/table.el (table-disable-menu): Ditto.
1642
1643 2005-05-21 Richard M. Stallman <rms@gnu.org>
1644
1645 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1646
1647 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1648
1649 * net/rcompile.el (remote-compile): Use compilation-start.
1650
1651 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1652
1653 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1654
1655 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1656 Default to makefile-bsdmake-mode on BSD systems.
1657
1658 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1659 REGEXP may also be a search function now. The part of doc-string
1660 for describing the structure was 95% identical to that of
1661 `imenu--generic-function'. Unify it there.
1662
1663 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1664 Use function to find dependencies, because regexp alone is so complex,
1665 it easily goes into an endless loop.
1666 (makefile-makepp-mode): Also add submenu for Perl functions
1667 defined in the makefile.
1668 (makefile-bsdmake-mode): Special imenu-generic-expression no
1669 longer needed, due to function call.
1670 (makefile-match-dependency): Take BOUND into account when checking
1671 if we're through.
1672
1673 2005-05-20 Jay Belanger <belanger@truman.edu>
1674
1675 * calc/calc-units.el (calc-invalidate-units-table):
1676 Use inhibit-read-only.
1677 (math-build-units-table-buffer): Use view-mode.
1678
1679 2005-05-20 David Kastrup <dak@gnu.org>
1680
1681 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1682 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1683
1684 2005-05-20 Lute Kamstra <lute@gnu.org>
1685
1686 * diff-mode.el (diff-header-face, diff-file-header-face)
1687 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1688 (diff-added-face, diff-changed-face, diff-function-face)
1689 (diff-context-face, diff-nonexistent-face): Put them in the
1690 diff-mode customization group.
1691
1692 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1695
1696 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1697
1698 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1699 Minor regexp-optimization.
1700
1701 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1702
1703 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1704 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1705 (org-agenda-add-time-grid-maybe): New function.
1706 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1707 (org-table-create): `dotimes' instead of `mapcar'.
1708 (org-xor): Simplify implementation.
1709 (org-agenda): `inhibit-redisplay' turned on.
1710 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1711 a consistent line after a state change.
1712 (org-agenda-remove-times-when-in-prefix): New option.
1713 (org-prefix-has-time): New variable.
1714 (org-parse-time-string): Optional argument NODEFAULT.
1715 (org-format-agenda-item): Parse items for time-of-day
1716 specifications and move these into the prefix if possible.
1717 (org-agenda-priority): Get current heading, not previous heading
1718 during agenda remote editing.
1719
1720 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1721
1722 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1723 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1724 (remove-duplicates, delete-duplicates, substitute)
1725 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1726 (nsubstitute-if-not, find, find-if, find-if-not, position)
1727 (position-if, position-if-not, count, count-if, count-if-not)
1728 (mismatch, search, sort*, stable-sort, merge, member*)
1729 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1730 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1731 (intersection, nintersection, set-difference, nset-difference)
1732 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1733 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1734 (nsublis, tree-equal): Improve argument/docstring consistency.
1735
1736 * subr.el (send-string, send-region):
1737 Remove obsolescence declaration.
1738 (window-dot, set-window-dot, read-input, show-buffer)
1739 (eval-current-buffer, string-to-int):
1740 Add release number to obsolescence declarations.
1741
1742 2005-05-19 Kim F. Storm <storm@cua.dk>
1743
1744 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1745 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1746
1747 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1748
1749 * faces.el (list-faces-display): Make back button respect optional
1750 regexp arg.
1751
1752 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1753
1754 * calculator.el (calculator-radix-grouping-mode)
1755 (calculator-radix-grouping-digits, calculator-displayer)
1756 (calculator-radix-grouping-separator, calculator-copy-displayer):
1757 * dabbrev.el (dabbrev-search-these-buffers-only):
1758 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1759 (diff-advance-after-apply-hunk, diff-mode-hook)
1760 (diff-minor-mode-prefix):
1761 * imenu.el (imenu-use-popup-menu):
1762 * jit-lock.el (jit-lock-context-time):
1763 * newcomment.el (comment-fill-column, comment-column)
1764 (comment-style, comment-padding, comment-multi-line)
1765 (comment-empty-lines, comment-auto-fill-only-comments):
1766 * reveal.el (reveal-around-mark):
1767 * uniquify.el (uniquify-buffer-name-style)
1768 (uniquify-after-kill-buffer-p)
1769 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1770 (uniquify-min-dir-content, uniquify-separator)
1771 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1772 * w32-vars.el (w32-fixed-font-alist):
1773 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1774 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1775 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1776 * progmodes/perl-mode.el (perl-indent-level)
1777 (perl-continued-statement-offset, perl-continued-brace-offset)
1778 (perl-brace-offset, perl-brace-imaginary-offset)
1779 (perl-label-offset, perl-indent-continued-arguments)
1780 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1781 * progmodes/tcl.el (tcl-indent-level)
1782 (tcl-continued-indent-level, tcl-auto-newline)
1783 (tcl-tab-always-indent, tcl-electric-hash-style)
1784 (tcl-help-directory-list, tcl-use-smart-word-finder)
1785 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1786 (inferior-tcl-source-command):
1787 * textmodes/fill.el (enable-kinsoku):
1788 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1789 * textmodes/table.el (table-yank-handler):
1790 Specify missing group (and type, if simple) in defcustom.
1791
1792 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1793
1794 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1795
1796 2005-05-19 Richard M. Stallman <rms@gnu.org>
1797
1798 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1799
1800 * subr.el (event-basic-type): Don't get an error.
1801 (left-fringe-p): Function deleted.
1802
1803 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1804 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1805
1806 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1807 in recursive copy.
1808
1809 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1810
1811 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1812
1813 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1814 Call byte-compile-nogroup-warn if appropriate.
1815
1816 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1817 (compilation-set-window): Don't call left-fringe-p; do it directly.
1818
1819 2005-05-19 Jay Belanger <belanger@truman.edu>
1820
1821 * calc/calc-graph.el (calc-graph-format-data): Make sure
1822 var-PlotRejects is bound before trying to check its value.
1823
1824 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1825
1826 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1827 definition of this variable from reftex-global.el to reftex.el,
1828 because it is needed in the menu.
1829
1830 2005-05-19 Lute Kamstra <lute@gnu.org>
1831
1832 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1833 years are fixed. Don't insert a space after a dash.
1834
1835 2005-05-19 Kim F. Storm <storm@cua.dk>
1836
1837 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1838
1839 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1840
1841 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1842 strings, because (eq ... ?\\) is fairly frequent.
1843
1844 * progmodes/make-mode.el (makefile-add-this-line-targets):
1845 Simplify and integrate into `makefile-pickup-targets'.
1846 (makefile-add-this-line-macro): Simplify and integrate into
1847 `makefile-pickup-macros.
1848 (makefile-pickup-filenames-as-targets): Simplify.
1849 (makefile-previous-dependency, makefile-match-dependency):
1850 Don't stumble over `::'.
1851
1852 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1853
1854 * subr.el (post-command-idle-hook, post-command-idle-delay):
1855 Remove obsoletion of post-command-idle-hook and
1856 post-command-idle-delay.
1857
1858 * faces.el (list-faces-display): Provide button when describe-face
1859 is called to take user back to the list of faces.
1860
1861 * help-fns.el (describe-variable): Remove hyperlinks in a
1862 variable's value as these are quite frequently inappropriate.
1863
1864 * follow.el (follow-submit-feedback, follow-mode):
1865 Remove references to post-command-idle-hook.
1866
1867 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1868
1869 * progmodes/make-mode.el (makefile-previous-dependency)
1870 (makefile-match-dependency): Check for := (and in bsd mode also
1871 !=) to give a better result, even when font-lock is not on.
1872
1873 2005-05-18 Jay Belanger <belanger@truman.edu>
1874
1875 * calc/calc-help.el (calc-s-prefix-help):
1876 Add `calc-copy-special-constant' to help string.
1877
1878 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1879
1880 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1881
1882 2005-05-18 Jay Belanger <belanger@truman.edu>
1883
1884 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1885 in linear factors are in proper order.
1886
1887 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1888
1889 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1890 Support for jurabib.
1891
1892 * textmodes/reftex.el (featurep): Define aliases for overlay
1893 commands, for XEmacs compatibility, and use these aliases in
1894 overlay initializations.
1895 (reftex-highlight): Use `reftex-move-overlay'.
1896 (reftex-unhighlight): Use `reftex-delete-overlay'.
1897 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1898 (reftex-access-search-path): Use `reftex-uniquify' instead of
1899 `reftex-uniq'
1900
1901 * textmodes/reftex-sel.el (reftex-select-unmark):
1902 Overlay `before-string' property modification enables for Emacs as well.
1903 (reftex-select-item): Use `reftex-delete-overlay'.
1904 (reftex-select-mark): Use `reftex-make-overlay' and
1905 `reftex-overlay-put'.
1906 (reftex-select-unmark): Use `reftex-delete-overlay' and
1907 `reftex-overlay-put'.
1908
1909 2005-05-18 Lute Kamstra <lute@gnu.org>
1910
1911 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1912
1913 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * add-log.el (add-change-log-entry):
1916 * array.el (array-make-template, array-reconfigure-rows)
1917 (array-init-max-row, array-init-max-column)
1918 (array-init-columns-per-line, array-init-field-width):
1919 * replace.el (replace-match-maybe-edit, perform-replace):
1920 * textmodes/spell.el (spell-region):
1921 Replace `read-input' by `read-string'.
1922
1923 * forms.el (forms-mode):
1924 * finder.el (finder-compile-keywords):
1925 * shadowfile.el (shadow-read-files):
1926 Replace `eval-current-buffer' by `eval-buffer'.
1927
1928 * terminal.el (te-pass-through):
1929 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1930 (ange-ftp-raw-send-cmd):
1931 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1932 (send-process-next-char, telnet-initial-filter, telnet):
1933 Replace `send-string' by `process-send-string'.
1934
1935 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1936 (prolog-consult-region): Replace `send-string' by
1937 `process-send-string'; replace `send-region' by `process-send-region'.
1938
1939 * progmodes/delphi.el (delphi-log-msg):
1940 Replace `set-window-dot' by `set-window-point'.
1941
1942 * subr.el (window-dot, set-window-dot, read-input, send-string)
1943 (send-region, show-buffer, eval-current-buffer):
1944 Make really obsolete, as the comment says.
1945
1946 2005-05-17 Kim F. Storm <storm@cua.dk>
1947
1948 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1949 (cua--init-keymaps): Bind C-return instead of S-return to set
1950 rectangle mark.
1951
1952 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1953 instead of S-return to toggle/clear rectangle mark.
1954
1955 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1956
1957 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1958 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1959 Also fontify plain strings assigned to variables, mostly so that a
1960 colon has a face and is thus not taken as a dependency separator.
1961 (makefile-previous-dependency): Inline the new matcher, because it
1962 is too complex to work in both directions.
1963 (makefile-match-dependency): Eliminate `backward' arg (see above).
1964 Completely reimplemented so as to not sometimes go into an endless
1965 loop. It should also be more efficient, because first it only
1966 searches for `:', instead of applying the very complex regexp.
1967 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1968 to be fontified in one piece can be too long for JIT.
1969 Makefiles are never *that* big.
1970
1971 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1972
1973 * dired.el (dired-mode): Simplify.
1974
1975 2005-05-17 Lute Kamstra <lute@gnu.org>
1976
1977 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1978 defcustom for the mode hook variable.
1979
1980 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1981 Emacs Lisp Reference Manual.
1982
1983 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1986 (evenp, list*):
1987 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1988 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1989
1990 * net/tramp-smb.el (tramp-smb-open-connection):
1991 Pass `tramp-chunksize' as fifth (required) argument.
1992
1993 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1994
1995 * font-lock.el (lisp-font-lock-keywords-1):
1996 Set `font-lock-negation-char-face' for [^...] char group.
1997 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1998
1999 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2000 a var, and refine it to mask one more level of nested vars.
2001 (makefile-rule-action-regex): Turn it into a var, and refine it so
2002 it recognizes backslashed continuation lines as belonging to the
2003 same command.
2004 (makefile-macroassign-regex): Refine it so it recognizes
2005 backslashed continuation lines as belonging to the same command.
2006 (makefile-var-use-regex): Don't look at the next char, because it
2007 might be the same one to be skipped by the initial [^$], leading
2008 to an overlooked variable use.
2009 (makefile-make-font-lock-keywords): Remove two parameters, which
2010 are now variables that some of the modes set locally.
2011 Handle dependency and rule action matching through functions, because
2012 regexps alone match too often. Dependency matching now comes
2013 last, so it can check, whether a colon already matched something else.
2014 (makefile-mode): Inform that font-lock improves makefile parsing
2015 capabilities.
2016 (makefile-match-dependency, makefile-match-action): New functions.
2017
2018 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2021
2022 * align.el (align-regexp):
2023 * ansi-color.el (ansi-color-get-face):
2024 * array.el (array-reconfigure-rows, array-init-max-row)
2025 (array-init-max-column, array-init-columns-per-line)
2026 (array-init-field-width):
2027 * dired-aux.el (dired-trample-file-versions):
2028 * dired-x.el (dired-mark-sexp):
2029 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2030 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2031 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2032 * faces.el (face-read-integer):
2033 * files.el (backup-extract-version, insert-directory):
2034 * hexl.el (hexl-insert-decimal-char):
2035 * server.el (server-process-filter):
2036 * shell.el (shell-extract-num):
2037 * startup.el (command-line-1):
2038 * term.el (term-command-hook):
2039 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2040 (time-stamp-do-number):
2041 * time.el (display-time-update):
2042 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2043 (timezone-fix-time):
2044 * vms-patch.el (vms-suspend-resume-hook):
2045 * calendar/appt.el (appt-convert-time):
2046 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2047 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2048 * calendar/cal-islam.el (mark-islamic-diary-entries):
2049 * calendar/calendar.el (calendar-cursor-to-date)
2050 (calendar-star-date):
2051 * calendar/diary-lib.el (diary-attrtype-convert)
2052 (mark-diary-entries, diary-entry-time):
2053 * calendar/solar.el (solar-get-number):
2054 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2055 * emacs-lisp/re-builder.el (reb-display-subexp):
2056 * emulation/edt.el (edt-set-scroll-margins):
2057 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2058 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2059 (vip-get-ex-count):
2060 * emulation/viper-ex.el (viper-get-ex-token)
2061 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2062 * international/fontset.el (fontset-plain-name):
2063 * mail/feedmail.el (feedmail-look-at-queue-directory):
2064 * mail/mailalias.el (mail-get-names):
2065 * mail/rmail.el (rmail-convert-to-babyl-format):
2066 * mail/rmailsum.el (rmail-make-basic-summary-line)
2067 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2068 (rmail-summary-goto-msg):
2069 * mail/smtpmail.el (smtpmail-read-response):
2070 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2071 (ange-ftp-vms-add-file-entry):
2072 * play/gametree.el (gametree-looking-at-ply)
2073 (gametree-current-branch-score):
2074 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2075 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2076 * progmodes/cperl-mode.el (condition-case):
2077 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2078 (ebrowse-set-member-buffer-column-width)
2079 (ebrowse-select-1st-to-9nth):
2080 * progmodes/etags.el (etags-snarf-tag):
2081 * progmodes/flymake.el (flymake-parse-line):
2082 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2083 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2084 (idlwave-shell-menu-def):
2085 * progmodes/ps-mode.el (ps-run-goto-error):
2086 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2087 (vhdl-speedbar-contract-level):
2088 * term/mac-win.el (x-handle-numeric-switch):
2089 * term/sun-mouse.el (sun-get-frame-data):
2090 * term/w32-win.el (x-handle-numeric-switch):
2091 * term/x-win.el (x-handle-numeric-switch):
2092 * textmodes/ispell.el (ispell-parse-output):
2093 * textmodes/nroff-mode.el (nroff-outline-level):
2094 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2095 (reftex-bib-sort-year-reverse, reftex-format-citation):
2096 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2097 (reftex-section-number):
2098 * textmodes/texinfmt.el (texinfo-paragraphindent):
2099 Replace `string-to-int' by `string-to-number'.
2100
2101 * international/latexenc.el: Add page marker to force the "Local
2102 Variables:" string out of the last page.
2103
2104 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2105
2106 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2107 tooltip-change-major-mode.
2108 (gud-tooltip-print-command): Remove case where gud-minor-mode
2109 is gdb ("--fullname").
2110 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2111 explain to user.
2112
2113 2005-05-16 Jay Belanger <belanger@truman.edu>
2114
2115 * calc/calc-store.el (calc-copy-special-constant): New function.
2116
2117 * calc/calc-ext.el (calc-init-extensions): Add binding for
2118 `calc-copy-special-constant'.
2119
2120 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2121 for the `calc-copy-special-constant' command.
2122
2123 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2124
2125 * subr.el (left-fringe-p): New function.
2126
2127 * progmodes/compile.el (compilation-setup): Set local value of
2128 overlay-arrow-string to "" always.
2129 (compilation-set-window): Left fringe then don't scroll.
2130 No left fringe then no arrow and scroll message to top.
2131 (compilation-context-lines): Adjust doc string accordingly.
2132
2133 2005-05-16 Kim F. Storm <storm@cua.dk>
2134
2135 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2136 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2137 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2138 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2139 (ido-read-file-name): Handle commands with ido property value
2140 equal to find-file as reading a file name, to allow C-d to enter dired.
2141 (ibuffer-find-file): Add ido property with value find-file.
2142
2143 2005-05-15 Kim F. Storm <storm@cua.dk>
2144
2145 * subr.el (open-network-stream-nowait): Remove.
2146 (open-network-stream-server): Remove.
2147
2148 2005-05-15 Richard M. Stallman <rms@gnu.org>
2149
2150 * faces.el (describe-face): Output a definition link button.
2151
2152 * help-mode.el (help-face-def): New button type.
2153
2154 * emacs-lisp/copyright.el (copyright-fix-years):
2155 Match properly if the first year is 2-digit.
2156 Don't mess up the whitespace after the years by filling.
2157
2158 * dired-aux.el (dired-mark-confirm):
2159 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2160
2161 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2162 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2163 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2164
2165 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2166 Set font-lock-comment-start-skip.
2167
2168 * font-lock.el (font-lock-comment-start-skip): New variable.
2169 (font-lock-comment-end-skip): New variable.
2170 (font-lock-fontify-syntactically-region): Use them if non-nil.
2171
2172 2005-05-15 Jay Belanger <belanger@truman.edu>
2173
2174 * calc/calc-store.el (calc-store-value): Return a string rather
2175 than display it as a message.
2176 Use calc-var-name for variable name.
2177 (calc-store-into): Add the result of calc-store-value to message.
2178 (calc-copy-variable): Add a message.
2179 (calc-store-exchange): Improve error messages.
2180 (calc-store-binary, calc-store-map): Don't reset the values of
2181 special constants.
2182
2183 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2184
2185 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2186 manual to docstring.
2187
2188 * files.el (hack-local-variables-confirm): Add STRING argument.
2189 Make the function handle non file visiting buffers correctly.
2190 (hack-local-variables-prop-line, hack-local-variables)
2191 (hack-one-local-variable): Use STRING arg of
2192 `hack-local-variables-confirm'.
2193
2194 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2195
2196 Sync with Tramp 2.0.49.
2197
2198 * tramp.el (tramp-handle-dired-call-process)
2199 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2200 because the contents of the Tramp buffer is changed before
2201 insertion (`expand-file' and alike).
2202 (tramp-handle-insert-directory): If `localname' has an empty
2203 nondirectory name, it must not be quoted.
2204 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2205 variable `tramp-chunksize'. Change callees.
2206 (tramp-open-connection-setup-interactive-shell): Check remote host
2207 for buggy `send-process-string' implementation.
2208 Set `tramp-chunksize' if found. Reported by Michael Kifer
2209 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2210 (tramp-handle-shell-command): `insert-buffer' cannot be used
2211 because the contents of the Tramp buffer is changed before
2212 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2213 <frederic.bothamy@free.fr>.
2214 (tramp-set-auto-save): Actions should be done for Tramp file name
2215 handler only. Ange-FTP has its own auto-save mechanism.
2216 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2217 (tramp-set-auto-save-file-modes): Set file modes of
2218 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2219 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2220 (tramp-bug): Remove obsolete variable.
2221 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2222 for presence of `mml-mode'. Make it running for older Emacsen as well.
2223
2224 2005-05-14 John Paul Wallington <jpw@pobox.com>
2225
2226 * ibuf-ext.el (define-ibuffer-filter filename):
2227 If `dired-directory' is a list, use its car.
2228
2229 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2230
2231 * ibuffer.el (define-ibuffer-column filename):
2232 If `dired-directory' is a list, use its car.
2233
2234 2005-05-14 Richard M. Stallman <rms@gnu.org>
2235
2236 * subr.el (symbol-file): Doc fix.
2237
2238 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2239 (byte-compile-form): Call byte-compile-nogroup-warn.
2240 (byte-compile-warning-types): Doc fix.
2241
2242 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2243
2244 * progmodes/cc-engine.el (c-literal-faces):
2245 Add font-lock-comment-delimiter-face.
2246
2247 * net/net-utils.el (dig): Use with-no-warnings.
2248
2249 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2250 (sc-recite-frame-alist, sc-default-cite-frame)
2251 (sc-default-uncite-frame, sc-default-recite-frame)
2252 (sc-attrib-selection-list, sc-rewrite-header-list):
2253 Mark as risky-local-variable.
2254
2255 * international/ogonek.el (ogonek-jak, ogonek-how):
2256 Don't use beginning-of-buffer.
2257
2258 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2259
2260 * calendar/solar.el (solar-data-list): Move definition up.
2261
2262 * dnd.el (dnd-protocol-alist): Add autoload.
2263
2264 * progmodes/sh-script.el: Many doc usage fixes.
2265 (sh-indent-after-do): Change default to match common styles.
2266
2267 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2268
2269 * files.el (interpreter-mode-alist)
2270 (auto-mode-interpreter-regexp): Doc fixes.
2271
2272 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2273
2274 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2275
2276 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2277
2278 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2279
2280 * dired.el (dired-mode): make-variable-buffer-local =>
2281 make-local-variable.
2282
2283 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2284
2285 * term/mac-win.el (mac-select-convert-to-string): Try coding
2286 systems in mac-script-code-coding-systems if specified one cannot
2287 encode string for `com.apple.traditional-mac-plain-text'.
2288
2289 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2290
2291 * progmodes/make-mode.el (makefile-targets-face)
2292 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2293 (makefile-dependency-regex): Fix it to not make the colon in
2294 $(var:a=b) special.
2295 (makefile-rule-action-regex): New regexp for highlighting embedded
2296 Shell strings.
2297 (makefile-macroassign-regex): Handle != for highlighting as
2298 embedded Shell strings.
2299 (makefile-var-use-regex): New const.
2300 (makefile-statements, makefile-automake-statements)
2301 (makefile-gmake-statements, makefile-makepp-statements)
2302 (makefile-bsdmake-statements): New consts.
2303 (makefile-make-font-lock-keywords): New function.
2304 (makefile-automake-font-lock-keywords)
2305 (makefile-gmake-font-lock-keywords)
2306 (makefile-makepp-font-lock-keywords)
2307 (makefile-bsdmake-font-lock-keywords): New consts.
2308 (makefile-mode-map): Add switchers between the various submodes.
2309 (makefile-mode): Document the availability of the variants.
2310 (makefile-automake-mode, makefile-gmake-mode)
2311 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2312
2313 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2314 new variants of makefile-mode.
2315
2316 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2319 the inheritance.
2320
2321 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2322
2323 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2324 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2325
2326 * files.el (normal-mode): Extend the scope of the
2327 `enable-local-variables' binding to include the `set-auto-mode' call.
2328 (magic-mode-alist): Doc fix.
2329
2330 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2333 font-lock-comment-face rather than copying its setting.
2334
2335 2005-05-12 Andreas Schwab <schwab@suse.de>
2336
2337 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2338
2339 2005-05-12 Lute Kamstra <lute@gnu.org>
2340
2341 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2342 defcustom for the mode hook variable. Delete the last argument.
2343 * generic-x.el: Fix callers of define-generic-mode.
2344 (generic-x-modes): Delete group.
2345 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2346 generic-x customization group.
2347
2348 2005-05-12 Kim F. Storm <storm@cua.dk>
2349
2350 * font-lock.el (font-lock-negation-char-face): Default to "off".
2351
2352 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2353 font-lock-negation-char-face to ! in !=.
2354
2355 2005-05-12 Masatake YAMATO <jet@gyve.org>
2356
2357 * add-log.el (find-change-log): Fix typos in the docstring
2358 of function.
2359
2360 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2361
2362 * international/latexenc.el (latexenc-find-file-coding-system):
2363 Avoid `re-search-forward' when looking for input encoding because
2364 of speed and safety. Better regular expressions for recognizing
2365 input encoding. Limit a search for TeX-master/tex-main-file to
2366 the local variable section.
2367
2368 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2369
2370 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2371 syntax of $ to "'" (quote).
2372
2373 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2374
2375 * dnd.el (dnd-protocol-alist): Improve custom type.
2376
2377 * dired.el (dired-dnd-protocol-alist): New variable.
2378 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2379 `dired-mode-hook' to the end.
2380
2381 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2384 comment-end if comment-start-skip is not set.
2385 Obey the font-lock-comment-delimiter-face variables.
2386
2387 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2388
2389 * files.el (executable-find): Move from executable.el. Use locate-file.
2390 * progmodes/executable.el (executable-find): Move to files.el.
2391
2392 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2393 when trying to ensure forward progress.
2394
2395 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2398 (mouse-select, mouse-select-internal, mouse-extend-internal):
2399 Use it to implement mouse-1-click-follows-link functionality.
2400
2401 2005-05-11 Richard M. Stallman <rms@gnu.org>
2402
2403 * font-lock.el (font-lock-fontify-syntactically-region):
2404 Use font-lock-comment-delimiter-face for comment delimiters.
2405
2406 2005-05-10 Jay Belanger <belanger@truman.edu>
2407
2408 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2409 preserving embedded modes.
2410
2411 2005-05-10 Richard M. Stallman <rms@gnu.org>
2412
2413 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2414
2415 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2416 Move from ada-stmt.el.
2417 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2418
2419 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2420 Move to ada-mode.el.
2421 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2422
2423 * cus-edit.el (custom-file): Call file-chase-links.
2424
2425 * files.el (read-directory-name): Fix previous change.
2426 (hack-local-variables-confirm): New function.
2427 (hack-local-variables-prop-line, hack-local-variables)
2428 (hack-one-local-variable): Use it.
2429
2430 2005-05-10 Lute Kamstra <lute@gnu.org>
2431
2432 * font-lock.el (font-lock-keywords-alist)
2433 (font-lock-removed-keywords-alist): Clarify docstrings.
2434
2435 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2436
2437 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2438 (gdb-source-info): Check for preprocessor info.
2439 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2440 a macro for a function.
2441 (gdb-info-breakpoints-custom): Try to find file again if not already
2442 found (user might have used GDB dir command).
2443 (gdb-get-location): Update gdb-location-alist correctly for change
2444 to gdb-info-breakpoints-custom.
2445
2446 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2447 (gud-tooltip-print-command): Add gdbmi case.
2448 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2449 preprocessor info.
2450
2451 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2452
2453 * startup.el (fancy-splash-insert): Fix typo in doc string.
2454
2455 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2456
2457 * obsolete/float.el (string-to-float):
2458 * obsolete/hilit19.el (hilit-add-pattern):
2459 * obsolete/rnews.el (news-parse-range, news-select-message)
2460 (news-get-pruned-list-of-files): Replace `string-to-int' by
2461 `string-to-number'.
2462
2463 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2464 `find-file-not-found-hooks'; use `add-hook'.
2465 (uncompress-while-visiting): Set `write-file-functions', not
2466 `write-file-hooks'; use `add-hook'.
2467
2468 2005-05-09 Kim F. Storm <storm@cua.dk>
2469
2470 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2471 (cua-paste): Handle clipboard action.
2472 (cua--init-keymaps): Remap clipboard-kill-region and
2473 clipboard-kill-ring-save.
2474
2475 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2476
2477 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2478 Improve commentary.
2479
2480 * simple.el (next-error-overlay-arrow-position): Revert the change
2481 made on 2005-04-30.
2482
2483 2005-05-07 Jay Belanger <belanger@truman.edu>
2484
2485 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2486 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2487 `calc-sel-reselect'.
2488
2489 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2490 Calc is in embedded mode.
2491
2492 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2493
2494 * progmodes/compile.el (compilation-setup):
2495 Set overlay-arrow-string to an empty string on text terminals.
2496
2497 * textmodes/ispell.el (ispell-program-name): Try looking for
2498 "aspell" along exec-path, and if found, use it as the default
2499 speller program.
2500
2501 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2502
2503 * international/mule.el (sgml-xml-auto-coding-function):
2504 Recognize encoding='FOO' in single quotes as well as in double quotes.
2505
2506 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2507
2508 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2509 as well as `interactive', so that defmacro* would recognize
2510 `declare' forms.
2511
2512 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2513
2514 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2515 Explain more about the LIGHTER arg's usage in the doc string.
2516 Add commentary to clarify what the code does. Fix the regexp that
2517 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2518 since it could have characters special to regular expressions.
2519
2520 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2521
2522 * replace.el (occur-1): Bind inhibit-read-only so that
2523 erase-buffer doesn't barf on read-only text properties (likewise
2524 for add-text-properties in occur-engine). Mark buffer as unmodified.
2525 (occur-engine): Don't set buffer-read-only here.
2526
2527 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2530 list-buffers-directory. This caused the *cvs-commit* buffer to be
2531 sometimes mistakenly reused as a *cvs* buffer.
2532
2533 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2534
2535 * tooltip.el: Move code for GUD tooltips into gud.el.
2536 (require): CL no longer needed to compile case.
2537 (tooltip-mode): Do not toggle functions for GUD tooltips.
2538 (tooltip-gud-tips-p): Remove. Replace with minor mode
2539 gud-tooltip-mode in gud.el.
2540 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2541 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2542 tooltip-gud prefix with gud-tooltip and obsolete.
2543 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2544 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2545 (tooltip-mouse-motion): Mouse movement functions/variable.
2546 Rename in gud.el by adding gud prefix.
2547 (tooltip-gud-original-filter, tooltip-gud-dereference)
2548 (tooltip-gud-event, tooltip-toggle-gud-tips)
2549 (tooltip-gud-process-output, tooltip-gud-print-command)
2550 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2551 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2552 (gdb-tooltip-print): Move to gdb-ui.el.
2553
2554 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2555 (require): CL needed to compile case.
2556 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2557 tooltip-gud-tips-p. Make it a minor-mode.
2558 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2559 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2560 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2561 (gud-tooltip-change-major-mode)
2562 (gud-tooltip-activate-mouse-motions-if-enabled)
2563 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2564 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2565 (gud-tooltip-original-filter, gud-tooltip-dereference)
2566 (gud-tooltip-event, tooltip-toggle-gud-tips)
2567 (gud-tooltip-process-output, gud-tooltip-print-command)
2568 (gud-tooltip-tips): Move from tooltip.el.
2569
2570 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2571 (gdb-cpp-define-alist-flags): Doc fix.
2572 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2573 gud-tooltip-mode is t.
2574
2575 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2578 evaporate if their text is deleted.
2579 (goto-address-at-point): Make it work as a mouse binding as well.
2580 (goto-address-at-mouse): Obsolete it. Update users.
2581
2582 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2583
2584 * calendar/appt.el (top-level): No longer activate on load.
2585
2586 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2587
2588 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2589 * net/webjump.el (webjump):
2590 * progmodes/idlw-help.el (idlwave-do-context-help1)
2591 (idlwave-highlight-linked-completions):
2592 * textmodes/po.el (po-find-file-coding-system-guts):
2593 Replace `assoc-ignore-case' by `assoc-string'.
2594
2595 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2596
2597 * files.el (locate-file): Doc fix.
2598
2599 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2600 Remove the redundant test for ms-dos.
2601
2602 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2603 look for the preprocessor with exec-suffixes. If not found in
2604 standard places, look in exec-path. Remove most of the tests that
2605 used system-type.
2606
2607 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2608
2609 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2610
2611 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2612 file-name clash with jka-compr.el on 8+3 filesystems.
2613
2614 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2615
2616 * term/mac-win.el: Don't define or bind scroll bar functions if
2617 x-toolkit-scroll-bars is t.
2618 (x-select-text, x-get-selection-value):
2619 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2620 (PRIMARY): Put mac-scrap-name property.
2621 (mac-select-convert-to-file-url): New function.
2622 (public.file-url): New selection target type. Add to
2623 selection-converter-alist.
2624 (x-get-selection, x-selection-value): Handle it.
2625 (x-cut-buffer-or-selection-value): New alias.
2626
2627 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2628
2629 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2630 entry to avoid calling bibtex-find-entry with arg global
2631 being t. Remove arg key.
2632 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2633 (bibtex-copy-summary-as-kill): Change accordingly.
2634
2635 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2636
2637 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2638 (org-agenda-date-later): Use with-current-buffer.
2639
2640 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2641
2642 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2643 (define-obsolete-variable-alias): Doc Fixes.
2644
2645 2005-05-06 Kim F. Storm <storm@cua.dk>
2646
2647 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2648 vertical-motion when selective-display is active.
2649
2650 * ido.el (ido-setup-hook): New hook.
2651 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2652 (ido-input-stack): New var.
2653 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2654 ido-next-work-file binding to M-O.
2655 Bind M-f to ido-wide-find-file-or-pop-dir.
2656 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2657 (ido-read-internal): Run ido-setup-hook.
2658 Catch quit in read-file-name and read-string to cancel edit.
2659 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2660 Automatically pop-all when completing a directory name (RET).
2661 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2662 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2663 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2664 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2665 New functions for M-b/M-f to move among the directory components.
2666 (ido-make-merged-file-list): Catch quit to cancel merge.
2667 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2668 (ido-completion-help): No warnings for ido-completion-buffer-full.
2669
2670 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2671
2672 * font-lock.el (font-lock-negation-char-face): New face and variable.
2673 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2674 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2675 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2676 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2677
2678 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2679
2680 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2681 Fix typo in docstring.
2682
2683 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2684 (ebrowse-print-statistics-line)
2685 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2686
2687 * term/w32-win.el (image-library-alist): Add additional name for
2688 Xpm library.
2689
2690 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2691
2692 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2693 use gcc instead of cpp.
2694
2695 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2696 (gdb-create-define-alist): Use it.
2697 (gdb-cpp-define-alist-program): Update for MS-DOS.
2698
2699 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2700
2701 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2702
2703 2005-05-04 Richard M. Stallman <rms@gnu.org>
2704
2705 * help.el (describe-key): No error when UNTRANSLATED is nil.
2706
2707 * simple.el (line-move-1): Fix previous change to signal errors
2708 appropriately.
2709
2710 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2711
2712 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2713 (icalendar-duration-correction): Remove.
2714 (icalendar--get-event-properties): Split result at commas.
2715 (icalendar--decode-isoduration): New optional argument
2716 DURATION-CORRECTION.
2717 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2718 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2719 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2720 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2721 (icalendar--convert-anniversary-to-ical): New functions, extracted
2722 from icalendar-export-region, with bug fixes.
2723 (icalendar-export-region): Use the above functions.
2724 (icalendar-import-buffer): Check before saving diary file.
2725 (icalendar--convert-recurring-to-diary)
2726 (icalendar--convert-non-recurring-all-day-to-diary)
2727 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2728 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2729 (icalendar--convert-ical-to-diary): Use the above functions.
2730
2731 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2732
2733 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2734 Remove these recent additions.
2735 (c-mode): Restore to before 2005-04-28.
2736
2737 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2738 recent addition.
2739
2740 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2741 (gdb-define-alist): New variables.
2742 (gdb-create-define-alist): New function.
2743 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2744 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2745 with string-to-number.
2746 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2747
2748 * progmodes/gud.el: Replace string-to-int with string-to-number.
2749 (gud-find-file): Handle gdb-define-alist.
2750
2751 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2752
2753 2005-05-02 Jay Belanger <belanger@truman.edu>
2754
2755 * calc/calc-aent.el (math-read-token):
2756 * calc/calc-bin.el (calc-word-size):
2757 * calc/calc-ext.el (calc-read-number-fancy):
2758 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2759 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2760 * calc/calc-frac.el (calc-over-notation):
2761 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2762 (calc-graph-num-points, calc-graph-init):
2763 * calc/calc-prog.el (calc-read-parse-table-part)
2764 (calc-edit-macro-repeats):
2765 * calc/calc-yank.el (calc-do-grab-rectangle):
2766 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2767 Replace `string-to-int' by `string-to-number'.
2768
2769 2005-05-02 Kim F. Storm <storm@cua.dk>
2770
2771 * kmacro.el: Use executing-kbd-macro-index variable.
2772
2773 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2774
2775 * net/rlogin.el (rlogin-parse-words): Delete func.
2776 (rlogin): Use split-string, not rlogin-parse-words.
2777 Also, if there are option-like elements in the parsed args,
2778 take the host to be the first arg immediately following them.
2779 Suggested by Michael Mauger.
2780
2781 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2782
2783 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2784
2785 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2786
2787 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2788 (cc-mode-cpp-program): Rename to cc-define-list-program and
2789 move to cc-vars.el.
2790
2791 * progmodes/cc-vars.el (cc-define-list-program):
2792 Change to "gcc -E -dM -". Make customizable.
2793
2794 2005-05-02 Kim F. Storm <storm@cua.dk>
2795
2796 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2797
2798 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2799
2800 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2801
2802 * international/mule-util.el (truncate-string): Remove alias and
2803 obsolete declaration.
2804
2805 * international/mule-cmds.el (update-iso-coding-systems):
2806 Remove alias and obsolete declaration.
2807
2808 * international/mule.el (coding-system-parent): Remove alias and
2809 obsolete declaration.
2810
2811 * subr.el (define-function, sref): Remove aliases and obsolete
2812 declarations.
2813 (chars-in-region): Remove obsolete declaration.
2814
2815 2005-05-01 Richard M. Stallman <rms@gnu.org>
2816
2817 * info.el (Info-mode): Set widen-automatically to nil, locally.
2818
2819 * simple.el (widen-automatically): New variable.
2820 (pop-global-mark): Obey widen-automatically.
2821
2822 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2823
2824 * term/xterm.el (function-key-map): Call substitute-key-definition
2825 before the keymap size is increased by a lot of define-key calls.
2826
2827 2005-05-01 Richard M. Stallman <rms@gnu.org>
2828
2829 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2830 Rename ARG to ELEMENT. Doc fix.
2831
2832 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2833
2834 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2835 Remove references to allout-exposure/change to allout-new-exposure.
2836
2837 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2838 bytecode symbols.
2839
2840 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2841 (compiled-function-p, focus-frame, unfocus-frame):
2842 Remove aliases and obsolete declarations.
2843 Back out inadvertent changes from previous commit.
2844
2845 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2846
2847 * files.el (require-final-newline): Make Custom tags consistent
2848 with mode-require-final-newline.
2849 (mode-require-final-newline): Doc fix.
2850
2851 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * international/latexenc.el (latexenc-find-file-coding-system):
2854 Fix regular expressions.
2855
2856 2005-05-01 David Kastrup <dak@gnu.org>
2857
2858 * international/latexenc.el (latexenc-find-file-coding-system):
2859 Fix regular expressions.
2860
2861 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2862
2863 * subr.el (string-to-int): Make obsolete.
2864
2865 2005-04-30 Richard M. Stallman <rms@gnu.org>
2866
2867 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2868
2869 * loadup.el: load jka-comp-hook.
2870
2871 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2872 (jka-compr-handler): Add autoload. `put' calls moved
2873 to jka-comp-hook.el.
2874 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2875 (jka-compr-inhibit): Autoload.
2876
2877 * jka-comp-hook.el: New file.
2878 Enable the mode by default.
2879
2880 * files.el (backup-buffer-copy): Use copy-file instead
2881 of write-region, and put back the 'excl.
2882
2883 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * progmodes/flymake.el (flymake-split-string)
2886 (flymake-split-string, flymake-log, flymake-pid-to-names)
2887 (flymake-reg-names, flymake-get-source-buffer-name)
2888 (flymake-unreg-names, flymake-add-line-err-info)
2889 (flymake-add-err-info): Clarify docstrings.
2890 (flymake-popup-menu, flymake-make-emacs-menu)
2891 (flymake-make-xemacs-menu): Add docstrings.
2892 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2893 Set variables directly throughout.
2894
2895 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2896
2897 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2898 exists. Initialise cc-define-alist.
2899 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2900 If there is no file (Macroexpansion) don't create an alist.
2901
2902 2005-04-29 Sam Steingold <sds@gnu.org>
2903
2904 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2905 (cc-create-define-alist): Use it instead of the hard-coded string.
2906
2907 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2908
2909 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2910 for latexenc.
2911
2912 2005-04-29 Lute Kamstra <lute@gnu.org>
2913
2914 * emacs-lisp/generic.el: Improve commentary section.
2915 (define-generic-mode): Improve docstring.
2916
2917 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2918
2919 * textmodes/org.el (many places): Change to quiet the byte compiler.
2920 (org-prefix-format-compiled): New variable.
2921 (org-compile-prefix-format): New function.
2922 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2923 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2924 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2925 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2926 consistency with entries from `org-mode' files.
2927 (org-get-time-of-day): Fix bug with partial matches early in a line.
2928 (org-non-link-chars): New constant.
2929 (org-link-regexp): Respect `org-non-link-chars'.
2930 (org-agenda-day-view): Remove command.
2931 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2932 (org-follow-bbdb-link, org-store-link): Search also company field.
2933 (org-highlight-overlay): New variable.
2934 (org-highlight, org-unhighlight): New functions.
2935 (org-agenda-mode): Add pre-command-hook to remove highlight.
2936 (org-evaluate-time-range): Behavior depends upon whether time stamp
2937 contains a time or not.
2938 (org-show-subtree, org-show-entry): New functions.
2939 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2940
2941 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2942
2943 * comint.el (comint-output-filter-functions): Add autoload cookie.
2944
2945 2005-04-28 Kim F. Storm <storm@cua.dk>
2946
2947 * ido.el (ido-everywhere): Fix last change.
2948
2949 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2950
2951 * international/latexenc.el: New file.
2952 * international/mule-conf.el (file-coding-system-alist): For .tex,
2953 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2954
2955 2005-04-28 Lute Kamstra <lute@gnu.org>
2956
2957 * font-lock.el (font-lock-add-keywords)
2958 (font-lock-remove-keywords): Clarify docstring.
2959 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2960 Don't start docstrings with a `*'.
2961 (font-lock-update-removed-keyword-alist): Give it a docstring.
2962
2963 * generic-x.el: Update commentary section.
2964 Only require font-lock when compiling.
2965 Define all modes conditionally.
2966 Place all generic modes in the generic-x-modes customization group.
2967 (generic-x-modes): New customization group.
2968 (generic-default-modes, generic-mswindows-modes)
2969 (generic-unix-modes, generic-other-modes): New constants.
2970 (generic-define-mswindows-modes, generic-define-unix-modes):
2971 Update docstrings. Make them obsolete.
2972 (generic-extras-enable-list): New default value. Update docstring.
2973 Improve :type. Change :set function.
2974 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2975 Fix docstring.
2976
2977 * emacs-lisp/generic.el (generic-mode-internal):
2978 Simplify font-lock-defaults.
2979 (define-generic-mode): Fix docstring.
2980
2981 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2984 font-lock-face property to highlight matches.
2985
2986 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2987
2988 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2989 (cc-define-alist): New variable.
2990 (c-mode): Make it local and initialise it.
2991
2992 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2993 (gdb-exited): New function.
2994 (gdb-annotation-rules): Use it.
2995 (gdb-starting): Set gdb-active-process to t.
2996 (gdb-stopping): Amend doc string.
2997 (gdb-reset): Set gdb-active-process to nil.
2998
2999 * tooltip.el (tooltip-gud-tips): Show the associated #define
3000 directives when a C program under GDB is not executing.
3001
3002 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3005 font-lock-fontify-syntactic-keywords.
3006
3007 * font-lock.el (font-lock-default-fontify-region): Don't force
3008 parse-sexp-lookup-properties to nil.
3009
3010 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3011
3012 * man.el (man-mode-syntax-table): Set up `:' to have
3013 word-constituent syntax.
3014
3015 2005-04-27 Lute Kamstra <lute@gnu.org>
3016
3017 * novice.el (disable-command): Don't add spurious newlines to the
3018 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3019
3020 2005-04-26 Jay Belanger <belanger@truman.edu>
3021
3022 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3023 than one window before deleting window.
3024
3025 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3026
3027 * shell.el (shell-prompt-pattern): Doc fix.
3028 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3029
3030 * comint.el (comint-prompt-regexp, comint-get-old-input)
3031 (comint-use-prompt-regexp)
3032 (comint-use-prompt-regexp-instead-of-fields)
3033 (comint-replace-by-expanded-history, comint-send-input)
3034 (comint-output-filter, comint-get-old-input-default)
3035 (comint-line-beginning-position, comint-bol, comint-show-output)
3036 (comint-backward-matching-input, comint-forward-matching-input)
3037 (comint-next-prompt, comint-previous-prompt):
3038 Rename `comint-use-prompt-regexp-instead-of-fields' to
3039 `comint-use-prompt-regexp'. Keep old name as alias and declare
3040 obsolete.
3041 (comint-use-prompt-regexp): Shorten first line of doc string.
3042
3043 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3044 Set paragraph-separate buffer locally to "\\'".
3045
3046 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3047 Adapt to above name change.
3048
3049 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3050 (smbclient-prompt-regexp): Ditto.
3051
3052 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3053
3054 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3055
3056 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3057 gdb-location-list.
3058 Break lines that are over 80 characters wide.
3059
3060 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3063 New fun and var, to preserve compatibility.
3064
3065 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3066
3067 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3068
3069 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3070 name to file-newer-than-file-p.
3071
3072 2005-04-26 Richard M. Stallman <rms@gnu.org>
3073
3074 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3075
3076 * progmodes/python.el (python-mode):
3077 Use new name eldoc-documentation-function.
3078
3079 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3080
3081 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3082 (eldoc-documentation-function):
3083 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3084
3085 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3086
3087 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3088
3089 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3090
3091 * term/xterm.el (function-key-map): Fix strings for
3092 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3093 {C,S,A,C-S}-{f1-f12}.
3094
3095 2005-04-26 Kenichi Handa <handa@m17n.org>
3096
3097 * international/mule-cmds.el (select-safe-coding-system):
3098 Fix previous change.
3099
3100 2005-04-26 Lute Kamstra <lute@gnu.org>
3101
3102 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3103
3104 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3105 (font-lock-comment-delimiter-face): Ditto.
3106
3107 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3108
3109 2005-04-25 Jay Belanger <belanger@truman.edu>
3110
3111 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3112 to t while inserting information; use help-mode.
3113
3114 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3115
3116 * term.el (ansi-term-color-vector): Use the xterm colors.
3117 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3118
3119 2005-04-25 Lute Kamstra <lute@gnu.org>
3120
3121 * font-core.el (font-lock-defaults): Fix docstring.
3122
3123 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3124
3125 2005-04-25 Kenichi Handa <handa@m17n.org>
3126
3127 * international/mule-cmds.el (select-safe-coding-system):
3128 Don't check consistency with coding: spec, etc if raw-text or
3129 no-conversion was found to be safe.
3130
3131 2005-04-24 Richard M. Stallman <rms@gnu.org>
3132
3133 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3134 citation markers at start of each line.
3135
3136 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3137 citation markers at start of each line.
3138
3139 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3140
3141 * files.el (mode-require-final-newline): Fix previous change.
3142 (require-final-newline): Fix type label.
3143
3144 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3145
3146 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3147 statement in buffer (broken by 2004-11-24 change).
3148
3149 2005-04-24 Kim F. Storm <storm@cua.dk>
3150
3151 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3152 and read-file-name-function values. Don't overwrite existing
3153 non-nil values if ido-mode is enabled without ido-everywhere.
3154
3155 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3156
3157 * files.el (mode-require-final-newline): Minor doc fix.
3158
3159 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3160
3161 * subr.el (syntax-after): Doc fix.
3162 (syntax-class): If argument is nil, return nil. Mask off upper 16
3163 bits, not 8 bits.
3164
3165 * files.el (mode-require-final-newline): Doc fix.
3166 (backup-buffer-copy): Fix last change.
3167
3168 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3169
3170 * term/mac-win.el: Require select. Set selection-coding-system to
3171 mac-system-coding-system. Call menu-bar-enable-clipboard.
3172 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3173 (x-select-enable-clipboard): New variables.
3174 (x-select-text, x-get-selection, x-selection-value)
3175 (x-get-selection-value, mac-select-convert-to-string)
3176 (mac-services-open-file, mac-services-open-selection)
3177 (mac-services-insert-text): New functions.
3178 (CLIPBOARD, FIND): Put mac-scrap-name property.
3179 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3180 (public.tiff): Put mac-ostype property.
3181 (selection-converter-alist): Add entries for them.
3182 (mac-application-menu-map): New keymap.
3183 (interprogram-cut-function, interprogram-paste-function): Set to
3184 x-select-text and x-get-selection-value, respectively.
3185 (split-window-keep-point): Set to t.
3186
3187 2005-04-23 Richard M. Stallman <rms@gnu.org>
3188
3189 * files.el (read-directory-name): Always pass non-nil
3190 DEFAULT-FILENAME arg to read-file-name.
3191 (backup-buffer-copy, basic-save-buffer-2): Take care against
3192 writing thru an unexpected existing symlink.
3193 (revert-buffer): In indirect buffer, revert the base buffer.
3194 (magic-mode-alist): Doc fix.
3195 (buffer-stale-function): Doc fix.
3196 (minibuffer-with-setup-hook): Avoid warning.
3197 (mode-require-final-newline): Doc and custom fix.
3198
3199 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3200
3201 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3202 use the default appearance.
3203 (font-lock-comment-delimiter-face): New face, new variable.
3204
3205 * imenu.el (imenu--generic-function): The official position of a
3206 definition is the start of the line that BEG is in.
3207
3208 * midnight.el (midnight-timer): Move defvar up.
3209
3210 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3211
3212 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3213
3214 * startup.el (command-line): Use with-no-warnings.
3215
3216 * window.el (window-size-fixed): New defvar.
3217
3218 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3219
3220 * mail/rmail.el (rmail-font-lock-keywords):
3221 Use font-lock-comment-delimiter-face.
3222
3223 * mail/sendmail.el (mail-font-lock-keywords):
3224 Use font-lock-comment-delimiter-face.
3225
3226 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3227
3228 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3229
3230 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3231 Specify t for LAXMATCH when matching directories.
3232 Save match data around compilation-compat-error-properties form.
3233
3234 2005-04-23 David Kastrup <dak@gnu.org>
3235
3236 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3237 Mention that the autoloaded aliases should be kept for AUCTeX.
3238
3239 2005-04-23 Andreas Schwab <schwab@suse.de>
3240
3241 * isearch.el (isearch-forward): Doc fix.
3242
3243 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3244
3245 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3246 (jit-lock-stealth-nice): Change default value to 0.5.
3247
3248 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3249
3250 * abbrev.el (write-abbrev-file): Write table entries in
3251 alphabetical order by table name.
3252
3253 2005-04-22 Kim F. Storm <storm@cua.dk>
3254
3255 * ido.el (ido-read-internal): Fix `list' completion.
3256
3257 2005-04-22 Kenichi Handa <handa@m17n.org>
3258
3259 * recentf.el (recentf-save-file-coding-system): New variable.
3260 (recentf-save-list): Encode the file by
3261 recentf-save-file-coding-system and add coding: tag.
3262
3263 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3264
3265 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3266
3267 2005-04-21 Lute Kamstra <lute@gnu.org>
3268
3269 * loadhist.el (unload-feature): Don't remove a function from hooks
3270 if it is about to be restored to an autoload . Remove functions
3271 that will become unbound from auto-mode-alist. Simplify the code.
3272
3273 * subr.el (assq-delete-all): New implementation that is linear,
3274 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3275 (rassq-delete-all): New function.
3276
3277 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3278 Add size-indication-mode.
3279
3280 2005-04-21 Kenichi Handa <handa@m17n.org>
3281
3282 * international/mule-cmds.el: Add autoload for widget-value in
3283 eval-when-compile.
3284
3285 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3286
3287 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3288 Add tooltip-mode.
3289
3290 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3291
3292 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3293
3294 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3295 (inferior-lisp-filter-regexp, inferior-lisp-program)
3296 (inferior-lisp-load-command, inferior-lisp-prompt)
3297 (inferior-lisp-mode-hook, lisp-source-modes)
3298 (inferior-lisp-load-hook): defvar->defcustom.
3299 (inferior-lisp-program, inferior-lisp-prompt)
3300 (inferior-lisp-load-hook): Doc fixes.
3301 (inferior-lisp-install-letter-bindings): Small change in
3302 introductory comment.
3303
3304 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3305
3306 * vc.el (vc-annotate-color-map): Change some colors so that text
3307 using them as foreground is readable on both white and black
3308 backgrounds.
3309
3310 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * international/mule-conf.el (translation-table-for-input):
3313 Remove redundant declaration.
3314
3315 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3316
3317 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3318
3319 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3320 (tooltip-toggle-gud-tips): New function.
3321
3322 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3323
3324 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3325 right angle brackets.
3326
3327 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3328
3329 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3330
3331 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3334 Remove. Update callers to use expand-file-name instead.
3335
3336 * subr.el (syntax-class): New function.
3337
3338 * simple.el (blink-matching-open): Use it.
3339
3340 * paren.el (show-paren-function): Use it to recognize parens that are
3341 also used in 2-char comment markers.
3342
3343 2005-04-19 Lute Kamstra <lute@gnu.org>
3344
3345 * loadhist.el (unload-feature): Update for new format of
3346 load-history. Simplify the code.
3347
3348 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3349
3350 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3351 (mac-add-charset-info): New function. Initialize variable
3352 mac-charset-info-alist using it.
3353 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3354 for translation.
3355 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3356 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3357 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3358 New CCL programs.
3359
3360 2005-04-19 Kim F. Storm <storm@cua.dk>
3361
3362 * simple.el (next-buffer, prev-buffer, next-error)
3363 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3364 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3365
3366 * bindings.el (next-buffer, prev-buffer, next-error)
3367 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3368 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3369 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3370 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3371
3372 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * isearch.el (isearch-edit-string): Make the search-ring available for
3375 minibuffer history commands.
3376 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3377 the default history commands now work just as well.
3378 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3379
3380 2005-04-18 Kim F. Storm <storm@cua.dk>
3381
3382 * emulation/cua-base.el (cua--pre-command-handler): Add more
3383 elaborate check for shift modifier on non-window systems.
3384
3385 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3386
3387 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3388
3389 2005-04-18 Kim F. Storm <storm@cua.dk>
3390
3391 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3392 and make it optional. Don't test tooltip-gud-echo-area here.
3393 (tooltip-gud-process-output, gdb-tooltip-print):
3394 Pass tooltip-gud-echo-area to tooltip-show.
3395 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3396
3397 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3398
3399 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3400 `display-graphic-p' may not be bound yet.
3401
3402 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3403
3404 * startup.el (command-line): No longer enable Xterm Mouse mode by
3405 default in terminals compatible with xterm.
3406
3407 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3408
3409 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3410
3411 * tooltip.el (tooltip-gud-echo-area): Rename from
3412 tooltip-use-echo-area.
3413 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3414 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3415 area independently of where help tooltips are displayed.
3416
3417 2005-04-17 David Kastrup <dak@gnu.org>
3418
3419 * cus-theme.el (custom-theme-write-variables): Quote variables
3420 where necessary.
3421
3422 2005-04-17 Richard M. Stallman <rms@gnu.org>
3423
3424 * simple.el (yank-excluded-properties): Add follow-link to value.
3425
3426 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3427
3428 * startup.el (fancy-splash-max-time): Just 30 seconds.
3429 (fancy-splash-delay): Just 7.
3430 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3431
3432 * loadhist.el (unload-feature): Update for new format of load-history.
3433 Simplify the code.
3434
3435 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3436 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3437
3438 * mail/sendmail.el (mail-font-lock-keywords):
3439 Don't fontify subject text.
3440 Don't fontify the text of a citation.
3441
3442 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3443
3444 * comint.el (comint-output-filter): Run comint-output-filter-functions
3445 with point where the user had it.
3446
3447 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * international/ucs-tables.el (ucs-set-table-for-input):
3450 Disable when using unify-on-decoding.
3451
3452 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3453
3454 * emulation/cua-base.el (cua-global-mark-face): Add special case
3455 for displays supporting a high number of colors.
3456
3457 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3458
3459 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3460
3461 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3462
3463 * filesets.el (filesets-add-buffer): If user supplies a name of a
3464 non-existing fileset, create a new fileset.
3465
3466 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3467
3468 * textmodes/org.el (org-up-heading-all): Fix bug with
3469 `outline-up-heading-all'.
3470
3471 2005-04-16 Andreas Schwab <schwab@suse.de>
3472
3473 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3474 /etc/permissions.d/* and /etc/aliases.d/*.
3475
3476 2005-04-16 Kenichi Handa <handa@m17n.org>
3477
3478 * international/code-pages.el (cp-make-coding-system):
3479 Set `translation-table-for-input' property value to the symbol
3480 ucs-mule-to-mule-unicode, not to that value.
3481 (pt154): Escape guillemet by `\'.
3482
3483 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3484
3485 * loadup.el: Load tooltip if x-show-tip is fboundp.
3486
3487 * startup.el (command-line): Add comment.
3488
3489 * tooltip.el (tooltip-mode): Specify correct standard value for
3490 Custom in init-value.
3491
3492 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3493
3494 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3495 possible.
3496
3497 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3498
3499 * textmodes/org.el (org-agenda-date-prompt): Rename from
3500 `org-agenda-date-today'.
3501 (org-evaluate-time-range): Insert at point instead of directly
3502 after time range.
3503 (org-first-headline-recenter, org-subtree-end-visible-p)
3504 (org-optimize-window-after-visibility-change): New functions
3505 (org-agenda-post-command-hook): Don't allow point at end of line,
3506 to make sure it always hits the text properties.
3507 (org-agenda-next-date-line, org-agenda-previous-date-line):
3508 New commands.
3509 (org-set-regexps-and-options): Category may contain white space.
3510 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3511 Improve marker positions.
3512 (org-agenda-new-marker): Argument POS made optional.
3513 (org-agenda-get-timestamps): Deadlines which are done are listed
3514 in org-done-face now.
3515 (org-agenda-get-todos, org-agenda-get-timestamps)
3516 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3517 Set `undone-face' and `done-face' properties.
3518 (org-last-todo-state-is-todo): New variable.
3519 (org-todo): Set `org-last-todo-state-is-todo'.
3520 (org-agenda-todo): Change face according to
3521 `org-last-todo-state-is-todo'. And change other lines refering to
3522 the same entry.
3523 (org-calendar-goto-agenda): New command.
3524 (org-calendar-to-agenda-key): New option.
3525 (org-startup-folded): New allowed value `content'.
3526 (org-set-regexps-and-options): Accept new value `content' for
3527 `org-startup-folded'.
3528 (org-get-current-options): Handle new value `content' for
3529 `org-startup-folded'.
3530 (org-insert-todo-heading): New command.
3531 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3532 interactively in empty file and option
3533 `org-insert-mode-line-in-empty-file' has been set.
3534 (org-agenda-todo,org-agenda-priority): Modify to use
3535 `org-agenda-change-all-lines'.
3536 (org-warning-face): Change color on dark background
3537
3538 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3539
3540 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3541 use preferences AppleLocale and AppleLanguages, and variable
3542 mac-system-locale for default locale. On Mac OS Classic, use
3543 mac-system-coding-system for default coding systems.
3544
3545 * term/mac-win.el: Don't set file-name-coding-system.
3546 Decode variables system-name, emacs-build-system, user-login-name, and
3547 user-full-name by mac-system-coding-system on Mac OS Classic.
3548 (mac-system-coding-system): New variable.
3549
3550 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3551
3552 * startup.el (command-line): Handle `xterm-mouse-mode' before
3553 reading init file.
3554
3555 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3556
3557 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3558
3559 * progmodes/sh-script.el (sh-here-document-word): Make it a
3560 defcustom. Doc fix.
3561 (sh-add): Bash uses $(( )) for arithmetic.
3562 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3563 (sh-maybe-here-document): Remove quotes and leading whitespace
3564 from heredoc word when closing. Indent heredoc with tabs if word
3565 starts with "-".
3566
3567 2005-04-13 Richard M. Stallman <rms@gnu.org>
3568
3569 * simple.el (undo): Fix previous change.
3570
3571 * custom.el (defface): Doc fix.
3572
3573 2005-04-13 Lute Kamstra <lute@gnu.org>
3574
3575 * Makefile.in (DONTCOMPILE): Remove list.
3576 (compile, compile-always): Don't use DONTCOMPILE.
3577 (update-authors): Load the library in which batch-update-authors
3578 is defined.
3579 * makefile.w32-in (DONTCOMPILE): Remove list.
3580 (compile, compile-always): Fix comments.
3581 (update-authors): Load the library in which batch-update-authors
3582 is defined.
3583
3584 * generic-x.el (generic-mode-ini-file-find-file-hook):
3585 Rename to ini-generic-mode-find-file-hook.
3586 Keep generic-mode-ini-file-find-file-hook as an alias.
3587 (ini-generic-mode-find-file-hook): Rename from
3588 generic-mode-ini-file-find-file-hook. Fix docstring.
3589 (ini-generic-mode): Docstring change.
3590 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3591
3592 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3593 called from lisp.
3594
3595 * generic.el: Move to the emacs-lisp subdir.
3596
3597 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3598
3599 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3600 and C-S- function and cursor motion keys.
3601
3602 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3603
3604 * startup.el (command-line): Enable Xterm Mouse mode by default.
3605 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3606 for Custom. No longer show "Mouse" in mode line when enabled.
3607 Doc fix.
3608
3609 2005-04-12 Kim F. Storm <storm@cua.dk>
3610
3611 * emulation/cua-base.el (cua-rectangle-face)
3612 (cua-rectangle-noselect-face): Define face attributes here.
3613
3614 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3615
3616 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3617
3618 * startup.el (command-line): Turn off blinking cursor if
3619 cursorBlink in resources is off or false.
3620
3621 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3622
3623 * term/mac-win.el (dnd): Require dnd.
3624 (mac-drag-n-drop): Call dnd-handle-one-url.
3625 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3626 (kTextEncodingISOLatin2): Remove constants.
3627 (mac-script-code-coding-systems): New constant.
3628 (mac-handle-language-change): New function.
3629 (special-event-map): Bind it to `language-change' event.
3630 (mac-centraleurroman, mac-cyrillic): New coding systems.
3631 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3632 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3633 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3634 encode-mac-cyrillic, respectively.
3635
3636 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3637
3638 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3639 Don't set overlay-arrow-string to "=>" as this is done
3640 globally in C now.
3641
3642 2005-04-12 Lute Kamstra <lute@gnu.org>
3643
3644 * generic-x.el (rc-generic-mode, rul-generic-mode):
3645 Fix auto-mode-alist entries.
3646 (etc-fstab-generic-mode): Tweak fontification.
3647
3648 * generic.el (generic-make-keywords-list): Fix docstring.
3649 (generic-mode-internal): Simplify generic-font-lock-keywords.
3650
3651 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3652
3653 * whitespace.el (whitespace-buffer-leading)
3654 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3655 However, fix the highlight area for the leading and
3656 trailing whitespaces to show space.
3657
3658 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3659
3660 * whitespace.el (whitespace-version): Bump to 3.5
3661
3662 (whitespace-buffer-leading, whitespace-buffer-trailing):
3663 Invert sense of the test to highlight the whitespace.
3664
3665 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3666
3667 * progmodes/gud.el (gud-display-line): GUD uses its own
3668 overlay arrow now so don't set overlay-arrow-string.
3669 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3670
3671 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3672
3673 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3674 (term-ansi-current-reverse, term-ansi-current-invisible)
3675 (term-ansi-face-already-done): Change to boolean.
3676 (term-reset-terminal, term-handle-colors-array): Handle the above
3677 vars accordingly.
3678 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3679 (term-emulate-terminal): Use the new name.
3680
3681 * faces.el (secondary-selection): Use yellow1, not yellow.
3682 (trailing-whitespace): Use red1, not red.
3683
3684 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3685
3686 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3687 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3688 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3689
3690 * cus-edit.el (dnd): New group.
3691
3692 * term/w32-win.el (dnd): Require dnd
3693 (w32-drag-n-drop): Call dnd-handle-one-url.
3694
3695 * x-dnd.el: Require dnd.
3696 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3697 Call dnd-handle-one-url.
3698 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3699 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3700 to dnd-insert-text.
3701 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3702 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3703 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3704 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3705
3706 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3707
3708 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3709
3710 * wdired.el: Doc fixes.
3711 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3712 (wdired-use-dired-vertical-movement): Rename from
3713 wdired-always-move-to-filename-beginning.
3714 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3715 (wdired-change-to-wdired-mode): Change mode name.
3716 (wdired-newline): Delete.
3717
3718 2005-04-11 Richard M. Stallman <rms@gnu.org>
3719
3720 * whitespace.el (whitespace-highlight-the-space):
3721 Don't call whitespace-unhighlight-the-space here.
3722
3723 * simple.el (undo): Record t in undo-equiv-table
3724 for the redo record made by an undo-in-region.
3725
3726 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3727
3728 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3729 (gdb-frame-inferior-io-buffer): New Functions to control
3730 display of separate IO buffer.
3731 (menu): Add them to menu-bar.
3732 (gdb-display-buffer): Check for buffer another frame.
3733 Protect GUD buffer.
3734 (gdb-setup-windows): Create IO buffer if not already there.
3735 (gdb-memory-mode): Remove purecopy noops.
3736
3737 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3738
3739 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3740 and pass to self-insert-command.
3741
3742 2005-04-11 Lute Kamstra <lute@gnu.org>
3743
3744 * generic.el: Commentary section cleanup.
3745 (generic): Delete.
3746 (generic-use-find-file-hook, generic-lines-to-scan)
3747 (generic-find-file-regexp, generic-ignore-files-regexp)
3748 (default-generic-mode, generic-mode-find-file-hook)
3749 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3750 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3751 (generic-use-find-file-hook, generic-lines-to-scan)
3752 (generic-find-file-regexp, generic-ignore-files-regexp)
3753 (default-generic-mode, generic-mode-find-file-hook)
3754 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3755
3756 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3757
3758 * bookmark.el (bookmark-write-file): Catch errors writing file.
3759 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3760
3761 2005-04-10 Richard M. Stallman <rms@gnu.org>
3762
3763 * startup.el (fancy-splash-tail): Update copyright year.
3764 (command-line): Split part of -Q into -D.
3765 (emacs-basic-display): New defvar.
3766 (fancy-splash-text): Correct name of menu item.
3767
3768 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3769
3770 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3771 lines in one node.
3772
3773 * comint.el (comint-send-input): New arg ARTIFICIAL.
3774 Callers in this file changed.
3775
3776 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3777
3778 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3779
3780 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3783 `ldap-search-internal'.
3784
3785 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * files.el (set-auto-mode-1): Use line-end-position.
3788
3789 * international/latin-1.el:
3790 * international/latin-2.el:
3791 * international/latin-3.el:
3792 * international/latin-4.el:
3793 * international/latin-5.el:
3794 * international/latin-8.el:
3795 * international/latin-9.el: Give punctuation syntax to NBSP.
3796
3797 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3798 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3799 Use char-classes to accept non-ascii letters, accepted in some recent
3800 bibtex implementations.
3801
3802 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3803
3804 * custom.el (custom-set-minor-mode): Any non-nil value for the
3805 variable should enable the mode when set through Custom.
3806
3807 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3810 TAB binding so tab-always-indent is obeyed.
3811 (vhdl-minibuffer-local-map): Move initialization into declaration.
3812 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3813 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3814 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3815 (vhdl-current-line): Use line-beginning-position.
3816 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3817 with-output-to-temp-buffer, so the current position can be recorded.
3818
3819 2005-04-10 Masatake YAMATO <jet@gyve.org>
3820
3821 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3822 Add regexp for gcov.
3823
3824 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3825
3826 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3827 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3828 syntax which Emacs 20 doesn't support.
3829
3830 2005-04-09 Richard M. Stallman <rms@gnu.org>
3831
3832 * help.el (describe-key-briefly, describe-key):
3833 Replace strings as event types with "(any string)".
3834
3835 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * arc-mode.el (archive-mode-map): Move initialization into
3838 the declaration. Override *all* bindings of `undo'.
3839 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3840
3841 2005-04-09 Jay Belanger <belanger@truman.edu>
3842
3843 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3844
3845 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3846
3847 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3848 (xterm-register-default-colors): Update color values computation
3849 to match xterm-200.
3850
3851 2005-04-09 Kenichi Handa <handa@m17n.org>
3852
3853 * international/code-pages.el (iso-latin-7): Fix the map.
3854
3855 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * emacs-lisp/lisp.el (defun-prompt-regexp)
3858 (parens-require-spaces, buffer-end, end-of-defun)
3859 (insert-parentheses): Doc fixes.
3860
3861 2005-04-08 Kim F. Storm <storm@cua.dk>
3862
3863 * comint.el (comint-highlight-prompt): Fix face spec.
3864 * hi-lock.el (hi-green): Likewise.
3865
3866 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3867
3868 * cus-edit.el (custom-modified-face):
3869 * comint.el (comint-highlight-input): Fix previous changes.
3870 * term.el (term-handle-ansi-escape): Add a comment.
3871
3872 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3875 in the buffer and in whitespace-highlighted-space.
3876 (whitespace-unhighlight-the-space): Simplify.
3877 (whitespace-buffer): Simplify.
3878
3879 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3880
3881 * textmodes/table.el (table-cell-face): Add special case for
3882 displays supporting a high number of colors.
3883 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3884 (vhdl-font-lock-reserved-words-face)
3885 (vhdl-speedbar-architecture-face)
3886 (vhdl-speedbar-instantiation-face)
3887 (vhdl-speedbar-architecture-selected-face)
3888 (vhdl-speedbar-instantiation-selected-face): Likewise.
3889 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3890 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3891 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3892 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3893 (ebrowse-progress-face): Likewise.
3894 * progmodes/compile.el (compilation-info-face): Likewise.
3895 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3896 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3897 * calendar/calendar.el (diary-face): Likewise.
3898 * woman.el (woman-italic-face, woman-bold-face)
3899 (woman-unknown-face): Likewise.
3900 * wid-edit.el (widget-button-pressed-face): Likewise.
3901 * whitespace.el (whitespace-highlight-face): Likewise.
3902 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3903 * pcvs-info.el (cvs-marked-face): Likewise.
3904 * info.el (info-xref): Likewise.
3905 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3906 * hilit-chg.el (highlight-changes-face)
3907 (highlight-changes-delete-face): Likewise.
3908 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3909 (hi-red-b): Likewise.
3910 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3911 * font-lock.el (font-lock-keyword-face)
3912 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3913 * cus-edit.el (custom-invalid-face, custom-modified-face)
3914 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3915 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3916 * comint.el (comint-highlight-prompt): Likewise.
3917
3918 2005-04-08 Lute Kamstra <lute@gnu.org>
3919
3920 * font-lock.el (font-lock-keywords): Docstring fixes.
3921
3922 2005-04-08 Kenichi Handa <handa@m17n.org>
3923
3924 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3925 chars are more than a limit, print " and more..." at the tail.
3926
3927 2005-04-08 Kim F. Storm <storm@cua.dk>
3928
3929 * emacs-lisp/authors.el (authors-aliases): Update list.
3930 (authors-ignored-files): New list.
3931 (authors-fixed-entries): Fix typo.
3932 (authors-renamed-files-alist): Update list.
3933 (authors-add): Check authors-ignored-files.
3934
3935 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3936
3937 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3938 optional, to ensure backward compatibility.
3939
3940 2005-04-08 Stephen Eglen <stephen@gnu.org>
3941
3942 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3943
3944 2005-04-08 Kim F. Storm <storm@cua.dk>
3945
3946 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3947
3948 * mouse.el (mouse-on-link-p): Doc fix.
3949
3950 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3951
3952 * ielm.el (ielm-prompt-read-only): Doc fix.
3953
3954 * comint.el (comint-prompt-read-only): Doc fix.
3955
3956 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3957
3958 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3959 ensure dired always handles wildcards passed to ffap.
3960 (find-file-at-point): Use it.
3961 (ffap-dired-wildcards): Doc fix.
3962
3963 2005-04-07 Juri Linkov <juri@jurta.org>
3964
3965 * simple.el (next-error-overlay-arrow-position): New defvar.
3966 Put "=>" on its property `overlay-arrow-string'. Add it to
3967 `overlay-arrow-variable-list'.
3968
3969 * progmodes/compile.el (compilation-setup):
3970 Set `next-error-overlay-arrow-position' to nil. Also set it to
3971 nil in the local hook `kill-buffer-hook'. Make local variable
3972 `overlay-arrow-string' and set it to "=>".
3973 (compilation-goto-locus): Set BOL position to
3974 `next-error-overlay-arrow-position' instead of
3975 `overlay-arrow-position'.
3976
3977 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3978 locally instead of adding it to the global hook.
3979 (Info-kill-buffer): Move up.
3980
3981 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3982
3983 * term/xterm.el (xterm-standard-colors): Update color values from
3984 xterm-200.
3985
3986 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3989
3990 * fast-lock.el:
3991 * lazy-lock.el: Move them to the obsolete subdir.
3992
3993 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3994
3995 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3996 (wdired-add-replace-advice): Remove.
3997 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3998
3999 2005-04-06 Kim F. Storm <storm@cua.dk>
4000
4001 * startup.el (command-line): Add --bare-bones alias for -Q.
4002
4003 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4004
4005 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4006 create the startup fontset if a font specification ends with
4007 `mac-roman'.
4008
4009 2005-04-06 Lute Kamstra <lute@gnu.org>
4010
4011 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4012 change.
4013
4014 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4015 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4016
4017 2005-04-05 Lute Kamstra <lute@gnu.org>
4018
4019 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4020 (define-generic-mode): Ditto. Fix debug declaration.
4021
4022 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4023 Put them in the generic-x group.
4024
4025 * calendar/timeclock.el (timeclock): Doc fix.
4026
4027 * generic.el (define-generic-mode): Don't use custom-current-group.
4028 Document default :group value.
4029 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4030 (define-global-minor-mode): Don't use custom-current-group.
4031
4032 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4033
4034 * startup.el (command-line-1): Display startup-echo-area-message
4035 when fancy splash screen is in use.
4036
4037 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4038 (sh-escaped-newline): New face.
4039 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4040 newline, and use sh-escaped-newline face.
4041
4042 * progmodes/tcl.el (tcl-escaped-newline): New face.
4043 (tcl-builtin-list): New variable.
4044 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4045 newlines. Fix keywords subexpression number.
4046
4047 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4048
4049 * textmodes/org.el (org-diary-default-entry): Fix call to
4050 `add-to-diary-entry'.
4051
4052 2005-04-05 Kim F. Storm <storm@cua.dk>
4053
4054 * ediff-init.el: Use (featurep 'xemacs).
4055
4056 2005-04-05 David Ponce <david@dponce.com>
4057
4058 * cus-edit.el (face): Derive from symbol widget. Display sample
4059 of the current face on the fly.
4060 (widget-face-sample-face-get, widget-face-notify): New functions.
4061 (widget-face-value-create): Remove.
4062
4063 * wid-edit.el (widget-field-end): Temporarily remove field
4064 narrowing before to call `get-char-property'.
4065
4066 2005-04-04 Jay Belanger <belanger@truman.edu>
4067
4068 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4069 (math-read-subscripts): New variable.
4070 (math-read-preprocess-string): Process subscripts.
4071
4072 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4073
4074 * comint.el (comint-prompt-read-only): Doc fix.
4075
4076 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4077 `-1'. Doc fix.
4078
4079 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4080
4081 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4082 Change default value to nil.
4083
4084 2005-04-04 Lute Kamstra <lute@gnu.org>
4085
4086 * autorevert.el (auto-revert-mode): Specify :group.
4087 * battery.el (display-battery-mode): Specify :group.
4088 * diff-mode.el (diff-minor-mode): Specify :group.
4089 * font-core.el (font-lock-mode): Specify :group.
4090 * hl-line.el (hl-line-mode): Specify :group.
4091 * iimage.el (iimage): New customization group.
4092 (iimage-mode): Specify :group.
4093 * longlines.el (longlines-mode): Specify :group.
4094 * master.el: Don't require easy-mmode.
4095 (master): New customization group.
4096 (master-mode): Specify :group.
4097 * msb.el (msb-mode): Specify :group.
4098 * reveal.el (reveal-mode): Specify :group.
4099 * simple.el (next-error-follow-minor-mode): Specify :group.
4100 * smerge-mode.el (smerge-mode): Specify :group.
4101 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4102 * emulation/cua-base.el (cua-mode): Specify :group.
4103 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4104 * language/thai-util.el (thai-auto-composition-mode)
4105 (thai-word-mode): Specify :group.
4106 * mail/supercite.el (sc-minor-mode): Specify :group.
4107 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4108 * progmodes/flymake.el (flymake-mode): Specify :group.
4109 * progmodes/glasses.el (glasses-mode): Specify :group.
4110 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4111 * textmodes/enriched.el (enriched-mode): Specify :group.
4112 * textmodes/refill.el (refill-mode): Specify :group.
4113
4114 * add-log.el (change-log-font-lock-keywords): Names in
4115 parenthesized lists can contain spaces.
4116
4117 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4118
4119 * startup.el (fancy-splash-text): Shorten default text of
4120 "Emacs Tutorial" line. Also, if the current language env
4121 indicates an available tutorial file other than TUTORIAL,
4122 extract its title and append it to the line in parentheses.
4123 (fancy-splash-insert): If arg is a thunk, funcall it.
4124
4125 2005-04-04 Jay Belanger <belanger@truman.edu>
4126
4127 * calc.el (calc-language-alist): Add tags to customization type.
4128
4129 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4130
4131 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4132 Doc fix.
4133
4134 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4135
4136 * add-log.el (change-log-font-lock-keywords): The manual
4137 describing a Change Log entry, says: (...) "Aside from these
4138 header lines, every line in the change log starts with a space or
4139 a tab.". The font-lock was not highlighting lines started with
4140 spaces, added support for it.
4141
4142 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4143
4144 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4145 (bibtex-generate-url-list): Update docstring accordingly. Put the
4146 complex example in the docstring.
4147 (bibtex-font-lock-url): Use pop.
4148
4149 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4152
4153 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4154
4155 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4156
4157 * filesets.el (filesets-set-default): Doc fix.
4158
4159 2005-04-03 Lute Kamstra <lute@gnu.org>
4160
4161 * generic.el (define-generic-mode): Add argument to specify
4162 keywords for defcustom.
4163 (default-generic-mode): Specify :group.
4164
4165 * generic-x.el: Specify :group for all generic modes.
4166
4167 * desktop.el (desktop-no-desktop-file-hook)
4168 (desktop-after-read-hook): Doc fix.
4169
4170 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4171
4172 * simple.el (visible-mode): Use explicit :group keyword.
4173 This changes the group of `visible-mode-hook' from paren-blinking
4174 to editing-basics.
4175
4176 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4177
4178 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4179 mailbox specifications as well as URLs.
4180 (rmail-insert-inbox-text): Remove unused conditional branches.
4181
4182 2005-04-01 Jay Belanger <belanger@truman.edu>
4183
4184 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4185 (calc-gnuplot-print-command): Move definitions to calc.el.
4186
4187 * calc/calc-embed.el (calc-embedded-announce-formula)
4188 (calc-embedded-open-formula, calc-embedded-close-formula)
4189 (calc-embedded-open-word, calc-embedded-close-word)
4190 (calc-embedded-open-plain, calc-embedded-close-plain)
4191 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4192 (calc-embedded-open-mode, calc-embedded-close-mode):
4193 Move definitions to calc.el.
4194
4195 * calc/calc.el (calc-settings-file, calc-language-alist):
4196 Make customizable.
4197 (calc-embedded-announce-formula, calc-embedded-open-formula)
4198 (calc-embedded-close-formula, calc-embedded-open-word)
4199 (calc-embedded-close-word, calc-embedded-open-plain)
4200 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4201 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4202 (calc-embedded-close-mode, calc-gnuplot-name)
4203 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4204 from other files and make customizable.
4205
4206 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4209 Use buffer-live-p.
4210 (cvs-mode-run): Don't call cvs-update-header here.
4211 (cvs-run-process): Call cvs-update-header.
4212 Use process properties for cvs-postprocess and cvs-buffer so that
4213 the sentinel can behave better if the temp buffer is killed.
4214 Use a pipe rather than a tty, to better handle unexpected prompts.
4215 (cvs-sentinel): Rewrite. Call cvs-update-header.
4216
4217 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4218
4219 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4220 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4221
4222 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * generic.el (define-generic-mode): Add indentation rule.
4225
4226 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4227
4228 * files.el (mode-require-final-newline): Make Custom correctly
4229 report a nil value and allow to set it to nil via Custom.
4230 Doc fix.
4231
4232 2005-04-01 Kenichi Handa <handa@m17n.org>
4233
4234 * international/characters.el: Enable the correct case setting for
4235 dotless-i and dotted-I.
4236
4237 2005-04-01 Kim F. Storm <storm@cua.dk>
4238
4239 * ido.el (ido-file-internal): Fall back to non-ido command if
4240 initial directory is on slow ftp (or tramp) host.
4241
4242 2005-03-31 Richard M. Stallman <rms@gnu.org>
4243
4244 * emacs-lisp/autoload.el (make-autoload):
4245 Handle define-global-minor-mode.
4246
4247 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4248 Rename from easy-mmode-define-global-mode.
4249 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4250
4251 * progmodes/scheme.el (scheme-mode-syntax-table):
4252 Update syntax of | and # for two-character comment syntax.
4253
4254 2005-03-31 Lute Kamstra <lute@gnu.org>
4255
4256 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4257 (define-minor-mode): Call custom-current-group at load-time.
4258
4259 * generic.el (define-generic-mode): Add debug declaration.
4260 Add defcustom for the mode hook.
4261 (generic-mode-internal): Use run-mode-hooks.
4262
4263 2005-03-31 Kim F. Storm <storm@cua.dk>
4264
4265 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4266 (mouse-fixup-help-message): New defun called by show_help_echo
4267 to fixup mouse-2 prefix in help messages when applicable.
4268
4269 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4270
4271 2005-03-31 Kenichi Handa <handa@m17n.org>
4272
4273 * language/thai-word.el (thai-find-word-ends): Pay attention to
4274 the case that we reach the end of buffer.
4275
4276 * textmodes/fill.el (fill-text-properties-at): New function.
4277 (fill-newline): Use fill-text-properties-at instead of
4278 text-properties-at.
4279
4280 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4281
4282 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4283 not comint-quote-filename.
4284
4285 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4286
4287 * help-fns.el (help-with-tutorial): Revert last change.
4288
4289 2005-03-31 Kim F. Storm <storm@cua.dk>
4290
4291 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4292
4293 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4294
4295 * calendar/cal-china.el: Update reference to "Calendrical
4296 Calculations" book; there's a new edition.
4297 * calendar/cal-coptic.el: Likewise.
4298 * calendar/cal-french.el: Likewise.
4299 * calendar/cal-hebrew.el: Likewise.
4300 * calendar/cal-islam.el: Likewise.
4301 * calendar/cal-iso.el: Likewise.
4302 * calendar/cal-julian.el: Likewise.
4303 * calendar/cal-mayan.el: Likewise.
4304 * calendar/cal-persia.el: Likewise.
4305 * calendar/calendar.el: Likewise.
4306 * calendar/holidays.el: Likewise.
4307 * calendar/lunar.el: Likewise.
4308 * calendar/solar.el: Likewise.
4309
4310 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4311 white space from doc string.
4312
4313 2005-03-30 Jay Belanger <belanger@truman.edu>
4314
4315 * calc/calc-help.el (calc-full-help): Remove email address.
4316
4317 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4318
4319 * help-fns.el (help-with-tutorial): Delete title line.
4320
4321 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4322
4323 * calendar/cal-x.el (calendar-one-frame-setup)
4324 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4325 rather than 'symbol for set-window-dedicated-p.
4326
4327 * calendar/appt.el (appt-buffer-name): Make it a constant.
4328 (appt-add): Doc fix.
4329
4330 * filesets.el (filesets-menu-path, filesets-menu-before)
4331 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4332 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4333 (filesets-add-submenu): Delete and use add-submenu instead.
4334
4335 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4336
4337 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4338 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4339 (org-diary-default-entry): New function.
4340 (org-get-entries-from-diary): Better parsing of diary entries.
4341 (org-agenda-check-no-diary): New function.
4342 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4343 linking to diary entries.
4344 (org-agenda-execute-calendar-command): New function.
4345 (org-agenda): Improve visible section in window.
4346 Use `org-fit-agenda-window'.
4347 (org-fit-agenda-window): New option.
4348 (org-move-subtree-down): Better handling of empty lines
4349 at end of subtree.
4350 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4351 levels up.
4352 (org-fontify-done-headline): New option.
4353 (org-headline-done-face): New face.
4354 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4355 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4356 When current field is non-empty, it is copied to next row.
4357 (org-table-copy-from-above): Fix bug which made it
4358 impossible to copy fields containing only a single non-white character.
4359
4360 2005-03-30 Kim F. Storm <storm@cua.dk>
4361
4362 * kmacro.el (kmacro-end-macro): Isearch may store this command
4363 into the macro -- so ignore it when executing keyboard macro.
4364
4365 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4366
4367 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4368
4369 2005-03-29 Kenichi Handa <handa@m17n.org>
4370
4371 * language/thai.el ("Thai"): Set setup-function and exit-function
4372 for Thai language environment.
4373
4374 * language/thai-util.el: Require thai-word.
4375 (thai-word-mode-map): New variable.
4376 (thai-word-mode): New minor mode.
4377 (setup-thai-language-environment-internal): New function.
4378 (exit-thai-language-environment-internal): New function.
4379
4380 * language/thai-word.el (thai-word-table): Declare it by defvar,
4381 use dolist to initialize it.
4382 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4383 (thai-fill-find-break-point): New functions.
4384
4385 2005-03-29 Richard M. Stallman <rms@gnu.org>
4386
4387 * simple.el (idle-update-delay): Move definition up.
4388 (set-mark): Doc fix.
4389
4390 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4391
4392 * longlines.el: New file.
4393
4394 * simple.el (buffer-substring-filters): New variable.
4395 (filter-buffer-substring): New function.
4396 (kill-region, copy-region-as-kill): Use it.
4397
4398 * register.el (copy-to-register, append-to-register)
4399 (prepend-to-register): Use filter-buffer-substring.
4400
4401 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4402
4403 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4404 (gud-filter-pending-text): Move in front of gdb.
4405 (gud-overlay-arrow-position): New variable.
4406 (gud-sentinel, gud-display-line): Use it in place of
4407 overlay-arrow-position.
4408
4409 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4410
4411 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4412 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4413 (fortran-font-lock-keywords-4): New variable.
4414 (fortran-blocks-re, fortran-end-block-re)
4415 (fortran-start-block-re): New constants, for hideshow.
4416 (hs-special-modes-alist): Add a Fortran entry.
4417 (fortran-mode-map): Bind fortran-end-of-block,
4418 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4419 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4420 (fortran-looking-at-if-then, fortran-end-of-block)
4421 (fortran-beginning-of-block): New functions, for hideshow.
4422
4423 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4424 Doc fix. Tweak regexp.
4425 (f90-beginning-of-block): Push mark first.
4426
4427 2005-03-29 Jay Belanger <belanger@truman.edu>
4428
4429 * calc/calc.el: Update copyright date.
4430 (calc-version): Increase to 2.1.
4431 (calc-version-date): Remove.
4432
4433 * calc/calc-help.el: Update copyright date.
4434 (calc-full-help): Remove reference to calc-version-date.
4435 Update copyright date.
4436
4437 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * vc.el (vc-do-command): Use a pipe for async processes, so password
4440 prompts don't show up at places where the user can't reply.
4441
4442 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4443
4444 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4445 on the file name we pass to the inferior shell.
4446
4447 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4448
4449 * progmodes/which-func.el (which-function): Be robust in the face of an
4450 imenu--make-index-alist failure.
4451
4452 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4455
4456 * progmodes/python.el (python-preoutput-filter): Fix last change.
4457
4458 2005-03-29 Lute Kamstra <lute@gnu.org>
4459
4460 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4461 functions and compiled macros.
4462 (debug-convert-byte-code): Handle macros too.
4463 (debug-on-entry-1): Don't signal an error when trying to clear a
4464 function that is not set to debug on entry.
4465
4466 2005-03-29 Jay Belanger <belanger@truman.edu>
4467
4468 * calc/calc-lang.el: Add functions to math-function-table
4469 properties of tex and math.
4470
4471 2005-03-29 Kenichi Handa <handa@m17n.org>
4472
4473 * ps-mule.el (ps-mule-plot-string): Translate characters by
4474 ps-print-translation-table.
4475 (ps-mule-begin-job): Call find-charset-region/string with
4476 ps-print-translation-table.
4477 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4478
4479 * ps-print.el (ps-print-translation-table): New variable.
4480 (ps-plot-region): Translate characters by ps-print-translation-table.
4481
4482 2005-03-29 Juri Linkov <juri@jurta.org>
4483
4484 * simple.el (next-error-highlight-timer): New variable.
4485
4486 * progmodes/compile.el (compilation-goto-locus):
4487 Use `next-error-highlight-timer' instead of `sit-for'.
4488
4489 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * mail/supercite.el (sc-mail-field): Use assoc-string.
4492 (sc-get-address): Simplify regexps.
4493
4494 * files.el (minibuffer-with-setup-hook): New macro.
4495 (find-file-read-args): Use it to avoid let-binding
4496 minibuffer-with-setup-hook (which breaks turning on/off
4497 file-name-shadow-mode while in the prompt).
4498
4499 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4500
4501 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4502
4503 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4504
4505 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * window.el (window-buffer-height): Use count-screen-lines.
4508
4509 * progmodes/python.el (python-preoutput-leftover): New var.
4510 (python-preoutput-filter): Use it.
4511 (python-send-receive): Loop until all the result has been received.
4512
4513 2005-03-28 Juri Linkov <juri@jurta.org>
4514
4515 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4516
4517 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4518 "Recover Crashed Session".
4519 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4520 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4521 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4522 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4523 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4524 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4525 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4526 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4527
4528 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4529 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4530 Ediff Sessions", "Toggle use of separate control buffer frame",
4531 "Use separate frame for Ediff control buffer".
4532
4533 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4534 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4535 "Rename Bookmark", "Delete Bookmark".
4536
4537 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4538 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4539 Add `:active Info-index-alternatives' to "Next Matching Item".
4540
4541 * wdired.el (wdired-change-to-wdired-mode):
4542 Mention `wdired-abort-changes' key in the initial message.
4543
4544 * international/mule.el (auto-coding-alist): Associate non-ascii
4545 image filename extensions with `no-conversion'.
4546
4547 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * international/iso-acc.el:
4550 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4551
4552 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4553
4554 * textmodes/sgml-mode.el (html-mode): Doc update.
4555
4556 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4557
4558 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4559
4560 * term.el (term-move-columns): Fix face after extending a line.
4561 (term-insert-spaces): Likewise.
4562 (term-reset-terminal): Fix off by one error.
4563
4564 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4565
4566 * international/mule.el (auto-coding-alist): Add .xpi files.
4567
4568 * files.el (auto-mode-alist): Add .xpi files.
4569
4570 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4571
4572 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4573
4574 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4575
4576 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4577
4578 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4579
4580 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4581 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4582
4583 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4584 cursor to Jan 1 when needed.
4585 (calendar-end-of-year): Fix -/+ typo.
4586 Reported by Chong Yidong <cyd@stupidchicken.com>.
4587
4588 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4591
4592 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4593 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4594
4595 2005-03-25 Richard M. Stallman <rms@gnu.org>
4596
4597 * filesets.el (filesets-init): Add autoload.
4598
4599 * mail/mailalias.el (mail-directory): Doc fix.
4600
4601 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4602
4603 * mail/mailalias.el (mail-directory-process): Do nothing if
4604 mail-directory-process is an atom.
4605 (mail-get-names): Ignore mail-directory-names if it is an atom.
4606 (mail-directory-process defvar): Doc fix.
4607 (mail-names): Doc fix.
4608
4609 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4610
4611 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4612
4613 2005-03-26 Kenichi Handa <handa@m17n.org>
4614
4615 * international/mule-util.el (detect-coding-with-priority):
4616 Call update-coding-systems-internal before detect-coding-region.
4617
4618 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4619
4620 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4621 (gdb-frames-mode-map): Add follow-link property.
4622
4623 2005-03-25 Jay Belanger <belanger@truman.edu>
4624
4625 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4626 for variables.
4627
4628 2005-03-25 Juri Linkov <juri@jurta.org>
4629
4630 * image-mode.el: Optimize image filename extension regexps in
4631 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4632 in `auto-mode-alist'.
4633 (image-mode): Add `image-toggle-display-text' to local hook
4634 `change-major-mode-hook'. Display the image as an image by
4635 default. Set `cursor-type' and `truncate-lines' if the image
4636 is already displayed. Take into account the current mode (image
4637 or text) in message.
4638 (image-minor-mode): New minor mode.
4639 (image-mode-maybe, image-toggle-display-text): New functions.
4640 (image-toggle-display): Use called-interactively-p.
4641 Let-bind `inhibit-read-only' to t.
4642
4643 * image-mode.el (image-minor-mode): Set `cursor-type' and
4644 `truncate-lines' if the image is already displayed. Add turning
4645 image-minor-mode off to `change-major-mode-hook'. Add message.
4646 Call `image-toggle-display-text' after turning image-minor-mode off.
4647
4648 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4651 Terminal.app, use utf-8.
4652 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4653 (set-locale-environment): Use it.
4654
4655 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4656
4657 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4658
4659 * progmodes/python.el (python-close-block-statement-p)
4660 (python-outdent-p, python-current-defun): Use symbol-end.
4661
4662 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4663
4664 * files.el (save-some-buffers): Doc fix.
4665
4666 2005-03-25 Werner Lemberg <wl@gnu.org>
4667
4668 * complete.el, thumbs.el: Replace `legal' with `valid'.
4669 * calendar/calendar.el: Replace `legal' with `valid'.
4670 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4671 * mail/supercite.el: Replace `legal' with `valid'.
4672 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4673 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4674 Replace `legal' with `valid'.
4675 * textmodes/reftex-vars.el, textmodes/reftex.el:
4676 Replace `legal' with `valid'.
4677
4678 2005-03-25 Werner Lemberg <wl@gnu.org>
4679
4680 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4681 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4682 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4683 * emulation/vip.el: Replace `illegal' with `invalid'.
4684 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4685 * mail/supercite.el: Replace `illegal' with `invalid'.
4686 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4687 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4688 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4689 * progmodes/sh-script.el, progmodes/xscheme.el:
4690 Replace `illegal' with `invalid'.
4691 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4692 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4693 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4694 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4695
4696 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4699 (flymake-find-buildfile, flymake-find-possible-master-files)
4700 (flymake-check-include, flymake-parse-line): Replace loops over the
4701 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4702
4703 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4704 Substitute file-name-as-directory in the rest of the file.
4705 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4706 (flymake-replace-region): Remove unused arg `buffer'.
4707 (flymake-check-patch-master-file-buffer): Update calls to it.
4708 (flymake-add-err-info): Remove unused var `count'.
4709 (flymake-mode): Use define-minor-mode.
4710
4711 * progmodes/flymake.el: Use with-current-buffer.
4712 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4713 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4714 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4715 Avoid testing for `xemacs'.
4716 (flymake-nop): Move.
4717 (flymake-region-has-flymake-overlays): Return the computed value.
4718 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4719 Remove unused var `endline'.
4720 (flymake-get-line-count): Remove unused function.
4721 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4722
4723 * emulation/vi.el:
4724 * generic.el:
4725 * hilit-chg.el (global-highlight-changes):
4726 * hi-lock.el (hi-lock-mode):
4727 * follow.el: find-file-hooks -> find-file-hook.
4728
4729 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4730
4731 2005-03-24 Juri Linkov <juri@jurta.org>
4732
4733 * dired.el (dired-mode-map): Add menu item "Compare directories"
4734 for dired-compare-directories.
4735
4736 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4737 Doc fix. Replace `read-file-name' with `read-directory-name'.
4738
4739 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4742
4743 2005-03-24 Jay Belanger <belanger@truman.edu>
4744
4745 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4746 relevant mode settings in calc-embedded-original-modes when modes
4747 are permanently changed.
4748
4749 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * autoinsert.el: find-file-hooks -> find-file-hook.
4752
4753 2005-03-24 Lute Kamstra <lute@gnu.org>
4754
4755 * generic.el (generic-font-lock-defaults): Make it obsolete.
4756 (generic-font-lock-keywords): New variable to replace
4757 generic-font-lock-defaults.
4758 (generic-mode-set-font-lock): Delete it.
4759 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4760 (generic-bracket-support): Add docstring.
4761
4762 * generic-x.el: Rename generic-font-lock-defaults to
4763 generic-font-lock-keywords throughout.
4764 (mailagent-rules-setup-function): Delete it.
4765 (mailagent-rules-generic-mode): Use anonymous function instead.
4766 (show-tabs-generic-mode-font-lock-defaults-1)
4767 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4768 Quote faces.
4769 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4770 not foreground.
4771
4772 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4773 Recognize define-generic-mode.
4774
4775 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4778 if there's no completion table.
4779
4780 2005-03-23 Miles Bader <miles@gnu.org>
4781
4782 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4783 Remove tty-specific variants, as they're no longer needed.
4784
4785 2005-03-23 Lute Kamstra <lute@gnu.org>
4786
4787 * generic-x.el: Code cleanup: make args constant whenever possible.
4788 (installshield-statement-keyword-list)
4789 (installshield-system-functions-list)
4790 (installshield-system-variables-list, installshield-types-list)
4791 (installshield-funarg-constants-list): Make them constants.
4792
4793 * generic.el (generic-make-keywords-list): Add autoload cookie.
4794
4795 * calendar/time-date.el: Add comment on time value formats.
4796 Don't require parse-time.
4797 (with-decoded-time-value): New macro.
4798 (encode-time-value): New function.
4799 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4800 (days-to-time): Return a valid time value when arg is huge.
4801 (time-since): Use time-subtract.
4802 (time-to-number-of-days): Use time-to-seconds.
4803
4804 2005-03-23 David Ponce <david@dponce.com>
4805
4806 * recentf.el: (recentf-keep): New option.
4807 (recentf-menu-action): Default to `find-file'.
4808 (recentf-keep-non-readable-files-flag)
4809 (recentf-keep-non-readable-files-p)
4810 (recentf-file-readable-p, recentf-find-file)
4811 (recentf-cleanup-remote): Remove.
4812 (recentf-include-p): More robust.
4813 (recentf-keep-p): New function.
4814 (recentf-remove-if-non-kept): Rename from
4815 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4816 All callers updated.
4817 (recentf-menu-items-for-commands): Fix help string.
4818 (recentf-track-closed-file): Update. Doc fix.
4819 (recentf-cleanup): Update. Count removed files. Doc fix.
4820
4821 2005-03-23 Kim F. Storm <storm@cua.dk>
4822
4823 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4824 Don't inherit from fringe face (now happens automatically).
4825
4826 2005-03-22 Kim F. Storm <storm@cua.dk>
4827
4828 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4829 position values.
4830
4831 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * menu-bar.el (showhide-date-time): Remove.
4834 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4835 (menu-bar-make-mm-toggle): Simplify.
4836
4837 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4838
4839 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4840 Accept qualified variable and function names.
4841
4842 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4843
4844 * bindings.el (completion-ignored-extensions):
4845 Remove ".lis" for `vax-vms'.
4846
4847 2005-03-22 Andreas Schwab <schwab@suse.de>
4848
4849 * generic-x.el: Revert last change.
4850 * ldefs-boot.el: Update.
4851
4852 2005-03-22 Jay Belanger <belanger@truman.edu>
4853
4854 * calc/calc-embed (calc-embedded-original-modes): New variable.
4855 (calc-embedded-save-original-modes)
4856 (calc-embedded-restore-original-modes): New functions.
4857 (calc-do-embedded): Save original modes when entering embedded mode
4858 and restore when leaving embedded mode.
4859 (calc-embedded-modes-change): Change the value of
4860 calc-embedded-original-modes to reflect permanent changes.
4861
4862 2005-03-22 Lute Kamstra <lute@gnu.org>
4863
4864 * generic-x.el: Require generic again.
4865
4866 2005-03-22 Miles Bader <miles@gnu.org>
4867
4868 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4869 Tweak details to look good on both ttys and bitmap displays, light
4870 or dark background, etc.
4871
4872 2005-03-21 Kim F. Storm <storm@cua.dk>
4873
4874 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4875 mouse position.
4876
4877 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * icomplete.el: Don't forcibly turn on the mode upon load.
4880 (icomplete-mode): Use define-minor-mode.
4881 (icomplete-eoinput): Default to nil.
4882 (icomplete-minibuffer-setup): Remove autoload.
4883 (icomplete-tidy): Simplify.
4884 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4885 in the initial state or if the user has modified the field.
4886 Fix handling of icomplete-max-delay-chars.
4887 Remove code that handles the oddball case where
4888 minibuffer-completion-table is an integer.
4889 Wrap icomplete-completions in while-no-input in case building
4890 completions takes more time than expected.
4891 (icomplete-completions): Simplify.
4892
4893 2005-03-21 Richard M. Stallman <rms@gnu.org>
4894
4895 * jka-compr.el (jka-compr-really-do-compress):
4896 Make variable buffer-local.
4897
4898 * image-mode.el: Handle .xpm files too.
4899 (image-toggle-display): Preserve modification flag.
4900
4901 * help.el (where-is): Don't mention aliases with no key bindings.
4902
4903 2005-03-21 Lute Kamstra <lute@gnu.org>
4904
4905 * generic.el: Fix commentary section. Don't require cl for compilation.
4906 (generic-mode-list): Add autoload cookie.
4907 (generic-use-find-file-hook, generic-lines-to-scan)
4908 (generic-find-file-regexp, generic-ignore-files-regexp)
4909 (generic-mode, generic-mode-find-file-hook)
4910 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4911 (define-generic-mode): Make it a defmacro. Fix docstring.
4912 (generic-mode-internal): Code cleanup. Add autoload cookie.
4913 (generic-mode-set-comments): Code cleanup.
4914 * generic-x.el: Don't prevent compilation. Don't require generic.
4915 Follow coding conventions. Minor code cleanup.
4916 (etc-fstab-generic-mode): Add some keywords.
4917 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4918 define-generic-mode like a function declaration.
4919
4920 2005-03-21 Jay Belanger <belanger@truman.edu>
4921
4922 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4923 changing modes.
4924
4925 2005-03-21 Sam Steingold <sds@gnu.org>
4926
4927 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4928
4929 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4930
4931 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4932 Add underscore to "f$ lexicals" regexp.
4933
4934 2005-03-20 Juri Linkov <juri@jurta.org>
4935
4936 * subr.el (progress-reporter-do-update): When `min-value' is equal
4937 to `max-value', set `percentage' to 0 and prevent division by zero.
4938
4939 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4940
4941 Sync with Tramp 2.0.48.
4942
4943 * tramp.el (all): Change all addresses to .gnu.org.
4944 (tramp-append-tramp-buffers): New defun.
4945 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4946 Catch `dont-send' signal.
4947 (tramp-set-auto-save-file-modes): Set always permissions, because
4948 there might be an old auto-saved file belonging to another
4949 original file. This could be a security threat. Reported by
4950 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4951 Check for Emacs 21.3.50 removed.
4952
4953 * tramp-smb.el (all): Remove debug construct for
4954 `with-parsed-tramp-file-name'.
4955 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4956 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4957 No error message if DIRECTORY or FILENAME doesn't exist.
4958 (tramp-smb-open-connection): Check existence of
4959 `tramp-smb-program'.
4960
4961 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4964 Properly handle the case where the `m' or `s' command's argument is not
4965 yet terminated.
4966 (perl-indent-new-calculate): New function.
4967 (perl-indent-line): Use it.
4968
4969 2005-03-20 Miles Bader <miles@gnu.org>
4970
4971 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4972 in text-mode too. Change to new face names.
4973 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4974 Add `:weight bold' attribute.
4975 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4976
4977 2005-03-19 Juri Linkov <juri@jurta.org>
4978
4979 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4980
4981 * international/mule.el (auto-coding-alist): Sync with
4982 `auto-mode-alist' by adding upper case archive file extensions
4983 and adding ear/war to jar extension.
4984
4985 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4986
4987 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4988 running, restart it.
4989
4990 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4991
4992 * finder.el (finder-current-item): Throw an error on an empty line.
4993
4994 * man.el (Man-follow-manual-reference): If current-word returns
4995 nil, use "".
4996
4997 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4998
4999 * simple.el (goto-line): Doc fix.
5000
5001 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5002
5003 * files.el (save-buffer): Doc fix.
5004
5005 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5006
5007 * recentf.el (recentf-cleanup-remote): New variable.
5008 (recentf-cleanup): Use it to conditionally check availablity of
5009 remote files.
5010
5011 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5012
5013 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5014 function names.
5015
5016 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5017
5018 * language/thai-word.el: New file.
5019
5020 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5021
5022 * files.el (backup-buffer): If the file's directory is not
5023 writable, use copy instead of move to backup the file.
5024
5025 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5026
5027 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5028
5029 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5030
5031 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5032 Use functionp instead of symbolp and fboundp. Reported by Drkm
5033 <darkman_spam@yahoo.fr>.
5034 (ps-print-version): New version 6.6.6.
5035
5036 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5037
5038 * textmodes/table.el (table--line-column-position): New idiom.
5039 (table--row-column-insertion-point-p): New function to test
5040 validity of row and column insertion operation at a location.
5041 (table-global-menu, table-cell-menu): Use above functions for
5042 deterministic test operation.
5043 (table--editable-cell-p): Behave in deterministic fashion.
5044
5045 2005-03-18 Juri Linkov <juri@jurta.org>
5046
5047 * isearch.el (isearch-lazy-highlight-new-loop):
5048 Make arguments beg and end optional.
5049 (isearch-update): Remove optional arguments nil from
5050 isearch-lazy-highlight-new-loop.
5051 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5052 isearch-lazy-highlight-case-fold-search instead of
5053 isearch-case-fold-search, and let-bind isearch-regexp to
5054 isearch-lazy-highlight-regexp.
5055 Use isearch-lazy-highlight-last-string instead of isearch-string.
5056
5057 * replace.el (perform-replace): Remove bindings of global
5058 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5059 Add three new arguments to `replace-highlight'.
5060 (replace-highlight): Add arguments string, regexp, case-fold.
5061 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5062 to allow isearch-lazy-highlight-new-loop to use these values
5063 to set corresponding isearch-lazy-highlight-* internal
5064 variables whose values lazy highlighting will use regardless of
5065 changes to global variables isearch-string, isearch-regexp,
5066 isearch-case-fold-search during lazy highlighting loop.
5067 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5068 to `lazy-highlight-cleanup'.
5069
5070 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5071 (ispell-highlight-face): Set default face to `isearch' when
5072 lazy highlighting is enabled.
5073 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5074 priority to 1. Add lazy highlighting.
5075 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5076 from `isearch-dehighlight'.
5077
5078 2005-03-18 David Ponce <david@dponce.com>
5079
5080 * files.el (hack-local-variables): Do a case-insensitive search
5081 for End.
5082
5083 2005-03-18 Juri Linkov <juri@jurta.org>
5084
5085 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5086 `isearch-lazy-highlight-cleanup', add alias to old name and
5087 declare obsolete. Add release numbers to other obsolete vars.
5088 (isearch-done, isearch-lazy-highlight-new-loop):
5089 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5090 (lazy-highlight-cleanup) <variable>: Doc fix.
5091 (isearch-lazy-highlight-update): Rename obsolete
5092 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5093
5094 2005-03-18 Kenichi Handa <handa@m17n.org>
5095
5096 * language/thai-util.el: Fix categorization of Thai characters in
5097 thai-category-table.
5098 (thai-composition-pattern): Adjust it for the above change.
5099 (thai-self-insert-command, thai-compose-syllable): New functions.
5100 (thai-compose-region): Use thai-compose-syllable.
5101 (thai-compose-string): Likewise.
5102 (thai-composition-function): Likewise.
5103 (thai-auto-composition): New function.
5104 (thai-auto-composition-mode): New minor mode.
5105
5106 * language/thai.el: Fix patterns to be registered in
5107 composition-function-table.
5108
5109 * international/quail.el (quail-input-method): Locally bind
5110 inhibit-modification-hooks to t.
5111
5112 2005-03-17 Richard M. Stallman <rms@gnu.org>
5113
5114 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5115 (perl-mode): Use run-mode-hooks.
5116
5117 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5118 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5119 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5120
5121 * mail/sendmail.el (sendmail-send-it): Reenable the code
5122 to compute resend-to-address and use it.
5123
5124 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5125
5126 * image-mode.el: New file.
5127
5128 * image.el (insert-sliced-image): Add autoload cookie.
5129
5130 * font-lock.el (font-lock-lines-before): New user option.
5131 (font-lock-after-change-function): Obey it.
5132
5133 * bindings.el (esc-map): Make M-g a prefix.
5134 Bind M-g g and M-g M-g to goto-line.
5135
5136 * faces.el (face-id): Doc fix.
5137
5138 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5139
5140 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5141 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5142 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5143
5144 * mail/sendmail.el (mail-yank-ignored-headers)
5145 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5146 Add Mail-Followup-To and Mail-Reply-To headers.
5147 (mail-citation-hook): Add autoload cookie.
5148 (mail-mode): Doc fix.
5149 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5150 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5151 (mail-mode-fill-paragraph): Handle those headers.
5152 (mail-mailing-lists): New variable.
5153 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5154
5155 2005-03-17 Juri Linkov <juri@jurta.org>
5156
5157 * isearch.el (isearch-fallback): Check for `(car previous)'
5158 before calling `isearch-other-end-state'.
5159
5160 2005-03-17 Kim F. Storm <storm@cua.dk>
5161
5162 * simple.el (move-beginning-of-line): Move to beginning of buffer
5163 line, as well as beginning of screen line.
5164
5165 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5166
5167 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5168 argument REDRAW rather than calendar-redrawing variable.
5169 * calendar/calendar.el (calendar-redrawing): Delete.
5170 (redraw-calendar): Do not bind calendar-redrawing.
5171
5172 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5173
5174 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5175 diary-file buffer.
5176
5177 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * help.el (describe-mode): Allow a :minor-mode-function property to
5180 specify a different minor mode toggle function than the variable.
5181 * simple.el (auto-fill-function):
5182 * subr.el (add-minor-mode): Use it.
5183
5184 2005-03-16 Kenichi Handa <handa@m17n.org>
5185
5186 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5187 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5188 (ethio-fidel-to-sera-buffer): Likewise.
5189
5190 2005-03-16 Juri Linkov <juri@jurta.org>
5191
5192 * emacs-lisp/find-func.el (find-function-regexp):
5193 Add defun-emitting macro `menu-bar-make-toggle'.
5194
5195 * isearch.el: Put `isearch-scroll' property to
5196 `split-window-horizontally'.
5197
5198 * info.el: Update error messages for `debug-ignored-errors'.
5199 (Info-isearch-search): Doc fix.
5200 (Info-find-node): Move up code to go into info buffer before
5201 recording the node to the history.
5202 (Info-fontify-node): Fontify titles only if the next line
5203 has two or more `*', `=', `-', `.'.
5204 Display "go to this node" for empty (match-string 3).
5205
5206 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5207
5208 * term/mac-win.el: Add mouse pointer shape constants.
5209
5210 2005-03-15 Kim F. Storm <storm@cua.dk>
5211
5212 * simple.el (move-beginning-of-line): Use vertical-motion.
5213
5214 2005-03-15 Juri Linkov <juri@jurta.org>
5215
5216 * isearch.el (isearch-error): New variable.
5217 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5218 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5219 (isearch-within-brackets-state): Remove.
5220 (isearch-case-fold-search-state, isearch-pop-fun-state):
5221 Decrease frame index.
5222 (isearch-mode, isearch-top-state, isearch-push-state)
5223 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5224 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5225 (isearch-search, isearch-lazy-highlight-new-loop):
5226 Replace `isearch-invalid-regexp' with `isearch-error'.
5227 Remove `isearch-within-brackets'.
5228 (isearch-search): Add `search-failed' handler to `condition-case'.
5229 (isearch-lazy-highlight-search): Add `condition-case' to catch
5230 errors and allow `isearch-lazy-highlight-update' to try
5231 highlighting from the beginning of the window.
5232 (isearch-repeat): Move up code to set isearch-wrapped to t
5233 before calling isearch-wrap-function.
5234
5235 * info.el (Info-isearch-initial-node): New internal variable.
5236 (Info-search): Signal an error in isearch mode when search leaves
5237 the initial node. Signal an error when `bound' is non-nil and
5238 nothing was found in the current subfile.
5239 (Info-isearch-search): Remove `condition-case'.
5240 (Info-isearch-wrap): Don't wrap when search failed during leaving
5241 the initial node. If `Info-isearch-search' is nil, wrap around
5242 the current node.
5243 (Info-isearch-start): New fun.
5244 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5245 `isearch-mode-hook'.
5246
5247 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5248
5249 * simple.el (normal-erase-is-backspace): Set default to t if
5250 running on Mac.
5251
5252 * term/mac-win.el (function-key-map): Sync with x-win.el.
5253
5254 2005-03-15 Kenichi Handa <handa@m17n.org>
5255
5256 * international/mule-cmds.el (locale-language-names): Modify the
5257 format of elements and add more entries.
5258 (locale-preferred-coding-systems): Add more entries.
5259 (set-locale-environment): Adjust for the change of
5260 locale-language-names.
5261
5262 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * pcvs.el (smerge-ediff): Remove bogus autoload.
5265
5266 2005-03-14 Lute Kamstra <lute@gnu.org>
5267
5268 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5269 Ignore a `*' at the beginning of a line.
5270
5271 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5272 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5273 subr.el.
5274 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5275 to specify indentation.
5276
5277 * generic.el (define-generic-mode): Let generic-mode-list be a
5278 list of strings; test membership with equal.
5279
5280 2005-03-14 Kim F. Storm <storm@cua.dk>
5281
5282 * simple.el (next-line, previous-line): Add optional try-vscroll
5283 arg to recognize interactive use. Pass it on to line-move.
5284 (line-move): Don't perform auto-window-vscroll when defining or
5285 executing keyboard macro to ensure consistent behaviour.
5286
5287 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5290
5291 2005-03-13 Lute Kamstra <lute@gnu.org>
5292
5293 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5294 debugger-setup-buffer so that backtrace marks the frames set to
5295 debug-on-exit and we don't have to do it manually. Set an extra
5296 debug-on-exit for macro's.
5297 (debugger-setup-buffer): Don't mark the top frame manually.
5298
5299 2005-03-12 Lute Kamstra <lute@gnu.org>
5300
5301 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5302 lisp-indent-function throughout.
5303 (with-no-warnings): Set lisp-indent-function property.
5304
5305 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5306
5307 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5308 Add entry for backslash.
5309
5310 2005-03-12 Juri Linkov <juri@jurta.org>
5311
5312 * info.el (Info-search): Four fixes for backward search.
5313
5314 2005-03-11 Jay Belanger <belanger@truman.edu>
5315
5316 * calc/calc.el (calc-language-alist): New variable.
5317 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5318 (calc-embedded-find-modes): Use calc-language-alist instead of
5319 calc-embedded-language-alist.
5320
5321 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5322
5323 * calendar/calendar.el (calendar-redrawing): New internal
5324 variable.
5325 (redraw-calendar): Remove bogus save-excursion from previous
5326 change. Bind calendar-redrawing to t for mark-diary-entries.
5327 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5328 calendar if that is why we were called.
5329
5330 2005-03-11 Kenichi Handa <handa@m17n.org>
5331
5332 * international/mule.el (make-coding-system): Set property
5333 coding-system-define-form to nil.
5334 (define-coding-system-alias): Likewise.
5335
5336 2005-03-11 Kenichi Handa <handa@m17n.org>
5337
5338 These changes are suggested by Dave Love <fx@gnu.org>.
5339
5340 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5341 coding: tag.
5342 (adaptive-fill-regexp): Add more bullets.
5343 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5344 regexps.
5345
5346 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * help.el (describe-mode): Properly handle non-trivial lighters.
5349 Don't ignore minor modes that are not listed in minor-mode-list.
5350
5351 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5352 feature ON when the user requests to turn it OFF.
5353
5354 2005-03-10 Lute Kamstra <lute@gnu.org>
5355
5356 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5357 (implement-debug-on-entry): New function to replace debug-entry-code.
5358 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5359 second argument as the 2005-03-07 change makes it obsolete.
5360 (debug-on-entry, cancel-debug-on-entry): Update call to
5361 debug-on-entry-1.
5362 (debug, debugger-setup-buffer): Comment update.
5363 (debugger-frame-number): Update to work with implement-debug-on-entry.
5364
5365 2005-03-10 Jay Belanger <belanger@truman.edu>
5366
5367 * calc/calc-embed.el (math-ms-args): Declare it.
5368 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5369 math-ms-args.
5370 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5371 variables.
5372
5373 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5374
5375 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5376 Use message-box.
5377
5378 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5379 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5380 (tooltip-gud-tips): Simplify.
5381 (tooltip-gud-tips-p): Remove superflouous :set.
5382 (tooltip-gud-modes): Add fortran-mode.
5383 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5384
5385 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5386
5387 2005-03-09 Kim F. Storm <storm@cua.dk>
5388
5389 * play/animate.el (animate-place-char): Use forward-line instead
5390 of next-line to improve performance.
5391
5392 2005-03-09 Simon Josefsson <jas@extundo.com>
5393
5394 * net/browse-url.el (browse-url-default-browser): Doc fix.
5395
5396 2005-03-09 Miles Bader <miles@gnu.org>
5397
5398 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5399 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5400
5401 2005-03-09 Kenichi Handa <handa@m17n.org>
5402
5403 * international/latin-1.el: Set case and syntax for 255 only if
5404 set-case-syntax-set-multibyte is nil.
5405
5406 * textmodes/ispell.el (ispell-insert-word): New function.
5407 (ispell-word): Use ispell-insert-word to insert a new word.
5408 (ispell-process-line): Likewise.
5409 (ispell-complete-word): Likewise.
5410
5411 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5412
5413 * calendar/calendar.el (redraw-calendar): Preserve point.
5414 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5415 (calendar-week-start-day): Move after definition of
5416 redraw-calendar. Delete buffer test, since redraw-calendar has
5417 that now.
5418
5419 * calendar/diary-lib.el (mark-diary-entries): Only call
5420 redraw-calendar in the first of any recursive calls.
5421 Reported by Alan Shutko <ats@acm.org>.
5422
5423 2005-03-08 Juri Linkov <juri@jurta.org>
5424
5425 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5426 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5427 (html-radio-buttons): Add a space before the trailing `/>' where
5428 sgml-xml-mode is non-nil.
5429 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5430 the subsequent tag of the empty XML tag.
5431 (html-href-anchor): Don't set initial input to "http:".
5432 (html-image): Ask for the image URL and set point inside alt="".
5433 (html-name-anchor): Duplicate the name in the `id' attribute when
5434 sgml-xml-mode is non-nil.
5435 (html-paragraph): Remove \n before <p>.
5436 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5437 instead of `checked' when sgml-xml-mode is non-nil.
5438
5439 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5440 Remove 1 space before #RRGGBB to not truncate it on terminal
5441 windows w/o fringes. Remove 1 space between bg and fg examples
5442 to get more space.
5443 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5444 avoid byte-compile warnings.
5445
5446 * image-file.el (image-file-handler): Put `safe-magic' property to
5447 `image-file-handler'.
5448
5449 * info.el (Info-isearch-search): Emulate word search in
5450 isearching through multiple Info nodes with Info-search.
5451 (Info-isearch-wrap): Allow isearch-word.
5452
5453 2005-03-08 Lute Kamstra <lute@gnu.org>
5454
5455 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5456 stepping into the debugger's code is not possible.
5457 (debugger-jumping-flag): Docstring update.
5458
5459 2005-03-08 Jay Belanger <belanger@truman.edu>
5460
5461 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5462 embedded mode begins.
5463 (calc-embedded-language-alist): New variable.
5464 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5465 set default language mode.
5466
5467 2005-03-08 Kenichi Handa <handa@m17n.org>
5468
5469 * international/ccl.el (define-ccl-program): Fix docstring about
5470 extra 256 bytes assured for the output buffer.
5471
5472 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5473 Fix BUFFER_MAGNIFICATION to 2.
5474 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5475
5476 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5477
5478 * align.el (align-rules-list): Added an alignment rule for CSS
5479 declarations (applies to css-mode and html-mode buffers).
5480
5481 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5482
5483 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5484
5485 2005-03-07 Kim F. Storm <storm@cua.dk>
5486
5487 * simple.el (move-beginning-of-line): New command.
5488
5489 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5490
5491 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5492
5493 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5494 and move-beginning-of-line.
5495
5496 * apropos.el (apropos-print): Omit command from M-x ... RET.
5497
5498 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5499
5500 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5501 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5502
5503 2005-03-06 Richard M. Stallman <rms@gnu.org>
5504
5505 * bindings.el (esc-map): Bind M-g to goto-line.
5506
5507 * facemenu.el (global-map): Bind M-o, not M-g.
5508
5509 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5510
5511 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5512 "Open Directory" as for "Open File".
5513
5514 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5515
5516 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5517 (push-mark-command): Run activate-mark-hook.
5518
5519 2005-03-06 Richard M. Stallman <rms@gnu.org>
5520
5521 * help-mode.el (help-mode-finish): Don't alter the element
5522 in view-return-to-alist if there already is one.
5523
5524 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5525 make sure the current buffer is the expected one.
5526
5527 * novice.el (disabled-command-function): Output in *Disabled Command*.
5528 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5529
5530 * textmodes/flyspell.el (flyspell-large-region):
5531 Pass args differently for aspell.
5532
5533 * files.el (mode-require-final-newline): Doc fix.
5534
5535 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5536
5537 * progmodes/which-func.el (which-function):
5538 Specify NOERROR when calling imenu--make-index-alist.
5539
5540 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * simple.el (normal-erase-is-backspace): Define default value.
5543
5544 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5545 (custom-reevaluate-setting): Simple function to handle
5546 variables that are defined before their default value can really
5547 be computed.
5548
5549 * startup.el (command-line): Use it for temporary-file-directory,
5550 small-emporary-file-directory, auto-save-file-name-transforms,
5551 blink-cursor-mode, and normal-erase-is-backspace.
5552
5553 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5554 progress, even with buggy anchored keywords.
5555
5556 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5557
5558 * simple.el (goto-line): Remove unbalanced final parenthesis.
5559
5560 2005-03-05 Richard M. Stallman <rms@gnu.org>
5561
5562 * simple.el (goto-line): Use a number at point as the default.
5563 With C-u as arg, switch buffers.
5564
5565 2005-03-05 Juri Linkov <juri@jurta.org>
5566
5567 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5568 with `no-blinking-cursor'.
5569
5570 * startup.el (no-blinking-cursor): New defvar.
5571 (command-line): Add `--no-blinking-cursor' to longopts.
5572 Set `no-blinking-cursor' to t for command line arguments
5573 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5574 with `no-blinking-cursor' in the condition for calling
5575 `blink-cursor-mode'.
5576
5577 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5578
5579 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5580 (menu-bar-options-save): Add blink-cursor-mode.
5581 (menu-bar-options-menu): Add blink-cursor-mode.
5582
5583 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5584
5585 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5586 (icalendar-export-file, icalendar-export-region)
5587 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5588 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5589
5590 2005-03-04 Lute Kamstra <lute@gnu.org>
5591
5592 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5593 (debug-function-list): Ditto.
5594
5595 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5596
5597 * textmodes/texinfmt.el (texinfo-append-refill):
5598 Redefine the types of line to which @refill
5599 is not appended by replacing a search for `@refill\\|@bye' with
5600 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5601 itemize@refill' bug and the unfilled long lines bug.
5602 (texinfmt-version): Update number and date.
5603
5604 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5605
5606 * international/code-pages.el (windows-1250, windows-125[2-8])
5607 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5608
5609 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5612 bound yet.
5613
5614 2005-03-02 Romain Francoise <romain@orebokech.com>
5615
5616 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5617 buffer after removing limits.
5618 (ibuffer-pop-filter): Ditto.
5619 Update copyright.
5620
5621 2005-03-02 Miles Bader <miles@gnu.org>
5622
5623 * button.el (make-text-button): If the user doesn't specify a
5624 type, use the default. Rewrite to use `add-text-properties' and
5625 plist functions.
5626
5627 2005-03-01 Lute Kamstra <lute@gnu.org>
5628
5629 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5630 (debugger-jumping-flag): New var.
5631 (debug-entry-code): Use it.
5632 (debugger-jump): Use debugger-jumping-flag and add
5633 debugger-reenable to post-command-hook.
5634 (debugger-reenable): Use debugger-jumping-flag and remove itself
5635 from post-command-hook.
5636 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5637 debugger-reenable.
5638
5639 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5640
5641 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5642 inclusion of "itemize\\|", which may be unnecessary, is certainly
5643 inelegant, and stops refilling in itemize lists when formatting
5644 Japanese Texinfo files to Info.
5645 Update copyright to 2005.
5646
5647 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5648
5649 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5650 of an error if GDB can't find the source file.
5651
5652 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5653
5654 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5655 not just the calendar.
5656
5657 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5658 first.
5659 (diary-redraw-calendar): New function.
5660 (make-diary-entry): Add diary-redraw-calendar to local
5661 write-contents-functions. Turn off selective display before
5662 inserting in diary.
5663
5664 2005-03-01 Kim F. Storm <storm@cua.dk>
5665
5666 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5667
5668 2005-03-01 Lute Kamstra <lute@gnu.org>
5669
5670 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5671 that debug-entry-code can be safely removed from a function while
5672 this code is being evaluated. Revert the 2005-02-27 change as the
5673 new implementation no longer requires it. Make sure that a
5674 function body containing just a string is not mistaken for a docstring.
5675 (debug): Skip one more frame in case of debug on entry.
5676 (debugger-setup-buffer): Delete one more frame line in case of
5677 debug on entry.
5678 (debugger-frame-number): Update to use the new text introduced by
5679 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5680
5681 2005-02-28 Kim F. Storm <storm@cua.dk>
5682
5683 * double.el (double-translate-key): Call force-window-update after
5684 read-event to avoid crash in redisplay.
5685
5686 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5689 (debug): Use it. Move the inhibit-trace earlier.
5690 (debug-entry-code): New const.
5691 (debug-on-entry-1): Use it.
5692
5693 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * international/utf-16.el (ccl-encode-mule-utf-16le):
5696 Fix BUFFER_MAGNIFICATION to 2.
5697 (ccl-encode-mule-utf-16be): Likewise.
5698
5699 2005-02-28 Kenichi Handa <handa@m17n.org>
5700
5701 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5702 Fix BUFFER_MAGNIFICATION to 4.
5703 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5704
5705 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5706
5707 * speedbar.el (speedbar-update-flag): Doc fix.
5708 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5709 argument.
5710
5711 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5712
5713 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5714 have a non-nil `invisible' property but are actually visible.
5715
5716 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5717 for perldoc sections.
5718 (perl-outline-regexp, perl-outline-level): New var and function.
5719 (perl-mode): Use them.
5720
5721 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5722
5723 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5724 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5725
5726 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5727
5728 * cus-edit.el: Comment change.
5729 (custom-buffer-create-internal): Slightly reword text at top of
5730 Custom buffers. Mention there that saving an option edits the
5731 init file. Add link to Emacs manual node on `custom-file'.
5732 (custom-magic-alist): Rewrite individual State messages to use
5733 capitalized keywords. Doc fix.
5734
5735 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5736
5737 * calendar/calendar.el (calendar-buffer): Move above
5738 calendar-week-start-day.
5739 (calendar-week-start-day): Doc fix. Add :set function.
5740 (calendar-minimum-window-height): New variable.
5741 (generate-calendar-window): Only resize window if selected-window
5742 is displaying the calendar buffer. Use new variable
5743 calendar-minimum-window-height.
5744 (generate-calendar): Reword error message.
5745 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5746
5747 2005-02-27 Andreas Schwab <schwab@suse.de>
5748
5749 * vc.el (vc-do-command): Don't run command asynchronously when
5750 operating in a remote directory.
5751
5752 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5753 change from sync with Tramp 2.0.47.
5754
5755 2005-02-27 Richard M. Stallman <rms@gnu.org>
5756
5757 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5758
5759 * textmodes/flyspell.el (flyspell-mode-on):
5760 Call ispell-change-dictionary only if necessary.
5761
5762 * emacs-lisp/re-builder.el (regexp-builder): New function.
5763
5764 * register.el (describe-register-1): Explicitly handle
5765 yank-excluded-properties = t.
5766
5767 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5768 (custom-magic-alist): Change the status descriptions again.
5769 (face widget-type): Total rewrite based on `restricted-sexp'
5770 to eliminate the confusing double hiding levels.
5771
5772 * emacs-lisp/debug.el (debug-on-entry-1):
5773 If function body is empty, add nil as body form.
5774
5775 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * emacs-lisp/trace.el (inhibit-trace): New var.
5778 (trace-make-advice): Use it.
5779
5780 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5781
5782 2005-02-26 Kim F. Storm <storm@cua.dk>
5783
5784 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5785 (mouse-on-link-p, mouse-drag-region-1): Use it.
5786
5787 2005-02-25 Lute Kamstra <lute@gnu.org>
5788
5789 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5790
5791 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5792
5793 * frame.el (blink-cursor-mode): Add :group keyword.
5794
5795 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5796
5797 * calendar/icalendar.el (icalendar--decode-isodatetime):
5798 New optional argument DAY-SHIFT.
5799 (icalendar-export-region): Fix coding-system-for-write.
5800 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5801 events by one.
5802
5803 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5804
5805 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5806
5807 2005-02-24 Kim F. Storm <storm@cua.dk>
5808
5809 * international/iso-acc.el (iso-accents-compose): Fix crash
5810 during redisplay. Call force-window-update after read-event
5811 and delete-region to signal that window is not accurate.
5812
5813 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5816 Remove unused and inexistent var `inhibit-trace'.
5817 (debugger-mode): Use run-mode-hooks.
5818 (debugger-list-functions): Add buttons; setup xref stack.
5819
5820 2005-02-23 Richard M. Stallman <rms@gnu.org>
5821
5822 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5823 appointment says it was explicitly made.
5824 (appt-add): Set the 3rd element.
5825 (appt-make-list): Preserve explicit appointments.
5826
5827 * subr.el (find-tag-default): Catch errors in forward-sexp.
5828
5829 2005-02-23 Juri Linkov <juri@jurta.org>
5830
5831 * info.el (Info-isearch-search): New defcustom.
5832 (Info-isearch-search): Call the default isearch function
5833 when Info-isearch-search is nil.
5834 (Info-isearch-wrap): Use variable Info-isearch-search.
5835
5836 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5837
5838 * cus-edit.el: Comment change.
5839
5840 2005-02-22 Kim F. Storm <storm@cua.dk>
5841
5842 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5843 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5844
5845 2005-02-22 Simon Josefsson <jas@extundo.com>
5846
5847 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5848 New variable.
5849 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5850 Oskarsson" <myrkraverk@users.sourceforget.net>.
5851
5852 2005-02-22 Kim F. Storm <storm@cua.dk>
5853
5854 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5855 check that window of that event is the selected window.
5856 (mouse-drag-region-1): Compare mouse event window to selected
5857 window before setting point.
5858
5859 * tooltip.el (tooltip-show-help-function): Pass event to
5860 mouse-on-link-p so it can check selected window.
5861
5862 2005-02-22 Kenichi Handa <handa@m17n.org>
5863
5864 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5865 (ps-mule-show-warning): New function.
5866 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5867 characters are found.
5868
5869 * ps-print.el (ps-header-footer-string): Return a list of header
5870 and footer strings.
5871
5872 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5873
5874 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5875
5876 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * frame.el (blink-cursor-mode): Use define-minor-mode.
5879
5880 * term/mac-win.el (function-key-map): Use char-names more consistently.
5881 (file-name-coding-system): Only set it for MacOS-9. The other case is
5882 already handled in mule-cmds.el (where it also works when mac-win.el
5883 is not used).
5884
5885 2005-02-21 Kenichi Handa <handa@m17n.org>
5886
5887 * international/mule.el (ctext-pre-write-conversion): Always use
5888 " *code-converting-work*" buffer for work.
5889
5890 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5891
5892 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5893
5894 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5895
5896 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5897
5898 * ses.el (undo-more): Restore defadvice, but only the part that
5899 allows changes outside the restricted area of the buffer.
5900
5901 2005-02-20 Kim F. Storm <storm@cua.dk>
5902
5903 * simple.el (line-move): Add fourth optional arg try-vscroll which
5904 must be set to perform auto-window-vscroll.
5905 When moving backwards and doing auto-window-vscroll, automatically
5906 vscroll to the last part of lines which are taller than the window.
5907 (next-line, previous-line): Set try-vscroll arg on line-move.
5908
5909 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5910
5911 * replace.el (query-replace, query-replace-regexp)
5912 (replace-string, replace-regexp): When operating on region, make
5913 the minibuffer prompt say so.
5914
5915 * isearch.el (isearch-forward): Document isearch-query-replace and
5916 isearch-query-replace-regexp keybindings.
5917
5918 2005-02-19 Jay Belanger <belanger@truman.edu>
5919
5920 * calc/calc-aent.el (math-read-token): Add local variable.
5921
5922 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5923 (calc-edit-top): Move declaration to earlier in file.
5924 (calc-edit-macro-repeats): Add local variables.
5925
5926 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5927 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5928 calcFunc-tanh.
5929 Adjust integration rule for calcFunc-tan.
5930
5931 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5932
5933 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5934 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5935 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5936 (viper-skip-separators): Bug fix.
5937 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5938 particular major mode.
5939 (viper-del-backward-char-in-replace): Don't put deleted char on the
5940 kill ring.
5941
5942 * viper-ex.el (viper-color-display-p): New function.
5943 (viper-has-face-support-p): Use viper-color-display-p.
5944
5945 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5946
5947 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5948
5949 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5950 (viper-file-remote-p): Make equivalent to file-remote-p.
5951
5952 * viper.el (viper-major-mode-modifier-list):
5953 Use viper-gnus-modifier-map.
5954
5955 2005-02-19 David Kastrup <dak@gnu.org>
5956
5957 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5958 quoting.
5959
5960 2005-02-19 Jay Belanger <belanger@truman.edu>
5961
5962 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5963 Remove extra definitions.
5964 (calc-coth): New function.
5965 (calcFunc-cot): Fix `let'.
5966
5967 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5968
5969 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5970 the reasons we use "type pc" in these faces.
5971
5972 * button.el (button): Ditto.
5973
5974 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5975
5976 * replace.el (query-replace-read-from): Set the value of
5977 query-replace-from-history-variable to handle the case of an empty
5978 string entered to accept the suggested default.
5979
5980 * net/tramp.el (tramp-file-name-for-operation):
5981 Use dired-call-process instead of dired-call-process-command.
5982
5983 2005-02-19 Jay Belanger <belanger@truman.edu>
5984
5985 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5986 (math-div-non-trig): New variables.
5987 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5988 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5989 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5990 trig expressions.
5991
5992 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5993
5994 * progmodes/gdb-ui.el (gdb-var-update-handler)
5995 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5996 for watch expressions,
5997 (gdb-var-create-handler): Don't set speedbar-update-flag.
5998 (gdb-post-prompt): Simplify test for speedbar.
5999
6000 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6001
6002 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6003 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6004 we use the syntax table of the correct buffer.
6005 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6006 Felix Gatzemeier.
6007
6008 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6009 (ediff-file-remote-p): Make synonymous with file-remote-p.
6010 In all deffaces ediff-*-face-*, use min-colors.
6011
6012 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6013 ediff-recurse-to-subdirectories.
6014 (ediff-mark-if-equal): Check that the arguments are strings, use
6015 ediff-same-contents (after to Felix Gatzemeier).
6016
6017 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6018 nil.
6019
6020 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6023
6024 2005-02-18 David Kastrup <dak@gnu.org>
6025
6026 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6027 use `mark-active' when defined.
6028
6029 2005-02-18 Kenichi Handa <handa@m17n.org>
6030
6031 * ps-print.el (ps-font-info-database): New entry
6032 ZapfChancery-MediumItalic with correct font name. Fix font name
6033 of the entry Zapf-Chancery-MediumItalic.
6034
6035 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6036
6037 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6038
6039 2005-02-16 Kim F. Storm <storm@cua.dk>
6040
6041 * ido.el (ido-fallback-command): Pass user input to fallback command.
6042
6043 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6044
6045 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6046 (gdb-find-file-hook): Add server prefix.
6047
6048 2005-02-16 Richard M. Stallman <rms@gnu.org>
6049
6050 * replace.el (perform-replace): Pass new args to replace-highlight.
6051 (replace-highlight): Take region args,
6052 and pass them to isearch-lazy-highlight-new-loop.
6053
6054 * novice.el (disabled-command-hook): Autoload the defalias
6055 and the make-obsolete-variable call.
6056
6057 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6058
6059 * isearch.el (isearch-lazy-highlight-start-limit)
6060 (isearch-lazy-highlight-end-limit): New variables limit
6061 the region for highlighting.
6062 (isearch-lazy-highlight-new-loop): New args BEG and END.
6063 (isearch-lazy-highlight-search): Use the new vars.
6064 (isearch-lazy-highlight-update): Likewise.
6065
6066 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6067
6068 * cus-start.el (all): Use default-boundp.
6069
6070 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6071
6072 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6073
6074 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6075
6076 * autorevert.el (auto-revert-stop-on-user-input)
6077 (auto-revert-verbose): Doc fixes.
6078
6079 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6080
6081 * international/mule-cmds.el (set-locale-environment): Remove call
6082 to set-selection-coding-system on Windows.
6083
6084 2005-02-15 Jay Belanger <belanger@truman.edu>
6085
6086 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6087 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6088 calcFunc-coth.
6089 (math-simplify-sqrt): Add simplifications.
6090
6091 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6092 to list.
6093
6094 * calc/calc-ext.el: Add functions to autoloads.
6095
6096 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6097 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6098 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6099 (math-csc-raw, math-cot-raw): New functions.
6100
6101 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6102
6103 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6104 the variable name in a message.
6105
6106 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6107 calcFunc-csc, calcFunc-cot.
6108
6109 * calc/calcalg2.el: Add derivative and integration rules for
6110 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6111 calcFunc-csch, calcFunc-coth.
6112 (math-do-integral-methods): Add to checks for when to use
6113 substitutions.
6114
6115 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6116
6117 2005-02-15 Lute Kamstra <lute@gnu.org>
6118
6119 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6120 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6121 <monnier@iro.umontreal.ca>
6122 (lisp-outline-level): Improve efficiency. Suggested by David
6123 Kastrup <dak@gnu.org>.
6124
6125 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6126
6127 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6128 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6129 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6130 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6131 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6132
6133 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6134
6135 * cus-start.el (all): Comment change.
6136
6137 2005-02-14 Lute Kamstra <lute@gnu.org>
6138
6139 * cus-start.el (all): Check if symbol is void.
6140
6141 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6142
6143 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6144 optional argument to \cite.
6145
6146 2005-02-14 Richard M. Stallman <rms@gnu.org>
6147
6148 * cus-edit.el (custom-buffer-create-internal): Update help message.
6149 (custom-magic-alist): Update help messages.
6150
6151 * cus-start.el (all): Allow a var to specify a standard value.
6152
6153 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6154
6155 * custom.el (custom-theme-set-variables): Handle variable aliases.
6156
6157 * frame.el (blink-cursor-timer): Doc fix.
6158 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6159 declare obsolete.
6160 (blink-cursor-mode): Define with defcustom and use correct
6161 standard expression in that defcustom.
6162 * startup.el (command-line): Adapt to above changes in frame.el.
6163
6164 2005-02-11 Lute Kamstra <lute@gnu.org>
6165
6166 * apropos.el (apropos-score-doc): Prevent division by zero.
6167
6168 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6169
6170 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6171 (icalendar--get-event-property-attributes)
6172 (icalendar--get-event-properties)
6173 (icalendar--datetime-to-diary-date): New functions.
6174 (icalendar--split-value): Doc fix.
6175 (icalendar--datetime-to-noneuropean-date)
6176 (icalendar--datetime-to-european-date): New optional argument
6177 SEPARATOR. Return result as a string instead of a list.
6178 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6179 (icalendar--convert-string-for-export): Rename arg S to STRING.
6180 (icalendar-export-region): Doc fix. Change name of error buffer.
6181 Save output buffer.
6182 (icalendar-import-file): Add blank at end of prompt.
6183 (icalendar-import-buffer): Doc fix. Do not switch to error
6184 buffer. Indicate status in return value.
6185 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6186 buffer. Save output buffer. Handle exception from recurrence
6187 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6188 events. Fix problems with weekly all-day events.
6189
6190 2005-02-10 Richard M. Stallman <rms@gnu.org>
6191
6192 * simple.el (eval-expression-print-format):
6193 Avoid warning about edebug-active.
6194
6195 * help.el (help-for-help-internal): Rename from help-for-help.
6196 (help-for-help): Define with defalias.
6197
6198 * font-core.el (font-lock-default-function): Use with-no-warnings.
6199
6200 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6201
6202 * custom.el (defface): Doc fix.
6203
6204 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6205
6206 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6207 width 0" to prevent word wrapping problems.
6208
6209 2005-02-09 Kim F. Storm <storm@cua.dk>
6210
6211 * ido.el (ido-file-extensions-order): New defcustom.
6212 (ido-file-extension-lessp, ido-file-extension-aux)
6213 (ido-file-extension-order): New advanced file ordering.
6214 (ido-file-lessp): New simple file ordering.
6215 (ido-sort-list): Remove.
6216 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6217 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6218
6219 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6220
6221 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6222 that some versions of grep produce.
6223 (grep-mode-font-lock-keywords): Likewise.
6224
6225 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6226
6227 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6228 (gdb-cdir): Delete.
6229 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6230 (gdb-source-info): Treat case when source file is in another
6231 directory properly.
6232 (gdb-get-location): New function.
6233
6234 2005-02-07 Jay Belanger <belanger@truman.edu>
6235
6236 * calc/calc-prog.el (calc-write-parse-table-part)
6237 (calc-fix-token-name): Fix a check for language type.
6238
6239 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6240
6241 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6242
6243 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6244 as directory not writable.
6245
6246 2005-02-07 Kim F. Storm <storm@cua.dk>
6247
6248 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6249 (cua--standard-movement-commands): Remove list.
6250 Instead, set CUA property value to move for movement commands.
6251 (cua-movement-commands): Remove. Users must set CUA prop instead.
6252 (cua--pre-command-handler): Check CUA property.
6253 (cua--init-keymaps): Don't remap undo commands.
6254 (cua-mode): Don't call cua--rectangle-on-off.
6255
6256 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6257 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6258 (cua--rect-undo-set-point): New var.
6259 (cua--rectangle-undo-boundary): Setup undo apply entry.
6260 (cua--rect-undo-handler): New function for rectangle undo.
6261 (cua--rect-start-position, cua--rect-end-position): Add.
6262 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6263 for restored rectangle. Set point if cua--rect-undo-set-point.
6264
6265 2005-02-06 Jay Belanger <belanger@truman.edu>
6266
6267 * calc/calc-lang.el (calc-tex-language): Display more information
6268 in messages.
6269
6270 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6271 in TeX mode.
6272
6273 2005-02-06 Richard M. Stallman <rms@gnu.org>
6274
6275 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6276
6277 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6278
6279 * net/ldap.el (ldap-search-internal): Support attributes with
6280 optional descriptions separated by a semi-colon, as in
6281 "userCertificate;binary".
6282
6283 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6284
6285 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6286 isn't a cons (i.e. the version is 0).
6287
6288 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6289
6290 * help.el (help-for-help): Doc fix.
6291
6292 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6293
6294 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6295 GDB-Windows on the menu-bar as this works better.
6296
6297 2005-02-04 Jay Belanger <belanger@truman.edu>
6298
6299 * calc/calc-embed.el (calc-embedded-update): Don't put in
6300 unnecessary newlines. Adjust the end of formula marker.
6301
6302 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6303 (math-latex-parse-two-args): New function.
6304
6305 2005-02-03 Lute Kamstra <lute@gnu.org>
6306
6307 * help-fns.el (help-with-tutorial): Make sure that users cannot
6308 remove the entire text of the tutorial by means of `undo'.
6309
6310 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6313 in recent changes, where the ispell process was repeatedly
6314 killed & restarted.
6315
6316 * international/mule-cmds.el (set-locale-environment): Set file-name
6317 coding system to utf-8 on Darwin systems.
6318 (set-default-coding-systems): Don't set default-file-name-coding-system
6319 on Darwin systems.
6320
6321 2005-02-03 Richard M. Stallman <rms@gnu.org>
6322
6323 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6324
6325 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6326
6327 * faces.el (list-faces-display): Add optional argument.
6328
6329 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * font-core.el (font-lock-default-function): Handle the rare case where
6332 only font-lock-keywords is set.
6333
6334 2005-02-02 Kenichi Handa <handa@m17n.org>
6335
6336 * international/characters.el: Cancel previous change for
6337 I-WITH-DOT-ABOVE and DOTLESS-i.
6338
6339 * international/latin-5.el: Cancel previous change.
6340
6341 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6342
6343 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6344
6345 2005-02-02 Kenichi Handa <handa@m17n.org>
6346
6347 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6348 DOTLESS-i.
6349
6350 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6351 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6352
6353 * case-table.el (get-upcase-table): New function.
6354 (copy-case-table): Copy upcaes table too if non-nil.
6355 (set-case-syntax-delims): Maintain upcase table too.
6356 (set-case-syntax-pair): Likewise.
6357 (set-upcase-syntax, set-downcase-syntax): New functions.
6358 (set-case-syntax): Maintain upcase table too.
6359
6360 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6361
6362 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6363
6364 * progmodes/gud.el (gud-goto-info): New function.
6365 (gud-tool-bar-map): Use correct icon.
6366
6367 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6368
6369 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6370 When delegating, order args in the funcall correctly.
6371
6372 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6373
6374 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6375
6376 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6377
6378 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6379 buffer not visiting a file.
6380
6381 2005-01-31 Jay Belanger <belanger@truman.edu>
6382
6383 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6384 bound on the line with the formula.
6385
6386 2005-01-31 Kim F. Storm <storm@cua.dk>
6387
6388 * ses.el (ses-create-cell-variable-range)
6389 (ses-destroy-cell-variable-range, ses-reset-header-string)
6390 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6391 (ses-insert-row): Fix format of apply undo entries.
6392
6393 2005-01-31 Jay Belanger <belanger@truman.edu>
6394
6395 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6396 parts.
6397
6398 * calc/calc-embed.el (calc-embedded-open-formula)
6399 (calc-embedded-close-formula): Ignore matrix environments.
6400
6401 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6402 TeX mode.
6403
6404 * calc/calc-lang.el (math-function-table, math-oper-table)
6405 (math-variable-table): Adjust the LaTeX portions.
6406
6407 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6408 (math-latex-ignore-words): New constant.
6409
6410 2005-01-31 Richard M. Stallman <rms@gnu.org>
6411
6412 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6413 (ispell-local-dictionary): Doc fix.
6414 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6415 Don't reinitialize at run time. Don't defcustom.
6416 All uses changed to append ispell-local-dictionary-alist,
6417 or check it first.
6418 (ispell-current-dictionary): New variable for dictionary in use.
6419 (ispell-dictionary): Now used only for global default.
6420 (ispell-start-process): Set ispell-current-dictionary,
6421 not ispell-dictionary.
6422 (ispell-change-dictionary): Use this only for setting
6423 user preferences.
6424 (ispell-internal-change-dictionary): New function
6425 to change the current dictionary in use.
6426 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6427 Use ispell-current-dictionary.
6428 Handle ispell-local-dictionary-overridden.
6429 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6430
6431 2005-01-31 Jay Belanger <belanger@truman.edu>
6432
6433 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6434
6435 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6436 (calc-mode-map): Add calc-latex-language.
6437
6438 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6439 (math-latex-print-frac): New functions.
6440 (math-oper-table, math-function-table, math-variable-table)
6441 (math-complex-format, math-input-filter): Add latex properties.
6442 (calc-set-language): Set math-expr-special-function-mapping.
6443
6444 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6445 (calc-write-parse-table-part): Add LaTeX support.
6446
6447 * calc/calc.el (calc-language): Adjust docstring.
6448 (calc-set-mode-line): Add LaTeX support.
6449 (math-expr-special-function-mapping): New variable.
6450 (math-tex-ignore-words): Add to list.
6451
6452 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6453 Add LaTeX support.
6454 (math-compose-expr): Add support for special functions.
6455
6456 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6457
6458 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6459
6460 * progmodes/gdb-ui.el (gdb-memory-address)
6461 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6462 (gdb-memory-mode-map, gdb-memory-format-keymap)
6463 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6464 (gdb-memory-unit-menu): New variables for a buffer
6465 that lets the user examine program memory.
6466 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6467 (gdb-memory-format-binary, gdb-memory-format-octal)
6468 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6469 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6470 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6471 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6472 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6473 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6474 (gdb-memory-mode, gdb-memory-buffer-name)
6475 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6476 New functions for above buffer.
6477
6478 2005-01-30 Richard M. Stallman <rms@gnu.org>
6479
6480 * cus-edit.el (custom-bury-buffer): Function deleted.
6481 (custom-buffer-done-function): Option deleted.
6482 (custom-buffer-done-kill): New (replacement option.
6483 (Custom-buffer-done): Call quit-window.
6484 (custom-buffer-create-internal): Update for above changes.
6485
6486 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6487
6488 * simple.el (undo-ask-before-discard): New var.
6489 (undo-outer-limit-truncate): Implement it.
6490 (undo-extra-outer-limit): Doc update.
6491
6492 2005-01-29 Richard M. Stallman <rms@gnu.org>
6493
6494 * ses.el (undo-more): Delete defadvice.
6495 (ses-begin-change): Doc fix.
6496
6497 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6498 instead of rebinding C-x u and C-_.
6499
6500 * files.el (normal-backup-enable-predicate): Return nil for files
6501 in /tmp, regardless of temporary-file-directory.
6502
6503 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6504
6505 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6506 (open-rectangle, delete-whitespace-rectangle-line)
6507 (clear-rectangle-line): If FILL, pass t instead of FILL
6508 for move-to-column's 2nd arg.
6509
6510 * simple.el (undo): Fix the test for continuing a series of undos.
6511 (undo-more): Set pending-undo-list to t when we reach end.
6512 (pending-undo-list): Move up defvar.
6513
6514 * wid-edit.el (widget-button-click):
6515 Shorten the range of the track-mouse binding.
6516
6517 * comint.el (comint-insert-input): Undo previous changes;
6518 use last-input-event in interactive spec.
6519
6520 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6521
6522 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6523 to nil before invoking call-process. Reset buffer's modified flag
6524 after fontifying it in the no-async branch.
6525
6526 * wid-edit.el (widget-specify-button): If mouse pointer shape
6527 cannot be changed, use mouse face instead.
6528
6529 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6530
6531 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6532 (gdb-goto-breakpoint): Make breakpoint handling work on template
6533 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6534 (gdb-assembler-custom): Update to recognise breakpoint information
6535 added on 2005-01-19.
6536
6537 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6540 (dsssl-mode): Use define-derived-mode.
6541 (scheme-mode-initialize): Remove.
6542 (scheme-mode): Use run-mode-hooks.
6543
6544 * cus-edit.el (customize-group-other-window)
6545 (custom-buffer-create-other-window): Don't override special-display-*.
6546 (custom-mode-map): Make it dense.
6547
6548 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6549 sets the default value.
6550
6551 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6552
6553 * descr-text.el: Add more keywords.
6554
6555 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * speedbar.el: Avoid unnecessary use of locate-library.
6558
6559 * international/mule-cmds.el (standard-display-european-internal):
6560 Don't fiddle with latin-1 non-break space any more since it's now
6561 special cased in the C code.
6562 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6563
6564 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6565
6566 * cus-start.el (all): Add `undo-outer-limit'.
6567
6568 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6569
6570 * textmodes/bibtex.el (bibtex-format-entry):
6571 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6572 field lines.
6573 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6574 not on part of a buffer.
6575
6576 2005-01-25 Lute Kamstra <lute@gnu.org>
6577
6578 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6579 nonempty field text strings like "{letters\\macro{}more letters}".
6580 Clarify docstring.
6581 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6582 (bibtex-entry-offset, bibtex-parse-association)
6583 (bibtex-parse-field-name): Fix typos in docstrings.
6584 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6585
6586 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6587
6588 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6589 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6590 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6591 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6592
6593 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6594 isearch minor mode.
6595
6596 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6597
6598 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6599
6600 2005-01-24 Lute Kamstra <lute@gnu.org>
6601
6602 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6603 CASECHARS and NOT-CASECHARS regular expressions of the
6604 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6605 striding over charsets" error.
6606
6607 2005-01-24 Jay Belanger <belanger@truman.edu>
6608
6609 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6610 display variable name.
6611
6612 2005-01-24 Kenichi Handa <handa@m17n.org>
6613
6614 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6615 Fix setting of the element of encoded-kbd-iso2022-invocations.
6616
6617 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6618
6619 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6620 (gdb-threads-select): Change to also accept mouse events.
6621 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6622 (gdb-threads-mouse-select): Delete.
6623
6624 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6625
6626 * files.el (insert-directory): Take care of empty directory,
6627 listed without -a switch.
6628
6629 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * textmodes/refill.el (refill-post-command-function):
6632 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6633 to the list of functions that we should be careful not to undo.
6634 (refill-late-fill-paragraph-function): Remove.
6635 (refill-saved-state): New var.
6636 (refill-mode): Use it to save fill-paragraph-function.
6637 Save also the value of auto-fill-function.
6638
6639 * term/w32-win.el: Simplify code.
6640
6641 2005-01-23 Kim F. Storm <storm@cua.dk>
6642
6643 * simple.el (line-move): Adapt to new return value from
6644 pos-visible-in-window-p.
6645
6646 * simple.el (line-move): Fix last change. Check partial
6647 visibility at point rather than at window-start.
6648
6649 2005-01-22 Jason Rumney <jasonr@gnu.org>
6650
6651 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6652
6653 2005-01-22 David Kastrup <dak@gnu.org>
6654
6655 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6656
6657 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6658
6659 * type-break.el (type-break-mode): Add a test for
6660 type-break-file-name being non-nil.
6661
6662 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6663
6664 * net/eudc.el (top level): Call (message "") via progn, so that
6665 eudc-options-file is loaded.
6666
6667 2005-01-22 Kim F. Storm <storm@cua.dk>
6668
6669 * simple.el (line-move-1): Rename from line-move.
6670 (line-move): New function that adjusts vscroll for partially
6671 visible rows, and calls line-move-1 otherwise.
6672
6673 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6674
6675 * pcomplete.el: define pcomplete-read-event instead of read-event,
6676 since it's not a complete read-event implementation
6677
6678 2005-01-20 Jay Belanger <belanger@truman.edu>
6679
6680 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6681 for called function.
6682
6683 2005-01-20 Steven Tamm <steventamm@mac.com>
6684
6685 * term/mac-win.el (process-connection-type): Remove.
6686 Controlled now by s/darwin.h:PTY_ITERATION.
6687
6688 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * window.el (handle-select-window): Don't switch window when we're
6691 in the minibuffer.
6692
6693 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6694
6695 * subr.el (dotimes-with-progress-reporter): New macro.
6696
6697 * ses.el (ses-dotimes-msg): Remove macro.
6698 Use `dotimes-with-progress-reporter' instead.
6699
6700 2005-01-19 Steven Tamm <steventamm@mac.com>
6701
6702 * term/mac-win.el (process-connection-type): Use new
6703 operating-system-release variable to use ptys on Darwin 7 (OSX
6704 10.3) when using carbon build.
6705
6706 2005-01-19 Jay Belanger <belanger@truman.edu>
6707
6708 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6709 flags if the last command was a tab or M-tab.
6710
6711 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6712 in formula editing buffer.
6713
6714 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6715
6716 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6717 breakpoint image symbol in margin.
6718
6719 2005-01-19 Jay Belanger <belanger@truman.edu>
6720
6721 * calc/calc-prog.el (calc-execute-kbd-macro):
6722 Ignore calc-keep-arg-flag.
6723
6724 2005-01-19 Kenichi Handa <handa@m17n.org>
6725
6726 * textmodes/ispell.el (ispell-looking-at): New function.
6727 (ispell-process-line): Use ispell-looking-at to compare the ispell
6728 output and the buffer contents.
6729
6730 2005-01-18 Jay Belanger <belanger@truman.edu>
6731
6732 * calc/calc.el (calc-display-raw): Fix docstring.
6733
6734 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * simple.el (blink-matching-open): Strip extra info from syntax.
6737
6738 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6739 funny chars in the end-of-here-doc marker.
6740
6741 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6742
6743 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6744 that enable/disabled state of breakpoints is shown correctly in
6745 fringe and on ttys.
6746 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6747 Add breakpoint information as text properties.
6748 (gdb-mouse-toggle-breakpoint):
6749 Rename to gdb-mouse-set-clear-breakpoint.
6750 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6751 breakpoints in the margin.
6752 (gdb-remove-strings): Simplify.
6753
6754 2005-01-17 Jay Belanger <belanger@truman.edu>
6755
6756 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6757 erasing buffer.
6758
6759 2005-01-17 Richard M. Stallman <rms@gnu.org>
6760
6761 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6762 for calling grep-compute-defaults.
6763
6764 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6765 if buffer is empty.
6766
6767 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6768
6769 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6772
6773 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6774 non-preloaded variables.
6775
6776 2005-01-17 Steven Tamm <steventamm@mac.com>
6777
6778 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6779 tex-shell cause to force interactivity when using pipes.
6780
6781 2005-01-17 Kim F. Storm <storm@cua.dk>
6782
6783 * simple.el (just-one-space): Make arg optional.
6784
6785 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6786
6787 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6788 posn-at-x-y to t to access left-margin.
6789
6790 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6791
6792 Sync with Tramp 2.0.47.
6793
6794 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6795 catching keep-date problems in cp/scp operations.
6796 (tramp-handle-copy-file): Don't call `set-file-modes'
6797 unconditionally. Specialized functions should know better what is
6798 necessary. This improves performance a little bit, and the
6799 functions could catch errors with `cp -p' and `scp -p'.
6800 (tramp-do-copy-or-rename-file-via-buffer)
6801 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6802 when appropriate.
6803 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6804 Call `set-file-modes' when appropriate.
6805 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6806 Johnsson <isak@hypergene.com>
6807 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6808 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6809 <joakim@verona.se>
6810 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6811 Emacs only.
6812
6813 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6814 `find-file-hooks' and `dired-mode-hook'.
6815 (tramp-minor-mode-map): Respective map. Add remapping for
6816 `compile' and `recompile'.
6817 (tramp-remap-command, tramp-recompile): New defuns.
6818 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6819 in buffer "*Compilation*". Call the commands asynchronously.
6820
6821 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6822 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6823 `shell-command', because it isn't magic in XEmacs. Reported by
6824 Adrian Aichner <adrian@xemacs.org>.
6825
6826 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6827 `substitute-in-file-name.
6828 (tramp-smb-handle-substitute-in-file-name): New defun.
6829 (tramp-smb-advice-PC-do-completion): Delete advice.
6830
6831 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6832
6833 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6834 Fix error in deleting region.
6835
6836 2005-01-15 Richard M. Stallman <rms@gnu.org>
6837
6838 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6839 In non-temp buffer, switch syntax table temporarily.
6840
6841 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6842
6843 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6844
6845 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6846
6847 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6848 (imenu--generic-function): Use START, not BEG, as pos of definition.
6849
6850 * simple.el (just-one-space): Argument specifies number of spaces.
6851
6852 * simple.el (eval-expression-print-format): Avoid warning
6853 about edebug-active.
6854
6855 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6856
6857 * progmodes/sh-script.el: Code copied from make-mode.el
6858 with small changes,
6859 (sh-mode-map): Bind C-c C-\.
6860 (sh-backslash-column, sh-backslash-align): New variables.
6861 (sh-backslash-region, sh-append-backslash): New functions.
6862
6863 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6864
6865 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6866 (rmail-pop-password, rmail-pop-password-required): Move to
6867 rmail-obsolete group.
6868 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6869 All callers updated.
6870 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6871 Take an argument specifying whether it is POP or IMAP mailbox we
6872 are using. All callers updated.
6873 (rmail-pop-password-error): Rename to
6874 rmail-remote-password-error. Added mailutils-specific error message.
6875 (rmail-movemail-search-path)
6876 (rmail-movemail-variant-in-use): New variables.
6877 (rmail-remote-password, rmail-remote-password-required):
6878 New customization variables.
6879 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6880 (rmail-parse-url): New function.
6881 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6882 with GNU mailutils movemail.
6883
6884 2005-01-15 Kevin Ryde <user42@zip.com.au>
6885
6886 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6887 suffix to space, $ or '$, to correctly position point when going
6888 to @table style constants like DBL_MAX.
6889
6890 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6891
6892 * type-break.el (type-break-mode, type-break-file-time)
6893 (type-break-file-keystroke-count, type-break-choose-file):
6894 Don't store data in or load data from the file if type-break-file-name
6895 is nil.
6896 (type-break-file-name): Doc update as per the above.
6897
6898 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6899
6900 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6901 lookup-key might return nil; handle that.
6902
6903 2005-01-15 Alan Mackenzie <acm@muc.de>
6904
6905 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6906 rather than the element found, thus enabling the tree to be setcar'd.
6907
6908 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6909
6910 * textmodes/org.el (org-show-following-heading): New option.
6911 (org-show-hierarchy-above): Use `org-show-following-heading'.
6912 (org-cycle): Documentation fix.
6913
6914 * textmodes/org.el (orgtbl-optimized): New option
6915 (orgtbl-mode): New command, a minor mode.
6916 (orgtbl-mode-map): New variable.
6917 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6918 (orgtbl-error, orgtbl-self-insert-command)
6919 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6920
6921 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6922 a local variable in each org-mode buffer.
6923
6924 * textmodes/org.el (org-set-regexps-and-options): Rename from
6925 `org-set-regexps'. Added checking for STARTUP keyword.
6926 (org-get-current-options): Add STARTUP options.
6927 (org-table-insert-row): Mode mode intelligent about when
6928 realignment is needed.
6929 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6930 New commands.
6931 (org-enable-table-editor): New default value `optimized'.
6932 (org-table-blank-field): Support blanking regions if active.
6933
6934 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6935
6936 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6937 if the year is not given.
6938
6939 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6940 Add new escapes %m and %M, fixed bug with %F by adding
6941 save-match-data.
6942 (reftex-reference): Remove ?. from list of spaces.
6943 (reftex-label-info): Add automatic label prefix recognition.
6944
6945 * textmodes/reftex-index.el (reftex-index-next-phrase):
6946 Add slave parameter to call of `reftex-index-this-phrase'.
6947 (reftex-index-this-phrase): New optional argument.
6948 (reftex-index-region-phrases): Add slave parameter to call of
6949 `reftex-index-this-phrase'.
6950 (reftex-display-index): New argument redo.
6951 (reftex-index-rescan): Add 'redo to arguments of
6952 `reftex-display-index'.
6953 (reftex-index-Rescan, reftex-index-revert)
6954 (reftex-index-switch-index-tag): Add 'redo to arguments of
6955 `reftex-display-index'.
6956 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6957 indexing. Fix bug with matching is there is a quote before or
6958 after the word.
6959
6960 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6961 Fix bug when collecting citation keys in lines with comments.
6962 (reftex-citation): Prefix argument no longer rescans the document,
6963 but forces prompting for optional arguments of cite macros.
6964 (reftex-do-citation): Prompting for optional arguments implemented.
6965
6966 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6967 Add optional arguments to most cite commands.
6968 (reftex-cite-cleanup-optional-args): New option
6969 (reftex-cite-prompt-optional-args): New option.
6970 (reftex-trust-label-prefix): New option.
6971
6972 * textmodes/reftex-toc.el (reftex-toc-find-section):
6973 Add push-mark before changing the position in the buffer.
6974
6975 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6976 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6977
6978 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6979
6980 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6981 more carefully.
6982
6983 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6986 (sgml-mode): Use it.
6987 (sgml-get-context): Better keep track of implicitly closed tags.
6988
6989 2005-01-13 Kenichi Handa <handa@m17n.org>
6990
6991 * textmodes/ispell.el: These changes are to fix misalignment error
6992 caused by equivalent characters of different Emacs charsets.
6993 (ispell-unified-chars-table): New variable.
6994 (ispell-get-decoded-string): New function.
6995 (ispell-get-casechars, ispell-get-not-casechars)
6996 (ispell-get-otherchars): Call ispell-get-decoded-string.
6997
6998 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6999
7000 * custom.el (custom-declare-variable): Just put symbol instead
7001 of (defvar . symbol) in `current-load-list'.
7002
7003 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7004
7005 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7006
7007 2005-01-12 Jay Belanger <belanger@truman.edu>
7008
7009 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7010 to create a Calc summary.
7011
7012 2005-01-12 Kim F. Storm <storm@cua.dk>
7013
7014 * mouse.el (mouse-on-link-p): Change functionality and doc
7015 string to comply with latest description in lisp ref.
7016
7017 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7018
7019 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7020 Enable mouse clicks on mode-line, header-line and margin.
7021 (event-type): Give mouse event symbols an 'event-kind property
7022 with value 'mouse-click.
7023
7024 2005-01-12 Juri Linkov <juri@jurta.org>
7025
7026 * facemenu.el (list-colors-display): Add new arg buffer-name.
7027 Use it. Fix docstring. Replace code for identifying duplicate
7028 colors by the name with call to `list-colors-duplicates' which
7029 identifies duplicate colors by the value unless the color
7030 is one of special Windows colors. Set truncate-lines to t.
7031 Print sorted duplicate color names on each line. Indent to 22
7032 \(the longest color name in rgb.txt) instead of 20. Optimize.
7033 (list-colors-duplicates): New function.
7034 (facemenu-color-name-equal): Delete function.
7035
7036 * facemenu.el (list-colors-print): New function created from code
7037 in list-colors-display. Print #RRGGBB at the window right edge.
7038 (list-colors-display): When temp-buffer-show-function is not
7039 defined, call list-colors-print from temp-buffer-show-hook
7040 to get the right value of window-width in list-colors-print
7041 after the buffer is displayed.
7042
7043 * simple.el (pop-mark): Move deactivate-mark out of conditional
7044 part to deactivate the active mark regardless of the state of the
7045 mark ring.
7046
7047 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7048 variables line in desktop files.
7049
7050 2005-01-12 Juri Linkov <juri@jurta.org>
7051
7052 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7053 Bring together isearch highlight related options.
7054 (lazy-highlight): Replace group `replace' by `matching'.
7055 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7056 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7057 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7058 and declare them obsolete.
7059 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7060 (isearch-faces): Remove defgroup.
7061 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7062 Move isearch highlighting code closer to lazy highlighting code.
7063
7064 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7065 (query-replace-highlight, query-replace-lazy-highlight)
7066 (query-replace): Move definitions to the beginning of the file.
7067
7068 2005-01-11 Juri Linkov <juri@jurta.org>
7069
7070 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7071 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7072 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7073
7074 * info.el (Info-history-forward): New variable.
7075 (Info-select-node): Reset Info-history-forward to nil.
7076 (Info-last): Turn into defalias.
7077 (Info-history-back): Rename from Info-last.
7078 Add current node to Info-history-forward.
7079 (Info-history-forward): New fun.
7080 (Info-mode-map): Replace Info-last by Info-history-back.
7081 Bind Info-history-forward to "r".
7082 (Info-mode-menu): Replace Info-last by Info-history-back.
7083 Fix menu item text. Add menu item for Info-history-forward.
7084 (info-tool-bar-map): Replace Info-last by Info-history-back.
7085 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7086 for Info-history-forward.
7087 (Info-mode): Replace Info-last by Info-history-back in docstring.
7088 Add local variable Info-history-forward.
7089 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7090
7091 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7094 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7095 Ignore select-window events rather than fiddle with
7096 mouse-autoselect-window.
7097
7098 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7099
7100 * type-break.el (type-break-mode): Fix previous change.
7101
7102 2005-01-10 Jay Belanger <belanger@truman.edu>
7103
7104 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7105 calculator; only reset when point is inside a calculator.
7106 Don't adjust the window height if the window takes up the whole height
7107 of the frame.
7108
7109 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7110
7111 * ebuff-menu.el (Electric-buffer-menu-mode):
7112 Preserve value of buffer-local var header-line-format.
7113
7114 2005-01-09 Jay Belanger <belanger@truman.edu>
7115
7116 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7117 Make sure settings file exists before accessing it.
7118
7119 * calc/calc-embed.el (calc-embedded-subst):
7120 Replace math-multi-subst-rec, which is only supposed to be called
7121 by math-multi-subst, by math-multi-subst.
7122
7123 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7124
7125 * vc.el (vc-allow-async-revert): New user option.
7126 (vc-disable-async-diff): New internal variable.
7127 (vc-revert-buffer): Use them to disable asynchronous diff.
7128
7129 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7130 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7131 asynchronously if vc-disable-async-diff is t.
7132
7133 2005-01-09 Jay Belanger <belanger@truman.edu>
7134
7135 * calc/calc.el (defcalcmodevar): New macro.
7136 (calc-mode-var-list-restore-default-values)
7137 (calc-mode-var-list-restore-saved-values): New functions.
7138 (calc-mode-var-list): Use defcalcmodevar to define it.
7139 (calc-always-load-extensions, calc-line-numbering)
7140 (calc-line-breaking, calc-display-just, calc-display-origin)
7141 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7142 (calc-group-char, calc-point-char, calc-frac-format)
7143 (calc-prefer-frac, calc-hms-format, calc-date-format)
7144 (calc-float-format, calc-full-float-format, calc-complex-format)
7145 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7146 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7147 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7148 (calc-matrix-brackets, calc-language, calc-language-option)
7149 (calc-left-label, calc-right-label, calc-word-size)
7150 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7151 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7152 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7153 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7154 (calc-window-height, calc-display-trail, calc-show-selections)
7155 (calc-use-selections, calc-assoc-selections)
7156 (calc-display-working-message, calc-auto-why, calc-timing)
7157 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7158 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7159 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7160 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7161 (calc-gnuplot-geometry, calc-graph-default-resolution)
7162 (calc-graph-default-resolution-3d, calc-invocation-macro)
7163 (calc-show-banner): Use defcalcmodevar to declare them and set
7164 their default values.
7165
7166 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7167 instead of default values (but restore default values if there is
7168 an argument of 0).
7169
7170 2005-01-09 David Kastrup <dak@gnu.org>
7171
7172 * desktop.el (desktop-restore-eager): Fix typo in type.
7173
7174 2005-01-08 Richard M. Stallman <rms@gnu.org>
7175
7176 * cus-edit.el (customize): Delete :link.
7177
7178 2005-01-08 Jay Belanger <belanger@truman.edu>
7179
7180 * calc/calc.el (calc-mode): Remove the extension from the
7181 `calc-settings-file' file name when loading it.
7182
7183 2005-01-08 Kim F. Storm <storm@cua.dk>
7184
7185 * info.el (Info-mode-map, Info-next-link-keymap)
7186 (Info-prev-link-keymap, Info-up-link-keymap):
7187 Map follow-link to mouse-face.
7188 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7189
7190 2005-01-08 Jay Belanger <belanger@truman.edu>
7191
7192 * calc/calc.el (calc-settings-file): Change default value.
7193 Suggested by cgw in a comment in calc-mode.el.
7194
7195 * calc/calc-mode.el (calc-settings-file-name):
7196 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7197 Replace ~/.emacs in a prompt by calc-settings-file.
7198
7199 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7200
7201 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7202 (desktop-lazy-idle-delay): New customizable variables.
7203 (desktop-buffer-args-list): New variable.
7204 (desktop-append-buffer-args): New function.
7205 (desktop-save): Call desktop-append-buffer-args for some buffers.
7206 (desktop-lazy-create-buffer): New function.
7207 (desktop-idle-create-buffers): New function.
7208 (desktop-read): Add message about buffers to restore lazily.
7209 (desktop-lazy-abort): New command.
7210 (desktop-clear): Call desktop-lazy-abort.
7211 (desktop-lazy-complete): New command.
7212
7213 2005-01-06 Richard M. Stallman <rms@gnu.org>
7214
7215 * emacs-lisp/find-func.el (find-face-definition):
7216 Rename from find-face.
7217
7218 2005-01-06 Kim F. Storm <storm@cua.dk>
7219
7220 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7221
7222 * man.el (Man-xref-man-page, Man-xref-header-file)
7223 (Man-xref-normal-file): Add follow-link property.
7224
7225 2005-01-06 Jay Belanger <belanger@truman.edu>
7226
7227 * calc/calc-units.el: Make sure the proper macro definitions are
7228 available when compiling.
7229
7230 2005-01-06 Juri Linkov <juri@jurta.org>
7231
7232 * isearch.el (isearch-lazy-highlight-update):
7233 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7234
7235 2005-01-06 Miles Bader <miles@gnu.org>
7236
7237 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7238 (isearch-lazy-highlight-face): Use new name.
7239
7240 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * uniquify.el (uniquify-rationalize-file-buffer-names):
7243 Re-add an interactive spec.
7244 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7245 to the same name.
7246
7247 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7248 (isearch-update, isearch-done): Adjust calls accordingly.
7249
7250 2005-01-05 Richard M. Stallman <rms@gnu.org>
7251
7252 * custom.el (custom-set-variables, custom-theme-set-variables):
7253 Clarify documentation.
7254
7255 * emacs-lisp/find-func.el (find-variable)
7256 (find-variable-other-window, find-variable-other-frame):
7257 Fix the TYPE args to find-function-read and find-function-do-it.
7258 (find-function): Doc fix.
7259 (find-function-at-point): Replace function-at-point alias.
7260
7261 2005-01-04 Richard M. Stallman <rms@gnu.org>
7262
7263 * cus-face.el (custom-declare-face):
7264 Record defface in current-load-list.
7265
7266 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7267
7268 * emacs-lisp/find-func.el: Doc fixes.
7269 (find-face-regexp): New variable.
7270 (find-function-regexp-alist): New variable.
7271 (find-function-C-source): Third arg is now TYPE.
7272 (find-function-search-for-symbol): Handle general TYPE.
7273 (find-function-read, find-function-do-it): Handle general TYPE.
7274 (find-definition-noselect, find-face): New functions.
7275 (function-at-point): Alias deleted.
7276
7277 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * battery.el (display-battery-mode): Rename from display-battery.
7280 Handle the case where it gets turned off.
7281
7282 2005-01-04 Richard M. Stallman <rms@gnu.org>
7283
7284 * cus-edit.el (customize): Make :link point to user doc.
7285
7286 * man.el (Man-fontify-manpage): Turn off undo generation.
7287
7288 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7289
7290 2005-01-04 Andreas Schwab <schwab@suse.de>
7291
7292 * files.el (insert-directory): Only look for error lines in
7293 inserted text. Don't move too far after processing --dired markers.
7294
7295 2005-01-04 Richard M. Stallman <rms@gnu.org>
7296
7297 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7298 Don't expand if the character is @, period, dash, etc.
7299 (define-mail-abbrev): Quote names that contain problem characters.
7300
7301 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7302
7303 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7304
7305 2005-01-03 Richard M. Stallman <rms@gnu.org>
7306
7307 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7308 (query-replace-highlight, query-replace-lazy-highlight)
7309 (query-replace): Definitions moved up. Doc fix.
7310
7311 2005-01-03 Richard M. Stallman <rms@gnu.org>
7312
7313 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7314 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7315 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7316 (lazy-highlight-face): Rename from isearch-lazy-...
7317 Change all references to them.
7318
7319 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7320
7321 * cus-edit.el (custom-file): Doc fix for defcustom.
7322 (custom-file): The function no longer sets the variable
7323 `custom-file' to its return value.
7324
7325 * startup.el (command-line): No longer load `custom-file'.
7326
7327 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7330
7331 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7332 Don't confuse module-prefixed identifiers for labels.
7333 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7334
7335 2005-01-02 Richard M. Stallman <rms@gnu.org>
7336
7337 * files.el (basic-save-buffer-1): Fix previous change.
7338
7339 * loadhist.el (file-loadhist-lookup): New function.
7340 (file-provides, file-requires): Use it.
7341
7342 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7343 instead of calculating the right size.
7344
7345 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7346
7347 * vc-svn.el (vc-svn-diff): Stay local if possible.
7348
7349 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7352
7353 * files.el (hack-local-variables): Fix last change.
7354
7355 2005-01-02 Jay Belanger <belanger@truman.edu>
7356
7357 * calc/calc-yank.el (calc-edit-top): New variable.
7358 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7359 object. Change header properties.
7360 (calc-edit-finish, calc-edit-finish-stack-object)
7361 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7362 edited object.
7363 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7364 for the beginning of the edited object.
7365 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7366 for the beginning of the edited object.
7367 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7368 (calc-finish-formula-edit, calc-macro-repeats)
7369 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7370 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7371 beginning of the edited object.
7372 (calc-user-define-edit): Change the header for editing macros.
7373 Remove unnecessary variable.
7374
7375 2005-01-01 Jay Belanger <belanger@truman.edu>
7376
7377 * calc/calc-yank.el (calc-edit-mode): Change default header.
7378 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7379 * calc/calc-store.el (calc-edit-variable): Change title to match new
7380 header.
7381 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7382 mode to match new header.
7383 (calc-user-define-edit): Change titles to include names of commands.
7384 (calc-finish-formula-edit): Adjust to handle new header.
7385 (calc-finish-macro-edit): Remove.
7386 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7387 (calc-edit-macro-command, calc-edit-macro-command-type)
7388 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7389 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7390 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7391 (calc-edit-macro-finish-edit): New functions.
7392 (calc-user-define-edit): Use new functions to edit named calc macros.
7393
7394 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7395
7396 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7397
7398 * ses.el (copy-region-as-kill): Deactivate mark.
7399
7400 2005-01-01 Richard M. Stallman <rms@gnu.org>
7401
7402 * replace.el (occur-1): If the output buffer is also an input,
7403 don't kill it, rename it.
7404
7405 * faces.el (set-face-background, set-face-foreground): Doc fix.
7406
7407 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7408 for :foreground and :background.
7409
7410 * dired.el (dired-view-command-alist): Variable deleted.
7411 (dired-view-file, dired-mouse-find-file-other-window):
7412 Delete the code to use it.
7413
7414 2005-01-01 Kim F. Storm <storm@cua.dk>
7415
7416 * image.el (insert-sliced-image): Use t for line-height property.
7417
7418 2004-12-31 Jay Belanger <belanger@truman.edu>
7419
7420 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7421 for "var-" at the beginning of the minibuffer.
7422
7423 2004-12-31 Richard M. Stallman <rms@gnu.org>
7424
7425 * faces.el (read-face-name):
7426 Don't treat an attribute spec as a list of faces.
7427
7428 * simple.el (undo): Use undo-equiv-table to detect
7429 unexpected changes since previous undo.
7430 (undo-list-saved): Variable deleted.
7431 (buffer-disable-undo): Don't alter undo-list-saved.
7432
7433 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7434 (mode-require-final-newline): New option.
7435 (after-find-file): Handle require-final-newline with new values.
7436 (basic-save-buffer): Handle new values of require-final-newline.
7437
7438 * progmodes/sh-script.el (sh-require-final-newline):
7439 Alist value now controls whether to use mode-require-final-newline.
7440 (sh-set-shell): Implement that new meaning.
7441
7442 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7443 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7444 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7445 Delete old-Emacs compatibility code.
7446 (antlr-c-common-init): Function deleted.
7447
7448 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7449 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7450 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7451 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7452 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7453 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7454 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7455 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7456 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7457 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7458 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7459 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7460 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7461 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7462 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7463 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7464
7465 2004-12-31 Jay Belanger <belanger@truman.edu>
7466
7467 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7468 way to return to Calc.
7469
7470 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7471 finish, C-xk as the way to cancel the edit. Add cancel routine to
7472 kill-buffer-hook.
7473
7474 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7475 MacEdit code.
7476
7477 * calc/calc-prog.el: Remove obsolete MacEdit code.
7478 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7479 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7480
7481 2004-12-31 Kenichi Handa <handa@m17n.org>
7482
7483 * international/mule.el (buffer-file-coding-system-explicit):
7484 Rename for explicit-buffer-file-coding-system.
7485 (after-insert-file-set-coding): Adjust for the above change.
7486
7487 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7488 to buffer-file-coding-system-explicit.
7489 (basic-save-buffer-1): Likewise.
7490
7491 2004-12-30 Richard M. Stallman <rms@gnu.org>
7492
7493 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7494 (artist-butlast, artist-last): Functions deleted.
7495 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7496 (artist-compute-key-compl-table): Call remq directly.
7497 (artist-remove-nulls): Function deleted.
7498 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7499 (artist-push, artist-pop): Macro deleted.
7500
7501 2004-12-30 Andreas Leue <al@sphenon.de>
7502
7503 * textmodes/artist.el (artist-version): 1.2.6
7504 (artist-prev-next-op-alist): New variable.
7505 (artist-select-next-op-in-list): New function.
7506 (artist-select-prev-op-in-list): New function.
7507 (artist-make-prev-next-op-alist): New function.
7508 (artist-is-in-op-list-p): New function.
7509 (artist-get-first-non-nil-op): New function.
7510 (artist-get-last-non-nil-op): New function.
7511 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7512 artist-prev-next-op-alist.
7513 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7514 change drawing operation.
7515
7516 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7517
7518 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7519
7520 2004-12-31 Masatake YAMATO <jet@gyve.org>
7521
7522 * server.el (server-process-filter): Suppress `error', too.
7523
7524 2004-12-30 Jay Belanger <belanger@truman.edu>
7525
7526 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7527 Change the way a variable is displayed in a message.
7528
7529 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7530 (calc-user-define-permanent, calc-execute-kbd-macro):
7531 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7532
7533 2004-12-30 Kenichi Handa <handa@m17n.org>
7534
7535 * files.el (basic-save-buffer-1):
7536 Set explicit-buffer-file-coding-system to last-coding-system-used.
7537 (revert-buffer): Pay attention to
7538 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7539 on bind coding-system-for-read.
7540
7541 * international/mule.el (explicit-buffer-file-coding-system):
7542 New buffer local variable.
7543 (after-insert-file-set-coding): Set it to coding-system-for-read.
7544
7545 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7546
7547 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7548
7549 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7550
7551 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7552 that include line numbers.
7553
7554 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7555
7556 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7557 Redundant variable PREFIXLEN removed.
7558
7559 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7560
7561 * eshell/em-hist.el (eshell-previous-matching-input):
7562 Start the deletion from the end of the output.
7563
7564 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7565
7566 * term/mac-win.el: Require x-dnd.
7567 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7568
7569 2004-12-29 David Kastrup <dak@gnu.org>
7570
7571 * international/mule.el (decode-coding-inserted-region):
7572 Don't barf if `buffer-undo-list' is already set to `t'.
7573
7574 2004-12-29 Jay Belanger <belanger@truman.edu>
7575
7576 * calc/calc-prog.el (calc-user-define-formula): Put default values
7577 for function names in prompts.
7578 (calc-user-define-permanent, calc-user-define-composition)
7579 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7580 default input for algebraic functions.
7581
7582 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7583
7584 * vc-rcs.el (vc-rcs-annotate-command):
7585 Fix omission bug: Call `vc-setup-buffer'.
7586
7587 2004-12-29 Kenichi Handa <handa@m17n.org>
7588
7589 * international/mule.el (recode-region): New function.
7590
7591 2004-12-28 Richard M. Stallman <rms@gnu.org>
7592
7593 * simple.el (undo-extra-outer-limit): New variable.
7594 (undo-outer-limit-truncate): Test and set it.
7595
7596 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7597 enables the feature to extend the existing region.
7598
7599 * simple.el (mark-word): New arg ALLOW-EXTEND
7600 enables the feature to extend the existing region.
7601
7602 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7603 enables the feature to extend the existing region.
7604
7605 * startup.el (site-run-file): Don't allow setting it with Custom.
7606
7607 * simple.el (buffer-disable-undo): Fix previous change.
7608
7609 2004-12-27 Masatake YAMATO <jet@gyve.org>
7610
7611 * hexl.el (hexlify-buffer): Remove fontification here.
7612 Use font lock mechanism instead.
7613 (hexl-font-lock-keywords): New font lock kewords.
7614 (hexl-mode-old-font-lock-keywords): New variable.
7615 (hexl-mode): Store the old font lock keywords.
7616 (hexl-mode-exit): Restore the old font lock keywords.
7617
7618 2004-12-27 Richard M. Stallman <rms@gnu.org>
7619
7620 * simple.el (undo): Fix previous change.
7621
7622 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7623
7624 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7625 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7626 Call x-open-connection on Mac OS X.
7627
7628 2004-12-27 Richard M. Stallman <rms@gnu.org>
7629
7630 * files.el (buffer-save-without-query): New var (buffer-local).
7631 (save-some-buffers): Save those buffers first, w/o asking.
7632
7633 * files.el (insert-directory-ls-version): New variable.
7634 (insert-directory): When ls returns an error, test the version
7635 number to decide what the return code means.
7636 With --dired output format, detect and distinguish lines
7637 that are really error messages.
7638 (insert-directory-adj-pos): New function.
7639
7640 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7641
7642 * battery.el (battery-mode-line-format): Remove initial spaces.
7643
7644 * uniquify.el (uniquify-rationalize-file-buffer-names):
7645 Delete interactive spec.
7646
7647 * type-break.el (type-break-mode): Set buffer-save-without-query.
7648 Remove code that tried to set save-some-buffers-always.
7649 (type-break-file-keystroke-count): Bind deactivate-mark.
7650
7651 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7652
7653 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7654 Test that the buffer is live, and maybe reject current buffer too.
7655 Clarify.
7656 (next-error-find-buffer): Rewrite for clarity.
7657
7658 * loadup.el: Don't use buffer-disable-undo; do it directly.
7659
7660 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7661 (describe-variable): Call symbol-file with `defvar'.
7662
7663 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7664 (symbol-file): Rewritten to handle new load-history format.
7665 Now takes an arg TYPE to specify looking for a particular
7666 type of definition only.
7667
7668 * emacs-lisp/debug.el (debugger-make-xrefs):
7669 Call symbol-file with `defun'.
7670
7671 * emacs-lisp/find-func.el (find-function-noselect):
7672 Call symbol-file with `defun'.
7673 (find-variable-noselect): Call symbol-file with `defvar'.
7674
7675 * eshell/esh-cmd.el (eshell-find-alias-function):
7676 Call symbol-file with `defun'.
7677
7678 * eshell/esh-test.el (eshell-test-goto-func):
7679 Call symbol-file with `defun'.
7680
7681 * mail/rmail.el (rmail-resend):
7682 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7683
7684 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7685
7686 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7687
7688 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7689 Call buffer-disable-undo.
7690
7691 * simple.el (undo-list-saved): New variable (buffer-local).
7692 (undo): Set and test it.
7693 (buffer-disable-undo): Move here from buffer.c.
7694 Clear out undo-list-saved.
7695
7696 * international/mule.el (decode-coding-inserted-region):
7697 Set buffer-undo-list in a correct and optimal way.
7698
7699 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7700 (cperl-font-lock-unfontify-region-function): No need to save and
7701 restore info, since font-lock.el does it for us.
7702
7703 * ansi-color.el (save-buffer-state): Definition deleted.
7704 (ansi-color-unfontify-region): Don't use save-buffer-state.
7705
7706 2004-12-27 Dave Love <fx@gnu.org>
7707
7708 * wid-edit.el (function): Use restricted-sexp as parent.
7709
7710 2004-12-27 Kevin Ryde <user42@zip.com.au>
7711
7712 * simple.el (next-matching-history-element): Use same
7713 `interactive' form as previous-matching-history-element.
7714
7715 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7716 it can appear unencoded and has been seen from yahoo.
7717
7718 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7719
7720 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7721 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7722
7723 2004-12-27 Kenichi Handa <handa@m17n.org>
7724
7725 * international/utf-8.el (utf-translate-cjk-load-tables):
7726 Bind coding-system-for-read to nil while loading subst-*.
7727
7728 2004-12-26 Jay Belanger <belanger@truman.edu>
7729
7730 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7731 default input.
7732
7733 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7734
7735 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7736 before reverting and disable undo recording while reverting.
7737
7738 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7739
7740 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7741 (hs-make-overlay): New function.
7742 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7743 (hs-flag-region): Delete function.
7744 (hs-hide-comment-region): No longer use `hs-flag-region'.
7745 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7746 (hs-hide-block-at-point): Likewise.
7747 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7748 (hs-hide-all, hs-show-all): Likewise.
7749 (hs-show-block): Likewise.
7750 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7751
7752 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7753
7754 * progmodes/hideshow.el: Require `cl' when compiling.
7755 Remove XEmacs and Emacs 19 compatibility.
7756 Use `dolist' and `add-to-list' for load-time actions.
7757 (hs-discard-overlays): Use `dolist'.
7758 (hs-show-block): Likewise.
7759
7760 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7761
7762 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7763
7764 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7765
7766 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7767 When extending backwards, move outside the current comment first.
7768
7769 2004-12-22 Kenichi Handa <handa@m17n.org>
7770
7771 * international/quail.el (quail-start-translation): Fix prompt
7772 string for the case if input-method-use-echo-area being non-nil.
7773 (quail-start-conversion): Likewise.
7774 (quail-show-guidance): Don't show guidance if
7775 input-method-use-echo-area is non-nil.
7776
7777 2004-12-21 Richard M. Stallman <rms@gnu.org>
7778
7779 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7780
7781 2004-12-21 Markus Rost <rost@ias.edu>
7782
7783 * calendar/diary-lib.el (mark-diary-entries):
7784 Set mark-diary-entries-in-calendar only after checking for diary-file.
7785
7786 2004-12-21 Richard M. Stallman <rms@gnu.org>
7787
7788 * faces.el (escape-glyph): Use blue against light foreground.
7789
7790 * simple.el (undo-outer-limit-truncate): New function.
7791 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7792
7793 2004-12-21 Eli Barzilay <eli@barzilay.org>
7794
7795 * calculator.el (calculator-radix-grouping-mode)
7796 (calculator-radix-grouping-digits)
7797 (calculator-radix-grouping-separator):
7798 New defcustoms for the new radix grouping mode functionality.
7799 (calculator-mode-hook): Now used in electric mode too,
7800 (calculator): Call it.
7801 (calculator-mode-map): Some new keys.
7802 (calculator-message): New function. Some new calls.
7803 (calculator-op, calculator-set-register): Use it.
7804 (calculator-string-to-number): New function, mostly moved and
7805 updated code from calculator-curnum-value.
7806 (calculator-curnum-value): Use it.
7807 (calculator-paste): Use it, and update grabbing the current-kill.
7808 (calculator-rotate-displayer)
7809 (calculator-rotate-displayer-back): Toggle digit grouping when
7810 in radix mode, use calculator-message.
7811 (calculator-displayer-prev, calculator-displayer-next):
7812 Change digit group size when in radix mode.
7813 (calculator-number-to-string): Rename from
7814 calculator-num-to-string. Now deals with digit grouping in
7815 radix mode.
7816 (calculator-update-display, calculator-put-value): Use the new name.
7817 (calculator-fact): Return a floating point number.
7818 (calculator-mode): Doc fix.
7819
7820 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7821
7822 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7823 * calendar/diary-lib.el (view-other-diary-entries):
7824 Use current-prefix-arg in interactive spec.
7825
7826 2004-12-19 Jay Belanger <belanger@truman.edu>
7827
7828 * calc/calc-aent.el (calcAlg-blank-matching-open):
7829 Temporarily adjust the syntax of both delimiters of half-open intervals.
7830
7831 2004-12-19 Kim F. Storm <storm@cua.dk>
7832
7833 * mouse.el (mouse-1-click-follows-link): Doc fix.
7834
7835 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7836
7837 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7838 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7839 instead of centraleuropean as the name
7840
7841 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7842
7843 Sync with Tramp 2.0.46.
7844
7845 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7846 parameters wrt Tramp convention.
7847 (tramp-handle-file-attributes-with-perl)
7848 (tramp-handle-directory-files-and-attributes): Apply it.
7849 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7850 `copy-program'. Reported by Zack Weinberg
7851 <zack@codesourcery.com>.
7852 (top): Set `edebug-form-spec' property directly rather than
7853 calling `def-edebug-spec'.
7854
7855 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7856 advice less fragile. Surround temporary redefinition of
7857 `substitute-in-file-name' with `unwind-protect'. Suggested by
7858 Matt Hodges <MPHodges@member.fsf.org>.
7859
7860 2004-12-17 Juri Linkov <juri@jurta.org>
7861
7862 * replace.el (occur-accumulate-lines, occur-engine):
7863 Make forcing deferred font-lock fontification jit-specific.
7864
7865 2004-12-17 Kim F. Storm <storm@cua.dk>
7866
7867 * mouse.el (mouse-1-click-follows-link): New defcustom.
7868 (mouse-on-link-p): New function.
7869 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7870 functionality. Map a mouse-1 click event into a mouse-2 (or
7871 other) event when position is inside a link.
7872
7873 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7874 prefix in tooltip text with "mouse-1" when this is a link
7875 recognized by mouse-1-click-follows-link functionality.
7876
7877 * help.el (describe-key): Report effective and original binding
7878 for mouse-1 when clicked on a link.
7879 (describe-mode): Add follow-link property to "minor-mode" button.
7880
7881 * help-fns.el (describe-variable): Add follow-link property to
7882 "below" button.
7883
7884 * help-mode.el (help-xref): Add follow-link property.
7885
7886 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7887 (apropos-command, apropos-variable, apropos-face, apropos-group)
7888 (apropos-widget, apropos-plist): Add follow-link property.
7889
7890 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7891 checks if position is in a filename, rather than some other
7892 clickable item. Function looks for cvs-filename-face at position.
7893
7894 * wid-edit.el (widget-specify-field, widget-specify-button):
7895 Map a :follow-link keyword into a follow-link property.
7896 (link): Add :follow-link keyword, map to RET binding.
7897
7898 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7899
7900 * progmodes/compile.el (compilation-minor-mode-map)
7901 (compilation-button-map, compilation-mode-map): Likewise.
7902
7903 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7904
7905 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7906 (zone-replace-char): Take `count' and `del-count'
7907 instead of `direction'. Update callers. When `del-count' is
7908 non-nil, delete that many characters, otherwise `count' characters
7909 backwards. Insert the newly-replaced string `count' times.
7910 (zone-fret): Handle chars w/ width greater than one.
7911 (zone-fall-through-ws): No longer take window width `ww'.
7912 Update callers. Add handling for `char-width' greater than one.
7913 (zone-pgm-drip): Update var holding window-end position every cycle.
7914
7915 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7916
7917 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7918 rather than insert-file.
7919
7920 2004-12-16 Jay Belanger <belanger@truman.edu>
7921
7922 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7923 (math-init-random-base, math-random-digit): Check to see if
7924 var-RandSeed is bound.
7925 (math-random-last): Declare it.
7926 (math-random-digit): Don't make math-random-last local.
7927
7928 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7929
7930 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7931 one-shot thunk for uniform (error, quit, normal) recovery.
7932 Reported by John Paul Wallington.
7933 (zone-pgm-random-life): Fix bug:
7934 Recognize empty initial field by lack of "@" chars.
7935
7936 2004-12-16 Juri Linkov <juri@jurta.org>
7937
7938 * help.el (function-called-at-point):
7939 * help-fns.el (variable-at-point): As a last resort try stripping
7940 non-word prefixes and suffixes.
7941
7942 * descr-text.el (describe-property-list): Don't treat syntax-table
7943 specially. Use describe-text-sexp which inserts [show] button
7944 for large objects and handles printing errors. Sort properties
7945 by names in alphabetical order instead of by value sizes.
7946 Add `mouse-face' to list of properties for `describe-face' widget.
7947 (describe-char): Mask out face-id from 19 bits of character.
7948 Print face-id separately.
7949
7950 * replace.el (occur-accumulate-lines, occur-engine):
7951 Fontify unfontified matching lines in the source buffer
7952 before copying them.
7953 (occur-engine): Don't put mouse-face on context lines.
7954 (occur-next-error): Set point to line beginning/end
7955 before searching for prev/next property to skip multiple
7956 matches on a line (not supported by occur engine).
7957 Remove redundant prefix-numeric-value.
7958
7959 2004-12-15 Juri Linkov <juri@jurta.org>
7960
7961 * replace.el (match): New face.
7962 (list-matching-lines-face): Change default from `bold' to `match'.
7963
7964 * progmodes/grep.el (grep-match-face): New defvar.
7965 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7966 compilation-column-face to highlight grep matches.
7967
7968 * apropos.el (apropos-match-face): Change default from
7969 `secondary-selection' to `match'.
7970
7971 * info-look.el (info-lookup-highlight-face): Change default from
7972 `highlight' to `match'.
7973
7974 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7975
7976 * progmodes/executable.el (executable-interpret): Eliminate
7977 obsolete compile-internal, and switch to comint for interaction.
7978
7979 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7980
7981 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7982 `&&' when skipping multiple statements on a line.
7983
7984 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7985
7986 * play/zone.el (zone): Set `truncate-lines'.
7987 Also, init `tab-width' with value from original buffer.
7988 (zone-shift-up): Rewrite for speed.
7989 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7990 (zone-pgm-jitter): Remove redundant entries from ops vector.
7991 (zone-exploding-remove): Reduce iteration count.
7992 (zone-cpos): Convert to defsubst.
7993 (zone-replace-char): New defsubst.
7994 (zone-park/sit-for): Likewise.
7995 (zone-fret): Take window-start arg.
7996 Update callers. Use `zone-park/sit-for'.
7997 (zone-fill-out-screen): Rewrite.
7998 (zone-fall-through-ws): Likewise. Update callers.
7999 (zone-pgm-drip): Use `zone-replace-char'.
8000 Move var inits before while-loop. Use `zone-park/sit-for'.
8001 (zone-pgm-random-life): Handle empty initial field.
8002 Use `zone-replace-char' and `zone-park/sit-for'.
8003
8004 2004-12-15 Juri Linkov <juri@jurta.org>
8005
8006 * isearch.el (isearch-update): Test isearch-lazy-highlight
8007 before calling isearch-lazy-highlight-new-loop.
8008 (isearch-lazy-highlight-new-loop):
8009 Don't test isearch-lazy-highlight.
8010
8011 * replace.el (perform-replace): Add isearch-case-fold-search.
8012 Use delimited-flag for isearch-regexp.
8013 Reset isearch-lazy-highlight-last-string to force lazy
8014 highlighting when called from isearch mode.
8015 (query-replace-highlight): Revert defcustom type to boolean.
8016 (query-replace-lazy-highlight): New defcustom.
8017 (query-replace): New face.
8018 (perform-replace, replace-highlight, replace-dehighlight):
8019 Test query-replace-lazy-highlight instead of special value
8020 `isearch' of query-replace-highlight.
8021 (replace-dehighlight): Don't call isearch-dehighlight.
8022 (replace-highlight): Don't call isearch-highlight.
8023 Use face `query-replace' unconditionally.
8024
8025 2004-12-14 Kim F. Storm <storm@cua.dk>
8026
8027 * simple.el (inhibit-mark-movement): Remove defvar.
8028 (beginning-of-buffer, end-of-buffer): Don't use it.
8029
8030 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8031 Don't use inhibit-mark-movement.
8032
8033 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8034 (cua--undo-push-mark): Remove.
8035 (cua--pre-command-handler, cua--post-command-handler):
8036 Don't fiddle with inhibit-mark-movement.
8037
8038 2004-12-14 Juri Linkov <juri@jurta.org>
8039
8040 * buff-menu.el (list-buffers-noselect): Collect internal info
8041 for every buffer in BUFFER-LIST arg too.
8042 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8043 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8044 Bind same-window-buffer-names and same-window-regexps to nil.
8045
8046 2004-12-13 Juri Linkov <juri@jurta.org>
8047
8048 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8049
8050 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8051 (sc-cite-region, sc-uncite-region, sc-recite-region):
8052 Fix previous change to handle not alist as a symbol, but
8053 a citation frame as a symbol that represents a variable name.
8054
8055 2004-12-13 Richard M. Stallman <rms@gnu.org>
8056
8057 * filecache.el (file-cache-add-directory-using-find):
8058 Only set up file-cache-find-command-posix-flag if we will use it.
8059
8060 * bindings.el (mode-line-buffer-identification-keymap):
8061 Don't cancel the mode-line's usual down-mouse-1 binding.
8062
8063 * cus-edit.el (custom-face-selected): Handle `default' specs.
8064 (custom-face-edit): Increase extra-offset.
8065 (custom-display): Handle `default' specs.
8066
8067 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8068
8069 * emacs-lisp/elint.el (elint-standard-variables)
8070 (elint-unknown-builtin-args): Move definitions up.
8071
8072 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8073
8074 * info.el (info-xref-visited): Use `default' instead of t.
8075 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8076
8077 * faces.el (header-line, mode-line-inactive, tool-bar):
8078 Use `default' instead of t for setting the defaults.
8079 (face-spec-choose): Separate `t' from `default'.
8080
8081 * subr.el (while-no-input): New macro.
8082
8083 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8084
8085 * filecache.el (file-cache-add-directory-using-find):
8086 Only test file-cache-find-command-posix-flag on some systems.
8087
8088 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8091 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8092 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8093 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8094 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8095
8096 2004-12-12 Juri Linkov <juri@jurta.org>
8097
8098 * files.el (find-file-other-window, find-file-other-frame):
8099 Add the first buffer to the returned value to return the complete
8100 list of all visited buffers.
8101 (find-file-read-only, find-file-read-only-other-window)
8102 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8103 `find-file-read-args'. Signal an error about non-existent file
8104 only if file name doesn't contain wildcards. Toggle read-only in
8105 all visited buffers.
8106 (find-alternate-file, find-alternate-file-other-window):
8107 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8108 called interactively. Pass arg `wildcards' to other functions.
8109 (find-file-noselect): Doc fix.
8110
8111 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8112 Doc fix.
8113 (ffap-directory-finder): New variable.
8114 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8115 (ffap-file-at-point): Add /* to immediately rejected names.
8116 Return absolute file names matching ffap-dired-wildcards.
8117 (ffap-read-file-or-url): Set default value for `completing-read'
8118 to `buffer-file-name'.
8119 (find-file-at-point): When filename matches ffap-dired-wildcards,
8120 call ffap-file-finder with t arg `wildcards', instead of dired.
8121 (ffap-other-window, ffap-other-frame): Return visited buffers.
8122 (ffap-read-only, ffap-read-only-other-window)
8123 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8124 (dired-at-point): Call ffap-directory-finder instead of dired.
8125 (ffap-dired-other-window, ffap-dired-other-frame)
8126 (ffap-list-directory): New commands.
8127 (ffap-bindings): New keybindings for new commands.
8128
8129 2004-12-12 Juri Linkov <juri@jurta.org>
8130
8131 * simple.el (beginning-of-buffer, end-of-buffer):
8132 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8133 Do not push mark when mark is active in transient-mark-mode.
8134
8135 * simple.el (mark-word):
8136 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8137 * textmodes/paragraphs.el (mark-paragraph):
8138 Extend the region when mark is active in transient-mark-mode,
8139 regardless of the last command. Doc fix.
8140
8141 * simple.el (mark-word): Preserve direction when repeating.
8142 Make arg optional. Interactive "p" -> "P".
8143 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8144
8145 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8146 preserving direction, to mark forward instead of backward when mark
8147 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8148
8149 2004-12-12 Juri Linkov <juri@jurta.org>
8150
8151 * isearch.el (isearch-edit-string): Set 7th arg of
8152 `read-from-minibuffer' to `t' to inherit the current input
8153 method (whose name is indicated by [IM] in the minibuffer prompt)
8154 from the current buffer to the minibuffer.
8155 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8156 to allow C-g quitting for lazy highlighting looping inside the
8157 search with nested repetition operators. Add overlay to the list
8158 before setting its face and other properties to avoid the case of
8159 code quitting after placing the new overlay but before it's
8160 recorded on the list. Select the window where isearch was
8161 activated, to highlight matches in the right window when isearch
8162 switches the current window to the minibuffer.
8163
8164 * international/isearch-x.el
8165 (isearch-process-search-multibyte-characters):
8166 Use `isearch-message' as initial input for `read-string' instead
8167 of adding it to the minibuffer prompt. After reading a string
8168 remove the initial value of `isearch-message' from the string.
8169
8170 * replace.el (replace-match-maybe-edit): Doc fix.
8171 (perform-replace): Don't call `replace-highlight' when automatic
8172 replacement is requested in literal mode, since it is intended
8173 only to highlight words during entering a new replacement string
8174 for \? in non-literal mode.
8175
8176 * replace.el (query-replace-highlight): Add new value `isearch'
8177 that allows query replacement to use isearch highlighting.
8178 Change type from `boolean' to `choice'. Doc fix.
8179 (replace-highlight, replace-dehighlight, perform-replace):
8180 Use isearch highlighting if query-replace-highlight eq `isearch'.
8181
8182 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8185 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8186
8187 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8188 case of \end{verbatim}.
8189
8190 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8191
8192 * term.el (term-termcap-format): Synchronyze with terminfo.
8193 (term-emulate-terminal): Handle reset.
8194 (term-reset-terminal): New function.
8195
8196 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8197
8198 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8199 (zone-fill-out-screen): New func.
8200 (zone-pgm-drip): Use `zone-fill-out-screen'.
8201 Also, no longer go to point-min on every cycle.
8202 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8203 (zone-pgm-random-life-wait): New user var.
8204 (zone-pgm-random-life): New func.
8205
8206 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8207
8208 * files.el (auto-mode-alist): Map .com to DCL mode.
8209
8210 2004-12-09 Richard M. Stallman <rms@gnu.org>
8211
8212 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8213
8214 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8215
8216 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8217 buffer with a display margin.
8218
8219 2004-12-08 Jay Belanger <belanger@truman.edu>
8220
8221 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8222 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8223
8224 2004-12-08 Richard M. Stallman <rms@gnu.org>
8225
8226 * faces.el: Delete code to set display table.
8227 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8228
8229 2004-12-08 Jay Belanger <belanger@truman.edu>
8230
8231 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8232
8233 * calc/calc-ext.el (math-read-replacement-list)
8234 (math-read-superscripts, math-read-preprocess-string): Move to
8235 calc-aent.el.
8236
8237 * calc/calc-aent.el (math-read-replacement-list)
8238 (math-read-superscripts, math-read-preprocess-string): Move from
8239 calc-ext.el.
8240
8241 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * isearch.el (isearch-quote-char): Fix up typo in last change.
8244
8245 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8246
8247 * mouse.el (mouse-set-font): Handle the case where the command was
8248 not invoked using the mouse.
8249
8250 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8251 (edmacro-finish-edit): Further update for keyboard macros that are
8252 lambda forms.
8253 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8254
8255 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8258 (font-lock-default-unfontify-region): Don't save buffer state any more.
8259
8260 2004-12-07 Jay Belanger <belanger@truman.edu>
8261
8262 * calc/calc-help.el (calc-describe-key):
8263 Set calc-summary-indentation even when Calc Summary buffer exists.
8264
8265 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8266
8267 * calendar/holidays.el (holiday-easter-etc): Make arguments
8268 optional for backwards compatibility. Doc fix.
8269 Remove un-necessary local vars mandatory, output-list.
8270 (holiday-advent): Make arguments optional for backwards
8271 compatibility. Doc fix.
8272
8273 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * paren.el (show-paren-function): Fix last change (2004-12-02).
8276
8277 * international/mule-util.el (char-displayable-p): Return nil for
8278 unibyte mode.
8279
8280 * subr.el (subregexp-context-p): New function.
8281
8282 * isearch.el (isearch-quote-char): Use it.
8283
8284 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8285 (regexp-opt-not-groupie*-re): Remove.
8286 (regexp-opt): Properly handle inputs with duplicate entries.
8287
8288 2004-12-06 Richard M. Stallman <rms@gnu.org>
8289
8290 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8291
8292 * cus-edit.el (custom-file): Doc fix.
8293
8294 * textmodes/org.el: New file.
8295
8296 2004-12-06 Kenichi Handa <handa@m17n.org>
8297
8298 * ldefs-boot.el: Update international/mule-util.el section.
8299
8300 2004-12-05 Sam Steingold <sds@gnu.org>
8301
8302 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8303 Fix `tramp-time-diff' comparison logic.
8304
8305 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8306
8307 * progmodes/which-func.el (which-function):
8308 Use `run-hook-with-args-until-success' instead of a custom loop.
8309 Fixes bug with local hooks.
8310
8311 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8312
8313 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8314 Use delete-dups when calculating the initial value.
8315 (bibtex-autokey-get-title): Use <=.
8316 (bibtex-goto-line): New function.
8317 (bibtex-reposition-window): Use line numbers instead of point
8318 positions. Use window-body-height.
8319 (bibtex-find-crossref): Use bibtex-reposition-window.
8320 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8321 position of entry if key is found or nil if not found.
8322
8323 2004-12-05 Richard M. Stallman <rms@gnu.org>
8324
8325 * cus-edit.el (custom-file): Doc fix.
8326
8327 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8328
8329 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 * simple.el (blink-matching-open):
8332 * textmodes/tex-mode.el (tex-validate-region):
8333 Obey syntax-table text properties.
8334
8335 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8336
8337 * wid-edit.el (widget-specify-field): Add `real-field' property to
8338 boundary.
8339 (widget-field-at): Use it.
8340
8341 2004-12-02 Richard M. Stallman <rms@gnu.org>
8342
8343 * progmodes/cc-mode.el (awk-mode autoload):
8344 Supply t meaning interactive function.
8345
8346 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8347 (isearch-mode-map): No special definition for space.
8348 (isearch-whitespace-chars): Command deleted.
8349 (isearch-forward-regexp): Doc fix.
8350 (isearch-quote-char): When a space is not inside brackets,
8351 use `[ ]' instead of just space.
8352 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8353
8354 * imenu.el (imenu--generic-function): Delete code to exclude
8355 matches in comments.
8356
8357 * man.el (Man-reverse-face): Change default to `highlight'.
8358
8359 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8360 (occur-engine): Use `face' prop rather than `font-lock-face'
8361 when specifying use of `match-face'.
8362 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8363
8364 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8365
8366 * add-log.el (add-log-current-defun): Handle the case where point
8367 is in the header part of a DEFUN construct.
8368
8369 2004-12-02 Dave Love <fx@gnu.org>
8370
8371 * progmodes/python.el (python-font-lock-syntactic-keywords):
8372 Fix previous change.
8373
8374 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8375
8376 * paren.el (show-paren-function): Check for matching chars
8377 specified by text props.
8378
8379 2004-12-02 Jay Belanger <belanger@truman.edu>
8380
8381 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8382 when reading a new key sequence.
8383
8384 2004-12-02 Kim F. Storm <storm@cua.dk>
8385
8386 * faces.el (escape-glyph): Rename from glyph.
8387 (standard-display-table): Set it here. Add escape-glyph face to
8388 extra slot characters.
8389
8390 * disp-table.el: Undo 2004-12-01 change. Display table is now
8391 setup in faces.el.
8392
8393 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8394
8395 * xml.el (xml-parse-dtd): Don't show validity messages when
8396 xml-validating-parser is nil.
8397 (xml-substitute-special): Fix validity error messages to
8398 actually show the unexpandable entity. Added validity error if &
8399 isn't followed by an entity.
8400 (xml-parse-tag): Concatenate any string following the a
8401 <![CDATA[]]> section to the parsed CDATA.
8402 (xml-parse-dtd): Skip parameter entity declarations and use of
8403 parameter entities.
8404
8405 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8406
8407 * kmacro.el (kmacro-default-counter-format): New var.
8408 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8409 (kmacro-display): Remove `nil' from `and' form. Delete call to
8410 `format' inside `message'.
8411 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8412
8413 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * pcvs.el (cvs-header-msg): New function.
8416 (cvs-update-header): Use it. Change calling convention.
8417 Correctly handle the case of having simultaneous active processes.
8418 (cvs-sentinel): Don't call cvs-update-header any more.
8419 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8420
8421 2004-12-01 Jay Belanger <belanger@truman.edu>
8422
8423 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8424 Change message.
8425
8426 2004-12-01 Juri Linkov <juri@jurta.org>
8427
8428 * progmodes/prolog.el (prolog-mode-variables):
8429 Fix imenu-generic-expression.
8430
8431 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8432
8433 * faces.el (glyph): New face.
8434
8435 * disp-table.el: Add an autoloaded table, that doesn't require
8436 this library, with glyph face.
8437
8438 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8439 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8440 (conf-quote-normal): Allow normalizing only ' or ".
8441 (conf-mode): Regexp-quote constructed comment-start and don't
8442 match section {} where "name" contains braces.
8443
8444 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8445 files.
8446
8447 2004-12-01 Kenichi Handa <handa@m17n.org>
8448
8449 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8450 (x-select-text): Don't treat eight-bit-control/graphic chars
8451 specially. Store the encoded text in the X cut buffer.
8452 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8453 with x-last-selected-text-cut-encoded.
8454
8455 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8458
8459 2004-11-30 Markus Rost <rost@ias.edu>
8460
8461 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8462 AUCTeX.
8463
8464 2004-11-30 Jay Belanger <belanger@truman.edu>
8465
8466 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8467 on signs of intervals.
8468 (math-pow-of-zero): Strengthen checks for positive and negative
8469 exponents.
8470
8471 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8472 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8473 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8474 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8475 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8476 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8477 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8478 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8479 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8480 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8481 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8482 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8483 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8484 with provide statements.
8485
8486 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8487
8488 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8489
8490 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8491 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8492 functions by require statements.
8493 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8494
8495 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8496 (calc-gnuplot-print): Give them values.
8497
8498 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8499 autoloads.
8500 Add calc-do-embedded-activate to autoloads.
8501 (calc-gnuplot-name, calc-gnuplot-plot-command)
8502 (calc-gnuplot-print-command): Move them to calc-graph.el.
8503
8504 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8505
8506 * term/mac-win.el (ccl-encode-mac-roman-font)
8507 (ccl-encode-mac-cyrillic-font)
8508 (ccl-encode-mac-centraleuropean-font, encoder-list)
8509 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8510 Support Cyrillic, CentralEuropean, and Dingbat font display
8511
8512 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8513
8514 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8515
8516 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8517 still nil.
8518
8519 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8520
8521 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8522 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8523
8524 2004-11-29 Jay Belanger <belanger@truman.edu>
8525
8526 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8527 cases of the base and exponent.
8528
8529 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8530
8531 * simple.el (next-error-buffer-p): Allow for inclusive and
8532 exclusive tests for finding a buffer.
8533 (next-error-find-buffer): Pass the exclusive and inclusive tests
8534 to next-error-buffer-p.
8535
8536 * replace.el (occur-next-error): Switch to the Occur buffer when
8537 appropriate, use the exclusive filter to next-error-find-buffer to
8538 do it. Use the absolute value of the motion amount.
8539
8540 2004-11-29 Kenichi Handa <handa@m17n.org>
8541
8542 * startup.el (command-line): Decode all default-directory by
8543 locale-coding-system.
8544
8545 2004-11-29 Jay Belanger <belanger@truman.edu>
8546
8547 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8548 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8549 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8550 Replace calls to calc-extensions by appropriate require, replace
8551 calc-extensions-loaded by appropriate featurep.
8552
8553 * calc/calc-ext.el: Move require to end of file.
8554 Remove redundant loading of calc.el.
8555 (calc-extensions-loaded): Remove unnecessary variable.
8556 (calc-extensions): Remove unnecessary function.
8557 (calc-load-everything): Replace calc-need-macros by appropriate require.
8558
8559 * calc/calc-macs.el: Move provide to end of file.
8560 (calc-need-macros): Remove unnecessary function.
8561
8562 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8563 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8564 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8565 Replace calc-extensions by appropriate require.
8566 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8567
8568 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8569 Replace calc-need-macros by appropriate require.
8570
8571 * calc/calc.el: Move require to end of file.
8572 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8573 Remove unnecessary variable.
8574 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8575 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8576 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8577 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8578 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8579 (math-format-number, math-format-bignum, math-read-number)
8580 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8581 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8582 by appropriate require.
8583 (calc-check-defines): Replace calc-need-macros by appropriate require.
8584
8585 2004-11-29 Kim F. Storm <storm@cua.dk>
8586
8587 * macros.el (insert-kbd-macro): Handle kmacro functions.
8588
8589 2004-11-28 Juri Linkov <juri@jurta.org>
8590
8591 * compare-w.el (compare-windows-highlight): Attach each overlay
8592 to its window to properly highlight differences while comparing
8593 two windows of the same buffer. Fix arguments.
8594 (compare-windows-sync-default-function): Fix arguments of
8595 `compare-windows-highlight'.
8596
8597 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8598 Use `read-expression-history'. Set initial contents only if
8599 `edebug-global-break-condition' is non-nil. Set histpos to 1
8600 if initial contents is equal to the last history element.
8601 (edebug-set-conditional-breakpoint): Instead of temporarily
8602 prepending the current condition to the history, set initial
8603 contents to the current condition. Set histpos to 1 if initial
8604 contents is equal to the last history element.
8605
8606 * info.el (Info-search-whitespace-regexp): Remove shy group.
8607 (Info-search): Forward line if search is on the header line.
8608 Use search-whitespace-regexp in two other places.
8609
8610 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8611
8612 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8613 warning. Delay real definition, which uses
8614 `set-fringe-indicators-1' till after the definition of that function.
8615
8616 2004-11-28 Kim F. Storm <storm@cua.dk>
8617
8618 * fringe.el (fringe): New defgroup.
8619 (fringe-mode): Move to fringe group.
8620 (fringe-indicators): New defcustom.
8621 (set-fringe-indicators-1): New defun.
8622
8623 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8624 (menu-bar-showhide-fringe-ind-menu): New keymap.
8625 (menu-bar-showhide-fringe-ind-empty)
8626 (menu-bar-showhide-fringe-ind-mixed)
8627 (menu-bar-showhide-fringe-ind-box)
8628 (menu-bar-showhide-fringe-ind-right)
8629 (menu-bar-showhide-fringe-ind-left)
8630 (menu-bar-showhide-fringe-ind-none): New defuns.
8631 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8632
8633 2004-11-27 Richard M. Stallman <rms@gnu.org>
8634
8635 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8636
8637 * generic.el (define-generic-mode): Doc fix.
8638
8639 * menu-bar.el (menu-bar-options-save): For the options
8640 that are toggled with menu-bar-make-mm-toggle, don't check
8641 for customized-value prop.
8642
8643 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8644
8645 * mail/supercite.el (sc-cite-region): Handle the case where
8646 sc-cite-frame-alist is a symbol.
8647 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8648 a symbol.
8649 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8650 a symbol.
8651
8652 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8653
8654 * wid-edit.el (widget-narrow-to-field): New function.
8655 (widget-complete): Use it.
8656
8657 2004-11-27 Jay Belanger <belanger@truman.edu>
8658
8659 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8660 variable.
8661 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8662 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8663 (math-alg-inequalities): Move declaration to earlier in the file.
8664
8665 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8666 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8667 Declare them.
8668
8669 * calc/calc-lang.el (math-expr-data, math-expr-token)
8670 (math-exp-old-pos): Declare them.
8671
8672 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8673 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8674
8675 2004-11-27 Kim F. Storm <storm@cua.dk>
8676
8677 * progmodes/flymake.el: Use (featurep 'xemacs).
8678 (flymake-makehash): Change to defsubst. Use fboundp.
8679 (flymake-time-to-float): Remove.
8680 (flymake-float-time): Merge code from flymake-time-to-float here.
8681 (flymake-replace-regexp-in-string): Change to defsubst.
8682 (flymake-split-string-remove-empty-edges):
8683 Rename to flymake-split-string.
8684 (flymake-split-string): Remove previous defalias.
8685 (flymake-get-temp-dir): Change to defsubst.
8686 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8687 Define for xemacs only.
8688 (flymake-master-file-count-limit): Change into compiler defvar only.
8689 (flymake-find-possible-master-files): Let-bind it dynamically while
8690 sorting files using flymake-master-file-compare.
8691
8692 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8693
8694 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8695 of defun-prompt-regexp matches inside a comment/string but the
8696 beginning is correctly outside everything.
8697
8698 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8699 appears within a string or a comment.
8700
8701 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8702 rather than make-symbol for symbols which are used in
8703 a symbol-macrolet or equivalent.
8704
8705 2004-11-26 Jay Belanger <belanger@truman.edu>
8706
8707 * calc-misc.el (calc-last-why-command): Declare it.
8708
8709 * calc-vec.el (math-grade-vec): New variable.
8710 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8711 Replace variable grade-vec by declared variable.
8712 (math-rb-close): New variable.
8713 (math-read-brackets, math-read-vector): Replace variable close by
8714 declared variable.
8715
8716 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8717 (calc-one-window, calc-edit-handler, calc-restore-trail)
8718 (calc-allow-ret): Declare them.
8719
8720 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8721 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8722 (math-radix-float-cache-tag, math-random-cache)
8723 (math-max-digits-cache, math-integral-cache, math-units-table)
8724 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8725 (math-moc-func): New variable.
8726 (math-map-over-constants, math-map-over-constants-rec):
8727 Replace variable func by declared variable.
8728
8729 * calc/calc-store.el (calc-given-value, calc-store-opers):
8730 Declare them.
8731 (calc-var-name-map): Move declaration to earlier in the file.
8732 (calc-pv-pos): New variable.
8733 (calc-permanent-variable, calc-insert-permanent-variable):
8734 Replace variable pos by declared variable.
8735
8736 * calc/calc-mtx.el (calc-det-lu): New variable.
8737 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8738
8739 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8740 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8741 and arg by declared variables.
8742 (calcFunc-reducer): Fix incorrect variable.
8743 (math-inner-mul-func, math-inner-add-func): New variables.
8744 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8745 and add-func by declared variables.
8746
8747 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8748 (calc-digit-value): Declare them.
8749
8750 * calc/calc-help.el (Info-history): Declare it.
8751 (calc-describe-key): Make calc-summary-indentation a local variable.
8752 (calc-help-long-names): Move declaration to earlier in file.
8753
8754 * calc/calc-embed.el (calc-original-buffer): Declare it.
8755 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8756 (calc-embed-bot): New variables.
8757 (calc-do-embedded, calc-embedded-mark-formula)
8758 (calc-embedded-find-bounds, calc-embedded-duplicate)
8759 (calc-embedded-new-formula, calc-embedded-make-info):
8760 Replace vars outer-top, outer-bot, bot and top by declared variables.
8761 (calc-embed-prev-modes): New variable.
8762 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8763 prev-modes with declared variable.
8764 (calc-embed-vars-used): New variable.
8765 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8766 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8767 vars-used by declared variable.
8768
8769 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8770 (math-format-radix-float): Remove unnecessary setq.
8771 (math-radix-float-cache): Declare it.
8772
8773 * calc/calcsel2.el (calc-keep-selection): Declare it.
8774
8775 * calc/calc-maint.el: Remove file.
8776
8777 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8778
8779 * textmodes/bibtex.el (bibtex-sort-entry-class)
8780 (bibtex-comment-start): Use defcustom.
8781 (bibtex-entry-field-alist): Use nil if initial content of the
8782 field is undefined. Fix docstring.
8783 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8784 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8785 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8786 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8787 Fix docstring.
8788 (bibtex-autokey-title-terminators): Use only one regexp.
8789 (bibtex-string-maybe-empty-head): New variable.
8790 (bibtex-remove-delimiters-string): New function.
8791 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8792 Use bibtex-remove-delimiters-string.
8793 (bibtex-progress-message, bibtex-field-left-delimiter)
8794 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8795 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8796 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8797 Simplify.
8798 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8799 Use eq and bibtex-remove-delimiters-string. For end markers use
8800 insertion type so that marker stays after inserted text.
8801 (bibtex-autokey-get-names): Return empty string if name is missing.
8802 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8803 calling bibtex-autokey-name-case-convert.
8804 (bibtex-autokey-demangle-title):
8805 Call bibtex-autokey-titleword-case-convert. Remove call to
8806 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8807 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8808 (bibtex-read-key): New optional arg global.
8809 (bibtex-files-expand): New optional arg force.
8810 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8811 (bibtex-complete-crossref-cleanup): Rename from
8812 bibtex-complete-key-cleanup. Simplify code.
8813 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8814 Operate on current entry.
8815 (bibtex-button): Add docstring.
8816 (bibtex-entry): Simplify.
8817 (bibtex-make-field): Replace optional arg called-by-yank with more
8818 specific args move and interactive.
8819 (bibtex-end-of-entry): Use forward-sexp.
8820 (bibtex-find-entry-globally): Remove.
8821 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8822 Bound to C-c C-x.
8823 (bibtex-find-entry): New optional args global and display.
8824 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8825 (bibtex-validate): Use arg force of bibtex-files-expand.
8826 (bibtex-clean-entry): Bugfix, clean string entries properly.
8827 Always keep point at beginning of entry.
8828 (bibtex-complete): Bugfix. Handle string entries properly.
8829 Call cleanup functions only if needed.
8830 (bibtex-String): Use bibtex-read-string-key.
8831 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8832 case of replacement text.
8833
8834 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8835
8836 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8837 (tramp-perl-directory-files-and-attributes): New constant.
8838 (tramp-file-name-handler-alist): Delete file-directory-files, add
8839 directory-files-and-attributes.
8840 (tramp-perl-file-attributes): Surround uid and gid by double
8841 quotes. Change parameter id-format from nonnumeric.
8842 (tramp-convert-file-attributes): New function.
8843 (tramp-handle-file-attributes): Use it.
8844 (tramp-maybe-send-perl-script): New function.
8845 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8846 file mode. Change parameter id-format from nonnumeric.
8847 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8848 from nonnumeric.
8849 (tramp-post-connection): Don't send tramp-perl-file-attributes
8850 script. Reset connection property "perl-scripts".
8851 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8852 in use.
8853
8854 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8855
8856 * desktop.el (desktop-read): Replace mapcar with mapc.
8857 (desktop-create-buffer): Replace mapcar with mapc.
8858 Remove redundant piece of code.
8859
8860 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8861
8862 * progmodes/gud.el (gud-display-line): Use display-buffer
8863 for GDB-UI as for GUD.
8864
8865 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8866 Delete variables.
8867 (gdb-ann3): Don't make GUD buffer dedicated.
8868 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8869 (gdb-display-source-buffer): Delete function.
8870 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8871 (menu): Delete menu bindings for viewing source/assembler.
8872 (gdb-setup-windows, gdb-restore-windows):
8873 Don't dedicate GUD. No assembler now.
8874 (gdb-reset): No need to undedicate source buffers now.
8875 (gdb-source-info): No assembler now.
8876
8877 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8878
8879 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8880 width to those for special frames.
8881 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8882 Use display-buffer.
8883 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8884 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8885 (gdb-frame-assembler-buffer): Rework like
8886 gdb-frame-breakpoints-buffer.
8887
8888 2004-11-25 Richard M. Stallman <rms@gnu.org>
8889
8890 * progmodes/flymake.el: Reindent.
8891 (flymake-split-string): Turn into defalias.
8892 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8893 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8894 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8895 (flymake-build-relative-filename): Rename from ...path.
8896 Fix error message.
8897
8898 2004-11-25 Cheng Gao <chenggao@gmail.com>
8899
8900 * progmodes/flymake.el: Much whitespace and capitalization change.
8901 Move `provide' to end. Require `compile' only when compiling.
8902
8903 2004-11-24 Jay Belanger <belanger@truman.edu>
8904
8905 * calc/calc-alg.el: Added comment.
8906 (math-polynomial-base): Replace variable mpb-top-expr by
8907 math-poly-base-top-expr.
8908
8909 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8910 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8911 variable.
8912 (math-poly-base-total-base): New variable.
8913 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8914 mpb-total-base by declared variable.
8915 (math-factored-vars, math-to-list): Declare it.
8916 (math-fact-expr): New variable.
8917 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8918 (math-factor-expr-try, math-factor-expr-part): Replace variable
8919 expr by declared variable.
8920 (math-fet-x): New variable.
8921 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8922 by declared variable.
8923 (math-factor-poly-coefs): Make temp a local variable.
8924
8925 * calc/calc-units.el (calc-convert-units): Make units a local
8926 variable.
8927 (calc-num-units, calc-den-units): New variables.
8928 (calc-explain-units, calc-explain-units-rec): Replace variables
8929 num-units and den-units by declared variables.
8930 (math-cu-unit-list): New variable.
8931 (math-build-units-table, math-compare-unit-names)
8932 (math-convert-units, math-convert-units-rec): Replace variable
8933 unit-list by declared variable.
8934 (math-fbu-base, math-fbu-entry): New variables.
8935 (math-find-base-units, math-find-base-units-rec): Replace variables
8936 base and entry by declared variables.
8937 (math-which-standard): New variable.
8938 (math-to-standard-units, math-to-standard-rec): Replace variable
8939 which-standard by declared variable.
8940 (math-fcu-u): New variable.
8941 (math-find-compatible-unit, math-find-compatible-unit-rec):
8942 Replace variable u by declared variable.
8943 (math-cu-new-units, math-cu-pure): New variables.
8944 (math-convert-units, math-convert-units-rec): Replace variables
8945 new-units and pure by declared variables.
8946 (math-try-cancel-units): New variable.
8947 (math-simplify-units-quotient): Replace variable try-cancel-units by
8948 declared variable.
8949
8950 2004-11-24 Richard M. Stallman <rms@gnu.org>
8951
8952 * textmodes/ispell.el (ispell-check-version):
8953 If default-directory is nonexistent, use home dir.
8954
8955 * progmodes/grep.el (grep-regexp-alist):
8956 Don't match parens around line numbers.
8957
8958 * progmodes/cperl-mode.el (cperl-indent-region)
8959 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8960 Don't print progress messages.
8961
8962 * progmodes/compile.el (compilation-mode-map):
8963 Don't inherit from compilation-minor-mode-map;
8964 copy its bindings instead. But the menu bar Compile
8965 entry now does inherit from compilation-menu-map.
8966
8967 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8968 Use with-no-warnings around compiler-macroexpand.
8969
8970 * imenu.el: Don't always require newcomment.
8971 (imenu--generic-function): Call comment-normalize-vars
8972 if we have a comment syntax.
8973 Exit the loop if REGEXP matches the null string.
8974 Test comment-start as well as comment-start-skip
8975 when deciding whether to check for comments.
8976
8977 * tooltip.el (tooltip-mode): Doc fix.
8978
8979 * term.el (term-escape-char, term-mode): Doc fixes.
8980
8981 2004-11-24 Dave Love <fx@gnu.org>
8982
8983 * progmodes/python.el (python-font-lock-syntactic-keywords):
8984 Check for escapes in the regexp.
8985 (python-quote-syntax): Don't do it here.
8986
8987 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8988
8989 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8990 (gdb-frames-mode-map, gdb-threads-mode-map)
8991 (gdb-registers-mode-map, gdb-locals-mode-map)
8992 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8993 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8994
8995 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8996 (dedicated-switch-to-buffer): Rework.
8997 (gdb-var-evaluate-expression-handler, gdb-put-string):
8998 Remove unused variable bindings.
8999 (gdb-setup-windows, gdb-display-buffer):
9000 Simplify. Use pop-to-buffer.
9001 (gdb-view-source-function): Simplify.
9002 (gdb-frame-breakpoints-buffer):
9003 Use pop-to-buffer, special-display-regexps.
9004
9005 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9006
9007 * progmodes/f90.el (f90-smart-end)
9008 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9009 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9010 (f90-end-of-block): Doc fix. Make check of outermost block
9011 conditional on value of `f90-smart-end'.
9012 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9013 Handle case where END-BLOCK is nil.
9014 (f90-match-end): Handle un-named PROGRAM blocks.
9015 (f90-backslash-not-special): New function.
9016
9017 2004-11-24 Jay Belanger <belanger@truman.edu>
9018
9019 * calc/calc.el (calc-embedded-active): Removed unnecessary
9020 declaration.
9021 (calc-show-banner): Removed redundant declaration.
9022
9023 * calc/calc-graph.el (calc-gnuplot-default-device)
9024 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9025 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9026 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9027 Remove redundant initial values.
9028
9029 * calc/calc-arith.el (math-scalar-functions)
9030 (math-nonscalar-functions, math-scalar-if-args-functions)
9031 (math-real-functions, math-positive-functions)
9032 (math-nonnegative-functions, math-real-scalar-functions)
9033 (math-real-if-arg-functions, math-integer-functions)
9034 (math-num-integer-functions, math-rounding-functions)
9035 (math-float-rounding-functions, math-integer-if-args-functions)
9036 (math-super-types): Move declarations to earlier in file.
9037 (math-unit-prefixes): Declared it.
9038 (math-floor-prec, math-trunc-prec): New variables.
9039 (math-trunc-fancy): Replace variable prec by declared variable.
9040 (math-floor-fancy): Replace variable prec by declared variable.
9041 (math-com-bterms): New variable.
9042 (math-commutative-equal, math-commutative-collect):
9043 Replace variable bterms by declared variable.
9044
9045 * calc/calc-misc.el (math-trunc): Replace variable prec by
9046 math-trunc-prec.
9047 (math-floor): Replace variable prec by math-floor-prec.
9048
9049 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9050 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9051 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9052 (math-format-date, math-format-date-part): Replace variables
9053 date, dt, year, month, day, weekday, hour, minute, second and
9054 bc-flag by declared variables.
9055 (math-pd-str): New variable.
9056 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9057 Replace variable str by declared variable.
9058 (math-daylight-savings-hook, math-tzone-names): Move definitions
9059 to earlier in the file.
9060 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9061 (math-sh-year): New variable.
9062 (math-setup-add-holidays, math-setup-holidays)
9063 (math-setup-year-holidays): Replace variable `year' by declared
9064 variable.
9065
9066 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9067 New variables.
9068 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9069 n, nf and nfm1 by declared variables.
9070 (math-nri-n): New variable.
9071 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9072 n by declared variable.
9073 (calcFunc-log): Removed misplaced condition.
9074
9075 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9076
9077 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9078
9079 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9080
9081 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9082 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9083 Dedicate gdb-related windows.
9084 (gdb-display-buffer): Dedicate gdb-related windows.
9085 Don't grab other frames.
9086 (gdb-reset): Remove dedicated property after debugging.
9087
9088 2004-11-24 Jay Belanger <belanger@truman.edu>
9089
9090 * calc/calc-sel.el: Add comment.
9091
9092 * calc/calc.el (math-stack-value-offset): Replace variables c,
9093 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9094
9095 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9096 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9097 (math-stack-value-offset-fancy): Replace variables c, wid and off
9098 by declared variables.
9099 (math-comp-just, math-comp-comma-spc): New variables.
9100 (math-compose-expr, math-compose-matrix): Replace variables `just'
9101 and comma-spc by declared variable.
9102 (math-comp-vector-prec): New variable.
9103 (math-compose-expr, math-compose-matrix, math-compose-rows):
9104 Replace variable vector-prec by declared variable.
9105 (math-comp-left-bracket, math-comp-right-bracket)
9106 (math-comp-comma): New variables.
9107 (math-compose-expr, math-compose-rows): Replace variables
9108 left-bracket, right-bracket and comma by declared variables.
9109 (math-comp-full-width): New variable.
9110 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9111 Replace variable full-width by declared variable.
9112 (math-comp-highlight, math-comp-word, math-comp-level)
9113 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9114 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9115 New variables.
9116 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9117 (math-comp-sel-flat-term): Replace variables comp-highlight,
9118 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9119 declared variables.
9120 (math-comp-simplify, math-comp-simplify-term)
9121 (math-comp-add-string, math-comp-add-string-sel):
9122 Replace variables comp-highlight, comp-buf, comp-base,
9123 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9124
9125 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9126
9127 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9128
9129 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9130 and x-server-version may throw.
9131
9132 2004-11-23 Kim F. Storm <storm@cua.dk>
9133
9134 * subr.el (substitute-key-definition-key): Optimize.
9135 Don't call indirect-function for nil defn (always signals error).
9136
9137 * ido.el (ido-read-internal): Fix require-match check when
9138 ido-directory-too-big is set.
9139
9140 2004-11-23 Jay Belanger <belanger@truman.edu>
9141
9142 * calc/calc-ext.el (math-read-replacement-list)
9143 (math-read-superscripts): New variables.
9144 (math-read-preprocess-string): New function.
9145 (math-read-expr): Filter input through math-read-preprocess-string.
9146
9147 * calc/calc-aent.el (math-read-exprs): Filter input through
9148 math-read-preprocess-string.
9149
9150 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9151
9152 * progmodes/compile.el (compilation-start): In cd command use
9153 substitute-env-vars -- not quite shell compatible but better than
9154 nothing.
9155 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9156 handle the newer versions messages, which are more parseable.
9157
9158 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * reveal.el (reveal-mode-map): New var.
9161 (reveal-mode): Use it.
9162
9163 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9164
9165 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9166 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9167
9168 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9171 header-line when needed.
9172 Use fixed-pitch only in the header-line.
9173 Build the underline automatically. Use emdash if available.
9174
9175 2004-11-22 Richard M. Stallman <rms@gnu.org>
9176
9177 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9178 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9179
9180 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gdb-ui.el (gdb-resync): New function.
9183 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9184 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9185 Use it to fail more gracefully.
9186 (gdb-variables): Delete variable.
9187 Re-order variables to reduce byte-compiler warnings.
9188
9189 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * descr-text.el (describe-char):
9192 * paren.el (show-paren-function):
9193 * subr.el (syntax-after): Undo last change.
9194
9195 * progmodes/python.el (run-python): Don't hard code *Python*.
9196 Don't modify global process-environment.
9197 (python-send-region, python-load-file): Don't assume that
9198 python-buffer == (process-buffer (python-proc)).
9199 (python-switch-to-python): Simplify.
9200
9201 * dired.el (dired-align-file): Don't assume line starts with spaces.
9202
9203 2004-11-21 Jay Belanger <belanger@truman.edu>
9204
9205 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9206 Replace variable `lines' by math-read-big-lines.
9207 (math-read-big-expr): Replace variables the-baseline, the-h2
9208 and err-msg by math-read-big-baseline, math-read-big-h2 and
9209 math-read-err-msg.
9210 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9211
9212 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9213 (math-read-big-balance): Replace unbound variable by value.
9214 (math-read-big-lines): New variable.
9215 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9216 (math-read-big-error, math-read-big-balance): Replace variable
9217 `lines' by declared variable.
9218 (math-read-big-baseline, math-read-big-h2): New variables.
9219 (math-read-big-rec): Replace variables the-baseline and the-h2
9220 by declared variables.
9221 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9222 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9223 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9224 declared variables.
9225 (math-read-big-err-msg): New variable.
9226 (math-read-big-error): Replace variable err-msg by declared variable.
9227
9228 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9229
9230 * ses.el: Add coding cookie.
9231 Fix up docstrings, follow new commenting conventions.
9232 (ses-header-line-menu): Fix missing variable rename for header-row.
9233 (ses-cell-size): Remove.
9234 (ses-make-cell): New function.
9235 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9236 (ses-calculate-cell): Remove unused var `symbol'.
9237 (ses-narrowed-p): New function.
9238 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9239 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9240 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9241 (ses-setup): Use restore-buffer-modified-p.
9242 (ses-cleanup): Remove unused var `end'.
9243 (ses-header-string-left-offset): Remove.
9244 (ses-create-header-string): Adjust to new behavior of `align-to'.
9245 Truncate excessively large fields to preserve alignment.
9246 (ses-reconstruct-all): Remove unused var `refs'.
9247 (ses-read-cell-printer): Remove unused var `prompt'.
9248 (ses-delete-row): Remove unused var `pos'.
9249 (ses-delete-column): Remove unused var `new'.
9250
9251 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9252
9253 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9254 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9255 Eliminate eval-and-compile usage.
9256 (ps-insert-file): Use insert-file-contents instead of insert-file.
9257 (ps-setup): Code fix.
9258
9259 * printing.el (pr-setup, lpr-setup): Code fix.
9260
9261 2004-11-21 Jay Belanger <belanger@truman.edu>
9262
9263 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9264 (calc-original-buffer): Declare them.
9265 (calc-user-formula-alist): New variable.
9266 (calc-user-define-formula, calc-fix-user-formula)
9267 (calc-user-define-composition, calc-finish-formula-edit):
9268 Replace variable `alist' by declared variable.
9269 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9270 (var-q7, var-q7, var-q8, var-q9): Declare them.
9271 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9272 are bound.
9273 (calcFunc-typeof): Replace undeclared variable by expression.
9274 (math-exp-env): New variable.
9275 (math-define-body, math-define-exp): Replace exp-env by declared var.
9276 (math-define-exp): Replace misplaced variable by expression.
9277
9278 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9279 (calc-curve-model, calc-curve-coefnames): New variables.
9280 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9281 varnames, model and coefnames by declared variables.
9282 (math-root-widen): New variable.
9283 (math-search-root, math-find-root): Replace variable root-widen by
9284 declared variable.
9285 (var-DUMMY): Declare it.
9286 (math-root-vars, math-min-vars): Move the declarations to earlier in
9287 the file.
9288 (math-brent-min): Make d a local variable.
9289 (math-find-minimum): Replace non-existent variable.
9290 (math-ninteg-romberg): Remove unnecessary variable.
9291 (math-ninteg-temp): New variable.
9292 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9293 integ-temp by declared variable.
9294 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9295 New variables.
9296 (math-general-fit): Replace variables first-var, first-coef and
9297 new-coefs by declared variables.
9298 (calcFunc-fitvar): Replace variable first-var by declared variable.
9299 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9300 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9301 (math-all-vars-vars, math-all-vars-found): New variables.
9302 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9303 found by declared variable math-all-vars-vars.
9304
9305 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9306
9307 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9308 of `defconst'.
9309
9310 2004-11-20 Richard M. Stallman <rms@gnu.org>
9311
9312 * isearch.el (isearch-mode-map): Don't bind SPC.
9313 (isearch-whitespace-chars): Function deleted.
9314 (isearch-search): Bind search-spaces-regexp.
9315 (isearch-lazy-highlight-search): Likewise.
9316 (search-whitespace-regexp): Doc fix.
9317 (isearch-forward-regexp): Doc fix.
9318
9319 * emacs-lisp/bytecomp.el (byte-compile-form):
9320 Move the calls to byte-compile-set-symbol-position,
9321 to avoid having two for the same symbol occurrence.
9322
9323 * comint.el (comint-input-ring-size): Increase to 150.
9324
9325 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9326 New variables.
9327 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9328 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9329
9330 * imenu.el (imenu--generic-function):
9331 Ensure we keep moving backward even if BEG isn't further back.
9332
9333 * replace.el (query-replace-read-to, query-replace-read-from):
9334 Specify t for KEEP-ALL in read-from-minibuffer.
9335
9336 * progmodes/python.el (python-switch-to-python):
9337 If Python isn't running, start it.
9338 Don't alter debug-ignored-errors.
9339
9340 * progmodes/cperl-mode.el (cperl-indent-region):
9341 Don't mind imenu-scanning-message.
9342
9343 * bindings.el (global-map): Bind C-e to move-end-of-line.
9344
9345 * simple.el (line-move-finish): New arg FORWARD.
9346 Ignore invisible newlines, not intangible ones.
9347 Conditions for acceptable stopping positions depend on FORWARD.
9348 (line-move): Pass FORWARD arg to line-move-finish.
9349
9350 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9351 of HEADER. Compensate for this change in the code to add display
9352 properties. Don't make the first line intangible.
9353
9354 * info.el (Info-search): Fix previous change.
9355
9356 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9357
9358 * Makefile.in (recompile): Revert 2004-11-19 change.
9359 (compile): Likewise.
9360
9361 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9362
9363 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9364
9365 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9366
9367 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9368 defgroup and defcustom. Eliminate eval-and-compile usage.
9369
9370 * progmodes/ebnf-otz.el: Fix typos.
9371
9372 2004-11-19 Jay Belanger <belanger@truman.edu>
9373
9374 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9375 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9376 disp-trail by declared variable.
9377
9378 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9379 (calc-finish-selection-edit): Replace variable disp-trail by
9380 declared variable.
9381 (calc-selection-cache-entry): Move declaration to earlier in the file.
9382 (calc-selection-cache-num, calc-selection-cache-comp)
9383 (calc-selection-cache-offset, calc-selection-true-num)
9384 (calc-final-point-line, calc-final-point-column)
9385 (calc-original-buffer): Declare them.
9386 (calc-fnp-op, calc-fnp-num): New variables.
9387 (calc-find-nth-part, calc-find-nth-part-rec)
9388 (calc-select-previous): Replace op and num by declared variables.
9389 (calc-rsf-old, calc-rsf-new): New variables.
9390 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9391 Replace variables old and new by declared variables.
9392 (calc-sel-reselect): New variable.
9393 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9394 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9395 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9396 reselect with declared variable.
9397
9398 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9399 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9400 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9401 (math-import-list, math-rewrite-phase): Declare them.
9402 (math-rewrite): Use let* to declare variables.
9403 (calc-rewrite-selection): Make rules a local variable.
9404 (calc-rewr-sel): New variable.
9405 (calc-rewrite-selection, calc-locate-selection-marker)
9406 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9407 of sel.
9408 (math-rewrite-whole-expr): New variable.
9409 (math-rewrite, math-rewrite-phase): Replace variable expr by
9410 declared variable.
9411 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9412 (math-rewrite-heads-blanks ): New variables.
9413 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9414 heads, skips and blanks by declared variables.
9415 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9416 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9417 New variables.
9418 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9419 old, new, old-func and new-func by declared variables.
9420 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9421 Remove unnecessary variable.
9422 (math-apply-rw-regs): New variable.
9423 (math-apply-rewrites, math-rwapply-replace-regs)
9424 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9425 (math-apply-rw-ruleset): New variable.
9426 (math-apply-rewrites, math-rwapply-remember): Replace variable
9427 ruleset by declared variable.
9428
9429 2004-11-19 Richard M. Stallman <rms@gnu.org>
9430
9431 * info.el (Info-search): Use search-whitespace-regexp.
9432
9433 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9434
9435 * vc-rcs.el (vc-rcs-parse): New function.
9436 (vc-rcs-annotate-command): Likewise.
9437 (vc-rcs-annotate-current-time): Likewise.
9438 (vc-rcs-annotate-time): Likewise.
9439 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9440
9441 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9442
9443 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9444
9445 2004-11-18 Jay Belanger <belanger@truman.edu>
9446
9447 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9448
9449 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9450
9451 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9452 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9453 Use make-temp-file to generate PostScript files in any situation.
9454 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9455 (pr-interactive-p): Eliminate var.
9456 (pr-save-interactive): Eliminate macro.
9457 (pr-interface, pr-ps-directory-preview)
9458 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9459 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9460 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9461 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9462 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9463 (pr-ps-region-ps-print, pr-ps-mode-preview)
9464 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9465 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9466 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9467 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9468 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9469 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9470 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9471 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9472 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9473 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9474 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9475 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9476 Eliminate pr-save-interactive usage.
9477 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9478 Eliminate pr-interactive-p usage.
9479 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9480 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9481 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9482 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9483 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9484 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9485 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9486 New funs.
9487 (pr-ps-file): Use make-temp-file to generate a temporary file.
9488
9489 2004-11-17 Jay Belanger <belanger@truman.edu>
9490
9491 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9492 a local variable.
9493 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9494 (math-top-only): New variable.
9495 (math-simplify, math-simplify-step): Replace variable top-only by
9496 declared variable math-top-only.
9497 (math-simplify-expr): Declare it.
9498 Replace argument expr in all calls of math-defsimplify by
9499 math-simplify-expr.
9500 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9501 (math-simplify-divisor, math-simplify-one-divisor)
9502 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9503 (math-simplify-pow): Replace variable expr by declared variable
9504 math-simplify-expr.
9505 (math-simplify-divisor): Remove local variables temp and op.
9506 (math-simplify-one-divisor): Make temp and op local variables.
9507 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9508 New variables.
9509 (math-simplify-divisor, math-simplify-one-divisor):
9510 Replace variables nover and dover by declared variables.
9511 (math-expr-subst-new, math-expr-subst-old): New variables.
9512 (math-expr-subst, math-expr-subst-rec): Replace variables new
9513 and old by declared variables.
9514 (math-is-poly-degree, math-is-poly-loose): New variables.
9515 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9516 and loose by declared variables.
9517 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9518 (math-polynomial-base, math-polynomial-base-rec):
9519 Replace variables const-ok and mpb-pred by declared variables.
9520
9521 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9522
9523 * calc/calc-ext.el (math-defsimplify): Change the argument in
9524 the created function to math-simplify-expr.
9525
9526 * calc/calc-units.el (math-simplify-expr): Declare it.
9527 Replace argument expr in all calls of math-defsimplify by
9528 math-simplify-expr.
9529 (math-simplify-units-prod): Replace variable expr by declared
9530 variable math-simplify-expr.
9531
9532 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9535 Replace mapcar->dolist, format->string.
9536
9537 2004-11-17 Miles Bader <miles@gnu.org>
9538
9539 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9540 * progmodes/idlwave.el: Remove RCS keywords.
9541
9542 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9543
9544 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9545 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9546 Update to IDLWAVE version 5.5. Too many changes to list them here.
9547 * progmodes/idlw-help.el: New file.
9548
9549 2004-11-16 Richard M. Stallman <rms@gnu.org>
9550
9551 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9552 Discard spaces after \i according to TeX rules.
9553
9554 * international/mule.el (set-buffer-file-coding-system):
9555 New arg NOMODIFY.
9556 (after-insert-file-set-coding): Pass that new arg.
9557 Prevent set-buffer-multibyte from trying to lock the file.
9558
9559 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9560
9561 * saveplace.el (save-place): Doc fix.
9562
9563 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9564 temporarily widen before finding the following word to copy.
9565
9566 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9567 (cl-map-keymap): Definition deleted.
9568
9569 * subr.el (map-keymap-internal): New function.
9570
9571 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9574 when pressing rather than when releasing mouse-2. Simplify.
9575
9576 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9579 (compilation-mode): Set it here instead.
9580
9581 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9582
9583 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9584 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9585
9586 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * progmodes/compile.el (compilation-internal-error-properties):
9589 Fix up a transposition-typo. Check end-col before using it.
9590
9591 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9592
9593 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9594 Discard whitespace after macro \i when converting it.
9595
9596 2004-11-16 Juri Linkov <juri@jurta.org>
9597
9598 * emacs-lisp/find-func.el (find-function-regexp):
9599 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9600 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9601 Remove invalid `\W' from [^cgv\W]. Doc fix.
9602 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9603
9604 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9605
9606 * play/life.el: Maintainer is now FSF.
9607 (life-patterns, life-neighbor-deltas, life-window-start)
9608 (life-current-generation, life-generation-string): Use defvar
9609 instead of defconst.
9610
9611 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * progmodes/compile.el (compilation-move-to-column): New fun.
9614 (compilation-internal-error-properties)
9615 (compilation-next-error-function): Use it to make sure we don't go past
9616 the end of line.
9617
9618 2004-11-15 John Paul Wallington <jpw@gnu.org>
9619
9620 * autoinsert.el (auto-insert-alist): Insert the user's name in
9621 copyright notice, rather than Free Software Foundation, for the
9622 Emacs Lisp header case too.
9623
9624 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9625
9626 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9627 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9628 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9629 return the list of string in a string.
9630 (pr-call-process): Message if calling process returns an error, that
9631 is, the exit status is different of zero.
9632
9633 2004-11-15 Jay Belanger <belanger@truman.edu>
9634
9635 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9636 variable var-thing.
9637 (math-integ-depth, math-integ-level, math-integral-limit)
9638 (math-enable-subst, math-any-substs, math-integ-msg)
9639 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9640 (math-int-threshold, math-int-factors, math-double-roots)
9641 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9642 (var-GenCount): Declare these variables.
9643 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9644 (math-integral-cache, math-integral-cache-state):
9645 Move declarations to earlier in the file.
9646 (math-deriv-var, math-deriv-total, math-deriv-symb)
9647 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9648 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9649 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9650 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9651 (math-solve-res): New variables
9652 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9653 (math-integral, math-replace-integral-parts)
9654 (math-integrate-by-parts, calc-dump-integral-cache)
9655 (math-try-integral, math-do-integral, math-do-integral)
9656 (math-do-integral-methods, math-try-solve-for)
9657 (math-try-solve-prod, math-solve-poly-funny-powers)
9658 (math-solve-crunch-poly, math-decompose-poly)
9659 (math-solve-find-root-term, math-find-root-in-prod)
9660 (math-integ-try-linear-substitutions)
9661 (math-integ-try-substitutions, math-expr-rational-in)
9662 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9663 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9664 (math-solve-for, math-solve-system, math-solve-system-rec)
9665 (math-solve-get-sign, math-solve-get-int)
9666 (math-solve-system-subst): Replace undeclared variables with newly
9667 declared variables.
9668
9669 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * winner.el (winner-active-region, winner-edges, winner-window-list):
9672 Define at toplevel.
9673 (winner-mode-map): Move init inside declaration.
9674
9675 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9676
9677 * files.el (convert-standard-filename): Doc fix.
9678
9679 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9680
9681 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9682 passwd, group, shadow, default/* and pam.d/*.
9683
9684 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9685
9686 * printing.el (pr-menu-spec): Adjust menu specification.
9687
9688 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9689
9690 * printing.el: Doc fix. Insert :version tag into all defcustom.
9691 Handle interactive-p as is recommended in Emacs Lisp Reference.
9692 Set the file permission bits for newly created files.
9693 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9694 The printing menu specification (in `pr-menu-spec') was merged.
9695 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9696 (pr-version): New version number (6.8.3).
9697 (pr-file-modes): New option.
9698 (pr-interactive-p): New var.
9699 (pr-save-interactive, pr-save-file-modes): New macros.
9700 (pr-setup): Code fix.
9701 (pr-menu-spec): Menu specification merged.
9702 (pr-call-process, pr-text2ps): Set file permission bits.
9703 (pr-despool-print): Set file permission bits. Handle interactive-p as
9704 is recommended.
9705 (pr-interface, pr-ps-directory-preview)
9706 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9707 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9708 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9709 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9710 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9711 (pr-ps-region-ps-print, pr-ps-mode-preview)
9712 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9713 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9714 (pr-despool-using-ghostscript, pr-despool-ps-print)
9715 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9716 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9717 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9718 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9719 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9720 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9721 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9722 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9723 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9724 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9725 Handle interactive-p as is recommended.
9726
9727 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9730 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9731
9732 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9733 so it doesn't forget to highlight the beginning of the region either.
9734
9735 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9736
9737 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9738 (c-font-lock-init): Eliminate obsolete make-local-hook.
9739 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9740 (awk-mode): Use run-mode-hooks.
9741
9742 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9743
9744 2004-11-13 Kim F. Storm <storm@cua.dk>
9745
9746 * mouse.el (mouse-drag-copy-region): Add :version.
9747 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9748 while dragging mode line, so mode line can be dragged downwards.
9749 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9750 while pressing mouse button so window doesn't scroll until we
9751 release the mouse if clicking on partially visible line.
9752
9753 2004-11-12 Jay Belanger <belanger@truman.edu>
9754
9755 * calc/calc-graph.el (calc-dumb-map): Declare it.
9756 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9757 than unbound.
9758 (calc-graph-name): Made `end' a local variable.
9759 (calc-graph-lookup): Made `varname' a local variable.
9760 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9761 Declare them.
9762 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9763 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9764 the unused variable y3vec.
9765 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9766 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9767 calc-graph-prev-kill-hook.
9768 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9769 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9770 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9771 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9772 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9773 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9774 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9775 (calc-graph-y3value, calc-graph-y3name)
9776 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9777 (calc-graph-stepcount, calc-graph-is-splot)
9778 (calc-graph-surprise-splot, calc-graph-blank)
9779 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9780 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9781 (calc-graph-recompute-2d, calc-graph-compute-3d)
9782 (calc-graph-format-data): Replace undeclared variables with the
9783 above newly declared variables.
9784
9785 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9786
9787 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9788 `rsf-beep' and `rsf-sleep-after-message'.
9789
9790 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9791 list if `message-sender' is non-nil.
9792
9793 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9794
9795 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9796 consing by using mapc instead of mapcar.
9797
9798 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9799
9800 * tooltip.el (require): Explain why CL is needed.
9801
9802 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9803
9804 * printing.el: Insert :version into defgroup (printing). All reference
9805 to Files option in menubar were changed to File.
9806 (pr-version): New version number (6.8.2).
9807 (pr-get-symbol): Call easy-menu-intern.
9808 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9809 compilation gripes.
9810
9811 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9814 new byte-compile-function-environment binding to t.
9815
9816 * font-lock.el (font-lock-fontify-syntactically-region):
9817 Don't forget to highlight the last char when we hit `end'.
9818
9819 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9820 (mwheel-scroll): Adjust accordingly.
9821
9822 * cvs-status.el: Reduce spurious warnings.
9823 (cvs-status-checkout): Remove.
9824 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9825
9826 * pcvs.el (cvs-mode-checkout): New command.
9827
9828 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9829
9830 * tooltip.el: Require CL.
9831
9832 * emacs-lisp/bytecomp.el: Use push.
9833 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9834 (defalias): Remove the `byte-compile' property and add
9835 a `byte-hunk-handler'.
9836
9837 2004-11-11 Juri Linkov <juri@jurta.org>
9838
9839 * info.el (Info-search): Save match data for isearch.
9840 Skip Tag Table node.
9841
9842 * descr-text.el (describe-char): Replace syntax-after with code
9843 from its previous version.
9844
9845 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9846 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9847
9848 * international/mule.el (sgml-html-meta-auto-coding-function):
9849 Remove > after <html to allow HTML attributes.
9850
9851 2004-11-11 Jay Belanger <belanger@truman.edu>
9852
9853 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9854 a variable.
9855 (calcFunc-dfac): Replace unbound max by n.
9856 (math-stirling-local-cache): New variable.
9857 (math-stirling-number, math-stirling-1, math-stirling-2):
9858 Replace the variable `cache' by the declared variable
9859 math-stirling-local-cache.
9860 (var-RandSeed): Declare it as a variable.
9861 (math-init-random-base, math-random-digit): Don't check to see if
9862 var-RandSeed is bound.
9863 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9864 Declare them instead of just setting them.
9865 (math-init-random-base): Made i a local variable.
9866 (math-random-digit): Made math-random-last a local variable.
9867 (math-prime-test-cache): Move declaration to before it is used.
9868 (math-prime-test-cache-k, math-prime-test-cache-q)
9869 (math-prime-test-cache-nm1, math-prime-factors-finished):
9870 Declare them as variables.
9871
9872 2004-11-11 Jay Belanger <belanger@truman.edu>
9873
9874 * calc/calc-ext.el (math-defcache): Use defvar for the new
9875 variables it creates.
9876
9877 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9878
9879 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9880 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9881 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9882 (desktop-save): Add :version.
9883
9884 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * printing.el (pr-get-symbol): Don't downcase.
9887
9888 2004-11-10 Jay Belanger <belanger@truman.edu>
9889
9890 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9891 string to kill-ring.
9892
9893 * calc/calc-aent.el (calc-alg-exp, math-toks)
9894 (math-exp-pos,math-exp-old-pos, math-exp-token)
9895 (math-exp-keep-spaces, math-exp-str): New variables.
9896 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9897 (calcAlg-enter): Use declared variable calc-alg-exp.
9898 (math-build-parse-table, math-find-user-token): Use declared
9899 variable math-toks.
9900 (math-read-exprs, math-read-token, calc-check-user-syntax)
9901 (calc-match-user-syntax, match-factor-after, math-read-factor):
9902 Use declared variables math-exp-pos math-exp-old-pos.
9903 (math-read-exprs, math-read-token, math-read-expr-level)
9904 (calc-check-user-syntax, calc-match-user-syntax)
9905 (match-factor-after, math-read-factor): Use declared variable
9906 math-exp-token.
9907 (math-read-exprs, math-read-expr-list, math-read-token)
9908 (math-read-factor): Use declared variable math-exp-keep-spaces.
9909 (math-read-exprs, math-read-token): Use declared variable
9910 math-exp-str.
9911 (calc-match-user-syntax): Make m a local variable.
9912
9913 * calc/calc-ext.el (math-read-expr): Use declared variables
9914 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9915 math-exp-keep-spaces.
9916
9917 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9918 variables math-exp-pos, math-exp-str.
9919
9920 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9921 math-exp-old-pos.
9922 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9923 (math-parse-eqn-prime): Use declared variable math-exp-token.
9924
9925 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9926 Use declared variable math-exp-pos.
9927 (math-check-for-commas): Use declared variable math-exp-str.
9928 (math-read-brackets): Use declared variables math-exp-old-pos,
9929 math-exp-keep-spaces.
9930 (math-read-brackets, math-read-vector, math-read-matrix):
9931 Use declared variable math-exp-token.
9932
9933 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9936 where the keymap is a symbol.
9937 (easy-menu-add-item): Use keymap-prompt. Simplify.
9938
9939 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9940
9941 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9942 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9943
9944 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9945
9946 * ebuff-menu.el: Doc fixes throughout.
9947 (electric-buffer-menu-mode-hook): New defvar.
9948
9949 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9950
9951 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9952 The resulting compiler warnings appear to be harmless.
9953
9954 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9955
9956 * textmodes/conf-mode.el: New file.
9957
9958 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9959
9960 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9963
9964 2004-11-09 Jay Belanger <belanger@truman.edu>
9965
9966 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9967
9968 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9969 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9970 (calc-z-prefix-help, calc-user-function-list): Use declared
9971 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9972 (math-map-tree, math-map-tree-rec): Use declared variables
9973 math-mt-many, math-mt-func.
9974 (math-read-expression, math-read-string): Use declared variable
9975 math-expr-data.
9976
9977 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9978 variable math-normalize-a.
9979
9980 * calc/calc.el (math-normalize-a): New variable.
9981 (math-normalize): Use declared variable math-normalize-a.
9982
9983 * calc/calc-poly.el (math-expand-form): Use declared variable
9984 math-mt-many.
9985
9986 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9987 Use declared variable math-mt-many.
9988 (math-rewrite): Use declared variable math-mt-func.
9989
9990 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9991 (math-read-matrix): Use declared variable math-expr-data.
9992
9993 * calc/calc-lang.el (math-parse-fortran-vector)
9994 (math-parse-fortran-vector-end, math-parse-tex-sum)
9995 (math-parse-eqn-matrix, math-parse-eqn-prime)
9996 (math-read-math-subscr): Use declared variable math-expr-data.
9997
9998 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9999 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10000 (calc-match-user-syntax, math-read-if, math-factor-after)
10001 (math-read-factor): Use declared variable math-expr-data.
10002
10003 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10004
10005 * calendar/diary-lib.el (diary-from-outlook)
10006 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10007 interactive-p; but rather new optional argument NOCONFIRM.
10008
10009 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10012 (easy-menu-name-match): Revert correspondingly.
10013
10014 2004-11-09 Richard M. Stallman <rms@gnu.org>
10015
10016 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10017 Turn off warnings for the new function even if definition not constant.
10018 If the definition isn't a quoted symbol, record (FUNCTION . t).
10019 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10020 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10021 (display-call-tree, byte-compile-arglist-warn):
10022 Handle t returned by byte-compile-fdefinition.
10023
10024 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10025
10026 * Makefile.in (maintainer-clean): Depend on distclean.
10027
10028 * help-fns.el (help-C-file-name): File name must be in build-files
10029 to be returned.
10030
10031 2004-11-09 Jay Belanger <belanger@truman.edu>
10032
10033 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10034 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10035
10036 * calc/calc.el (calc, calc-trail-display, calc-mode):
10037 Remove obsolete sections.
10038
10039 * calc/calc.el (calc-x-paste-text): Remove.
10040
10041 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10042 mouse-2.
10043
10044 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10045
10046 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10047 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10048 current frame (in case of recursive calls).
10049 (gdb-show-changed-values): Add :version keyword.
10050
10051 2004-11-09 Kenichi Handa <handa@m17n.org>
10052
10053 * international/mule-cmds.el: Change coding: tag back to
10054 iso-2022-7bit.
10055
10056 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10057
10058 * international/mule-cmds.el: Change coding-system to utf-8.
10059 (select-safe-coding-system-interactively):
10060 New function extracted from select-safe-coding-system.
10061 (select-safe-coding-system): Use it.
10062
10063 2004-11-08 Richard M. Stallman <rms@gnu.org>
10064
10065 * subr.el (syntax-after): Doc fix.
10066
10067 * paren.el (show-paren-function): Change calls to syntax-after
10068 for new way of returning the value.
10069
10070 * menu-bar.el (menu-bar-file-menu): Make this the real name
10071 and menu-bar-files-menu the alias. Use the former.
10072 (global-map): Use `file', not `files', as the symbol.
10073
10074 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10075
10076 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10077 Don't use beginning-of-buffer.
10078 (filesets-cmd-show-result): Use with-no-warnings.
10079
10080 2004-11-08 Juri Linkov <juri@jurta.org>
10081
10082 * progmodes/compile.el (compile): Don't overwrite last command in
10083 minibuffer history with default command if they are not equal.
10084
10085 2004-11-08 Jay Belanger <belanger@truman.edu>
10086
10087 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10088 non-linear substitutions.
10089
10090 2004-11-08 Jay Belanger <belanger@truman.edu>
10091
10092 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10093 (math-do-integral): Set `math-linear-subst-tried' to nil.
10094 (math-do-integral-methods): Use `math-linear-subst-tried' to
10095 determine what type of substitution to try.
10096 (math-integ-try-linear-substituion):
10097 Set `math-linear-subst-tried' to t.
10098
10099 2004-11-08 Kim F. Storm <storm@cua.dk>
10100
10101 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10102
10103 2004-11-07 Juri Linkov <juri@jurta.org>
10104
10105 * info-look.el (info-lookup): Allow reusing in the current buffer
10106 not only *info* buffer, but all (even renamed) Info buffers
10107 by checking for major-mode instead of *info* buffer name.
10108 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10109 (octave-mode, maxima-mode) <doc-spec>:
10110 Allow long dashes generated by Texinfo 4.7 before definitions.
10111 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10112 definitions with argument separated by space.
10113
10114 2004-11-06 Richard M. Stallman <rms@gnu.org>
10115
10116 * simple.el (next-error group, face): Move before first use.
10117 (next-error-highlight, next-error-highlight-no-select): Likewise.
10118
10119 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10120 (line-move): New args NOERROR and TO-END.
10121 Return t if if succeed in moving specified number of lines.
10122 (move-end-of-line): New function.
10123
10124 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10125 (end-of-buffer-other-window): Likewise.
10126
10127 * simple.el (line-move-ignore-invisible): Default to t.
10128
10129 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10130
10131 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10132
10133 * international/iso-cvt.el (iso-cvt-define-menu):
10134 Rename menu-bar-files-menu to menu-bar-file-menu.
10135
10136 * net/browse-url.el (browse-url-gnome-moz-program)
10137 (browse-url-gnome-moz-arguments): Move up before first use.
10138
10139 * net/tramp.el (tramp group): Add :version.
10140
10141 * progmodes/ada-xref.el (ada-gdb-application):
10142 Use goto-char instead of beginning-of-buffer.
10143
10144 * progmodes/cperl-mode.el (cperl-info-on-command):
10145 Use goto-char instead of beginning-of-buffer.
10146
10147 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10148 Move up before first use.
10149 (idlwave-shell-temp-pro-file): Likewise.
10150 (idlwave-shell-temp-rinfo-save-file): Likewise.
10151 (idlwave-shell-temp-file): Minor doc fix.
10152
10153 * textmodes/flyspell.el (flyspell-external-point-words):
10154 Use goto-char instead of beginning-of-buffer.
10155
10156 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10157
10158 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10159 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10160 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10161
10162 2004-11-06 David Ponce <david@dponce.com>
10163
10164 * recentf.el (recentf-menu-path): Use menu item name.
10165
10166 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10167
10168 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10169 display doesn't support images.
10170
10171 2004-11-06 Andreas Schwab <schwab@suse.de>
10172
10173 * tempo.el (tempo-match-finder): Doc fix.
10174
10175 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10176
10177 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10180 (easy-menu-lookup-name): New fun to replace it.
10181 (easy-menu-get-map): Use it to obey menu item names (rather than just
10182 keys) when looking up `path'.
10183 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10184 (easy-menu-convert-item-1): Adjust to new name.
10185
10186 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10187
10188 * outline.el (hide-body): Don't hide lines at the top of the file
10189 that precede the first header line.
10190
10191 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10192
10193 * align.el (align-areas): Delete whitespace before reindenting, so
10194 that tabs are never placed after spaces.
10195
10196 2004-11-06 Alan Shutko <ats@acm.org>
10197
10198 * macros.el (insert-kbd-macro): Do completions based on macros,
10199 rather than all commands.
10200
10201 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10202
10203 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10204 to solve a bug whereby tags with 'b' don't match.
10205
10206 2004-11-05 Juri Linkov <juri@jurta.org>
10207
10208 * info.el (Info-search): Don't search in node header lines
10209 and file headers.
10210
10211 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10212 symbol-constituent characters after dot, not only digits.
10213
10214 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10215
10216 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10217
10218 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10219
10220 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10221 if a dialog will be used, read-file-name otherwise.
10222
10223 2004-11-04 Richard M. Stallman <rms@gnu.org>
10224
10225 * textmodes/table.el (table group): Add :version.
10226
10227 * textmodes/ispell.el (ispell-word):
10228 Don't alter args; set them only thru `interactive' spec.
10229
10230 * textmodes/flyspell.el (flyspell-word):
10231 Don't alter FOLLOWING; set it only thru `interactive' spec.
10232
10233 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10234
10235 * net/browse-url.el (browse-url-maybe-new-window):
10236 Use called-interactively-p.
10237
10238 * mail/supercite.el (sc-cite-region):
10239 Don't use interactive-p. Add arg INTERACTIVE.
10240 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10241
10242 * international/mule-cmds.el (set-input-method, toggle-input-method):
10243 Don't use interactive-p. Add arg INTERACTIVE.
10244
10245 * eshell/esh-mode.el (eshell-show-maximum-output):
10246 Don't use interactive-p.
10247 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10248
10249 * mouse.el (mouse-show-mark): Get positions to delete from mark
10250 and point, not from mouse-drag-overlay.
10251
10252 * imenu.el (imenu-eager-completion-buffer): Add :version.
10253
10254 * filesets.el (filesets group): Add :version.
10255
10256 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10257
10258 * files.el (xml-based-modes): Delete var.
10259 (magic-mode-alist): New more general var.
10260 (set-auto-mode): Use it.
10261
10262 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10263 when clicking from another window.
10264
10265 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10266
10267 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10268 (vc-cvs-annotate-time): Incorporate value of deleted var.
10269 Remove special-case handling of beginning-of-buffer cruft.
10270 Cache ending position (point) and return value in text property
10271 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10272
10273 * vc-cvs.el (vc-cvs-annotate-command):
10274 Delete extraneous lines from beginning of buffer.
10275 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10276
10277 * progmodes/grep.el (grep-default-command): Take empty string
10278 for tag if all other methods yield nil. Shell-quote the tag.
10279
10280 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10281 spec in `interactive' form, and mention it in the docstring.
10282 Also, make sure point is at bol after calling `annotate-time'.
10283
10284 2004-11-02 Richard M. Stallman <rms@gnu.org>
10285
10286 * cus-edit.el (customize-group-other-window):
10287 Select the window that displays the custom buffer.
10288 (custom-buffer-create-other-window): Likewise.
10289
10290 * comint.el (comint-insert-input): Fix previous change.
10291
10292 * emacs-lisp/elp.el (elp-instrument-function):
10293 Use called-interactively-p.
10294
10295 * emacs-lisp/easymenu.el (easy-menu-intern):
10296 Don't downcase; rather, case-flip the first letter of each word.
10297
10298 * emacs-lisp/easy-mmode.el (define-minor-mode):
10299 Use called-interactively-p.
10300
10301 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10302 Add interactive-only.
10303 (byte-compile-warnings): Add interactive-only as option.
10304 (byte-compile-interactive-only-functions): New variable.
10305 (byte-compile-form): Warn about calls to functions
10306 in byte-compile-interactive-only-functions.
10307
10308 * emacs-lisp/autoload.el (update-file-autoloads):
10309 Don't use interactive-p; take new arg SAVE-AFTER.
10310
10311 * emacs-lisp/advice.el (ad-make-advised-definition):
10312 Use called-interactively-p.
10313
10314 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10315
10316 * files.el (find-file-existing): New function.
10317
10318 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10319 find-file-existing. Add "New File..." that calls find-file.
10320
10321 * diropen.pbm, diropen.xpm: New files.
10322
10323 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10324 icon diropen. New tool bar item find-file-existing uses icon open.
10325
10326 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10327 instead of read-file-name.
10328
10329 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10330
10331 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10332 (icalendar--split-value): Change name of work buffer.
10333 (icalendar--get-weekday-abbrev): Return nil on error.
10334 (icalendar--date-to-isodate): New function.
10335 (icalendar-convert-diary-to-ical)
10336 (icalendar-extract-ical-from-buffer): Use only two args for
10337 make-obsolete (XEmacs compatibility).
10338 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10339 (icalendar-export-region): Doc fix.
10340 If error, return non-nil and write errors to a buffer.
10341 Use correct weekday for weekly recurring events.
10342 Check whether date has been parsed for ordinary events.
10343 Make weekly events start in the year 2000.
10344 DTEND is non-inclusive, shift end date by one day if
10345 necessary (not for entries that have date and time).
10346 Rename local let variables: oops -> found-error, datestring ->
10347 startdatestring.
10348
10349 2004-11-02 Kim F. Storm <storm@cua.dk>
10350
10351 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10352 keep-mode-if-same variable. Add it as optional arg instead.
10353 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10354
10355 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10356 substitute-command-keys will select lower-case bindings like those
10357 used in the static help texts.
10358
10359 * descr-text.el (describe-text-properties): Don't err if called in
10360 the *Help* buffer; output to *Help-2* buffer instead.
10361
10362 * kmacro.el (group kmacro): Add :version.
10363 (kmacro-keyboard-quit): New function to cleanup on C-g.
10364 (kmacro-start-macro): Set defining-kbd-macro to append when
10365 appending to last macro.
10366
10367 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10368
10369 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10370
10371 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10372 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10373 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10374 Add :version keyword.
10375
10376 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10377
10378 * progmodes/flymake.el (flymake-err-line-patterns):
10379 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10380 `compilation-error-regexp-alist-alist' to internal Flymake format.
10381
10382 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10383
10384 2004-11-01 Jay Belanger <belanger@truman.edu>
10385
10386 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10387 with `interactive "s"'.
10388
10389 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10390
10391 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10392 Revert change from 2004-10-16. '*' checks the current buffer, but the
10393 mouse click may be in another buffer.
10394
10395 2004-11-01 John Paul Wallington <jpw@gnu.org>
10396
10397 * files.el (large-file-warning-threshold): Add :version keyword.
10398 (kill-some-buffers): Doc fix.
10399
10400 * thumbs.el (group thumbs): Add :version keyword.
10401
10402 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10403
10404 2004-11-01 Richard M. Stallman <rms@gnu.org>
10405
10406 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10407
10408 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10409
10410 * allout.el (allout group): Add :version.
10411 (allout-init): Don't use interactive-p.
10412 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10413 (allout-forward-current-level, allout-backward-current-level):
10414 Don't use interactive-p.
10415
10416 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10417 (bibtex-find-text): Likewise.
10418
10419 * progmodes/vhdl-mode.el (vhdl-fill-region)
10420 (vhdl-beginning-of-statement): Don't use interactive-p.
10421
10422 * progmodes/idlwave.el (idlwave-update-routine-info):
10423 Don't use interactive-p.
10424
10425 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10426 Don't use interactive-p.
10427
10428 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10429 Don't use interactive-p.
10430
10431 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10432 Don't use interactive-p.
10433
10434 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10435 (fortune-in-buffer): Doc fix.
10436
10437 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10438
10439 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10440 don't select the temporary buffer.
10441 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10442 (eudc-get-phone): Likewise.
10443
10444 2004-11-01 Kim F. Storm <storm@cua.dk>
10445
10446 * man.el (Man-xref-normal-file): Fix help-echo.
10447
10448 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * reveal.el (reveal-last-tick): New var.
10451 (reveal-post-command): Use it to avoid closing overlays when we're
10452 appending text to them.
10453
10454 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10455
10456 * textmodes/bibtex.el: Require button.
10457 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10458 (bibtex-reference-keys): Distinguish between header keys and
10459 crossref keys.
10460 (bibtex-beginning-of-field): New function.
10461 (bibtex-url-map): Remove.
10462 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10463 (bibtex-font-lock-url-regexp): Assume that field names begin at
10464 the beginning of a line.
10465 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10466 Remove field delimiters. Use bibtex-beginning-of-field.
10467 Bugfix, point can be inside a field with a url.
10468 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10469 New functions.
10470 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10471 (bibtex-key-in-head): Simplify.
10472 (bibtex-current-line): Use bolp.
10473 (bibtex-parse-keys): Remove unused arg `add'.
10474 Use bibtex-type-in-head and bibtex-key-in-head.
10475 (bibtex-parse-entry, bibtex-autofill-entry):
10476 Use bibtex-type-in-head and bibtex-key-in-head.
10477 (bibtex-autokey-get-field): Do not alter case of replacement text.
10478 (bibtex-autokey-get-names): Do all processing of name list.
10479 (bibtex-autokey-get-year): New function.
10480 (bibtex-autokey-get-title): Do all processing of title words.
10481 (bibtex-generate-autokey): Simplify.
10482 (bibtex-string-files-init): Use default-directory.
10483 Allow for absolute file names in bibtex-string-files.
10484 (bibtex-files, bibtex-file-path): New variables.
10485 (bibtex-files-expand): New function.
10486 (bibtex-find-entry-globally): New command.
10487 (bibtex-summary-function): New variable.
10488 (bibtex-summary): Default value of bibtex-summary-function.
10489 (bibtex-find-crossref): New optional args pnt and split.
10490 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10491 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10492 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10493 Fix handling of required and alternative fields.
10494 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10495 Use cons and display-buffer.
10496 (bibtex-validate-globally): New command.
10497 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10498 bibtex-parse-keys and bibtex-parse-strings for updating
10499 bibtex-reference-keys and bibtex-strings.
10500 (bibtex-realign): Remove blank lines past the last entry.
10501 (bibtex-reformat): Use bibtex-entry-format as default.
10502 (bibtex-choose-completion-string): Remove.
10503 (bibtex-complete): Do not use bibtex-choose-completion-string.
10504 (bibtex-url): Simplify.
10505
10506 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10507
10508 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10509 (x-dnd-types-alist, x-dnd-open-file-other-window)
10510 (x-dnd-known-types): Add :version.
10511
10512 2004-10-31 John Paul Wallington <jpw@gnu.org>
10513
10514 * ibuffer.el (group ibuffer): Add :version keyword.
10515
10516 2004-10-31 Kim F. Storm <storm@cua.dk>
10517
10518 * ido.el (group ido): Add :version keyword.
10519 (ido-mode): Remove :version keyword.
10520
10521 * emulation/cua-base.el (group cua): Add :version keyword.
10522 (cua-mode): Remove :version keyword.
10523
10524 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10525
10526 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10527
10528 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10529 compiler warning.
10530 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10531 function.
10532 (help-at-pt-display-when-idle): Remove autoload.
10533
10534 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10537
10538 2004-10-30 Juri Linkov <juri@jurta.org>
10539
10540 * help.el (function-called-at-point):
10541 * help-fns.el (variable-at-point): Read -> intern.
10542
10543 2004-10-30 Simon Josefsson <jas@extundo.com>
10544
10545 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10546 Recognize AS_* too.
10547
10548 2004-10-29 Simon Josefsson <jas@extundo.com>
10549
10550 * subr.el (read-passwd): Move back from password.el.
10551
10552 * password.el: Remove, not ready yet.
10553
10554 2004-10-29 Andreas Schwab <schwab@suse.de>
10555
10556 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10557
10558 2004-10-29 Sam Steingold <sds@gnu.org>
10559
10560 * mouse.el (mouse-show-mark): Replace the last occurrence of
10561 x-lost-selection-hooks with x-lost-selection-functions.
10562
10563 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10566 x-lost-selection-functions is bound.
10567
10568 * mouse-sel.el (mouse-sel-mode):
10569 * emacs-lisp/lselect.el: Adjust to new names for
10570 x-(lost|sent)-selection-functions.
10571
10572 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10573 New obsolete aliases of x-lost-selection-functions and
10574 x-sent-selection-functions.
10575
10576 2004-10-28 Kim F. Storm <storm@cua.dk>
10577
10578 * imenu.el (imenu-scanning-message): Remove.
10579 (imenu-progress-message): Make it a no-op.
10580
10581 2004-10-28 John Paul Wallington <jpw@gnu.org>
10582
10583 * files.el (set-auto-mode): Call `throw' correctly.
10584
10585 2004-10-28 Juri Linkov <juri@jurta.org>
10586
10587 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10588 to search `Info-...' commands in `info' manual.
10589 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10590 Add 'info-file "emacs" property.
10591 (Info-find-emacs-command-nodes): Fix index line number regexp.
10592 Set real line number (instead of fake 0) in first element of the
10593 returned list.
10594 (Info-goto-emacs-command-node): Use line number of first element
10595 to set point in the first found Info node.
10596
10597 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10598 code to `grep-mode-font-lock-keywords'.
10599 (grep-mode-font-lock-keywords): Delete grep markers instead
10600 of making them invisible.
10601
10602 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10603
10604 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10605 and x-server-version in bug report.
10606
10607 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10608
10609 * files.el (set-auto-mode-0): New function.
10610 (set-auto-mode): Use it to handle aliased modes and to
10611 be consistent between C-x C-f and C-x C-w.
10612
10613 2004-10-28 Kenichi Handa <handa@m17n.org>
10614
10615 * international/utf-8.el (utf-translate-cjk-charsets):
10616 Add katakana-jisx0201.
10617
10618 * international/subst-jis.el: Add data for JISX0201.
10619
10620 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * obsolete/hilit19.el (hilit-mode): New function.
10623 Move all the toplevel side-effecting stuff into it, so that loading
10624 hilit19 doesn't mess everything up any more.
10625
10626 2004-10-27 Richard M. Stallman <rms@gnu.org>
10627
10628 * add-log.el (add-change-log-entry): Set up mailing address
10629 and full name later, and don't alter add-log-mailing-address
10630 or add-log-full-name.
10631
10632 * elide-head.el (elide-head): Change error to message.
10633 (elide-head-show): Likewise.
10634
10635 * apropos.el (apropos-macrop): Doc fix.
10636
10637 * mouse.el (mouse-show-mark): Do most processing the same
10638 regardless of transient-mark-mode.
10639
10640 * shadowfile.el (shadow-copy-files): Use interactive-p
10641 only to control whether to print a message.
10642
10643 * tar-mode.el (tar-mode): Use write-contents-functions,
10644 not write-contents-hooks.
10645
10646 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10647 directory-sep-char.
10648
10649 2004-10-27 Richard M. Stallman <rms@gnu.org>
10650
10651 * strokes.el (strokes-unload-hook): Fix previous change.
10652
10653 * type-break.el (type-break-run-at-time): Always use run-at-time;
10654 forget the alternatives.
10655 (type-break-cancel-function-timers): Always use cancel-function-timers;
10656 forget the alternatives.
10657
10658 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10659
10660 2004-10-27 Kenichi Handa <handa@m17n.org>
10661
10662 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10663
10664 * international/subst-gb2312.el: Likewise.
10665
10666 * international/subst-big5.el: Likewise.
10667
10668 * international/subst-ksc.el: Likewise.
10669
10670 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10671 New variable.
10672 (utf-translate-cjk-set-unicode-range): New function.
10673 (utf-translate-cjk-unicode-range): Make it customizable.
10674 (utf-8-post-read-conversion):
10675 Use utf-translate-cjk-unicode-range-string.
10676 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10677 Unicode ranges.
10678
10679 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10680
10681 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10682 trivial variants to shorten the list.
10683 (xml-based-modes): New var.
10684 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10685 declaration higher priority than auto-mode-alist.
10686
10687 * find-file.el (cc-other-file-alist): Bring it in line with
10688 cc-mode's auto-mode-alist entries and use \' instead of $.
10689
10690 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10691 and add "Id" and "Name" submenus to it.
10692
10693 * imenu.el (imenu--generic-function): Skip matches in comments.
10694
10695 2004-10-26 Jay Belanger <belanger@truman.edu>
10696
10697 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10698 (full-calc-keypad, calc-trail-display): Use an extra argument
10699 instead of `interactive-p'.
10700
10701 * calc/calc-misc.el (calc-other-window): Use an extra argument
10702 instead of `interactive-p'.
10703
10704 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10705 `interactive-p'.
10706
10707 2004-10-26 Kim F. Storm <storm@cua.dk>
10708
10709 * help.el (describe-key): Describe both down-event and up-event
10710 for a mouse click.
10711
10712 2004-10-26 Richard M. Stallman <rms@gnu.org>
10713
10714 * woman.el (woman): Don't call interactive-p.
10715
10716 * pcomplete.el (pcomplete): Instead of interactive-p,
10717 use an arg set non-nil by the interactive spec.
10718
10719 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10720 use an arg set non-nil by the interactive spec.
10721
10722 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10723 use an arg set non-nil by the interactive spec.
10724
10725 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10726
10727 * progmodes/flymake.el (flymake-split-string):
10728 Use `flymake-split-string-remove-empty-edges' in any case.
10729
10730 2004-10-26 Masatake YAMATO <jet@gyve.org>
10731
10732 * progmodes/flymake.el (flymake-err-line-patterns):
10733 Use `compilation-error-regexp-alist-alist' instead of
10734 `compilation-error-regexp-alist'.
10735
10736 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10739 verbatim face on the \ of \end{verbatim}.
10740
10741 2004-10-25 Jay Belanger <belanger@truman.edu>
10742
10743 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10744 erasing minibuffer.
10745
10746 2004-10-25 Simon Josefsson <jas@extundo.com>
10747
10748 * subr.el (read-passwd): Move to net/password.el.
10749
10750 * net/password.el (read-passwd): Add. Autoload it.
10751
10752 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10753
10754 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10755
10756 * simple.el (process-file): Fix logic.
10757
10758 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10759
10760 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10761 (increase-right-margin): Remove erroneous call to `interactive-p'.
10762
10763 2004-10-24 Kim F. Storm <storm@cua.dk>
10764
10765 * help.el (describe-mode): Fix 2004-10-13 change.
10766 Copy pure "Auto Fill" string so it can be propertized later
10767 without causing a read-only error.
10768
10769 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10770
10771 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10772 style indexes.
10773
10774 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10775
10776 * simple.el (process-file): Accept nil for INFILE. Reported by
10777 Luc Teirlinck.
10778
10779 2004-10-24 Masatake YAMATO <jet@gyve.org>
10780
10781 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10782 Handle periods and underscores in a function name.
10783 Remove the address fontification.
10784
10785 2004-10-24 Masatake YAMATO <jet@gyve.org>
10786
10787 * progmodes/asm-mode.el (asm-font-lock-keywords):
10788 Use font-lock-variable-name-face for registers.
10789
10790 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10791
10792 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10793 kill-all-local-variables.
10794 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10795 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10796 Use kill-all-local-variables and provide mode-hooks.
10797 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10798 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10799 Suggested by Masatake YAMATO <jet@gyve.org>.
10800
10801 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10802
10803 * simple.el (process-file): New function, similar to call-process
10804 but supports file handlers.
10805 * vc.el (vc-do-command): Use it, instead of call-process.
10806 * net/tramp-vc.el (vc-do-command): Do not advise it if
10807 process-file is fboundp.
10808 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10809 process-file.
10810 (tramp-handle-process-file): New function.
10811 (tramp-file-name-for-operation): Support process-file.
10812
10813 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10814
10815 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10816 (icalendar-weekdayabbrev-table)
10817 (icalendar-monthnumber-table): Delete.
10818 (icalendar--get-month-number): Use calendar-month-name-array.
10819 (icalendar--get-weekday-number): New function.
10820 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10821 (icalendar-export-region): Handle multi-line entries.
10822 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10823
10824 2004-10-23 John Paul Wallington <jpw@gnu.org>
10825
10826 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10827 `wildcards' set to t in interactive spec.
10828
10829 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10830 interactive spec rather than use `interactive-p'.
10831 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10832 rather than use function `interactive-p'.
10833
10834 2004-10-22 Kenichi Handa <handa@m17n.org>
10835
10836 * international/mule.el (translate-region): Implement it in Lisp
10837 as a front end of translate-region-internal.
10838
10839 2004-10-21 Jay Belanger <belanger@truman.edu>
10840
10841 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10842 Declare these variables with defvar.
10843
10844 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10845 is bound, only check to see if it is bound.
10846
10847 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10848
10849 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10850 Don't output messages.
10851
10852 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10853
10854 2004-10-21 John Paul Wallington <jpw@gnu.org>
10855
10856 * calc/calc-graph.el (calc-graph-init):
10857 Use `set-process-query-on-exit-flag'.
10858
10859 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10860
10861 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10862 dir right and also allow argumentless cd.
10863
10864 2004-10-19 Richard M. Stallman <rms@gnu.org>
10865
10866 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10867
10868 * eshell/em-unix.el (eshell-grep):
10869 Don't bind compilation-process-setup-function.
10870
10871 * comint.el (comint-insert-input): Use @ in `interactive'.
10872 (comint-input-filter-functions): Doc fix.
10873 (comint-kill-whole-line, comint-get-source): Doc fix.
10874
10875 * progmodes/compile.el (compilation-setup):
10876 Don't set buffer-read-only if MINOR is non-nil.
10877
10878 2004-10-19 Jay Belanger <belanger@truman.edu>
10879
10880 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10881 (calc-emacs-type-gnu19): Remove.
10882 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10883 Remove check for old emacs versions.
10884
10885 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10886 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10887 for current Emacs.
10888
10889 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10890 the end of the minibuffer.
10891 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10892 copy `esc-map'.
10893
10894 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10895
10896 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10897 call that would be given when the current emacs was used.
10898
10899 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10900
10901 * calendar/icalendar.el: Set coding to utf-8.
10902 (icalendar-version): Increase to 0.07.
10903 (icalendar-monthnumber-table): Change March pattern.
10904 (icalendar-get-all-event-properties)
10905 (icalendar-set-event-property): Delete.
10906 (icalendar-all-events): No longer interactive.
10907 (icalendar-convert-diary-to-ical)
10908 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10909 their replacements.
10910 (icalendar-export-file, icalendar-export-region): New functions;
10911 essentially old `icalendar-convert-diary-to-ical' but appending to
10912 target rather than overwriting.
10913 (icalendar-import-file): Append to target file rather than
10914 overwriting. Fourth arg deleted.
10915 (icalendar-import-buffer): New name for old
10916 `icalendar-extract-ical-from-buffer'.
10917 (icalendar--convert-string-for-import): New name for
10918 old `icalendar-convert-for-import'.
10919 (include-icalendar-files): Delete.
10920 Prefix for all internal functions changed from `icalendar-'
10921 to `icalendar--'.
10922
10923 2004-10-19 Richard M. Stallman <rms@gnu.org>
10924
10925 * paths.el (news-path): Fix previous change.
10926
10927 2004-10-18 Jay Belanger <belanger@truman.edu>
10928
10929 * calc/calc-help.el (calc-describe-bindings):
10930 Set `buffer-read-only' to nil while working in the keybindings buffer;
10931 remove some extra information from the keybindings buffer.
10932
10933 2004-10-18 David Ponce <david@dponce.com>
10934
10935 * mouse.el (mouse-drag-move-window-top): New function.
10936 (mouse-drag-mode-line-1): Use it.
10937
10938 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10939
10940 * info.el (Info-fontify-node): For multiline refs,
10941 arrange to unfontify newline and surrounding whitespace.
10942
10943 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10946 directory is missing.
10947
10948 2004-10-17 John Paul Wallington <jpw@gnu.org>
10949
10950 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10951 New customizable variable; whether to display buffers that match
10952 `ibuffer-maybe-show-predicates' by default.
10953 (ibuffer-maybe-show-predicates): Mention it in docstring.
10954 (ibuffer-display-maybe-show-predicates): New variable.
10955 (ibuffer-update): Prefix arg now toggles whether buffers that
10956 match `ibuffer-maybe-show-predicates' should be displayed.
10957 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10958 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10959 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10960
10961 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10962
10963 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10964 work correctly.
10965
10966 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10967
10968 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10969 (Buffer-menu-beginning): New helper function.
10970 (Buffer-menu-execute): Use it.
10971 (Buffer-menu-select): Use it.
10972 (Buffer-menu-sort): Use it and also keep markers.
10973
10974 2004-10-17 Richard M. Stallman <rms@gnu.org>
10975
10976 * paths.el (news-directory): Rename from news-path. Old name alias.
10977 (rmail-spool-directory): Use defvar.
10978 (sendmail-program): Use defcustom.
10979 (remote-shell-program): Use defcustom.
10980 (term-file-prefix): Use defvar.
10981 (abbrev-file-name): Use defvar.
10982
10983 * term.el: Add maintainer.
10984
10985 * subr.el (with-local-quit): Return nil if there's a quit.
10986 (read-passwd): Use with-local-quit. Doc fix.
10987
10988 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10989 (strokes-unload-hook): Set as a variable with add-hook.
10990
10991 * startup.el (fancy-splash-tail, normal-splash-screen):
10992 Update copyright year.
10993
10994 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10995
10996 * server.el (server-unload-hook): Set as a variable with add-hook.
10997
10998 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10999
11000 * frame.el (special-display-popup-frame):
11001 Make the buffer current as its frame is created.
11002
11003 * delsel.el (delsel-unload-hook): Set as a variable.
11004
11005 * comint.el (comint-output-filter-functions):
11006 Add comint-watch-for-password-prompt.
11007 (comint-read-noecho): Function deleted.
11008 (send-invisible): Use read-passwd.
11009
11010 * fringe.el (fringe-mode-initialize): New function.
11011 (fringe-mode): Use fringe-mode-initialize as :initialize.
11012
11013 2004-10-17 Kim F. Storm <storm@cua.dk>
11014
11015 * language/indian.el (indian-script-language-alist): Swap value and doc.
11016 (indian-font-char-index-table): Doc fix.
11017
11018 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11021
11022 2004-10-16 Juri Linkov <juri@jurta.org>
11023
11024 * progmodes/compile.el (compilation-start): Move let-binding of
11025 `process-environment' into `with-current-buffer' body.
11026 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11027
11028 2004-10-16 Richard M. Stallman <rms@gnu.org>
11029
11030 * pcvs-util.el (cvs-bury-buffer):
11031 Don't call get-buffer-window for effect.
11032
11033 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11034
11035 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11036
11037 * msb.el (msb-unload-hook): Set the variable.
11038
11039 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11040 Use * to err if buffer is readonly.
11041
11042 * subr.el (looking-back): Return only t or nil.
11043
11044 * whitespace.el (whitespace-unload-hook): Set the variable.
11045
11046 * view.el (view-mode-enable): Set view-page-size and
11047 view-half-page-size to nil.
11048 (view-set-half-page-size-default): view-half-page-size = nil
11049 means the default.
11050 (View-scroll-page-forward): Use view-page-size-default.
11051 (View-scroll-page-backward): Likewise.
11052 (view-page-size, view-half-page-size): Doc fixes.
11053
11054 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11055
11056 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11057
11058 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11059 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11060 (byte-compile-log-1): Bind inhibit-read-only.
11061 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11062 (byte-compile-log-warning): Likewise.
11063 (byte-compile-file-form-require): Detect "cl" from the arg value.
11064
11065 * progmodes/compile.el (compilation-start): Assume compilation-mode
11066 will make the buffer read-only.
11067 (compilation-mode): Take arg name-of-mode.
11068 (compilation-setup): Make buffer read-only.
11069 (compilation-handle-exit): Bind inhibit-read-only.
11070
11071 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11072 (ispell-message): Likewise.
11073 (ispell-show-choices): Don't call get-buffer-window uselessly.
11074 (ispell-init-process): Use set-process-query-on-exit-flag.
11075
11076 2004-10-16 Kim F. Storm <storm@cua.dk>
11077
11078 * fringe.el (fringe-bitmaps): Only initialize when defined.
11079
11080 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11081 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11082
11083 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11084
11085 2004-10-15 Simon Josefsson <jas@extundo.com>
11086
11087 * net/password.el: Add.
11088
11089 2004-10-14 Masatake YAMATO <jet@gyve.org>
11090
11091 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11092 (gdb-script-end-of-defun): New function.
11093 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11094 `gdb-script-end-of-defun' as *-of-defun-function.
11095
11096 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11097
11098 * button.el (button-activate): Allow a marker to display as an action.
11099
11100 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11101
11102 * help.el (describe-mode): Use it to make minor mode list into
11103 hyperlinks.
11104
11105 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * vc.el (vc-annotate-display-select): Fix typo.
11108
11109 * subr.el (substitute-key-definition-key): New function.
11110 (substitute-key-definition): Use it with map-keymap.
11111 (event-modifiers): Use push.
11112 (mouse-movement-p, with-temp-buffer): Simplify.
11113
11114 2004-10-12 Jay Belanger <belanger@truman.edu>
11115
11116 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11117 New variables.
11118 (calc-help-index-entries): New function.
11119 (calc-describe-function): Use `calc-help-function-list' instead of
11120 obarray for completion.
11121 (calc-describe-variable): Use `calc-help-variable-list' instead
11122 of obarray for completion.
11123
11124 2004-10-12 Richard M. Stallman <rms@gnu.org>
11125
11126 * info-look.el (info-lookup-file): Add info-file property.
11127 (info-lookup-symbol): Likewise.
11128
11129 * info.el (info-xref): Add underlining.
11130 (info): Add info-file property.
11131 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11132
11133 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11134
11135 Sync with Tramp 2.0.45.
11136
11137 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11138 defined. This is not the case for XEmacs without package "edebug".
11139 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11140 remote files to the permissions of the original file. This is not
11141 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11142 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11143 (tramp-perl-decode): Fix an error in Perl implementation.
11144 $pending must be cleared every loop. Reported by Benjamin Place
11145 <benjaminplace@sprintmail.com>
11146
11147 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11148 Don't activate advice during definition. This is done later on,
11149 depending on test result of `substitute-in-file-name'.
11150 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11151
11152 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11155
11156 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11157
11158 2004-10-12 David Ponce <david@dponce.com>
11159
11160 * recentf.el (recentf-edit-list): Update the menu when the recentf
11161 list has been modified.
11162
11163 2004-10-12 Simon Josefsson <jas@extundo.com>
11164
11165 * net/tls.el (tls-certtool-program): New variable.
11166 (tls-certificate-information): New function, based on
11167 ssl-certificate-information.
11168
11169 2004-10-12 Kenichi Handa <handa@m17n.org>
11170
11171 * international/mule.el (coding-system-equal): Move from mule-util.el.
11172
11173 * international/mule-util.el (coding-system-equal): Move to mule.el.
11174
11175 2004-10-12 Kim F. Storm <storm@cua.dk>
11176
11177 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11178 reset kmacro-initial-counter-value if set.
11179 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11180 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11181 (kmacro-display): Show macro counter if non-zero.
11182
11183 * subr.el (substitute-key-definition): Mention command remapping
11184 in doc string.
11185
11186 2004-10-11 Jay Belanger <belanger@truman.edu>
11187
11188 * calc/calc-misc.el (calc-info-goto-node): New function.
11189 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11190 node in one step.
11191 (calc-describe-copying, calc-describe-distribution)
11192 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11193 Go to appropriate info node in one step.
11194
11195 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11196
11197 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11198
11199 * font-lock.el (font-lock-apply-highlight): Fix last change.
11200
11201 2004-10-11 Simon Josefsson <jas@extundo.com>
11202
11203 * mail/smtpmail.el (smtpmail-open-stream): Look for
11204 starttls-gnutls-program instead of starttls-program iff
11205 starttls-use-gnutls is non-nil.
11206 (smtpmail-open-stream): Don't overwrite user settings of
11207 starttls-extra-arguments and starttls-extra-args.
11208
11209 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * comint.el (comint-mouse-insert-input): Remove.
11212 (comint-insert-input): Make it work for mouse bindings.
11213 (comint-mode-map): Move defs into the declaration.
11214 (comint-output-filter): Typo.
11215
11216 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11217
11218 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11219
11220 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11221 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11222 ange-ftp-remote-shell.
11223
11224 2004-10-10 Andreas Schwab <schwab@suse.de>
11225
11226 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11227 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11228 Reported by <sri@asu.edu>.
11229
11230 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11231
11232 * vc.el (vc-annotate-mode): Remove variable.
11233 (vc-annotate-display-select): Only call vc-annotate-mode
11234 if we're not in that mode already.
11235
11236 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11239 (imenu-choose-buffer-index): Check here for rescan instead.
11240
11241 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11242 where the face expression evals to nil.
11243
11244 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11245 (tex-font-lock-keywords-2): Use it.
11246 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11247
11248 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11249
11250 2004-10-09 Kim F. Storm <storm@cua.dk>
11251
11252 * subr.el (progress-reporter-update): Define before first usage.
11253 (make-progress-reporter): Doc fix.
11254
11255 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11256
11257 * textmodes/paragraphs.el (sentence-end-double-space)
11258 (sentence-end-without-period, sentence-end-without-space)
11259 (sentence-end): Doc fixes.
11260
11261 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11262
11263 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11264 Change paragraph-start regexp so we don't fill code starting with #'(.
11265
11266 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11267
11268 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11269 New defcustom.
11270 (extract-address-components): Use it.
11271
11272 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11273
11274 * subr.el (make-progress-reporter, progress-reporter-update)
11275 (progress-reporter-force-update, progress-reporter-do-update)
11276 (progress-reporter-done): New functions.
11277
11278 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11279
11280 * progmodes/etags.el (etags-tags-completion-table): Use progress
11281 reporter.
11282 (etags-tags-apropos): Likewise.
11283
11284 2004-10-08 Alan Mackenzie <acm@muc.de>
11285
11286 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11287 of current line.
11288
11289 2004-10-08 Masatake YAMATO <jet@gyve.org>
11290
11291 * server.el (server-process-filter): Wrap `process-send-region'
11292 by `condition-case' to guard the case when the pipe to PROC is closed.
11293
11294 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11295
11296 * xml.el (xml-substitute-special): Limit handling of external entities.
11297
11298 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11299
11300 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11301
11302 2004-10-06 John Paul Wallington <jpw@gnu.org>
11303
11304 * xml.el (xml-parse-dtd): Fix `error' call.
11305
11306 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11307
11308 * xml.el (xml-substitute-special): Return a single string instead
11309 of a list of strings if an entity substitution is made.
11310
11311 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11312
11313 * calendar/icalendar.el: New file.
11314
11315 2004-10-05 Juri Linkov <juri@jurta.org>
11316
11317 * isearch.el (isearch-done): Set mark after running hook.
11318 Reported by Drew Adams <drew.adams@oracle.com>.
11319
11320 * info.el (Info-history, Info-toc): Fix Info headers.
11321 (Info-toc): Narrow buffer before Info-fontify-node.
11322 (Info-build-toc): Don't check for special Info file names.
11323 Set main-file to nil if Info-find-file returns a symbol.
11324
11325 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11326
11327 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11328 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11329 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11330
11331 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11332
11333 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11334 for old interactive spec from calendar-goto-iso-date.
11335 (calendar-goto-iso-date): Use it.
11336 (calendar-goto-iso-week): New function. Suggested by Emilio
11337 C. Lopes <eclig@gmx.net>.
11338
11339 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11340
11341 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11342 `set-right-margin' bindings that follow the minor mode conventions.
11343
11344 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11347 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11348 (latex-block-args-alist): Add minipage and picture.
11349 (latex-block-body-alist): Use reftex-label if enabled.
11350 (latex-insert-block): Don't insert a \n if not necessary.
11351 (tex-compile-commands): Make sure dvips doesn't send to printer.
11352 (tex-compile-default): Handle the case where no executable is found.
11353 (latex-noindent-environments): New var.
11354 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11355 If tex-indent-allhanging is non-nil, make sure we only align for macros
11356 at beginning of line.
11357
11358 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11359
11360 * newcomment.el (comment-beginning): Doc fix and don't choke on
11361 unset `comment-end-skip' when at beginning of comment.
11362
11363 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11364
11365 * term.el (term-adjust-current-row-cache): Don't allow the current
11366 row to become negative.
11367 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11368 the end of the line. Fix scroll down. Add comments.
11369 (term-handle-ansi-escape): Don't exceed terminal width when moving
11370 right.
11371 (term-scroll-region): Move the cursor after setting the scroll region.
11372
11373 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11374
11375 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11376 to `width' for consistency with docstring. Doc fix.
11377
11378 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11379
11380 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11381 This is necessary for derived modes.
11382
11383 2004-09-30 Kim F. Storm <storm@cua.dk>
11384
11385 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11386 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11387
11388 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11389 kmacro-extract-lambda functions.
11390 (edit-kbd-macro): Handle kmacro lambda forms.
11391 Include counter and counter format in edit buffer.
11392 (edmacro-finish-edit): Get counter and format from edit buffer and
11393 update kmacro bindings when found.
11394
11395 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11396
11397 * textmodes/paragraphs.el (forward-paragraph):
11398 Avoid args-out-of-range error when point winds up at the beginning of
11399 the buffer and hard newlines are enabled.
11400
11401 * newcomment.el (comment-multi-line): Doc fix.
11402
11403 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11404
11405 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11406 (diff-fixup-modifs): Catch unified-diff file-headers.
11407
11408 2004-09-29 Kim F. Storm <storm@cua.dk>
11409
11410 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11411 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11412 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11413
11414 * fringe.el (fringe-bitmap-p): New macro.
11415 (fringe-bitmaps): Add standard fringe bitmaps on load.
11416
11417 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * dired.el (dired-view-command-alist): Use more efficient regexps.
11420 Remove dubious arguments.
11421 (dired-align-file): New function.
11422 (dired-insert-directory): Use it.
11423 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11424 (dired-buffers-for-dir): Remove unused var `pattern'.
11425
11426 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11427
11428 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11429 from diary display excursion. Store diary buffer's point for
11430 `simple-diary-display'.
11431 (simple-diary-display): Set window point and start when
11432 displaying buffer, to preserve point.
11433
11434 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11435
11436 * textmodes/enriched.el (enriched-translations): Replace defconst
11437 with defvar.
11438
11439 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11440
11441 * printing.el: Doc fix.
11442 (pr-version): New version number (6.8.1).
11443 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11444 make-temp-name.
11445 (pr-delete-file): Check if file exists before deleting it.
11446 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11447
11448 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * term.el (term-display-table): New variable.
11451 (term-mode): Use it.
11452 (term-exec-1): Set the coding system to binary.
11453 (term-emulate-terminal): Decode the string before inserting it.
11454
11455 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11456
11457 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11458 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11459 (map): Bind S-prior, S-next and S-insert.
11460 (term-mode): Set `indent-tabs-mode' to nil.
11461 (term-paste): New function to be bound to S-insert.
11462 (term-send-del, term-send-backspace): Change the strings sent.
11463 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11464 (term-handle-colors-array): Fix handling of underline and reverse.
11465 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11466 (term-erase-in-line): Fix comparison.
11467 (term-emulate-terminal): Fix line wrap handling.
11468 (term-start-output-log): Rename from `term-set-output-log'.
11469 (term-stop-output-log): Rename from `term-stop-photo'.
11470 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11471
11472 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11473
11474 * dired.el (dired-move-to-filename): Don't output a message if
11475 raise-error is non-nil. Fix return position and value.
11476
11477 * files.el (insert-directory): Obey --dired even with symlinks.
11478
11479 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11480
11481 * ls-lisp.el (ls-lisp-format): Mark file names with property
11482 dired-filename.
11483
11484 2004-09-25 Kim F. Storm <storm@cua.dk>
11485
11486 * ido.el (ido-max-directory-size): New defcustom.
11487 (ido-decorations): Add "too big" element.
11488 (ido-directory-too-big): New dynamic var.
11489 (ido-may-cache-directory): Don't cache big directories.
11490 (ido-directory-too-big-p): New defun.
11491 (ido-set-current-directory): Update ido-directory-too-big.
11492 (ido-read-internal): Make empty ido-cur-item if too-big.
11493 (ido-buffer-internal): Use ido-read-internal directly instead of
11494 ido-read-buffer.
11495 (ido-file-internal): Init ido-directory-too-big.
11496 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11497 and redo completion with full list.
11498 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11499 it, and show completions.
11500 (ido-all-completions): Let bind ido-directory-too-big to nil.
11501 (ido-exhibit): Handle ido-directory-too-big.
11502 (ido-read-buffer): Handle fallback to read-buffer.
11503 Init ido-directory-too-big.
11504 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11505 Init ido-directory-too-big.
11506
11507 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11508
11509 * subr.el (delay-mode-hooks): Doc fix.
11510
11511 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11512
11513 * textmodes/enriched.el
11514 (enriched-default-text-properties-local-flag): New variable.
11515 (enriched-mode): Make sure that enabling and disabling the mode is
11516 a no-op. Doc fix.
11517
11518 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11519
11520 * calendar/holidays.el (holiday-advent): Report on a specified day
11521 offset from advent, not just advent.
11522 (holiday-easter-etc): Report on one specified day offset from
11523 easter, not all easter holidays. Various Easter holidays moved to
11524 `christian-holidays' variable in calendar.el.
11525 * calendar/calendar.el (christian-holidays): Adapt for new
11526 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11527
11528 2004-09-23 Kim F. Storm <storm@cua.dk>
11529
11530 * image.el (insert-sliced-image): Add doc string.
11531
11532 * ido.el (ido-choice-list): New dynamic var for `list' context.
11533 (ido-context-switch-command): New dynamic var.
11534 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11535 (ido-read-internal): Handle new `list' context.
11536 Handle insert-buffer and insert-file ido-exit values.
11537 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11538 ido-context-switch-command. Handle insert-file ido-exit value.
11539 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11540 unless it is already bound by caller.
11541 (ido-file-internal): New arg switch-cmd. Use it to setup
11542 ido-context-switch-command. Handle insert-buffer ido-exit value.
11543 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11544 used for context switching.
11545 (ido-all-completions): Handle new `list' context.
11546 (ido-make-choice-list): Return choices for `list' context.
11547 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11548 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11549 (ido-insert-buffer, ido-insert-file): Setup context switching.
11550 (ido-exhibit): Handle `list' context.
11551 (ido-read-file-name): Disable context switching. Handle fallback.
11552 (ido-read-directory-name): Disable context switching.
11553 (ido-completing-read): New defun like completing-read. Setup and
11554 use new `list' context.
11555
11556 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11557
11558 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11559
11560 2004-09-21 Jay Belanger <belanger@truman.edu>
11561
11562 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11563 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11564 separate window.
11565
11566 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11567
11568 * subr.el (after-change-major-mode-hook): Doc fix.
11569
11570 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11571
11572 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11573 of ghostscript for monochrome PostScript file in Windows.
11574
11575 2004-09-21 Kenichi Handa <handa@m17n.org>
11576
11577 * descr-text.el (describe-char): Checking of quail activation fixed.
11578
11579 2004-09-21 Jay Belanger <belanger@truman.edu>
11580
11581 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11582
11583 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11584
11585 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11586 after the mode hooks instead of before. Doc fix.
11587
11588 2004-09-20 Jason Rumney <jasonr@gnu.org>
11589
11590 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11591 _emacs, but revert to .emacs if neither exists in home directory.
11592
11593 2004-09-20 John Paul Wallington <jpw@gnu.org>
11594
11595 * bindings.el (completion-ignored-extensions): Add .dfsl.
11596
11597 2004-09-20 Richard M. Stallman <rms@gnu.org>
11598
11599 * bindings.el (scroll-left): Make it disabled.
11600
11601 * files.el (enable-local-eval): Doc fix.
11602
11603 * indent.el (move-to-left-margin): Special case for minibuffer.
11604
11605 * term.el (term-emulate-terminal): Turn off undo for output.
11606 Use with-current-buffer and save-selected-window.
11607
11608 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11609
11610 * progmodes/make-mode.el (makefile-fill-paragraph):
11611 Don't insist on spaces when looking for comments. # is enough.
11612
11613 * files.el (hack-local-variables): Copy the variables list
11614 to another buffer, strip prefixes and suffixes there, then read.
11615 (enable-local-eval): Doc fix.
11616 (ignored-local-variables): Initialize to nil.
11617 (risky-local-variable-p): Don't check ignored-local-variables here.
11618 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11619
11620 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11621
11622 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11623 of = to "." (punctuation).
11624
11625 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11626
11627 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11628
11629 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11630
11631 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11632 (enriched-before-change-major-mode): New function.
11633 Add it to `change-major-mode-hook'.
11634 (enriched-after-change-major-mode): New function.
11635 Add it to `after-change-major-mode-hook'.
11636 (enriched-mode): Make it work correctly if called from
11637 `after-change-major-mode-hook'.
11638 No longer set `indent-line-function'.
11639
11640 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11641
11642 * subr.el (after-change-major-mode-hook): New variable.
11643 (run-mode-hooks): Implement it.
11644
11645 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11646
11647 * battery.el (battery-linux-proc-apm): Use string-to-number.
11648 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11649 Use dolist (and less indentation). Use erase-buffer.
11650 Pre-initialize `design-capacity', `warn', and `low'.
11651 (battery-format): Use replace-regexp-in-string.
11652
11653 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11654
11655 * battery.el: Delete superfluous empty lines.
11656 (battery-linux-proc-acpi): Attempt to gather information from all
11657 battery subdirectories regardless of their file name.
11658 (battery-linux-proc-apm): Replace all occurrences of
11659 battery-hex-to-int-2 with string-to-int (base 16).
11660 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11661 (battery-hex-map): Delete variable.
11662
11663 2004-09-18 John Paul Wallington <jpw@gnu.org>
11664
11665 * calc/calc-units.el (calc-quick-units): Fix overzealous
11666 s/or/unless/.
11667
11668 2004-09-17 Jay Belanger <belanger@truman.edu>
11669
11670 * calc/calc.el (calc-mode-var-list): Fix the value of
11671 `calc-matrix-brackets'.
11672
11673 2004-09-17 Romain Francoise <romain@orebokech.com>
11674
11675 * ibuf-ext.el (define-ibuffer-filter filename):
11676 Expand dired-directory since buffer-file-name is absolute.
11677
11678 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11679
11680 * ediff-init.el (ediff-current-diff-face-A)
11681 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11682 (ediff-current-diff-face-Ancestor)
11683 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11684 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11685 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11686 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11687 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11688 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11689 Use min-colors.
11690
11691 * term.el (term-down): Perform vertical motion if DOWN is negative.
11692 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11693 (term-termcap-format): Synchronyze with the eterm terminfo entry
11694 in etc/e/eterm.ti.
11695 (term-handle-colors-array): If the current foreground or
11696 background are zero (i.e. unspecified), use the foreground and
11697 background of the default face for reverse video.
11698 (term-ansi-at-eval-string, term-ansi-default-fg)
11699 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11700 (term-mem): Delete ununsed function.
11701 (term-protocol-version): Increment.
11702 (term-current-face): Set to default.
11703
11704 2004-09-15 Jay Belanger <belanger@truman.edu>
11705
11706 * calc/calc.el (calc-mode-var-list): Define this variable.
11707 (calc-always-load-extensions, calc-line-numbering)
11708 (calc-line-breaking, calc-display-just, calc-display-origin)
11709 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11710 (calc-group-char, calc-point-char, calc-frac-format)
11711 (calc-prefer-frac, calc-hms-format, calc-date-format)
11712 (calc-float-format, calc-full-float-format, calc-complex-format)
11713 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11714 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11715 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11716 (calc-matrix-brackets, calc-language, calc-language-option)
11717 (calc-left-label, calc-right-label, calc-word-size)
11718 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11719 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11720 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11721 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11722 (calc-window-height, calc-display-trail, calc-show-selections)
11723 (calc-use-selections, calc-assoc-selections)
11724 (calc-display-working-message, calc-auto-why, calc-timing)
11725 (calc-mode-save-mode, calc-standard-date-formats)
11726 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11727 (calc-user-parse-tables, calc-gnuplot-default-device)
11728 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11729 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11730 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11731 (calc-invocation-macro, calc-show-banner): Give these values as
11732 part of `calc-mode-var-list's initialization after the variables
11733 are declared with defvar.
11734 (calc-bug-address): Change email address to send bug reports to.
11735 Change the maintainer address at the top.
11736 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11737 than "\\.emacs" to determine if it is the user-init-file.
11738
11739 * calc/calc-embed.el (calc-embedded-set-modes): Use
11740 `calc-mode-var-list' correctly.
11741
11742 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11743
11744 * vc.el (annotate-time): Document point handling.
11745 (vc-annotate-display-autoscale): Doc fix.
11746
11747 2004-09-15 Miles Bader <miles@gnu.org>
11748
11749 * generic.el (generic-make-keywords-list): Use symbol rather than
11750 word anchors in regexp.
11751
11752 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11753
11754 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11755 no file name consider `dired-directory'.
11756
11757 2004-09-14 Kim F. Storm <storm@cua.dk>
11758
11759 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11760
11761 2004-09-14 Simon Josefsson <jas@extundo.com>
11762
11763 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11764
11765 * textmodes/dns-mode.el: Add.
11766
11767 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11768
11769 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11770 (disabled-command-function): Make the ?\ char more obvious.
11771
11772 * vc-arch.el (vc-arch-root, vc-arch-registered):
11773 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11774
11775 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11776
11777 * windmove.el (windmove-frame-edges): Report coordinates of
11778 outside edges of frame, not inside edges.
11779 (windmove-coordinates-of-position): Convert into wrapper to new
11780 function `windmove-coordinates-of-window-position';
11781 `compute-motion' always applies to selected window.
11782 (windmove-coordinates-of-position): Update documentation to refer
11783 to Emacs 21 Lisp Reference Manual.
11784 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11785
11786 2004-09-13 Kim F. Storm <storm@cua.dk>
11787
11788 * isearch.el (isearch-resume-in-command-history): Rename from
11789 isearch-resume-enabled and change default to nil.
11790
11791 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11792
11793 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11794 (vc-registered): Use it.
11795 (vc-find-root): New fun.
11796
11797 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11798 Don't tell to use \\{...} when it's already done.
11799
11800 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11801 Provide a sample complex default.
11802 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11803 (bibtex-entry): Use mapc.
11804
11805 2004-09-12 Kim F. Storm <storm@cua.dk>
11806
11807 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11808
11809 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11810 inhibit-field-text-motion to t so rectangles work in comint buffers.
11811
11812 * simple.el (choose-completion-string): Set buffer before running
11813 choose-completion-string-functions hook so it can be buffer-local.
11814
11815 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11816
11817 * progmodes/compile.el (compilation-start): Parse command to see
11818 if it starts with a cd, and if so perform it for the *compilation*
11819 buffer. Change the header to reflect this.
11820
11821 2004-09-11 Kim F. Storm <storm@cua.dk>
11822
11823 * ido.el (ido-enable-dot-prefix): Doc fix.
11824 (ido-enable-dot-prefix): New defcustom.
11825 (ido-set-matches1): Use it.
11826
11827 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * textmodes/bibtex.el (bibtex-mark-active)
11830 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11831
11832 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11833
11834 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11835 used in a case insensitive environment.
11836 (bibtex-mode-map): Rearrange order of menus.
11837 (bibtex-quoted-string-re): Obsolete.
11838 (bibtex-complete-key-cleanup): Variable replaced by new function.
11839 (bibtex-font-lock-keywords): Use backquotes.
11840 (bibtex-font-lock-url-regexp): New internal variable.
11841 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11842 "OPT" and "ALT".
11843 (bibtex-insert-current-kill, bibtex-make-field)
11844 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11845 (bibtex-parse-field-text): Simplify.
11846 (bibtex-string=): New helper function.
11847 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11848 (bibtex-map-entries): Use bibtex-string=.
11849 (bibtex-search-entry): Use not.
11850 (bibtex-enclosing-field): Fix docstring.
11851 (bibtex-assoc-regexp): Obsolete.
11852 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11853 (bibtex-autokey-get-names): Handle empty name field.
11854 (bibtex-parse-strings): Use assoc-string and unless.
11855 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11856 Use assoc-string.
11857 (bibtex-pop): Simplify.
11858 (bibtex-mode): Set font-lock-extra-managed-props.
11859 (bibtex-entry-update): Use assoc-string.
11860 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11861 (bibtex-autofill-entry): Use bibtex-string=.
11862 (bibtex-print-help-message): Simplify.
11863 (bibtex-find-entry): New optional arg START.
11864 (bibtex-validate): Use bibtex-string= and assoc-string.
11865 Do not call obsolete function compilation-parse-errors.
11866 (bibtex-remove-delimiters): Only remove delimiters if present.
11867 (bibtex-copy-entry-as-kill): Add docstring.
11868 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11869 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11870 (bibtex-complete): Use bibtex-predefined-month-strings,
11871 bibtex-string=, and new function bibtex-complete-key-cleanup.
11872 (bibtex-generate-url-list): New variable.
11873 (bibtex-url): New command bound to C-c C-l and mouse-2.
11874 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11875 (bibtex-font-lock-url): New function.
11876
11877 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11880
11881 2004-09-09 Kim F. Storm <storm@cua.dk>
11882
11883 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11884 counter and format with binding.
11885 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11886 the declared macro uses own macro counter and format. Give symbol
11887 kmacro property.
11888 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11889 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11890 (kmacro-end-and-call-macro): Doc fix.
11891
11892 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11893
11894 * desktop.el (desktop-clear-preserve-buffers):
11895 Remove make-obsolete-variable.
11896
11897 2004-09-08 Richard M. Stallman <rms@gnu.org>
11898
11899 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11900 with the buffer as argument.
11901
11902 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11905
11906 2004-09-08 Juri Linkov <juri@jurta.org>
11907
11908 * replace.el (perform-replace): Use `query-replace-descr'.
11909
11910 * cus-start.el (history-delete-duplicates): Specify customization.
11911
11912 * diff-mode.el (diff-mode-map):
11913 * progmodes/compile.el (compilation-mode-map):
11914 * progmodes/grep.el (grep-mode-map):
11915 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11916 to `next-error-follow-minor-mode'.
11917
11918 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11919
11920 * isearch.el (isearch-lazy-highlight-update): Take into account
11921 the case of zero-length match at the search bound.
11922
11923 2004-09-08 Kim F. Storm <storm@cua.dk>
11924
11925 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11926 change. Use zero width overlays when necessary.
11927
11928 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11929
11930 * subr.el (split-string): Docfix.
11931
11932 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11933
11934 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11935 (display-call-tree): Ensure newline after caller/calls blocks.
11936
11937 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11938
11939 * startup.el (command-line-1): Make option
11940 --directory/-L modify `load-path' straight away.
11941
11942 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11943
11944 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11945
11946 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11947
11948 * emacs-lisp/autoload.el (make-autoload):
11949 Handle `define-compilation-mode'.
11950
11951 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11952 Specify `doc-string-elt' property.
11953
11954 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11955
11956 * bs.el (bs-mode): Doc fix.
11957
11958 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11959
11960 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11961
11962 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11963
11964 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11965
11966 2004-09-08 Kenichi Handa <handa@m17n.org>
11967
11968 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11969 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11970 ps-mule-next-point -> 1+).
11971
11972 * composite.el (encode-composition-rule): Add autoload cooky.
11973
11974 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11975
11976 * format.el (buffer-auto-save-file-format): Make it permanent local.
11977
11978 2004-09-07 Kim F. Storm <storm@cua.dk>
11979
11980 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11981 (authors-fixed-entries): Fix typo.
11982 (authors-canonical-author-name): Compact multiple spaces.
11983 Ignore trivial names (e.g. only first name).
11984
11985 * term.el (term-window-width): Only use full window width on
11986 window system if overflow-newline-into-fringe is enabled.
11987 (term-mode): Don't disable overflow-newline-into-fringe.
11988
11989 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11990
11991 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11992 motion as seen on my Mac OS X xterms.
11993
11994 * newcomment.el (uncomment-region-default, comment-region-default):
11995 New functions extracted from uncomment-region and comment-region.
11996 (comment-region, comment-region-function, uncomment-region)
11997 (uncomment-region-function): Use them.
11998
11999 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12000
12001 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12002 It's not crucial but can make sense at times.
12003
12004 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12005 the first commit.
12006
12007 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12008 Disable obsolete code.
12009
12010 2004-09-07 Juri Linkov <juri@jurta.org>
12011
12012 * progmodes/grep.el (grep-highlight-matches): Change default from
12013 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12014 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12015 if grep option `--color' is available, or to `nil' otherwise.
12016 (grep-process-setup): Call `grep-compute-defaults' if
12017 `grep-highlight-matches' is not computed. Set env-vars only
12018 if `grep-highlight-matches' is `t'.
12019 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12020 is already defined).
12021
12022 * progmodes/compile.el (compilation-start): Use copy of
12023 `process-environment' created by `copy-sequence' to not
12024 modify env-vars in the global `process-environment'.
12025
12026 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12027
12028 * simple.el (next-error-follow-minor-mode): Fix last change.
12029
12030 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12031
12032 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12033 permanent local.
12034
12035 2004-09-04 Richard M. Stallman <rms@gnu.org>
12036
12037 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12038 highlighting if the search string is empty.
12039
12040 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12041
12042 * facemenu.el (facemenu-active-faces): Change condition of inner
12043 `while' loop to also check the first two elements of `face-atts'
12044 and `mask-atts'.
12045
12046 2004-09-04 John Paul Wallington <jpw@gnu.org>
12047
12048 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12049 (thumbs-view-image-mode): Make buffer read-only.
12050
12051 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12052
12053 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12054 (ispell-check-version): Set it.
12055 (ispell-send-replacement): New function.
12056 (ispell-process-line): Call ispell-send-replacement.
12057
12058 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12059
12060 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12061 Support choosing seconds with "s".
12062
12063 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12064
12065 * terminal.el (te-escape): Show `?' in prompt for help key.
12066
12067 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12068
12069 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12070
12071 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12072
12073 * simple.el (next-error-follow-minor-mode)
12074 (next-error-follow-mode-post-command-hook): New functions.
12075 (next-error-follow-last-line): New defvar.
12076
12077 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12078 * progmodes/compile.el (compilation-mode-map): Likewise.
12079 * progmodes/grep.el (grep-mode-map): Likewise.
12080 * replace.el (occur-mode-map): Likewise.
12081
12082 * newcomment.el (uncomment-region): Bind comment-use-global-state
12083 to nil.
12084
12085 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12086
12087 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12088 locally around the call to `revert-buffer'.
12089
12090 2004-09-03 Juri Linkov <juri@jurta.org>
12091
12092 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12093 `isearch-adjusted' to `t'.
12094 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12095 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12096 (isearch-other-meta-char): Restore isearch-point unconditionally.
12097 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12098 Set point to start of match if region is not active in transient
12099 mark mode (to include the current match to region boundaries).
12100 Push the search string to `query-replace-from-history-variable'.
12101 Add prompt "Query replace regexp" for isearch-regexp.
12102 Add region beginning/end as last arguments of `perform-replace.'
12103 (isearch-query-replace-regexp): Replace code by the call to
12104 `isearch-query-replace' with arg `t'.
12105
12106 2004-09-03 Richard M. Stallman <rms@gnu.org>
12107
12108 * startup.el (normal-top-level): Undo previous TERM change.
12109
12110 2004-09-03 Kim F. Storm <storm@cua.dk>
12111
12112 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12113 highlight overlays; allow using RET when cursor is over a button.
12114 (cua--highlight-rectangle): Use it.
12115 (cua--rectangle-set-corners): Don't move backwards at eol.
12116 (cua--forward-line): Don't move into void after eob.
12117
12118 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12119 point is set (and displayed) inside rectangle.
12120 (cua--rectangle-operation): Fix for highlight of empty lines.
12121 (cua--highlight-rectangle): Fix highlight for tabs.
12122 Position cursor at left/right edge of rectangle using new `cursor'
12123 property on overlay strings.
12124 (cua--indent-rectangle): Don't tabify.
12125 (cua-rotate-rectangle): Ignore that point has moved.
12126
12127 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12128
12129 * term/mac-win.el: Add ASCII equivalents for some function keys.
12130 (mode-line-frame-identification): Sync with x-win.el.
12131
12132 2004-09-02 Juri Linkov <juri@jurta.org>
12133
12134 * progmodes/compile.el (compilation-buffer-name): Compare major
12135 mode with second element of compilation-arguments instead of third
12136 to reflect latest changes in compilation-arguments structure.
12137 (recompile): Use global variable `compilation-directory' to get
12138 recent compilation directory only when `recompile' is invoked NOT
12139 in the compilation buffer. Otherwise, use `default-directory' of
12140 the compilation buffer.
12141 (compilation-error-properties): Allow to funcall col and end-col.
12142 (compilation-mode-font-lock-keywords): Check col and end-col by
12143 `integerp'.
12144 (compilation-goto-locus): If end-mk is non-nil in transient mark
12145 mode don't activate the mark (and don't display message in
12146 push-mark), but highlight overlay between mk and end-mk.
12147
12148 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12149 (grep-regexp-alist): Add rule to highlight grep matches.
12150 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12151
12152 * info.el (Info-fontify-node): Don't compute other-tag
12153 if Info-hide-note-references=hide.
12154
12155 * help.el (function-called-at-point):
12156 * help-fns.el (variable-at-point):
12157 Try `find-tag-default' when other methods failed.
12158
12159 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12160 Do not push mark if inhibit-mark-movement is non-nil.
12161
12162 * textmodes/ispell.el (ispell-html-skip-alists):
12163 Fix backslashes in docstring.
12164
12165 2004-09-01 Juri Linkov <juri@jurta.org>
12166
12167 * isearch.el (isearch-wrap-function)
12168 (isearch-push-state-function): New defvars.
12169 (isearch-pop-fun-state): New defsubst.
12170 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12171 (isearch-push-state): Set the result of calling
12172 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12173 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12174 restore the mode-specific starting point of terminated search.
12175 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12176 (isearch-repeat): Call `isearch-wrap-function' if defined.
12177 (isearch-message-prefix): Don't add prefix "over" to the message
12178 for wrapped search if `isearch-wrap-function' is defined.
12179 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12180 restore the mode-specific starting point of failed search.
12181
12182 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12183 (Info-search): Add new optional arguments for the sake of isearch.
12184 Replace whitespace in Info-search-whitespace-regexp literally.
12185 Add backward search. Don't call `Info-select-node' if regexp is
12186 found in the same Info node. Don't add node to Info-history for
12187 wrapped isearch.
12188 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12189 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12190 (Info-mode): Set local variables `isearch-search-fun-function',
12191 `isearch-wrap-function', `isearch-push-state-function',
12192 `search-whitespace-regexp'.
12193
12194 * isearch.el: Remove ancient Change Log section.
12195 (isearch-string, isearch-message-string, isearch-point)
12196 (isearch-success, isearch-forward-flag, isearch-other-end)
12197 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12198 (isearch-barrier, isearch-within-brackets)
12199 (isearch-case-fold-search): Add suffix `-state' to state-related
12200 defsubsts to avoid name clashes with other function names.
12201
12202 * simple.el (next-error): New defgroup and defface.
12203 (next-error-highlight, next-error-highlight-no-select):
12204 New defcustoms.
12205 (next-error-no-select): Let-bind next-error-highlight to the value
12206 of next-error-highlight-no-select before calling `next-error'.
12207
12208 * progmodes/compile.el (compilation-goto-locus):
12209 Use `next-error' face instead of `region'. Set 4-th argument of
12210 `move-overlay' to `current-buffer' to move overlay to different
12211 source buffers. Use new variable `next-error-highlight'.
12212
12213 * simple.el (next-error-find-buffer): Move the rule
12214 "if current buffer is a next-error capable buffer" after the
12215 rule "if next-error-last-buffer is set to a live buffer".
12216 Simplify to test all rules in one `or'.
12217 (next-error): Doc fix.
12218 (next-error, previous-error, first-error)
12219 (next-error-no-select, previous-error-no-select):
12220 Make arguments optional.
12221
12222 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12223
12224 * macros.el (apply-macro-to-region-lines): Make it operate on all
12225 lines that begin in the region, rather than on all complete lines
12226 in the region.
12227
12228 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12229
12230 * x-dnd.el (x-dnd-protocol-alist): Document update.
12231 (x-dnd-known-types): Defcustom it.
12232 (x-dnd-handle-motif): Print message-atom in error message.
12233
12234 2004-08-30 John Paul Wallington <jpw@gnu.org>
12235
12236 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12237 strings rather than programatically constructing message.
12238
12239 2004-08-30 Richard M. Stallman <rms@gnu.org>
12240
12241 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12242 Don't return a string that would read as the wrong character code.
12243
12244 2004-08-29 Kim F. Storm <storm@cua.dk>
12245
12246 * emulation/cua-base.el (cua-auto-expand-rectangles):
12247 Remove automatic rectangle padding feature; replace by non-destructive
12248 virtual rectangle edges feature.
12249 (cua-virtual-rectangle-edges): New defcustom.
12250 (cua-auto-tabify-rectangles): New defcustom.
12251 (cua-paste): If paste into a marked rectangle, insert rectangle at
12252 current column, even if virtual; also paste exactly as many lines
12253 as has been marked (ignore additional lines or add empty lines),
12254 but paste whole source if only one line is marked.
12255 (cua--update-indications): No longer use overwrite-cursor to
12256 indicate rectangle padding
12257
12258 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12259 (cua--rectangle-virtual-edges): New defun.
12260 (cua--rectangle-get-corners): Remove optional PAD arg.
12261 (cua--rectangle-set-corners): Never do padding.
12262 (cua--forward-line): Remove optional PAD arg. Simplify.
12263 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12264 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12265 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12266 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12267 (cua--rectangle-move): Never do padding. Simplify.
12268 (cua--tabify-start): New defun.
12269 (cua--rectangle-operation): Add tabify arg. All callers changed.
12270 (cua--pad-rectangle): Remove.
12271 (cua--delete-rectangle): Handle delete with virtual edges.
12272 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12273 (cua--insert-rectangle): Handle insert at virtual column.
12274 Perform auto-tabify if necessary.
12275 (cua--activate-rectangle): Remove optional FORCE arg.
12276 Never do padding. Simplify.
12277 (cua--highlight-rectangle): Enhance for virtual edges.
12278 (cua-toggle-rectangle-padding): Remove command.
12279 (cua-toggle-rectangle-virtual-edges): New command.
12280 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12281 (cua--rectangle-post-command): Don't force rectangle padding.
12282 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12283
12284 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12285
12286 * indent.el (edit-tab-stops-buffer): Doc fix.
12287
12288 2004-08-28 Richard M. Stallman <rms@gnu.org>
12289
12290 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12291 (grep-tag-default): Function deleted.
12292
12293 * subr.el (find-tag-default): Move from etags.el.
12294
12295 * progmodes/etags.el (find-tag-default): Move to subr.el.
12296
12297 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12298 into the basic character if it has an uppercase form.
12299
12300 2004-08-27 Kenichi Handa <handa@m17n.org>
12301
12302 * international/utf-8.el (utf-8-post-read-conversion): If the
12303 buffer is unibyte, temporarily make it multibyte.
12304
12305 2004-08-27 Masatake YAMATO <jet@gyve.org>
12306
12307 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12308
12309 2004-08-25 John Paul Wallington <jpw@gnu.org>
12310
12311 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12312 0, 1, and many mismatches in message.
12313 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12314
12315 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12316 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12317
12318 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12319
12320 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12321 vc-diff-switches differently.
12322
12323 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12324
12325 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12326 before and a real defvar after
12327 `speedbar-supported-extension-expressions'. This is to silence
12328 the compiler without breaking bootstrapping.
12329
12330 2004-08-22 Richard M. Stallman <rms@gnu.org>
12331
12332 * textmodes/flyspell.el (flyspell-word):
12333 Use set-process-query-on-exit-flag.
12334 (flyspell-highlight-duplicate-region): Take POSS as arg.
12335 (flyspell-word): Pass POSS as arg.
12336
12337 * progmodes/ada-xref.el: Many doc and style fixes.
12338 (ada-find-any-references): Use compilation-start.
12339 (ada-get-ali-file-name): Improve error msg.
12340 (ada-get-ada-file-name): Likewise.
12341
12342 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12343 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12344
12345 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12346 Add forward defvar.
12347
12348 * whitespace.el (global-whitespace-mode): New alias
12349 for whitespace-global-mode.
12350
12351 * speedbar.el (speedbar-file-regexp): Move definition up.
12352 (speedbar-mode, speedbar-set-mode-line-format):
12353 Use with-no-warnings.
12354 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12355
12356 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12357 controls whether to display the error buffer.
12358
12359 * ps-mule.el: Delete compatibility code for old Emacses.
12360 (ps-mule-find-wrappoint): Don't use chars-in-region.
12361
12362 * frame.el (display-mouse-p, display-selections-p):
12363 Use with-no-warnings.
12364
12365 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12366
12367 2004-08-22 David Kastrup <dak@gnu.org>
12368
12369 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12370 information.
12371
12372 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12373
12374 2004-08-22 Andreas Schwab <schwab@suse.de>
12375
12376 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12377
12378 2004-08-22 Masatake YAMATO <jet@gyve.org>
12379
12380 * cvs-status.el (cvs-status-checkout): New function.
12381 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12382
12383 2004-08-21 David Kastrup <dak@gnu.org>
12384
12385 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12386 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12387 has been converted to use hashtables, the relation `nil=none' is
12388 no longer valid, as `nil' is not a hashtable. This patch tries to
12389 reduce the number of resulting errors.
12390
12391 2004-08-21 John Paul Wallington <jpw@gnu.org>
12392
12393 * subr.el (process-kill-without-query): Made obsolete in
12394 version 21.4, not 21.5.
12395
12396 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12397 (vc-previous-comment, vc-next-comment)
12398 (vc-comment-search-reverse, vc-comment-search-forward)
12399 (vc-comment-to-change-log): Likewise.
12400
12401 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12402
12403 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12404
12405 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12406 Correct indentation of DEFMETHODS with non-standard method
12407 combinations (e.g., PROGN, MIN, MAX).
12408
12409 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 * startup.el (normal-top-level-add-subdirs-to-load-path):
12412 Avoid unnecessarily checking system-type.
12413 (normal-top-level): Set TERM to "dumb". Simplify.
12414
12415 * avoid.el (mouse-avoidance-ignore-p): New fun.
12416 Also ignore switch-frame, select-window, double, and triple clicks.
12417 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12418 (mouse-avoidance-fancy-hook): Use it.
12419
12420 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12421
12422 * avoid.el (mouse-avoidance-nudge-mouse)
12423 (mouse-avoidance-banish-destination): Stay within the current window
12424 to avoid problems with mouse-autoselect-window.
12425
12426 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12429 the newer format of some messages in cvs-1.12.1.
12430
12431 2004-08-19 Masatake YAMATO <jet@gyve.org>
12432
12433 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12434 (elp-results-jump-to-definition-by-mouse)
12435 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12436 (elp-output-result): Use elp-output-insert-symname.
12437
12438 2004-08-18 Kenichi Handa <handa@m17n.org>
12439
12440 * language/cyrillic.el: Register koi8-r in
12441 ctext-non-standard-encodings-alist.
12442 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12443
12444 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12445
12446 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12447 that replaces 20xy with xy.
12448
12449 2004-08-17 John Paul Wallington <jpw@gnu.org>
12450
12451 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12452 (reb-force-update): Doc fix.
12453
12454 2004-08-16 Richard M. Stallman <rms@gnu.org>
12455
12456 * progmodes/which-func.el (which-func-update-1): Doc fix.
12457
12458 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12459 (sh-mode-abbrev-table): New variable.
12460
12461 * progmodes/compile.el (compilation-mode): Doc fix.
12462
12463 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12464 Don't cons a new symbol each time.
12465 (eval-last-sexp-fake-value): New variable.
12466
12467 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12468 (copyright-update-year): Detect continuation of list of years.
12469
12470 * term.el (term-default-fg-color, term-default-bg-color)
12471 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12472
12473 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12474
12475 2004-08-16 Davis Herring <herring@lanl.gov>
12476
12477 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12478 (isearch-success, isearch-forward-flag, isearch-other-end)
12479 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12480 (isearch-barrier, isearch-within-brackets)
12481 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12482
12483 2004-08-16 Kenichi Handa <handa@m17n.org>
12484
12485 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12486
12487 2004-08-15 Kenichi Handa <handa@m17n.org>
12488
12489 * term/x-win.el (x-selection-value): If utf8 was successful but
12490 ctext was not, use utf8 string.
12491
12492 2004-08-14 Davis Herring <herring@lanl.gov>
12493
12494 * isearch.el: Remove accidental changes of March 4. Fix backing
12495 up when a regexp isearch is made more general. Use symbolic
12496 accessor functions for isearch stack frames to make usage clearer.
12497 (search-whitespace-regexp): Made groups in documentation shy (as
12498 is the group in the default value).
12499 (isearch-fallback): New function, addresses problems with regexps
12500 liberalized by `\|', adds support for liberalization by `\}' (the
12501 general repetition construct), and incorporates behavior for
12502 `*'/`?'.
12503 (isearch-}-char): New command, calls `isearch-fallback' with
12504 arguments appropriate to a typed `}'.
12505 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12506 appropriately.
12507 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12508 (isearch-string, isearch-message,string, isearch-point)
12509 (isearch-success, isearch-forward-flag, isearch-other-end)
12510 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12511 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12512 New inline functions to read fields of a stack frame.
12513
12514 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12515
12516 * battery.el (battery-linux-proc-acpi): Look into battery
12517 directories matching the literal string "CMB", too (required for
12518 Linux kernel version 2.6.7).
12519
12520 2004-08-14 John Paul Wallington <jpw@gnu.org>
12521
12522 * cus-start.el (read-file-name-completion-ignore-case): Add.
12523 (blink-cursor-alist): Change version to "21.4".
12524
12525 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12526
12527 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12528
12529 * speedbar.el (speedbar-scan-subdirs): New option.
12530 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12531 dolist.
12532 (speedbar-insert-files-at-point): Take an extra argument and use
12533 it to optionally find out if a subdir is empty. Also unreadable
12534 files don't get expand buttons.
12535 (speedbar-directory): New image (unused pixmap already existed).
12536 (speedbar-expand-image-button-alist): Use it.
12537
12538 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12539
12540 CC Mode update to 5.30.9:
12541
12542 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12543 Move from cc-vars to cc-defs for dependency reasons. Fix the
12544 POSIX char class test to check that it works in
12545 `skip-chars-(forward|backward)' too.
12546
12547 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12548 first argument starts with a special brace list.
12549
12550 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12551 when `c-opt-type-concat-key' is used (i.e. in Pike).
12552
12553 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12554 Fix bug when the inner char pair doesn't have paren syntax,
12555 i.e. "(<>)".
12556
12557 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12558 whitespace safe.
12559
12560 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12561 position for `arglist-intro', `arglist-cont-nonempty' and
12562 `arglist-close' when there are two arglist open parens on the same
12563 line and there's nothing in front of the first.
12564
12565 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12566 locking of qualified names in Java, which previously could fontify
12567 common indexing expressions in many cases. The standard Java
12568 naming conventions are used to tell them apart.
12569
12570 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12571 Fix inconsistency wrt opening parens on the first line inside a paren
12572 block.
12573
12574 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12575 compile time for the sake of `c-major-mode-is'.
12576
12577 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12578 `c-major-mode-is' in the event that this is used inside a
12579 `c-lang-defconst'.
12580
12581 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12582 `c-lang-defconst' so that it works better with fallback languages.
12583
12584 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12585 it to fail to record the base mode.
12586
12587 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12588 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12589 is used. Reorder the syntax checks to get more efficient
12590 skipping in some situations.
12591
12592 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12593 continuation which might precede the newly inserted '{'.
12594
12595 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12596 Fix cases where it could loop indefinitely.
12597
12598 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12599 size specs correctly. Only fontify identifiers in front of '('
12600 with as functions - don't accept any paren char. Tighten up
12601 initializer skipping to stop before function and class blocks.
12602
12603 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12604 the point could be left directly after an open paren when finding
12605 the beginning of the first decl in the block.
12606
12607 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12608 table when filtering out legitimate open parens to be recorded.
12609 This could cause cache inconsistencies when e.g.
12610 `c++-template-syntax-table' was temporarily in use.
12611
12612 * progmodes/cc-engine.el (c-on-identifier)
12613 (c-simple-skip-symbol-backward): Small fix for handling "-"
12614 correctly in `skip-chars-backward'. Affected the operator lfun
12615 syntax in Pike.
12616
12617 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12618 Fix bug that could cause an error from `after-change-functions' when
12619 the changed region is at bob.
12620
12621 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12622
12623 CC Mode update to 5.30.9:
12624
12625 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12626 to say that <TAB> doesn't insert WS into a CPP line.
12627 (c-indent-command, c-tab-always-indent): Amend doc strings.
12628
12629 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12630 checks for user errors, thus eliminating cryptic and unhelpful
12631 Emacs error messages. (1) Check the arg to `c-set-style' is a
12632 string. (2) Check that settings to `c-offsets-alist' are not
12633 spuriously quoted.
12634
12635 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12636 which precedes the newly inserted `{'.
12637
12638 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12639
12640 Sync with Tramp 2.0.44.
12641
12642 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12643 function "tramp_file_attributes". Otherwise, file names
12644 containing spaces are misinterpreted. Reported by Magnus Henoch
12645 <mange@freemail.hu>.
12646 (tramp-handle-file-truename): FILENAME must be expanded first.
12647 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12648 obscure results. Reported by D. Goel <deego@gnufans.org>.
12649 (tramp-handle-verify-visited-file-modtime): If file does not
12650 exist, say it is not modified if and only if that agrees with the
12651 buffer's record. Check whether a file is visiting the buffer, or
12652 the buffer has no recorded last modification time. Return t in
12653 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12654 <teirllm@auburn.edu>.
12655 (tramp-handle-write-region): Pass modtime explicitely to
12656 `set-visited-file-modtime', because filename can be different
12657 from (buffer-file-name) if `file-precious-flag' is set.
12658 `set-visited-file-modtime' must be called always when `visit' is t
12659 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12660 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12661 nil, don't apply the whole body. If the file doesn't exists, set
12662 modtime to '(-1 65535). Suggested by Luc Teirlinck
12663 <teirllm@auburn.edu>.
12664
12665 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12666
12667 * help.el (describe-bindings): Doc fix.
12668
12669 * subr.el (kbd): Doc fix.
12670
12671 2004-08-08 John Paul Wallington <jpw@gnu.org>
12672
12673 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12674 instead of `string-to-int'.
12675 (define-ibuffer-column mode): Fix indentation.
12676
12677 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12678
12679 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12680
12681 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12682
12683 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12684
12685 * novice.el (disabled-command-function): New variable renamed from
12686 `disabled-command-hook'.
12687 (disabled-command-hook): Keep the _variable_ as alias for
12688 `disabled-command-function' and make obsolete.
12689 (disabled-command-function): Function renamed from
12690 `disabled-command-hook'. Adapt code to name change of the variable.
12691
12692 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12693
12694 * simple.el (completion-root-regexp): New defvar.
12695 (completion-setup-function): Use it instead of a literal string.
12696
12697 2004-08-07 John Paul Wallington <jpw@gnu.org>
12698
12699 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12700 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12701 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12702 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12703
12704 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12705
12706 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12707 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12708
12709 2004-08-04 Kenichi Handa <handa@m17n.org>
12710
12711 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12712 Fix previous change.
12713
12714 2004-08-03 Kenichi Handa <handa@m17n.org>
12715
12716 * international/encoded-kb.el: The following changes are to
12717 utilize key-translation-map instead of minor mode map.
12718 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12719 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12720 (encoded-kbd-last-key): New function.
12721 (encoded-kbd-iso2022-single-shift): New function.
12722 (encoded-kbd-iso2022-designation)
12723 (encoded-kbd-self-insert-iso2022-7bit)
12724 (encoded-kbd-self-insert-iso2022-8bit)
12725 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12726 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12727 key-translation-map.
12728 (encoded-kbd-setup-keymap): Setup key-translation-map.
12729 (saved-key-translation-map): New variable.
12730 (encoded-kbd-mode): Save/restore key-translation-map.
12731 Adjust for the change of encoded-kbd-setup-keymap.
12732
12733 2004-08-02 Kim F. Storm <storm@cua.dk>
12734
12735 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12736 and call compute-motion with nil for topos and width to get proper
12737 usable width and height for both window and non-window systems.
12738
12739 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12740 calculate usable window width and height.
12741
12742 * window.el (window-buffer-height): Call compute-motion with nil width.
12743
12744 2004-08-01 David Kastrup <dak@gnu.org>
12745
12746 * replace.el (query-replace-read-from):
12747 Use `query-replace-compile-replacement'.
12748 (query-replace-compile-replacement): New function.
12749 (query-replace-read-to): Use `query-replace-compile-replacement'
12750 for repeating the last command.
12751
12752 2004-08-01 John Paul Wallington <jpw@gnu.org>
12753
12754 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12755 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12756 (pr-switches): Remove period from end of error messages.
12757
12758 * help-mode.el (help-go-back): Likewise.
12759
12760 * abbrev.el (only-global-abbrevs): Doc fix.
12761 (edit-abbrevs-map): Define within defvar.
12762 (quietly-read-abbrev-file): Doc fix.
12763
12764 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12765
12766 * novice.el (enable-command, disable-command): Doc fixes.
12767
12768 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12769
12770 2004-07-30 Richard M. Stallman <rms@gnu.org>
12771
12772 * subr.el (with-local-quit): Doc fix.
12773
12774 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12775
12776 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12777
12778 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12779
12780 * custom.el (defcustom): Doc fix.
12781
12782 2004-07-28 Masatake YAMATO <jet@gyve.org>
12783
12784 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12785
12786 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * imenu.el (imenu-prev-index-position-function)
12789 (imenu-extract-index-name-function, imenu-name-lookup-function)
12790 (imenu--index-alist): Docstring redundancy fix.
12791
12792 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12793
12794 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12795 binding dired-backup-overwrite.
12796
12797 2004-07-25 John Paul Wallington <jpw@gnu.org>
12798
12799 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12800
12801 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12802
12803 * term/tty-colors.el (tty-color-approximate): Doc fix.
12804
12805 * select.el (x-get-selection, x-set-selection): Doc fixes.
12806
12807 * frame.el (make-frame): Doc fix.
12808
12809 2004-07-24 Richard M. Stallman <rms@gnu.org>
12810
12811 * mail/rmail.el (rmail-mime-charset-pattern):
12812 Don't include semicolon in the charset value.
12813
12814 * replace.el (occur-next-error): Call set-window-point.
12815 (occur-engine): Handle negative NLINES.
12816
12817 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12818
12819 * frame.el (modify-all-frames-parameters): Minor doc fix.
12820 (set-frame-configuration): Doc fix.
12821
12822 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12823
12824 * simple.el (completion-setup-function): Compute the common parts
12825 and the first difference place correctly when
12826 partial-completion-mode is on.
12827
12828 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12829
12830 * ps-print.el: Doc fix.
12831 (ps-print-version): New version 6.6.5.
12832 (ps-printing-region): Doc fix.
12833 (ps-generate-string-list): Comment fix.
12834 (ps-message-log-max): Code fix.
12835
12836 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12837
12838 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12839 generated PostScript.
12840
12841 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12842
12843 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12844 with Gnus v5_10 branch.)
12845
12846 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12847
12848 * calendar/time-date.el (time-to-number-of-days): New function.
12849 Imported from from Gnus.
12850
12851 2004-07-22 Kim F. Storm <storm@cua.dk>
12852
12853 * progmodes/make-mode.el: Fix comments.
12854
12855 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12856
12857 * printing.el: Doc fix.
12858
12859 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12860
12861 * frame.el (modify-all-frames-parameters): Minor doc fix.
12862
12863 2004-07-20 Richard M. Stallman <rms@gnu.org>
12864
12865 * textmodes/fill.el (fill-nobreak-p): If this break point is
12866 at the end of the line, don't consider the newline which follows
12867 as a reason to return t.
12868
12869 2004-07-19 John Paul Wallington <jpw@gnu.org>
12870
12871 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12872
12873 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12874
12875 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12876 Delete irrelevant code.
12877
12878 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12879
12880 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12881 New docstring. From Luc Teirlinck.
12882
12883 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12884
12885 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12886 section.
12887 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12888 non-file buffers. We know it is nil.
12889
12890 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12891
12892 Sync with Tramp 2.0.43.
12893
12894 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12895 Remove outdated comment.
12896 (tramp-locked, tramp-locker): New variables for implementing a
12897 global lock.
12898 (tramp-sh-file-name-handler): Use them to implement the global lock.
12899
12900 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12901
12902 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12903 calls to respective `xxx` calls.
12904 (tramp-process-alive-regexp): Precise doc string.
12905 (tramp-multi-action-process-alive): New defun.
12906 (tramp-multi-actions): Use it.
12907 (tramp-handle-find-backup-file-name): `copy-tree' is available
12908 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12909 in order to avoid this function.
12910 (tramp-handle-write-region): Set current buffer. If connection
12911 wasn't open, `file-modes' has changed it accidently. Reported by
12912 David Kastrup <dak@gnu.org>.
12913 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12914 HOST.
12915 (tramp-action-password, tramp-multi-action-password): Apply it.
12916 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12917 name must still contain the port number. Otherwise, we have two
12918 Tramp buffers, with all the confusion. Reported by Myron Selby
12919 <myron@xytech.com> and Rolf Dubitzky
12920 <Dubitzky@physi.uni-heidelberg.de>.
12921
12922 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12923 HOST to `tramp-enter-passwd'.
12924
12925 * net/tramp-vc.el (all): Code cleanup. Change all
12926 `tramp-handle-xxx' calls to respective `xxx` calls.
12927
12928 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12929
12930 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12931 functions that are not erroneous if either 1-valued or
12932 multi-valued. Detect functions in this class.
12933 (testcover-1value-functions, testcover-compose-functions)
12934 (testcover-progn-functions) Add some additional functions to lists.
12935 (testcover-mark): Bugfix when marking up the definition for an
12936 empty function.
12937
12938 2004-07-17 Richard M. Stallman <rms@gnu.org>
12939
12940 * replace.el (occur-read-primary-args): Pass default to
12941 read-from-minibuffer.
12942
12943 * mail/footnote.el (footnote-section-tag): Use defcustom.
12944
12945 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12946 Compile font-lock-keywords, not KEYWORDS.
12947 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12948 Add warn, check-type. Handle cerror like error.
12949
12950 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12951
12952 * progmodes/which-func.el (which-func-keymap): New var.
12953 (which-func-face): New face.
12954 (which-func-format): Use them.
12955
12956 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12957
12958 * buff-menu.el (list-buffers-noselect): Append the buffer's
12959 process status to its mode name.
12960
12961 2004-07-16 Kim F. Storm <storm@cua.dk>
12962
12963 * simple.el (inhibit-mark-movement): New defvar.
12964 (beginning-of-buffer, end-of-buffer): Do not push mark if
12965 inhibit-mark-movement is non-nil or C-u prefix is given.
12966
12967 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12968 Init to beginning-of-buffer and end-of-buffer.
12969 (cua--undo-push-mark): New defvar.
12970 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12971 already active and command is in cua--preserve-mark-commands.
12972 Also fix check for shift modifier on non-window systems.
12973 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12974
12975 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12976
12977 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12978 of two integers, instead of a cons.
12979
12980 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12981 `visited-file-modtime' now returns a list of two integers, instead
12982 of a cons.
12983
12984 * dired.el (dired-directory-changed-p): Ditto.
12985
12986 * progmodes/grep.el (grep): Doc fix.
12987
12988 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12989
12990 * autorevert.el (auto-revert-tail-mode)
12991 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12992 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12993 in both at the same time.
12994 (auto-revert-tail-mode): New command.
12995 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12996 (auto-revert-handler): Revert only either tail or whole file.
12997
12998 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12999 add auto-revert-tail-mode.
13000
13001 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13002
13003 * printing.el: Doc fix. Change name of some funs.
13004 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13005 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13006 (pr-standard-file-name): New fun. Replace pr-standard-path.
13007 (pr-call-process): Code fix.
13008
13009 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13010
13011 * subr.el (with-selected-window): Doc fix.
13012
13013 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13014
13015 * subr.el (get-buffer-window-list): Doc fix.
13016
13017 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13018
13019 * files.el (switch-to-buffer-other-window): Doc fix.
13020
13021 * window.el (save-selected-window, one-window-p)
13022 (split-window-keep-point, split-window-vertically)
13023 (split-window-horizontally): Doc fixes.
13024
13025 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13026
13027 * printing.el: Doc fix. Now it uses call-process instead of
13028 shell-command for low command execution.
13029 (pr-version): New version number (6.8).
13030 (pr-shell-file-name): Option removed.
13031 (pr-shell-command): Fun removed.
13032 (pr-call-process): New fun. Replace pr-shell-command.
13033 (pr-standard-path, pr-remove-nil-from-list): New funs.
13034 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13035 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13036 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13037 (pr-ps-utility-process, pr-txt-print): Code fix.
13038
13039 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13040
13041 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13042 boolean.
13043
13044 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13045
13046 * wid-edit.el (widget-field-buffer): Doc fix.
13047
13048 2004-07-09 John Paul Wallington <jpw@gnu.org>
13049
13050 * emacs-lisp/re-builder.el (reb-update-overlays):
13051 Distinguish between one and several matches in message.
13052
13053 2004-07-09 Richard M. Stallman <rms@gnu.org>
13054
13055 * mouse.el (mouse-set-region-1): If transient-mark-mode
13056 is `identity', change it to `only'.
13057
13058 * simple.el (current-word): Doc fix.
13059
13060 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13061
13062 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13063 so that it is more understanding of whitespace.
13064
13065 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13066 (("ns" . "element") (attr-list) children) instead of
13067 ((:ns . "element") (attr-list) children) in order to reduce the
13068 number of symbols used.
13069 (xml-skip-dtd): Change to use xml-parse-dtd but set
13070 xml-validating-parsing to nil.
13071 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13072 (xml-substitute-entity): Remove in favor of new entity substitution.
13073 (xml-substitute-special): Rewrite in to substitute complex
13074 entities from DOCTYPE declarations.
13075 (xml-parse-fragment): Parse fragments from entity deleclarations.
13076 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13077 (xml-parse-dtd, xml-substitute-special): Make validity checks
13078 conditioned on xml-validating-parser. Add "Not Well Formed" to
13079 error messages about well-formedness.
13080
13081 2004-07-08 Steven Tamm <steventamm@mac.com>
13082
13083 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13084 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13085 Do not treat double clicks and triple clicks specially in the
13086 scroll bar (preventing strange repositioning problems)
13087
13088 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * replace.el (query-replace-regexp-eval): Fix last change.
13091
13092 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * replace.el (query-replace-descr): New fun.
13095 (query-replace-read-from, query-replace-read-args): Default to the
13096 previous from&to.
13097 (query-replace-read-to): Quote the `from' string when displaying it.
13098 (query-replace-regexp-eval): Immediately check read-only status.
13099 Use query-replace-read-from to get the \n checking.
13100 Quote the `from' string when displaying it.
13101 (map-query-replace-regexp, occur-read-primary-args):
13102 Quote the `from' string when displaying it.
13103
13104 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13105 delimited-ness of the search to query-replace.
13106
13107 * replace.el (query-replace-read-from, query-replace-read-to):
13108 New funs extracted from query-replace-read-args.
13109 (query-replace-read-args): Use them.
13110
13111 * replace.el (query-replace-interactive, query-replace-read-args):
13112 Remove the `initial' special value.
13113 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13114 (occur-engine): Remove unused var `matchend'.
13115
13116 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13117 Use the search string without prompting.
13118
13119 2004-07-05 Kenichi Handa <handa@m17n.org>
13120
13121 * international/mule.el (decode-coding-inserted-region):
13122 Set last-coding-system-used only when coding is nil.
13123
13124 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13125
13126 * progmodes/grep.el (grep-compute-defaults, grep-command)
13127 (grep-program, find-program, grep-find-use-xargs, grep-history)
13128 (grep-find-history, grep-tag-default, grep-find-command)
13129 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13130 Add autoload cookies, for unbundled packages that load `compile'
13131 and expect all grep-related symbols to become defined.
13132
13133 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13134
13135 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13136 (iimage-mode-image-search-path): New user option to search the
13137 image file.
13138 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13139 have locate-file.
13140 (iimage-mode-buffer): Use it.
13141
13142 2004-07-03 Nick Roberts <nickrob@gnu.org>
13143
13144 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13145 carefully.
13146 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13147
13148 2004-07-03 Juri Linkov <juri@jurta.org>
13149
13150 * replace.el (query-replace-read-args): Swallow space after 'foo,
13151 not after (quote foo). Match space only immediately after symbol,
13152 not anywhere in the whole string.
13153
13154 2004-07-02 Richard M. Stallman <rms@gnu.org>
13155
13156 * replace.el (query-replace-read-args): Swallow space after
13157 symbols, not after closeparens. But avoid error if string ends there.
13158
13159 * progmodes/python.el (python-beginning-of-statement):
13160 Exit the loop if backward-up-list gets error.
13161
13162 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13163
13164 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13165
13166 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13167 only if vc-consult-headers is non-nil.
13168
13169 2004-07-02 Juri Linkov <juri@jurta.org>
13170
13171 * pcvs.el (cvs-mode-diff-repository): New command.
13172
13173 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13174
13175 2004-07-01 Juri Linkov <juri@jurta.org>
13176
13177 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13178 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13179 C-M-% to isearch-query-replace-regexp.
13180 (minibuffer-local-isearch-map): Add arrow key bindings.
13181 Bind C-f to isearch-yank-char-in-minibuffer.
13182 (isearch-forward): Doc fix.
13183 (isearch-edit-string): Doc fix.
13184 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13185 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13186 (isearch-yank-char): Add optional arg.
13187 (isearch-yank-char-in-minibuffer): New fun.
13188
13189 * replace.el (query-replace-interactive): Change type from boolean
13190 to choice. Add value `initial'.
13191 (query-replace-read-args): Handle value `initial' of
13192 query-replace-interactive.
13193
13194 2004-06-29 Kim F. Storm <storm@cua.dk>
13195
13196 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13197 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13198
13199 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13200 Add :group 'ada.
13201
13202 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13203
13204 2004-06-29 Juri Linkov <juri@jurta.org>
13205
13206 * replace.el (query-replace-read-args): Swallow a space after
13207 everything except )]" which in most cases means after a symbol.
13208
13209 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13210
13211 2004-06-28 Richard M. Stallman <rms@gnu.org>
13212
13213 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13214 More changes to go with previous change in font-lock.el.
13215
13216 2004-06-26 David Kastrup <dak@gnu.org>
13217
13218 * replace.el (perform-replace): Highlight the match even in
13219 non-query mode if there is potential replace string editing.
13220
13221 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13222
13223 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13224 agree with new return value of `file-remote-p'.
13225 This syncs with Tramp 2.0.42.
13226
13227 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13228 according to new documentation of `file-remote-p'.
13229
13230 * files.el (file-remote-p): Fix doc to say that return value is
13231 identification of remote system, if not nil.
13232 (file-relative-name): Use new return value of `file-remote-p'.
13233
13234 2004-06-26 Nick Roberts <nickrob@gnu.org>
13235
13236 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13237 (gdb-goto-breakpoint): Fix breakage.
13238
13239 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13240
13241 * man.el (Man-getpage-in-background): Add windows-nt to the list
13242 of systems where shell-file-name should be used instead of
13243 literal "sh".
13244
13245 2004-06-25 Sam Steingold <sds@gnu.org>
13246
13247 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13248 function names `(setf symbol)'.
13249
13250 2004-06-24 Richard M. Stallman <rms@gnu.org>
13251
13252 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13253
13254 * font-lock.el (font-lock-keywords): Change format of compiled values.
13255 Document it.
13256 (font-lock-add-keywords): If font-lock-keywords is compiled,
13257 extract the uncompiled version, modify, then recompile.
13258 (font-lock-remove-keywords): Likewise.
13259 (font-lock-fontify-keywords-region): Handle changed format.
13260 (font-lock-compile-keywords): Handle changed format.
13261 (font-lock-set-defaults): Compile the keywords explicitly here.
13262
13263 2004-06-24 David Kastrup <dak@gnu.org>
13264
13265 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13266 replacements here.
13267 (query-replace-regexp): Doc string explaining this and the new
13268 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13269 is better placed in `query-replace-read-args'.
13270 (replace-regexp): Explain `\,', `\#' and `\?'.
13271 (replace-match-data): New function for thorough reuse/destruction
13272 of old match-data.
13273 (replace-match-maybe-edit): Function for implementing `\?' editing.
13274 (perform-replace): Fix maintaining of the match stack including
13275 already matched regions, implement `\?', fix various problems
13276 with regions while editing and other stuff.
13277 (replace-highlight): Simplify.
13278
13279 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13280
13281 * progmodes/grep.el (grep-error-screen-columns): New variable.
13282 (grep-regexp-alist): Give it the full functionality of gnu style
13283 compilation messages with line and column ranges. Ask me for the
13284 perl script I'm working on, that uses these.
13285
13286 2004-06-23 Nick Roberts <nickrob@gnu.org>
13287
13288 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13289 Remove.
13290 (comint-insert-input, comint-mouse-insert-input): New functions
13291 based on comint-insert-clicked-input for two bindings but just
13292 one functionality.
13293
13294 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13295
13296 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13297
13298 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13299
13300 * files.el (write-contents-functions): Doc fix.
13301
13302 2004-06-21 Juanma Barranquero <lektu@terra.es>
13303
13304 * image.el (image-library-alist): Rewrite docstring in active voice.
13305
13306 2004-06-20 Richard M. Stallman <rms@gnu.org>
13307
13308 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13309
13310 * isearch.el (isearch-repeat): Avoid testing old match data.
13311 (isearch-message): Display trailing space in special font
13312 when search is failing.
13313 (isearch-search-fun-function): Doc fix.
13314
13315 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13316
13317 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13318
13319 * frame.el (show-trailing-whitespace): Doc fix.
13320
13321 * cus-edit.el (custom-variable-documentation): New function.
13322 (custom-variable): Use it.
13323
13324 2004-06-19 Nick Roberts <nickrob@gnu.org>
13325
13326 * man.el (Man-getpage-in-background): Revert previous change but
13327 make cygwin a special case.
13328
13329 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13330
13331 * autorevert.el (global-auto-revert-non-file-buffers):
13332 Update docstring.
13333
13334 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13335
13336 * progmodes/compile.el (compilation-error-properties): Store one
13337 more than end-col, if present, so that transient-mark-mode will
13338 highlight last char too.
13339 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13340 ranges, if present.
13341
13342 2004-06-18 Jason Rumney <jasonr@gnu.org>
13343
13344 * makefile.w32-in: Double percent signs in for loops.
13345
13346 2004-06-17 David Kastrup <dak@gnu.org>
13347
13348 * replace.el (query-replace-read-args): Only warn about use of \n
13349 and \t when we are doing a regexp replacement and the actual
13350 escaped character is n or t.
13351 (query-replace-regexp): Add \, and \# interpretation to
13352 interactive call and document it.
13353 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13354 as shortkey for replace-count.
13355 (replace-quote): New function for doubling backslashes.
13356
13357 2004-06-17 Juanma Barranquero <lektu@terra.es>
13358
13359 * files.el (parse-colon-path, cd): Mention in docstring that the
13360 path separator is colon in GNU-like systems.
13361
13362 * newcomment.el (comment-region-internal): Fix docstring.
13363
13364 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13365 (ewoc-invalidate, ewoc-collect): Doc fixes.
13366 (ewoc--create-node, ewoc--delete-node-internal):
13367 Fix typos in docstring.
13368
13369 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13370
13371 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13372 manual to docstring.
13373
13374 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13375
13376 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13377
13378 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13379
13380 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13381 Add hyperlink to emacs-xtra manual to docstring.
13382
13383 * autorevert.el (global-auto-revert-non-file-buffers):
13384 Add hyperlink to emacs-xtra manual to docstring, as well as an
13385 info-link.
13386
13387 2004-06-14 Juanma Barranquero <lektu@terra.es>
13388
13389 * image.el (image-library-alist): New variable to map image types
13390 to external libraries. Initialized to nil, unless system-specific
13391 configs change it.
13392 (image-type-available-p): Determine whether an image type is
13393 available by calling `init-image-library'.
13394
13395 * term/w32-win.el (image-library-alist): Initialize to a known set
13396 of probable library names.
13397
13398 2004-06-14 Kenichi Handa <handa@m17n.org>
13399
13400 * international/code-pages.el (windows-1256, cp1125): Fix tables
13401 for several characters.
13402
13403 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13404
13405 2004-06-13 Richard M. Stallman <rms@gnu.org>
13406
13407 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13408
13409 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13410 not "`pc-selection-mode'".
13411
13412 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13413
13414 * simple.el (previous-matching-history-element): Specify a default.
13415
13416 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13417
13418 * cus-face.el (custom-declare-face): Simplify code.
13419
13420 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13421
13422 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13423
13424 * files.el (before-save-hook): Add `time-stamp' to the options.
13425
13426 * time-stamp.el (time-stamp): Recommend adding it to
13427 `before-save-hook', rather than `write-file-functions'.
13428 Make a similar change in `Commentary' section.
13429
13430 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13431
13432 * diff-mode.el (diff-current-defun): If at start of hunk, use
13433 position of first change.
13434
13435 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13436
13437 * dired-x.el (dired-mark-omitted): Bind to "*O".
13438
13439 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13440
13441 * bookmark.el (bookmark-bmenu-relocate): New function, as
13442 suggested by David J. Biesack <David.Biesack@sas.com>.
13443 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13444 (bookmark-bmenu-mode): Describe binding in doc string.
13445 (bookmark-set-filename): Save the bookmark list if it's time.
13446
13447 2004-06-13 Kenichi Handa <handa@m17n.org>
13448
13449 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13450 (ccl-untranslated-to-ucs): Fix typo.
13451
13452 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13453
13454 * progmodes/python.el (python-open-block-statement-p):
13455 Fix indentation after a block opening that contains a comment.
13456
13457 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13458
13459 * bindings.el (completion-ignored-extensions): Add file extensions
13460 of Python byte-compiled files.
13461
13462 2004-06-12 Juri Linkov <juri@jurta.org>
13463
13464 * info.el (Info-goto-node): Add autoload.
13465 (Info-toc): Add substring-no-properties on Info file name.
13466 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13467 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13468
13469 2004-06-12 Kenichi Handa <handa@m17n.org>
13470
13471 * international/mule-cmds.el (set-language-environment):
13472 Load subst tables if necessary.
13473
13474 * international/mule.el (decode-char): Load subst tables if necessary.
13475 (encode-char): Likewise.
13476
13477 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13478 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13479 (utf-16le-decode-loop): Set r5 to -1 before loop.
13480 (utf-16be-decode-loop): Likewise.
13481 (ccl-decode-mule-utf-16le): Add EOF processing block.
13482 (ccl-decode-mule-utf-16be): Likewise.
13483 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13484 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13485 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13486 (ccl-mule-utf-16-encode-untrans): New CCL.
13487 (utf-16-decode-to-ucs): Handle pre-read character.
13488 (utf-16le-encode-loop): Handle surrogate pair.
13489 (utf-16be-encode-loop): Likewise.
13490 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13491 of utf-16le-encode-loop.
13492 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13493 of utf-16be-encode-loop.
13494 (mule-utf-16-post-read-conversion):
13495 Call utf-8-post-read-conversion at first.
13496 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13497 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13498 Add post-read-conversion and pre-write-conversion.
13499
13500 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13501 (utf-translate-cjk-unicode-range): New variable.
13502 (utf-translate-cjk-load-tables): New function.
13503 (utf-lookup-subst-table-for-decode): New function.
13504 (utf-lookup-subst-table-for-encode): New function.
13505 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13506 tables here. Update safe-charsets of utf-* coding systems.
13507 (ccl-mule-utf-untrans): New CCL.
13508 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13509 at end of each branch.
13510 (ccl-mule-utf-8-encode-untrans): New CCL.
13511 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13512 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13513 length of encoding. Don't return r0.
13514 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13515 (utf-8-post-read-conversion): Narrow to region properly.
13516 If utf-translate-cjk-mode is on, load tables if necessary.
13517 Call utf-8-compose with hash-table arg if necessary.
13518 Call XXX-compose-region instead of XXX-post-read-convesion.
13519 (utf-8-pre-write-conversion): New function.
13520 (mule-utf-8): Include CJK charsets in safe-charsets if
13521 utf-translate-cjk-mode is on. Add pre-write-conversion.
13522
13523 * international/characters.el: Temporarily set
13524 utf-translate-cjk-mode to nil.
13525
13526 * language/devan-util.el (devanagari-compose-region):
13527 Add autoload cookie.
13528
13529 * international/ccl.el (ccl-dump-call): Fix printing the
13530 subroutine name.
13531
13532 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13533
13534 * dired.el (dired-revert): If buffer is marked unmodified before
13535 reverting, keep it marked unmodified.
13536 Adapt to new conventions for commenting out code.
13537 (dired-make-relative): Adapt to new conventions for commenting out code.
13538
13539 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13540
13541 * eshell/esh-module.el (eshell-load-defgroups):
13542 Bind `vc-handled-backends' to nil when opening files.
13543
13544 2004-06-11 Juanma Barranquero <lektu@terra.es>
13545
13546 * files.el (parse-colon-path, cd): Doc fixes (refer to
13547 `path-separator', not colon).
13548
13549 2004-06-10 Juanma Barranquero <lektu@terra.es>
13550
13551 * newcomment.el (comment-search-forward)
13552 (comment-search-backward): Fix typos in docstring.
13553 (comment-region): Doc fix.
13554
13555 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13556
13557 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13558 switch is no longer stored in `dired-switches-alist'.
13559
13560 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13561 `dired-switches-alist'.
13562
13563 2004-06-10 Kim F. Storm <storm@cua.dk>
13564
13565 * pcvs.el (cvs-mode-diff-yesterday): New command.
13566
13567 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13568
13569 2004-06-10 Juri Linkov <juri@jurta.org>
13570
13571 * emacs-lisp/edebug.el (edebug-eval-defun):
13572 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13573 Fix docstring.
13574
13575 * simple.el (eval-expression-print-format): Don't print additional
13576 information on the first call to `eval-print-last-sexp'.
13577 (next-error-find-buffer): Fix punctuation.
13578 (killing) <defgroup>: Fix punctuation.
13579 (yank-excluded-properties): Change group from editing to killing.
13580
13581 * replace.el (perform-replace): Use `limit' to terminate the
13582 while-loop explicitly.
13583
13584 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13585
13586 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13587 Use lc-*.xpm as prefix instead of *-locol.xpm.
13588
13589 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13590 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13591 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13592 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13593 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13594 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13595 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13596 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13597 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13598 * toolbar/lc-up_arrow.xpm:
13599 Rename from *-locol.xpm.
13600
13601 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13602
13603 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13604 include forms like &<str>; as valid url patterns.
13605
13606 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13607
13608 * dired.el (dired-diff, dired-backup-diff)
13609 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13610 (dired-do-chown, dired-do-touch, dired-do-print)
13611 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13612 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13613 (dired-create-directory, dired-do-copy, dired-do-symlink)
13614 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13615 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13616 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13617 (dired-maybe-insert-subdir, dired-next-subdir)
13618 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13619 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13620 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13621 (dired-run-shell-command, dired-query): Remove redundant,
13622 or incorrect, autoloads.
13623
13624 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13625 does not end in a slash. Add optional argument KILL-ROOT.
13626 Update docstring.
13627 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13628 (dired-query): Add autoloads.
13629
13630 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13631
13632 * progmodes/compile.el (compilation-set-window-height):
13633 Rearrange the save-* functions because a buffer can have several current
13634 point in different windows.
13635 (compilation-error-regexp-alist-alist): Recognize {standard input}
13636 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13637
13638 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13639
13640 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13641 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13642 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13643 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13644 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13645 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13646 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13647 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13648 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13649 * toolbar/up_arrow-locol.xpm:
13650 New versions of icons that uses fewer colors.
13651
13652 * toolbar/tool-bar.el (tool-bar-local-item)
13653 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13654 if display-color-cells is 256 or less.
13655
13656 2004-06-08 Kim F. Storm <storm@cua.dk>
13657
13658 * wid-edit.el (widget-specify-button): Use hand pointer rather
13659 than mouse-face as visible mouse-over effect.
13660
13661 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13662
13663 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13664 and `print-level' to nil when writing out `save-place-alist'.
13665 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13666
13667 2004-06-07 Juanma Barranquero <lektu@terra.es>
13668
13669 * completion.el (completion-kill-region): Doc fix.
13670
13671 * format.el (format-insert-annotations)
13672 (format-annotate-location): Doc fixes.
13673 (format-subtract-regions): Make arguments match their use in docstring.
13674
13675 * simple.el (kill-region): Doc fix.
13676
13677 * subr.el (insert-buffer-substring-no-properties)
13678 (insert-buffer-substring-as-yank): Doc fixes.
13679
13680 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13681
13682 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13683 Update docstring.
13684 (dired-reset-subdir-switches): New function.
13685
13686 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13687 Limit scope of `buffer-read-only' binding.
13688
13689 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13690
13691 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13692 eshell-explicit-command-char.
13693
13694 2004-06-06 Juanma Barranquero <lektu@terra.es>
13695
13696 * help-fns.el (help-argument-name): Inherit from italic face only
13697 if the frame supports it.
13698
13699 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13700
13701 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13702 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13703 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13704 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13705 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13706 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13707 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13708 New conversions from xpm files.
13709
13710 * toolbar/README: New file.
13711
13712 2004-06-06 Richard M. Stallman <rms@gnu.org>
13713
13714 * isearch.el (isearch-mode-map): Undo previous change.
13715
13716 2004-06-05 Juri Linkov <juri@jurta.org>
13717
13718 * bindings.el (debug-ignored-errors): Add regexps for history
13719 related messages. Remove $ from "No further undo information".
13720 Move Ediff's messages to ediff.el.
13721
13722 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13723
13724 * cus-edit.el (custom-display): Add `min-colors'.
13725
13726 * custom.el (defface): Add `supports' to docstring.
13727
13728 * help-fns.el (help-argument-name): Add :group 'help.
13729
13730 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13731
13732 * find-dired.el (find-ls-subdir-switches): New user option.
13733 (find-dired): No longer call `abbreviate-file-name' on DIR.
13734 Set `dired-subdir-switches' buffer-locally.
13735
13736 * locate.el: Merge the two `Commentary' sections.
13737 (locate-ls-subdir-switches): New user option.
13738 (locate): Update for other changes.
13739 (locate-mode-map): Restore Dired binding for mouse-2.
13740 Bind `locate-mouse-view-file' to M-mouse-2.
13741 Bind `l' to `locate-do-redisplay'.
13742 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13743 (locate-mouse-view-file, locate-tags, locate-find-directory):
13744 Print message if used outside main listing.
13745 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13746 Various changes to support inserted subdirectories.
13747 (locate-insert-header): Change header of *Locate* buffer.
13748
13749 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13750 Change interactive default switches.
13751 (dired-rename-subdir-2): Update `dired-switches-alist'.
13752 (dired-insert-subdir, dired-kill-subdir):
13753 Handle `dired-switches-alist'. Do not mark buffer modified.
13754 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13755 (dired-insert-subdir-doinsert): Omit messages.
13756 Handle `dired-subdir-switches'.
13757 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13758
13759 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13760 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13761 subdirs if -R switch is used for a subdir.
13762 (dired-mode): Set `dired-switches-alist'.
13763 (dired-build-subdir-alist): Only print number of directories in
13764 echo area when invoked interactively.
13765
13766 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13767
13768 * dired-x.el (dired-omit-mode): Rename from
13769 dired-omit-files-p. Use define-minor-mode to define it.
13770 (dired-omit-files-p): Add as alias for dired-omit-mode.
13771 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13772 dired-mark-omitted.
13773 (dired-mark-omitted): Add. Bind to M-O.
13774
13775 2004-06-05 Kenichi Handa <handa@m17n.org>
13776
13777 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13778
13779 2004-06-05 Juanma Barranquero <lektu@terra.es>
13780
13781 * help-fns.el (help-argument-name): Reintroduce face.
13782 (help-default-arg-highlight): Use it, now that
13783 `face-differs-from-default-p' can be trusted.
13784
13785 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13786
13787 * textmodes/table.el: Sentence commands added to Point Motion
13788 group; kill and backward-kill commands added to Extraction group.
13789
13790 2004-06-04 Mario Lang <mlang@delysid.org>
13791
13792 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13793 systems appear to use mW, make the code handle this. Fix a
13794 division-by-zero bug while at it, and handle kernels with
13795 a slightly different layout in /proc/acpi.
13796
13797 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13798
13799 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13800 because the latter is a CL-ism. This fixes the bug reported by
13801 Shawn Boyette <mdxi@collapsar.net> in
13802 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13803
13804 2004-06-04 Miles Bader <miles@gnu.org>
13805
13806 * faces.el (display-supports-face-attributes-p): Function moved to
13807 C code. Previously only the tty-related portion of this function
13808 was done in C; however the previous attempt to do a halfway-proper
13809 job for non-tty displays in lisp didn't work properly because of
13810 funny conditions during Emacs startup.
13811 (face-differs-from-default-p): Simplify, now that
13812 display-supports-face-attributes-p works properly on all display
13813 types. Remove :stipple from comparison; it doesn't really work
13814 in emacs anyway.
13815
13816 2004-06-04 Miles Bader <miles@gnu.org>
13817
13818 * faces.el (face-differs-from-default-p): Use a different
13819 implementation, so we can really check whether FACE displays
13820 differently or not.
13821
13822 2004-06-04 Miles Bader <miles@gnu.org>
13823
13824 * faces.el (display-supports-face-attributes-p): Implement a
13825 `different from default' check for non-tty displays.
13826
13827 2004-06-03 David Kastrup <dak@gnu.org>
13828
13829 * woman.el (woman-mapcan): More concise code.
13830 (woman-topic-all-completions, woman-topic-all-completions-1)
13831 (woman-topic-all-completions-merge): Replace by a simpler and
13832 much faster implementation based on O(n log n) sort/merge instead
13833 of the old O(n^2) behavior.
13834
13835 2004-06-03 Miles Bader <miles@gnu.org>
13836
13837 * subr.el (read-number): Use canonical format for default in prompt.
13838
13839 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13840 Add regexp for " [...]" style defaults.
13841
13842 2004-06-02 Romain Francoise <romain@orebokech.com>
13843
13844 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13845 groups: if the user asks for a hidden buffer, open the
13846 corresponding filter group to expose it.
13847
13848 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13849 `ibuffer-jump-to-buffer'.
13850 (ibuffer-jump-offer-only-visible-buffers): New user option.
13851
13852 2004-06-02 Juanma Barranquero <lektu@terra.es>
13853
13854 * faces.el (frame-update-faces): Add empty docstring so the one
13855 for `ignore' doesn't show through.
13856
13857 * subr.el (process-kill-without-query): Remove spurious "\n" on
13858 obsolescence string.
13859 (focus-frame, unfocus-frame): Add obsolescence declaration and
13860 empty docstring.
13861
13862 * international/mule.el (register-char-codings): Make alias for
13863 `ignore'. Move docstring to obsolescence info and remove redundancy.
13864
13865 2004-06-02 Kim F. Storm <storm@cua.dk>
13866
13867 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13868 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13869
13870 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13871
13872 * comint.el (comint-replace-by-expanded-history-before-point):
13873 Obey `start' as the docstring says.
13874 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13875 (comint-update-fence): Prevent font-lock from running unnecessarily.
13876 (comint-dynamic-list-completions): Use with-current-buffer.
13877
13878 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13879
13880 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13881 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13882 (bibtex-entry-update): Handle alternatives and optional fields.
13883 (bibtex-parse-entry): Bugfix, handle empty key.
13884
13885 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13886
13887 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13888
13889 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13890
13891 * desktop.el (desktop-save): Don't save minor modes without a
13892 known mode initialization function.
13893
13894 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13895
13896 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13897
13898 * autorevert.el: Update `Commentary' section.
13899
13900 2004-05-30 Juanma Barranquero <lektu@terra.es>
13901
13902 * dos-fns.el (convert-standard-filename):
13903 * files.el (convert-standard-filename):
13904 * w32-fns.el (convert-standard-filename):
13905 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13906
13907 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13908
13909 Sync with Tramp.
13910
13911 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13912 (tramp-let-maybe): Move to an earlier spot in the file.
13913 Patch by Andreas Schwab.
13914
13915 2004-05-30 Andreas Schwab <schwab@suse.de>
13916
13917 * dired.el (dired-get-filename): Don't use dired-re-dot.
13918
13919 2004-05-30 Richard M. Stallman <rms@gnu.org>
13920
13921 * files.el (find-file): Doc fix.
13922
13923 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13924
13925 2004-05-30 Nick Roberts <nickrob@gnu.org>
13926
13927 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13928 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13929 modeline of the locals buffer.
13930 (gdb-goto-breakpoint): Handle gdbmi.
13931 (gdb-get-frame-number): Change for gdbmi.
13932
13933 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13934
13935 * files.el (file-remote-p): Apply file name handler for operation
13936 `file-remote-p'. It isn' a property any longer.
13937 (file-relative-name): `fh' and `fd' get the required value via
13938 `find-file-name-handler' already.
13939
13940 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13941 (top): Remove setting of `file-remote-p' property for
13942 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13943
13944 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13945
13946 Version 2.0.41 of Tramp released.
13947
13948 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13949 Throw away if process has died.
13950 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13951 (tramp-out-of-band-prompt-regexp): Rename to
13952 `tramp-process-alive-regexp', because its usage is widen.
13953 (tramp-actions-copy-out-of-band): Apply it.
13954 (tramp-actions-before-shell, tramp-multi-actions):
13955 Add `tramp-action-process-alive' action.
13956 (tramp-action-process-alive): New defun.
13957 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13958 Add entry for `file-remote-p'.
13959 (tramp-handle-file-remote-p): New defun.
13960 (top): Remove setting of `file-remote-p'. Don't set
13961 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13962
13963 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13964 `file-remote-p'.
13965
13966 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13967 counted for (last) line. [They should or they shouldn't? --Stef]
13968 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13969
13970 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13971
13972 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13973 not really necessary but seems to keep the shell history smaller
13974 in some cases. It is no substitute for setting HISTFILE and
13975 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13976 though. Suggested by Luc Teirlinck.
13977 (tramp-open-connection-setup-interactive-shell): Export variables
13978 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13979 (tramp-set-process-query-on-exit-flag): New compat function.
13980 (tramp-open-connection-multi, tramp-open-connection-su)
13981 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13982 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13983 (tramp-let-maybe): New macro, let-binds a variable only if it
13984 isn't obsolete.
13985 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13986 (tramp-handle-file-truename): Use it.
13987 (tramp-completion-file-name-regexp-unified): Avoid matching
13988 filenames starting with "/:" -- those are reserved for
13989 file-name-non-special.
13990
13991 * tramp-smb.el (tramp-smb-open-connection):
13992 Use tramp-set-process-query-on-exit-flag compat function.
13993
13994 2004-05-29 Richard M. Stallman <rms@gnu.org>
13995
13996 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13997
13998 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13999 (eval-last-sexp-print-value): Print char equivalent regardless
14000 of standard-output value.
14001
14002 * thumbs.el (thumbs-subst-char-in-string): Delete.
14003 (thumbs-thumbname): Use subst-char-in-string.
14004 (thumbs-resize-image): Use condition-case, not ignore-errors.
14005 (thumbs-kill-buffer): Likewise.
14006
14007 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14008 (thumbs-mode): Make buffer read-only.
14009 (thumbs-make-thumb): Unconditionally accept an existing file.
14010 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14011 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14012 (thumbs-show-thumbs-list): Error if images not supported.
14013 (thumbs-save-current-image): Improve prompt string.
14014 (thumbs-mode-map): Define u, R, x.
14015 (thumbs-unmark): New command.
14016 (thumbs-emboss-image): Minor cleanup.
14017 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14018 (thumbs-rename-images): New command.
14019 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14020
14021 * thumbs.el (thumbs-current-image): New function.
14022 (thumbs-file-list, thumbs-file-alist): New functions.
14023 (thumbs-find-image): Delete arg L.
14024 Don't set up thumbs-fileL as buffer-local global var.
14025 (thumbs-find-image-at-point): Use thumbs-current-image.
14026 (thumbs-set-image-at-point-to-root-window): Likewise.
14027 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14028 Record and warn about errors. Update thumbs-markedL for deletions.
14029 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14030 (thumbs-redraw-buffer): Use thumbs-file-list.
14031 (thumbs-mark): Use thumbs-current-image.
14032 (thumbs-show-name): Use thumbs-current-image.
14033
14034 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14035 and imenu--last-menubar-index-alist.
14036
14037 * subr.el (with-selected-window): Undo previous change.
14038
14039 2004-05-29 John Paul Wallington <jpw@gnu.org>
14040
14041 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14042 (thumbs-mouse-find-image): New command.
14043 (thumbs-mode-map): Bind it to mouse-2.
14044 (thumbs-mode): Make mode-class special.
14045 (thumbs-view-image-mode): Likewise.
14046
14047 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14048
14049 * flymake.el: New file.
14050
14051 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14052
14053 * files.el (find-file-noselect-1): Do not bind
14054 `inhibit-read-only' to t during execution of
14055 `find-file-not-found-functions'.
14056
14057 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14058
14059 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14060 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14061
14062 2004-05-28 Juri Linkov <juri@jurta.org>
14063
14064 * simple.el (eval-expression-print-format): New fun.
14065
14066 * simple.el (eval-expression):
14067 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14068 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14069 (edebug-eval-expression): Print additionally the value returned by
14070 `eval-expression-print-format'.
14071
14072 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14073 (insert-pair): Make arguments optional. Find character pair
14074 from `insert-pair-alist' according to the last input event.
14075 (insert-parentheses): Make arguments optional.
14076 (raise-sexp, delete-pair): New funs.
14077
14078 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14079 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14080 Bind C-M-q to `indent-pp-sexp'.
14081
14082 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14083 `pp-to-string' modified to be able to format text with newlines.
14084 (pp-to-string): Move the buffer-formatting part of the code to
14085 `pp-buffer'. Call `pp-buffer'.
14086
14087 * info.el (Info-desktop-buffer-misc-data): Don't save information
14088 about virtual files.
14089 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14090 buffers with names obtained from the desktop file instead of the
14091 default *info* buffer.
14092
14093 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14094
14095 * subr.el (with-selected-window): Only save/restore the selected window.
14096
14097 * progmodes/compile.el (compilation-error-regexp-alist):
14098 Use expand-file-name and data-directory.
14099
14100 * progmodes/grep.el (grep-tree): Rework previous fix.
14101
14102 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14103 after the user marked text with the mouse.
14104
14105 * startup.el (command-line): Keep the first regexp of
14106 auto-save-file-name-transforms intact.
14107
14108 2004-05-28 Juanma Barranquero <lektu@terra.es>
14109
14110 * cus-edit.el (customize-face, customize-face-other-window)
14111 (custom-face-edit-delete): Make arguments match their use in
14112 docstring.
14113 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14114 docstring.
14115
14116 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14117 not `cvs-butlast'.
14118
14119 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14120 `nbutlast' are in subr.el).
14121
14122 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14123 (set-w32-system-coding-system): Doc fixes.
14124
14125 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14126 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14127 Make arguments match their use in docstring.
14128 (artist-draw-region-trim-line-endings)
14129 (artist-mouse-choose-operation): Fix typo in docstring.
14130 (artist-key-set-point-common): Doc fix.
14131
14132 2004-05-28 Simon Josefsson <jas@extundo.com>
14133
14134 * mail/smtpmail.el (smtpmail-open-stream):
14135 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14136
14137 2004-05-26 Simon Josefsson <jas@extundo.com>
14138
14139 * starttls.el: Merge with my GNUTLS based starttls.el.
14140 (starttls-gnutls-program, starttls-use-gnutls)
14141 (starttls-extra-arguments, starttls-process-connection-type)
14142 (starttls-connect, starttls-failure, starttls-success): New variables.
14143 (starttls-program, starttls-extra-args): Doc fix.
14144 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14145 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14146 and pass on to corresponding *-gnutls function if it is set.
14147
14148 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14149
14150 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14151 remote files.
14152
14153 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14154
14155 * files.el (file-name-non-special): There are more operations
14156 which need handling: `find-backup-file-name',
14157 `insert-file-contents', `verify-visited-file-modtime',
14158 `write-region'. Rename t value of method to `add'. Add new
14159 methods `quote' and `unquote-then-quote' to file-arg-indices.
14160
14161 2004-05-25 Juri Linkov <juri@jurta.org>
14162
14163 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14164 (Info-index-nodes): Enclose code in condition-case to catch errors.
14165 (Info-index-node): Don't search all index nodes if request is only
14166 for the current node and file is not in the cache of index nodes.
14167 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14168 for consistency with dired-copy-filename-as-kill.
14169 Bind `S' to Info-search-case-sensitively.
14170 (Info-copy-current-node-name): New arg. With zero prefix arg put
14171 the name inside a function call to `info'. Display copied text in
14172 the echo area.
14173
14174 2004-05-25 Sam Steingold <sds@gnu.org>
14175
14176 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14177 strip the package prefix from the symbol name, if any.
14178 Make it the `find-tag-default-function' for `lisp-mode'.
14179
14180 2004-05-25 John Paul Wallington <jpw@gnu.org>
14181
14182 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14183 instead of obsolete `process-kill-without-query'.
14184
14185 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14186 Declare as variable, not constant.
14187
14188 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14189
14190 * files.el (find-file-noselect-1): Fix bug introduced by
14191 Revision 1.694. As a side effect, `inhibit-read-only'
14192 is again, by default, t during execution of
14193 `find-file-not-found-functions'.
14194 (insert-directory): Check that lines were really inserted by
14195 the --dired switch, before erasing them.
14196
14197 2004-05-24 Nick Roberts <nickrob@gnu.org>
14198
14199 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14200 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14201 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14202 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14203 gud-minor-mode (gdbmi).
14204
14205 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14206
14207 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14208 explicitly select the text to be taken as URL.
14209
14210 2004-05-23 Juri Linkov <juri@jurta.org>
14211
14212 * info.el (Info-index-nodes): New var and fun.
14213 (Info-goto-index, Info-index, info-apropos)
14214 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14215 (Info-index): Fix docstring. Store and restore Info-history-list.
14216 (Info-complete-nodes): New var.
14217 (Info-complete-menu-item): Use it.
14218 (Info-index-node): New fun.
14219 (Info-final-node, Info-forward-node, Info-backward-node)
14220 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14221 Use Info-index-node.
14222 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14223 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14224 (Info-find-node-2): If a node with period in its name not found,
14225 try to find a node without the name part after period.
14226 (Info-select-node): Call Info-fontify-node only if
14227 Info-fontify-maximum-menu-size is not nil.
14228 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14229 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14230 Preserve Info-history-list.
14231 (Info-toc): Set Info-current-file.
14232 (Info-build-toc): Move point to the beginning of the buffer.
14233 Add main-file variable.
14234 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14235 Use backslashed representation of the control character ^_.
14236
14237 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14238 numbers in the new Texinfo 4.7 format.
14239
14240 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14241 regexps for function and variable names.
14242
14243 * descr-text.el (describe-property-list): Add [show] button for
14244 `syntax-table' property with action to pp to a separate buffer.
14245 (describe-char): Replace search-forward by re-search-forward with
14246 whitespace regexp after "character:" to not fail in too narrow windows.
14247
14248 * simple.el (next-error-find-buffer): Add a rule to return
14249 next-error capable buffer if one window on the selected frame
14250 displays such buffer.
14251
14252 2004-05-23 Nick Roberts <nickrob@gnu.org>
14253
14254 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14255 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14256 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14257 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14258 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14259 Handle new value for gud-minor-mode (gdbmi).
14260 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14261 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14262 Change from local to global gdb variable set.
14263 (gdb-ann3): Initialise above gdb variable set.
14264 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14265 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14266 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14267 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14268 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14269 (gdb-info-locals-handler, gdb-invalidate-assembler)
14270 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14271 set as global variables.
14272 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14273 Handle gdbmi.
14274 (gdb-info-breakpoints-custom): Fix regexp.
14275 (def-gdb-var): Delete.
14276
14277 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14278 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14279 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14280 a new mode. The file (gdb-mi.el) for this mode will be included
14281 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14282 primary interface.
14283
14284 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14285
14286 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14287 interpreted as a directory.
14288
14289 2004-05-22 Richard M. Stallman <rms@gnu.org>
14290
14291 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14292 as a close quote.
14293
14294 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14295
14296 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14297 Use assoc-string, not assoc-ignore-case.
14298
14299 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14300
14301 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14302 If moving back then fwd gets a defun that ends before point,
14303 try again moving fwd then back.
14304
14305 * files.el (file-name-non-special): Allow t in file-arg-indices
14306 to mean requote the return value. Use `identity' as an element
14307 rather than as the whole value.
14308
14309 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14310
14311 2004-05-22 Juanma Barranquero <lektu@terra.es>
14312
14313 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14314 `help-make-usage'.
14315 (help-highlight-arguments): Skip function name before searching
14316 for arguments.
14317
14318 2004-05-21 Juanma Barranquero <lektu@terra.es>
14319
14320 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14321 Don't mention in the docstring these arguments meant for
14322 internal (recursive) use only.
14323 (allout-char-spec): Comment out (it's not implemented).
14324 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14325 obsolescence declaration.
14326 (allout-flatten-exposed-to-buffer)
14327 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14328 (my-mark-marker): Doc fix.
14329 (produce-allout-mode-map, allout-sibling-index)
14330 (allout-isearch-expose, allout-distinctive-bullet)
14331 (allout-open-topic, allout-reindent-body)
14332 (allout-rebullet-heading, allout-process-exposed)
14333 (allout-insert-listified, allout-latex-verb-quote)
14334 (allout-insert-latex-header, allout-insert-latex-trailer):
14335 Make arguments match their use in docstring.
14336 (allout-primary-bullet, allout-old-style-prefixes)
14337 (allout-inhibit-protection, allout-init, allout-mode)
14338 (allout-before-change-protect, allout-flag-region):
14339 Use "Emacs" instead of "emacs" in docstrings.
14340
14341 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14342
14343 * international/characters.el: Modify syntax of more characters.
14344
14345 2004-05-21 Masatake YAMATO <jet@gyve.org>
14346
14347 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14348 (etags-tags-completion-table): Show parsing progress.
14349
14350 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14351
14352 * locate.el (locate-prompt-for-command): Shorten first line of
14353 docstring.
14354 (locate-mode): Expand docstring and include keymap summary.
14355
14356 * files.el (find-file-noselect-1): Limit the scope of the
14357 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14358 is, by default, nil during the execution of
14359 `find-file-not-found-functions' and `find-file-hook'.
14360
14361 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14362
14363 * facemenu.el (facemenu-color-name-equal): New function.
14364 (list-colors-display): Use it to compare colors instead of
14365 facemenu-color-equal.
14366
14367 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14368
14369 * compare-w.el (compare-windows-face): Use min-colors instead of
14370 checking for tty or pc types.
14371
14372 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14373
14374 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14375 (completion-setup-function): Use with-current-buffer.
14376 Properly save excursion. Simplify.
14377 Don't assume there is necessarily a `mouse-face' property somewhere.
14378
14379 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14380
14381 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14382
14383 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14384 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14385 Use with-current-buffer.
14386 (byte-goto-log-buffer): Delete.
14387 (byte-compile-log-file): Call compilation-forget-errors.
14388
14389 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14390
14391 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14392 output messages into the search result.
14393
14394 2004-05-19 Masatake YAMATO <jet@gyve.org>
14395
14396 * wid-edit.el (widget-radio-button-notify): Revert my last
14397 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14398
14399 2004-05-19 Kenichi Handa <handa@m17n.org>
14400
14401 * international/characters.el: Fix syntax (open/close) of CJK chars.
14402
14403 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14404
14405 * help-mode.el (help-go-back): Don't depend on position of back button.
14406
14407 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14410 files files don't contain an accidental additional /.
14411
14412 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14413 in source buffer.
14414
14415 2004-05-18 Masatake YAMATO <jet@gyve.org>
14416
14417 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14418 to widget-apply. :action method assumes 2 arguments, not 3.
14419
14420 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14421
14422 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14423 New constants.
14424 (hs-special-modes-alist): Add an f90-mode entry.
14425
14426 2004-05-17 Sam Steingold <sds@gnu.org>
14427
14428 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14429 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14430
14431 2004-05-16 Kim F. Storm <storm@cua.dk>
14432
14433 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14434
14435 2004-05-15 John Wiegley <johnw@newartisans.com>
14436
14437 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14438 (eshell-output-object-to-target): Improve output speed 20% by not
14439 calling `eshell-stringify' if something is already known to be a string.
14440
14441 2004-05-15 Alex Ott <ott@jet.msk.su>
14442
14443 * textmodes/ispell.el (ispell-local-dictionary-alist):
14444 Add windows-1251 to the choice of coding systems.
14445 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14446 encoded in cp1251.
14447
14448 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14449
14450 * progmodes/compile.el (compilation-warning-face)
14451 (compilation-info-face): Use min-colors.
14452
14453 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14454
14455 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14456 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14457 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14458 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14459 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14460 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14461 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14462 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14463 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14464 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14465 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14466 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14467 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14468 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14469
14470 2004-05-15 Kim F. Storm <storm@cua.dk>
14471
14472 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14473 Use it to set triggered-p element of timer.
14474 (timer-event-handler): Set triggered-p element non-nil while running
14475 the timer function.
14476
14477 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14478
14479 * descr-text.el (describe-char-unicode-data)
14480 (describe-char-unicodedata-file): Re-enable the unicode code now that
14481 the licensing issues have been cleared in the unicode-4 license.
14482 (describe-text-properties-1): Remove unused `overlay' var.
14483 (describe-char): Remove unused var `buffer'.
14484
14485 2004-05-14 David Ponce <david@dponce.com>
14486
14487 * tree-widget.el: New file.
14488
14489 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14490
14491 * language/european.el ("Brazilian Portuguese"): Add support for
14492 Brazilian Portuguese.
14493
14494 2004-05-13 John Wiegley <johnw@newartisans.com>
14495
14496 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14497 `recentf-mode' if this variable has been customized to t.
14498
14499 * eshell/esh-test.el (eshell-test): Call the function
14500 `emacs-version' rather than trying to build a custom version string.
14501
14502 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * net/telnet.el (telnet-mode): Use define-derived-mode.
14505 Don't modify the global value of comint-prompt-regexp.
14506
14507 2004-05-13 John Paul Wallington <jpw@gnu.org>
14508
14509 * version.el (emacs-version): Check for `gtk' feature before
14510 `x-toolkit' feature.
14511
14512 2004-05-13 Juanma Barranquero <lektu@terra.es>
14513
14514 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14515 arguments in the docstring, they're used only in recursive calls.
14516
14517 * help-fns.el (help-arg-highlighting-function)
14518 (help-argument-name): Delete.
14519 (help-default-arg-highlight): New function.
14520 (help-do-arg-highlighting): Use it.
14521
14522 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14523
14524 * calendar/appt.el (appt-disp-window):
14525 Use `calendar-set-mode-line' for a centered mode-line.
14526
14527 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14528
14529 * calendar/appt.el (appt-disp-window): Do not split window
14530 excessively when `split-height-threshold' is low.
14531
14532 2004-05-12 Nick Roberts <nickrob@gnu.org>
14533
14534 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14535 kill-buffer-hook here and make it local.
14536 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14537
14538 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14539
14540 * progmodes/compile.el (compilation-set-window-height):
14541 Use save-excursion to protect against misplaced marker.
14542
14543 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14544
14545 * custom.el (defface): Document that type can have value gtk.
14546
14547 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14548
14549 2004-05-12 Kenichi Handa <handa@m17n.org>
14550
14551 * descr-text.el: Require quail at comile time.
14552 (describe-char): If an input method is on and it supports the
14553 character, show how to input it.
14554
14555 * international/quail.el (quail-install-decode-map): Accept a
14556 char-table whose subtype is `quail-decode-map'.
14557 (quail-store-decode-map-key, quail-gen-decode-map1)
14558 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14559 (quail-show-key): New functions.
14560
14561 2004-05-12 Juanma Barranquero <lektu@terra.es>
14562
14563 * generic.el (define-generic-mode): Remove redundant arglist info.
14564
14565 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14566 Make arguments match their use in docstring.
14567 (help-arg-highlighting-function): New variable.
14568 (help-argument-name): Mention it in the docstring.
14569 (help-do-arg-highlight): Use it. Expand regexp to accept also
14570 ARG-xxx and xxx-ARG references.
14571
14572 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14573
14574 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14575 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14576 and "mailto:addr1?to=addr2" equal.
14577
14578 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14579
14580 * man.el (Man-getpage-in-background): Use shell-file-name
14581 and shell-command-switch variables instead of hard-coded values.
14582
14583 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14584
14585 * iimage.el: New file.
14586
14587 2004-05-11 Juanma Barranquero <lektu@terra.es>
14588
14589 * custom.el (custom-initialize-default, defcustom):
14590 Fix typo in docstring.
14591
14592 * files.el (set-visited-file-name, file-expand-wildcards):
14593 Fix docstring.
14594
14595 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14596
14597 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14598
14599 * subr.el (eventp): Be more discriminating with integers.
14600
14601 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14602
14603 * progmodes/compile.el (compile): Add universal prefix arg.
14604 (compilation-error-regexp-alist-alist): Add edg patterns.
14605
14606 2004-05-10 Sam Steingold <sds@gnu.org>
14607
14608 * textmodes/ispell.el (ispell-message):
14609 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14610
14611 2004-05-10 Dave Love <fx@gnu.org>
14612
14613 * progmodes/python.el (help-buffer): Autoload when compiling.
14614 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14615 (run-python): Prepend to any existing PYTHONPATH.
14616
14617 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14618
14619 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14620 for pending breakpoints.
14621
14622 2004-05-10 Richard M. Stallman <rms@gnu.org>
14623
14624 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14625 directly without calling any functions in Rmail.
14626 (unrmail-unprune): Function deleted.
14627
14628 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14629
14630 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14631 C-c C-z binding.
14632
14633 2004-05-10 Kenichi Handa <handa@m17n.org>
14634
14635 * descr-text.el (describe-char): Fix previous change. Don't make
14636 a unibyte character to multibyte in the *Help* buffer.
14637
14638 2004-05-10 Miles Bader <miles@gnu.org>
14639
14640 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14641 buffer an error if the debugger process is actually running.
14642
14643 2004-05-10 Juanma Barranquero <lektu@terra.es>
14644
14645 * help-fns.el (help-argument-name): Default to italic.
14646 (help-highlight-arguments): Return always (usage . doc), even when
14647 usage is nil.
14648
14649 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14650 (define-ibuffer-filter): Add usage info.
14651 (define-ibuffer-op): Add usage info (but CL-style defaults for
14652 keyword args are not shown).
14653
14654 * subr.el (remove-overlays, read-passwd): Fix docstring.
14655 (start-process-shell-command): Fix docstring. Put usage info in a
14656 format usable by `describe-function'.
14657 (open-network-stream, open-network-stream-nowait)
14658 (open-network-stream-server): Fix docstring.
14659
14660 2004-05-09 Jason Rumney <jasonr@gnu.org>
14661
14662 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14663 Only define cp125* if windows-125* is already defined.
14664
14665 * language/korean.el (cp949): Add alias.
14666
14667 * language/chinese.el (cp936, cp950): Add aliases.
14668
14669 * language/japanese.el (cp932): Add alias.
14670
14671 * term/w32-win.el: Require code-pages.
14672
14673 * international/mule-cmds.el (set-locale-environment):
14674 On MS-Windows use ansi code-page for default coding-systems.
14675 Set up paper sizes for Windows 3 letter languages.
14676
14677 * international/code-pages.el (cp932, cp936, cp949, cp950):
14678 Add aliases. Also add cp125* if not already defined.
14679
14680 2004-05-09 Juanma Barranquero <lektu@terra.es>
14681
14682 * help-fns.el (help-highlight-arguments): Don't try to highlight
14683 missing or autoloaded arglists. Accept structured arguments, like
14684 the first ones of `do' and `flet'.
14685
14686 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14687 (cvs-get-marked): Remove redundant arglist info.
14688
14689 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14690 Don't use CL-style default args.
14691
14692 2004-05-08 Andreas Schwab <schwab@suse.de>
14693
14694 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14695
14696 * international/subst-ksc.el: Fix references to utf-translate-cjk
14697 into utf-translate-cjk-mode.
14698 * international/subst-big5.el: Likewise.
14699 * international/subst-gb2312.el: Likewise.
14700 * international/subst-jis.el: Likewise.
14701 * international/utf-16.el: Likewise.
14702 * international/utf-8.el: Likewise.
14703
14704 2004-05-08 John Wiegley <johnw@newartisans.com>
14705
14706 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14707 "virtual buffers" (off by default), which makes it possible to
14708 switch to the "virtual" buffers of recently visited files. When a
14709 buffer name search fails, and this option is on, iswitchb will
14710 look at the list of recently visited files, and permit matching
14711 against those names. When the user hits RET on a match, it will
14712 revisit that file.
14713 (iswitchb-read-buffer): Add two optional arguments, which makes
14714 isearchb.el possible.
14715 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14716 (iswitchb-next-match): Add support for virtual buffers.
14717
14718 * isearchb.el: This module extends iswitchb to provide "as you
14719 type" buffer selection.
14720
14721 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14722 Ignore the read-only property when flyspell highlighting is on.
14723 Not ignoring it leads to a series of confusing errors.
14724 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14725 but also make sure to call flyspell-incorrect-hook.
14726 (flyspell-maybe-correct-transposition): Perform transposition test
14727 by bit twiddling a string, rather than using a temp buffer.
14728 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14729 buffer. This is also the original version of the code, which
14730 could not be checked in before due to a previous lack of
14731 assignment papers. This version has seen heavy usage on my system
14732 for several years now.
14733
14734 * calendar/cal-bahai.el: New file, which adds support for the
14735 Baha'i calendar to Emacs. This calendar is based on a solar year
14736 of 19 months of 19 days, with 4 intercalary days. Each year
14737 begins on March 21, with the calendar starting in 1844.
14738
14739 * calendar/cal-menu.el, calendar/calendar.el
14740 * calendar/diary-lib.el, calendar/holidays.el:
14741 Added support for using cal-bahai.el.
14742
14743 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14744 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14745 function can be used outside of eshell buffers.
14746 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14747
14748 2004-05-08 Juanma Barranquero <lektu@terra.es>
14749
14750 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14751 word constituent so FOO-ARG is not recognized as an arg.
14752 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14753
14754 * simple.el (next-error): Fix typo in docstring.
14755 (open-line): Make argument names match their use in docstring.
14756 (split-line): Fix docstring.
14757
14758 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14759 usable by `describe-function'.
14760 (gensym, gentemp, typep, ignore-errors): Make argument names match
14761 their use in docstring.
14762
14763 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14764 argument to `help-setup-xref'.
14765
14766 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14767
14768 Version 2.0.40 of Tramp released.
14769
14770 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14771 Use symbol-function to invoke functions only known on some Emacs
14772 flavors. This avoids byte-compiler warnings. Reported by Kevin
14773 Scaldeferri <kevin@scaldeferri.com>.
14774 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14775 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14776 consistent with the other tramp-do-* functions.
14777 (tramp-do-copy-or-rename-file): Calls adjusted.
14778 (tramp-process-initial-commands): Avoid liveness check on shell --
14779 we know that it must be alive since we're opening a connection at
14780 this moment.
14781 (tramp-last-cmd): New internal variable.
14782 (tramp-process-echoes): New tunable.
14783 (tramp-send-command): Set tramp-last-cmd.
14784 (tramp-wait-for-output): Delete echo, if applicable.
14785 (tramp-read-passwd): Construct the key for the password cache in a
14786 way that works for multi methods, too.
14787 (tramp-bug): Add backup-directory-alist and
14788 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14789
14790 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14791
14792 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14793
14794 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14795 (tramp-actions-copy-out-of-band): New defcustoms.
14796 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14797 used instead of a synchronous one. Allows password entering.
14798 (tramp-action-out-of-band): New defun.
14799 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14800 Remove restriction with password from doc string.
14801 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14802 `tramp-out-of-band-prompt-regexp',
14803 `tramp-actions-copy-out-of-band', `password-cache' and
14804 `password-cache-expiry'.
14805 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14806 password caching.
14807 (tramp-touch): FILE can be a local file, too.
14808 (TODO): Remove items done.
14809 (tramp-handle-insert-directory): Properly quote file name also if
14810 not full-directory-p. Handle wildcard case. Reported by Andreas
14811 Schwab <schwab@suse.de>.
14812 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14813 new file.
14814 (tramp-handle-file-local-copy, tramp-handle-write-region):
14815 The permissions of the temporary file are set if filename exists.
14816 Reported by Ted Stern <stern@cray.com>.
14817 (tramp-backup-directory-alist)
14818 (tramp-bkup-backup-directory-info): New defcustoms.
14819 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14820 (tramp-handle-find-backup-file-name): New function.
14821 Implements Tramp's find-backup-file-name.
14822
14823 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14824 for `find-backup-file-name'.
14825
14826 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14827 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14828
14829 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14830
14831 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14832
14833 2004-05-07 Juanma Barranquero <lektu@terra.es>
14834
14835 * subr.el (lambda): Add arglist description to docstring.
14836 (declare): Fix typo in docstring.
14837 (open-network-stream): Fix docstring.
14838 (process-kill-without-query): Fix docstring and add obsolescence info.
14839 (last, butlast, nbutlast): Make arguments match their use in docstring.
14840 (insert-buffer-substring-no-properties): Likewise.
14841 (insert-buffer-substring-as-yank): Likewise.
14842 (split-string): Fix docstring.
14843
14844 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14845 Make argument names match their use in docstring.
14846
14847 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14848
14849 2004-05-06 Nick Roberts <nickrob@gnu.org>
14850
14851 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14852 Fit first sentence on one line for apropos-command.
14853
14854 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 Changes largely merged in from Dave Love's code.
14857 * progmodes/python.el: Doc fixes.
14858 (python-mode-map): Add python-complete-symbol.
14859 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14860 (python-comment-indent, python-complete-symbol)
14861 (python-symbol-completions, python-partial-symbol)
14862 (python-try-complete): New.
14863 (python-indent-line): Remove optional arg. Use python-block-end-p.
14864 (python-check): Bind compilation-error-regexp-alist.
14865 (inferior-python-mode): Use rx. Move keybindings to top level.
14866 Set comint-input-filter.
14867 (python-preoutput-filter): Use rx.
14868 (python-input-filter): Re-introduce.
14869 (python-proc): Start new process if necessary.
14870 Check python-buffer non-nil.
14871 (view-return-to-alist): Defvar.
14872 (python-send-receive): New.
14873 (python-eldoc-function): Use it.
14874 (python-mode-running): Don't defvar.
14875 (python-mode): Set comment-indent-function.
14876 Maybe update hippie-expand-try-functions-list.
14877 (python-indentation-levels): Initialize differently.
14878 (python-block-end-p): New.
14879 (python-indent-line): Use it.
14880 (python-compilation-regexp-alist): Augment.
14881 (run-python): Import `emacs' module to Python rather than loading
14882 code directly. Set python-buffer differently.
14883 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14884 Use python-proc.
14885 (python-send-command): Go to end of comint buffer.
14886 (python-load-file): Use python-proc, emacs.eimport.
14887 (python-describe-symbol): Simplify interactive form.
14888 Use emacs.help. Do use temp-buffer-show-hook.
14889 Call print-help-return-message.
14890 (hippie-exp): Require when compiling.
14891 (python-preoutput-continuation): Use rx.
14892
14893 * diff-mode.el (diff-make-unified): Fix regexp.
14894
14895 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14896
14897 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14898 filter groups from the buffer when rebuilding the Ibuffer buffer
14899 and `ibuffer-show-empty-filter-groups' is nil.
14900
14901 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14902
14903 * ps-print.el (ps-print-quote): Call ps-value-string.
14904 (ps-setup): Call ps-comment-string.
14905 (ps-value-string, ps-comment-string): New funs.
14906
14907 2004-05-06 Juanma Barranquero <lektu@terra.es>
14908
14909 * ehelp.el (electric-help-command-loop): Check whether the last
14910 character is visible, not (point-max).
14911
14912 * help-fns.el (help-argument-name): Default to bold; don't inherit
14913 from font-lock-variable-name-face.
14914 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14915
14916 2004-05-05 Kenichi Handa <handa@m17n.org>
14917
14918 * descr-text.el (describe-char): Copy the character with text
14919 properties and overlays into the first line, and call
14920 describe-text-properties on it.
14921
14922 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14923
14924 * iswitchb.el (iswitchb-global-map): Fix typo.
14925 Remove unwanted ###autoloads from source file.
14926
14927 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14928
14929 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14930 in run-hooks. Use substitute-command-keys in message.
14931 (wdired-abort-changes): Add message.
14932
14933 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14934
14935 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14936 (sql-emacs20-p): Remove.
14937 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14938 (sql-builtin-face, sql-doc-face): Remove.
14939 (sql-mode-ansi-font-lock-keywords)
14940 (sql-mode-oracle-font-lock-keywords)
14941 (sql-mode-postgres-font-lock-keywords)
14942 (sql-mode-linter-font-lock-keywords)
14943 (sql-mode-ms-font-lock-keywords)
14944 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14945 (sql-product-font-lock): Fix font-lock reset when font rules change.
14946 (sql-highlight-product): Remove incorrect font-lock reset logic.
14947
14948 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14949
14950 * ses.el (ses-set-parameter): Fix typo.
14951
14952 2004-05-04 Kim F. Storm <storm@cua.dk>
14953
14954 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14955 Must expand directory for completion to work; and don't mess with
14956 process-environment.
14957 (ido-read-file-name): If command has ido property, don't use ido
14958 if value is ignore, or read as directory if value is dir.
14959 Set ido ignore property for dired-do-rename command.
14960
14961 2004-05-04 Juanma Barranquero <lektu@terra.es>
14962
14963 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14964 (electric-help-help): Check against unmapped commands.
14965
14966 * help-fns.el (help-argument-name): New face, inheriting from
14967 font-lock-variable-name-face, to highlight function arguments in
14968 `describe-function' and `describe-key'.
14969 (help-do-arg-highlight): Auxiliary function to highlight a given
14970 list of arguments in a string.
14971 (help-highlight-arguments): Highlight the function arguments and
14972 all uses of them in the docstring.
14973 (describe-function-1): Use it. Do docstring output via `insert',
14974 not 'princ', so text attributes are preserved.
14975
14976 * winner.el (winner-mode-map): Move `winner-undo' and
14977 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14978 previous bindings conflict with `prev-buffer', `next-buffer').
14979
14980 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14981
14982 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14983 (bibtex-entry-update): New command bound to C-c C-u.
14984 (bibtex-text-in-string): Fix regexp.
14985 (bibtex-assoc-of-regexp): Remove.
14986 (bibtex-progress-message): Fix docstring.
14987 (bibtex-inside-field): Use if.
14988 (bibtex-assoc-regexp): New function.
14989 (bibtex-format-entry): Make code more robust so that it formats
14990 also old entries.
14991 (bibtex-autokey-demangle-title): Merge with obsolete function
14992 bibtex-assoc-of-regexp.
14993 (bibtex-field-list): New function.
14994 (bibtex-entry): Use bibtex-field-list.
14995 (bibtex-parse-entry): Fix docstring.
14996 (bibtex-print-help-message): Use bibtex-field-list.
14997 (bibtex-make-field): Use bibtex-field-list.
14998 (bibtex-entry-index): Bugfix. Return crossref key if required.
14999 (bibtex-lessp): Fix docstring.
15000
15001 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15002
15003 * select.el (xselect-convert-to-string): Move comment to intended line.
15004
15005 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15006
15007 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15008 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15009
15010 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15011
15012 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15013 x-get-selection.
15014
15015 2004-05-03 Jason Rumney <jasonr@gnu.org>
15016
15017 * makefile.nt: Remove.
15018
15019 2004-05-03 Kim F. Storm <storm@cua.dk>
15020
15021 * emulation/cua-base.el (cua--update-indications): Fix last change.
15022 (cua-mode): Deactivate mark when cua-mode is enabled.
15023
15024 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15025
15026 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15027
15028 2004-05-03 Nick Roberts <nickrob@gnu.org>
15029
15030 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15031 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15032 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15033 window over visible frames.
15034 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15035
15036 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * progmodes/compile.el (compilation-gcpro): New var.
15039 (compilation-fake-loc): Use it.
15040 (compilation-forget-errors): Reset it.
15041
15042 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15043
15044 * diff-mode.el (diff-header-face, diff-file-header-face):
15045 Use min-colors.
15046
15047 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15048
15049 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15050 (bibtex-clean-entry): Disentangle code.
15051 (bibtex-realign): New function.
15052 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15053 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15054 Remove undocumented optional arg called-by-convert-alien.
15055 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15056 for sorting instead of bibtex-sort-buffer.
15057
15058 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15059
15060 * progmodes/compile.el (compilation-start): In the
15061 no-async-subprocesses branch, call sit-for to give redisplay a
15062 chance to show the updated process status in the mode line, and
15063 fontify the buffer explicitly after the process exits.
15064
15065 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15066
15067 * progmodes/python.el (python-compilation-line-number): Remove.
15068 (python-compilation-regexp-alist): Don't use it any more.
15069 (python-orig-start, python-input-filter): Remove.
15070 (inferior-python-mode): Don't set up comint-input-filter-functions.
15071 (python-send-region): Use compilation-fake-loc.
15072
15073 * progmodes/compile.el (compilation-messages-start): New var.
15074 (compilation-mode): Don't setup next-error-function here.
15075 (compilation-setup): Set it up here instead (for minor modes as well).
15076 Make compilation-messages-start buffer local.
15077 (compilation-next-error-function): Use it.
15078 (compilation-forget-errors): Set compilation-messages-start.
15079
15080 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15081
15082 * ielm.el (ielm-prompt-read-only): Update docstring.
15083
15084 * comint.el (comint-prompt-read-only): Update docstring.
15085 (comint-update-fence, comint-kill-whole-line)
15086 (comint-kill-region): New functions.
15087
15088 * simple.el (kill-whole-line): Use "p" instead of "P" in
15089 interactive form.
15090
15091 2004-05-01 Juanma Barranquero <lektu@terra.es>
15092
15093 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15094 format arglist so default values in CL-style argument lists are
15095 correctly shown.
15096
15097 2004-05-01 Jason Rumney <jasonr@gnu.org>
15098
15099 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15100
15101 2004-05-01 Kenichi Handa <handa@m17n.org>
15102
15103 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15104 quail file if it is up to date.
15105
15106 2004-04-30 Juri Linkov <juri@jurta.org>
15107
15108 * cus-edit.el (custom-mode-map):
15109 Add key binding `C-x C-s' to `Custom-save'.
15110
15111 * outline.el (outline-blank-line): New var.
15112 (outline-next-preface, outline-show-heading)
15113 (outline-end-of-subtree): Use it.
15114
15115 * dired-aux.el (dired-touch-initial): New fun.
15116 (dired-do-chxxx): Call it for op-symbol `touch'.
15117 (dired-diff): Use `dired-dwim-target-directory'
15118 if current dired buffer has no buffer mark.
15119
15120 * bindings.el (propertized-buffer-identification):
15121 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15122 Add C-M-arrow keys for consistency.
15123
15124 * files.el (confirm-kill-emacs):
15125 Change group from top-level `emacs' to `convenience'.
15126
15127 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15128 Push mark on the first call of successive command calls.
15129 (insert-pair): New fun created from `insert-parentheses' with
15130 `open' and `close' arguments added. Enclose active regions
15131 in paired characters. Compare adjacent characters syntax with
15132 inserted characters syntax before inserting a space.
15133 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15134
15135 * delsel.el: Don't put `delete-selection' property
15136 on `insert-parentheses' symbol to take advantage of
15137 region handling in `insert-pair' function.
15138 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15139
15140 2004-04-30 Kim F. Storm <storm@cua.dk>
15141
15142 * emulation/cua-base.el: Add support for changing cursor types;
15143 based on patch from Michael Mauger.
15144 (cua-normal-cursor-color, cua-read-only-cursor-color)
15145 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15146 Customization cursor type and/or cursor color.
15147 (cua--update-indications): Handle cursor type changes.
15148 (cua-mode): Update cursor indications if enabled.
15149
15150 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15151
15152 * mouse.el (mouse-drag-copy-region): New defcustom.
15153 (mouse-set-region, mouse-drag-region-1): Use it.
15154
15155 * simple.el (kill-ring-save): If region face background color is
15156 unspecified (if no highlighting), show extent of fully visible
15157 region even if transient-mark-mode is enabled.
15158
15159 * emulation/cua-base.el (cua--standard-movement-commands):
15160 Add cua-scroll-up and cua-scroll-down.
15161 (cua-scroll-up, cua-scroll-down): New commands.
15162 (cua--init-keymaps): Remap scroll-up and scroll-down.
15163
15164 * emulation/cua-rect.el (cua--convert-rectangle-as):
15165 New defmacro.
15166 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15167 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15168 New commands (suggested by Jordan Breeding).
15169
15170 2004-04-30 Juanma Barranquero <lektu@terra.es>
15171
15172 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15173
15174 2004-04-30 Mario Lang <mlang@delysid.org>
15175
15176 * diff.el (diff-switches): Fix typo in docstring.
15177
15178 2004-04-30 Alex Schroeder <alex@gnu.org>
15179
15180 * xml.el (xml-debug-print-internal): Don't add newline and
15181 indentation to text nodes and write empty elements as empty tags
15182 instead of opening and closing tags.
15183 (xml-debug-print): Take optional indent-string argument.
15184 (xml-print): Alias for xml-debug-print.
15185
15186 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15187
15188 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15189 than duplicate call to `line-beginning-position'.
15190
15191 * progmodes/f90.el (f90-get-present-comment-type):
15192 Return whitespace, as well as comment chars, for consistent filling
15193 of comment blocks. Use `match-string-no-properties'.
15194 (f90-break-line): Trim trailing whitespace when filling comments.
15195
15196 2004-04-30 Dave Love <fx@gnu.org>
15197
15198 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15199 (diary-from-outlook-internal, diary-from-outlook)
15200 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15201 New functions to import diary entries from Outlook-format
15202 appointments in mail messages.
15203
15204 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15205
15206 * progmodes/python.el (python-send-command): New fun.
15207 (python-send-region, python-load-file): Use it.
15208
15209 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15210
15211 * help-fns.el (help-C-file-name): Use new subr-name.
15212 Prepend `src/' to the file name.
15213 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15214 (describe-function-1, describe-variable): Only find a C source file
15215 name if DOC is already loaded.
15216
15217 * help-mode.el (help-function-def, help-variable-def):
15218 Use the new find-function-search-for-symbol functionality.
15219 Allow FILE to be `C-source'.
15220
15221 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15222 (find-function-C-source): New fun.
15223 (find-function-search-for-symbol): Use it.
15224
15225 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15226
15227 * progmodes/sql.el (sql-product-alist): Rename variable
15228 `sql-product-support'. Add Postgres login parameters.
15229 (sql-set-product, sql-product-feature): Update with renamed variable.
15230 (sql-connect-postgres): Add username prompt.
15231 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15232 Make patterns less product specific.
15233 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15234 (sql-mode-abbrev-table): Modify initialization.
15235 (sql-builtin-face): Add variable.
15236 (sql-keywords-re): Add macro.
15237 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15238 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15239 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15240 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15241 (sql-mode-linter-font-lock-keywords)
15242 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15243 (sql-mode-sybase-font-lock-keywords)
15244 (sql-mode-informix-font-lock-keywords)
15245 (sql-mode-interbase-font-lock-keywords)
15246 (sql-mode-ingres-font-lock-keywords)
15247 (sql-mode-solid-font-lock-keywords)
15248 (sql-mode-sqlite-font-lock-keywords)
15249 (sql-mode-db2-font-lock-keywords): Default to nil.
15250 (sql-product-font-lock): Always highlight ANSI keywords.
15251 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15252 (sql-send-string): Add function.
15253
15254 2004-04-29 Dave Love <fx@gnu.org>
15255
15256 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15257 (cfengine-end-of-defun): Ensure progress through buffer.
15258
15259 * info-look.el (cfengine-mode): Accept a terminal ().
15260
15261 2004-04-29 Juri Linkov <juri@jurta.org>
15262
15263 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15264 instead of isearch-yank-word-or-char. Add new key bindings for
15265 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15266 (isearch-del-char): New fun.
15267 (isearch-forward, isearch-edit-string): Update docstring.
15268 (isearch-yank-char): Doc fix.
15269 (isearch-other-meta-char): Restore point after scrolling.
15270
15271 * progmodes/compile.el (compilation-context-lines): Add nil option
15272 to disable compilation output window scrolling.
15273 (compilation-set-window): Use it.
15274
15275 * outline.el (outline-next-preface, outline-show-heading):
15276 Don't leave unhidden blank line before heading.
15277 (outline-end-of-subtree): Include last newline into subtree.
15278 (hide-entry): Leave point at beginning of heading instead of end.
15279 (outline-up-heading): Push mark for the first call of successive
15280 command calls.
15281
15282 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15283
15284 * comint.el (comint-prompt-read-only): New variable.
15285 (comint-output-filter): Implement it.
15286
15287 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15288 (ielm-prompt-internal): New variable.
15289 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15290 (ielm-send-input): Delete unused variable `buf'.
15291 (ielm-eval-input): Use `ielm-prompt-internal'.
15292 (inferior-emacs-lisp-mode): Use new variables
15293 `comint-prompt-read-only' and `ielm-prompt-internal'.
15294 Get rid of obsolete variable `directory-sep-char'.
15295 (ielm): Use `zerop'.
15296
15297 2004-04-29 John Paul Wallington <jpw@gnu.org>
15298
15299 * thumbs.el (toplevel): Require cl at compile time.
15300 Remove conditional definitions of `ignore-errors' and `caddar'
15301 because they occur at run time.
15302
15303 2004-04-28 Nick Roberts <nickrob@gnu.org>
15304
15305 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15306 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15307 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15308 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15309
15310 * progmodes/gud.el (gud-common-init): Throw an error if program is
15311 already running under gdb.
15312
15313 2004-04-28 John Paul Wallington <jpw@gnu.org>
15314
15315 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15316 (thumbs-show-image-num): Move assignment of
15317 `thumbs-current-image-filename' within scope of `i'.
15318 (thumbs-emboss-image): Don't use `evenp'.
15319
15320 2004-04-28 Richard M. Stallman <rms@gnu.org>
15321
15322 * progmodes/compile.el (compilation-context-lines): Default now 0.
15323
15324 2004-04-28 Juanma Barranquero <lektu@terra.es>
15325
15326 Use `time-less-p' from calendar/time-date.el instead of defining
15327 custom versions of it.
15328
15329 * pcomplete.el (pcomplete-time-less-p): Remove.
15330
15331 * thumbs.el (time-less-p): Remove.
15332
15333 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15334 (timeclock-generate-report): Use `time-less-p'.
15335
15336 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15337 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15338
15339 2004-04-28 Masatake YAMATO <jet@gyve.org>
15340
15341 * subr.el (remove-overlays): Make arguments optional.
15342
15343 * wid-edit.el (widget-specify-button): Put evaporate to the
15344 overlay for sample.
15345 (widget-specify-sample): Put evaporate to the overlay for sample.
15346 (widget-specify-doc): Put evaporate to the overlay for documentation.
15347
15348 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15349
15350 * info.el (info-apropos): Make it an index node. Align node names
15351 like makeinfo.
15352
15353 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15354
15355 * net/browse-url.el (browse-url-netscape-sentinel)
15356 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15357 (browse-url-epiphany-sentinel, browse-url-mosaic):
15358 Use browse-url-*-program instead of a literal program name.
15359
15360 2004-04-27 Kevin Ryde <user42@zip.com.au>
15361
15362 * eshell/em-alias.el:
15363 * eshell/em-dirs.el:
15364 * eshell/em-hist.el:
15365 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15366 features when M-x customize-group loads modules before the main
15367 eshell.el.
15368
15369 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15370
15371 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15372 either a character representation of an event or an event
15373 description list.
15374
15375 * type-break.el: Capitalise Emacs and Lisp.
15376 (type-break-good-break-interval, type-break-demo-boring-stats)
15377 (type-break-terse-messages, type-break-file-name): New defcustoms.
15378 (type-break-post-command-hook)
15379 (type-break-warning-countdown-string): Quote variable names in doc.
15380 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15381 (type-break-mode): Document type-break-good-break-interval and the
15382 "session" file. Schedule break according to the session file.
15383 Kill session file buffer on exit. Organise for save-some-buffers
15384 to always save the session file.
15385 (type-break-mode-line-message-mode, type-break-query-mode):
15386 Uppercase arguments.
15387 (type-break-file-time, type-break-file-keystroke-count, timep)
15388 (type-break-choose-file, type-break-get-previous-time)
15389 (type-break-get-previous-count): New defuns.
15390 (type-break): Avoid break querying after a completed break in the
15391 case where the query was initiated during user invocation of the
15392 break. Optional terse messages.
15393 Use type-break-good-break-interval if type-break-good-rest-interval is
15394 nil. File the break time.
15395 (type-break-schedule): New optional args for overriding the use of
15396 the current time.
15397 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15398 after a break.
15399 (type-break-check): File the keystroke count.
15400 (type-break-do-query): Prevent a second query when the break is
15401 interrupted. Optional terse message.
15402 (type-break-keystroke-reset): Record the start of a typing interval.
15403 (type-break-demo-boring): Optional terse messages. Display word
15404 per minute and keystroke counts according to
15405 type-break-demo-boring-stats.
15406
15407 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15408
15409 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15410 directories, make sure they exist under archive-tmpdir.
15411
15412 2004-04-27 Juri Linkov <juri@jurta.org>
15413
15414 * help.el (view-emacs-news): With argument, display info for the
15415 selected version by finding it among different NEWS files, and
15416 narrowing the buffer to the selected version.
15417
15418 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15419 same-window-buffer-names.
15420 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15421 non-numeric prefix argument, append the number to the buffer name
15422 for numeric prefix argument.
15423 (info-other-window): Bind same-window-regexps to nil.
15424 (Info-reference-name): Rename to Info-point-loc.
15425 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15426 and Info-find-index-name for stringy Info-point-loc.
15427 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15428 without middle `.', but with final `.' and optional line number
15429 for it. Set Info-point-loc for index nodes.
15430 (Info-index): Remove middle `.' from index entry regexp.
15431 Modify line number regexp.
15432 (Info-index-next): Decrement line number.
15433 (info-apropos): Remove middle `.' from index entry regexp.
15434 Add optional line number regexp at the end. Add matched value
15435 for line number to the result list and insert it to the buffer.
15436 Replace match-string by match-string-no-properties.
15437 Reorder result list.
15438 (Info-fontify-node): Hide index line numbers.
15439 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15440 empty matches.
15441 (Info-follow-reference): Use `str' instead of
15442 Info-following-node-name-re.
15443 (Info-toc): Use full file names. Set Info-current-node to "Top".
15444 (Info-fontify-node): Compare file names without directory name.
15445 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15446 Set second arg of Info-extract-menu-node-name for index nodes.
15447 (info-xref-visited): Use magenta3 instead of magenta4.
15448 (Info-mode): Add info-apropos to docstring.
15449
15450 * log-view.el (log-view-diff): Replace interactive code "r"
15451 by a list to allow to call it even if region is not active.
15452
15453 * paren.el (show-paren-highlight-openparen): New var.
15454 (show-paren-function): Turn on openparen highlighting when
15455 matching forward if show-paren-highlight-openparen is non-nil.
15456
15457 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15458 the constant value 1.
15459 (completions-common-part): Expand docstring.
15460
15461 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15462
15463 2004-04-27 Kim F. Storm <storm@cua.dk>
15464
15465 * image.el (insert-sliced-image): Use line-height instead of
15466 line-spacing property on newline.
15467
15468 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15469
15470 * desktop.el (desktop-buffer-misc-data-function): Rename to
15471 desktop-save-buffer and change docstring.
15472 (desktop-buffer-modes-to-save): Delete.
15473 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15474 desktop-buffer-modes-to-save.
15475 (desktop-save): Rename desktop-buffer-misc-data-function to
15476 desktop-save-buffer and allow non-function value.
15477 (desktop-missing-file-warning): Correct docstring.
15478
15479 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15480 to desktop-save-buffer.
15481
15482 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15483 desktop-save-buffer.
15484
15485 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15486
15487 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15488
15489 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15490
15491 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15492
15493 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15494
15495 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15496 (ielm): Only go to the end of the buffer when starting a new process.
15497
15498 2004-04-25 Juanma Barranquero <lektu@terra.es>
15499
15500 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15501 mode line. Bind `inhibit-read-only' to t before modifying
15502 properties of text in the buffer.
15503 (ielm): Force point to the end of buffer, even when running ielm
15504 from inside itself.
15505
15506 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15507
15508 * info.el (info-apropos): Reset Info-complete-cache.
15509
15510 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15511
15512 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15513 Also recognize severe Irix et al. messages.
15514 (compilation-normalize-filename, compile-abbreviate-directory):
15515 Delete functions.
15516 (compilation-get-file-structure): New function inherits
15517 functionality of the two preceding ones.
15518 (compilation-internal-error-properties, compilation-fake-loc):
15519 Use it so that different paths to the same file share the same
15520 markers. Also optimize finding adjacent marker slightly.
15521
15522 2004-04-25 Kim F. Storm <storm@cua.dk>
15523
15524 * image.el (insert-sliced-image): Add line-spacing t property
15525 to newlines separating image lines.
15526
15527 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15528
15529 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15530
15531 * ielm.el (ielm-prompt-read-only): New user option.
15532 (ielm-prompt): Expand docstring to describe new behavior.
15533 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15534 mention it in the docstring.
15535
15536 2004-04-24 Andreas Schwab <schwab@suse.de>
15537
15538 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15539
15540 * diff.el (diff): Set default-directory in diff buffer.
15541
15542 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15543
15544 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15545 mail was being composed if the terminal cannot display more than
15546 one frame; instead, switch to previous frame.
15547
15548 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15549 (rmail-start-mail): Support rmail-mail-new-frame even on
15550 terminals that can display only one frame at a time.
15551
15552 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15553
15554 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15555 (checkdoc-output-font-lock-keywords): Remove error regexp.
15556 (checkdoc-output-mode-map): Remove.
15557 (checkdoc-output-mode): Derive from compilation-mode.
15558 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15559
15560 * dired.el (dired-mode-map): Add a menu entry for wdired.
15561
15562 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15563 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15564
15565 * wdired.el (wdired-mode-map): Move init into declaration.
15566 Fix `return' binding.
15567 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15568 Use force-mode-line-update.
15569 (wdired-get-filename): Use `unless'.
15570 (wdired-preprocess-files): Don't assume names have no \n and use / for
15571 dir separator.
15572 (wdired-normalize-filename): Use replace-regexp-in-string.
15573 (wdired-load-hooks): Remove.
15574 (wdired-mode-hooks): Rename to wdired-mode-hook.
15575
15576 * info-look.el: Add support for cfengine-mode.
15577 (info-lookup-setup-mode): Use dolist.
15578
15579 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15580
15581 * wdired.el: New file.
15582
15583 2004-04-23 Juanma Barranquero <lektu@terra.es>
15584
15585 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15586
15587 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15588 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15589 (pcomplete--help, pcomplete--here): Doc fixes.
15590
15591 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15592
15593 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15594 handles wrong-number-of-arguments in backend call.
15595
15596 * vc.el (vc-print-log): Likewise.
15597
15598 2004-04-20 Dave Love <fx@gnu.org>
15599
15600 * emacs-lisp/rx.el: Doc fixes.
15601 (rx-constituents): Add/extend many forms.
15602 (rx-check): Check form is a list.
15603 (bracket): Defvar.
15604 (rx-check-any, rx-any, rx-check-not): Modify.
15605 (rx-not): Simplify.
15606 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15607 (rx-kleene): Use rx-trans-forms.
15608 (rx-quote-for-set): Delete.
15609 (rx): Allow multiple args.
15610
15611 2004-04-23 Kenichi Handa <handa@m17n.org>
15612
15613 * international/mule-util.el (char-displayable-p): Simplify by
15614 using internal-char-font.
15615
15616 2004-04-23 Juanma Barranquero <lektu@terra.es>
15617
15618 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15619
15620 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15621
15622 * diff-mode.el (diff-next-error): New fun.
15623 (diff-mode): Use it.
15624
15625 * simple.el (next-error): Change arg name.
15626 Add support for the documented C-u C-x ` usage.
15627
15628 * frame.el (special-display-popup-frame, next-multiframe-window)
15629 (previous-multiframe-window): Only consider frames on same display.
15630
15631 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15632
15633 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15634 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15635
15636 2004-04-22 Kim F. Storm <storm@cua.dk>
15637
15638 * net/telnet.el (telnet): Add optional port arg.
15639
15640 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15641
15642 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15643 Minor sanity check on the `hyperlink' slot.
15644
15645 * Makefile.in (recompile): Compile new files.
15646
15647 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15648 Add byte-recompile-directory's optional `arg'.
15649
15650 * cvs-status.el (cvs-tree-use-charset): New var.
15651 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15652 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15653 (cvs-status-cvstrees): Use it.
15654
15655 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15656 Make it a normal major mode.
15657 (checkdoc-buffer-label): Make sure the file name is meaningful.
15658 (checkdoc-output-to-error-buffer): Remove.
15659 (checkdoc-error, checkdoc-start-section): Rewrite.
15660
15661 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15662 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15663 (Info-title-4-face): Use new syntax.
15664 (info-xref-visited): Inherit from info-xref.
15665
15666 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15667
15668 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15669
15670 * simple.el (next-error-last-buffer, next-error-function):
15671 New variables for the next-error framework.
15672 (next-error-buffer-p): New function.
15673 (next-error-find-buffer): Generalize compilation-find-buffer.
15674 (next-error, previous-error, first-error, next-error-no-select)
15675 (previous-error-no-select): Move from compile.el.
15676
15677 * replace.el (occur-next-error, occur-1): Hook into the next-error
15678 framework.
15679
15680 * progmodes/compile.el (compilation-start):
15681 Set next-error-last-buffer so next-error knows where to jump.
15682 (compilation-setup): Set the buffer-local variable
15683 next-error-function to 'compilation-next-error-function.
15684 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15685 alternate way to find if a buffer is a compilation buffer, for
15686 next-error convenience.
15687 (next-error-no-select, previous-error-no-select, next-error)
15688 (previous-error, first-error): Move to simple.el.
15689 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15690 (compilation-last-buffer): Remove.
15691 (compilation-start, compilation-next-error, compilation-setup)
15692 (compilation-next-error-function, compilation-find-buffer):
15693 Remove compilation-last-buffer use.
15694
15695 2004-04-21 Juanma Barranquero <lektu@terra.es>
15696
15697 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15698 (font-lock-warning-face): Fix spacing.
15699
15700 * makefile.w32-in (WINS): Add url/ directory.
15701
15702 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15703
15704 * desktop.el (desktop-buffer-mode-handlers): New variable.
15705 Alist of major mode specific functions to restore a desktop buffer.
15706 (desktop-buffer-handlers): Make variable obsolete.
15707 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15708 Catch errors signaled in handlers. Update buffer count.
15709 Evaluate desktop-buffer-point.
15710 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15711 move to dired.el.
15712 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15713 move to info.el.
15714 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15715 move to mail/rmail.el.
15716 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15717 to mh-e/mh-e.el.
15718 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15719 On fail, print message (to message buffer) even if
15720 desktop-missing-file-warning is nil.
15721 (desktop-buffer-misc-data-function): New buffer local variable.
15722 Function returning major mode specific data.
15723 (desktop-buffer-misc-functions): Make variable obsolete.
15724 (desktop-save): Use desktop-buffer-misc-data-function.
15725 (desktop-buffer-dired-misc-data): Rename to
15726 dired-desktop-buffer-misc-data and move to dired.el.
15727 (desktop-buffer-info-misc-data): Rename to
15728 Info-desktop-buffer-misc-data and move to info.el.
15729 (desktop-read): Add message about number of buffers restored/failed.
15730
15731 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15732 Add parameters. Pause to display error only when
15733 desktop-missing-file-warning is non-nil.
15734 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15735 (dired-mode): Bind desktop-buffer-misc-data-function.
15736
15737 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15738 Add Parameters.
15739 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15740 (Info-mode): Bind desktop-buffer-misc-data-function.
15741
15742 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15743 Add Parameters.
15744
15745 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15746 Add Parameters.
15747
15748 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15749
15750 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15751 the case of letters in case-insensitive expansions when the
15752 abbrev is preceded by characters with letter syntax.
15753
15754 2004-04-21 Richard M. Stallman <rms@gnu.org>
15755
15756 * progmodes/cperl-mode.el (cperl-putback-char):
15757 Delete Emacs 18 definition.
15758
15759 * international/mule.el (ctext-post-read-conversion):
15760 Use assoc-string, not assoc-ignore-case.
15761
15762 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15763
15764 * emacs-lisp/easymenu.el (easy-menu-add):
15765 Do call x-popup-menu, but only if it's defined.
15766
15767 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15768
15769 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15770 Handle multiple args: compile like progn.
15771
15772 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15773 take all args as &rest arg.
15774
15775 * autoinsert.el (auto-insert-alist): Insert the user's name in
15776 copyright notice, rather than Free Software Foundation.
15777
15778 2004-04-21 Kenichi Handa <handa@m17n.org>
15779
15780 * descr-text.el (describe-char): Make it work on *Help* buffer.
15781
15782 2004-04-21 Kim F. Storm <storm@cua.dk>
15783
15784 * image.el (insert-image): Add optional SLICE arg.
15785 (insert-sliced-image): New defun.
15786
15787 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15788
15789 * subr.el (read-number): Check whether `default' is nil.
15790
15791 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15792
15793 * progmodes/compile.el (compilation-error-properties):
15794 Split into two.
15795 (compilation-internal-error-properties): New one.
15796 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15797
15798 2004-04-20 Richard M. Stallman <rms@gnu.org>
15799
15800 * window.el (split-window-save-restore-data):
15801 Don't update the data if OLD-INFO is nil.
15802
15803 * view.el (view-return-to-alist): Mark it permanent local.
15804
15805 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15806
15807 * recentf.el (recentf-save-list): Catch and warn about errors.
15808
15809 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15810 so "Buffers" won't be pure.
15811
15812 * help-mode.el (help-mode-finish): Set help-return-alist first
15813 thing, setting only the entry for the selected window.
15814
15815 * help-fns.el (describe-function-1): If many non-control non-meta
15816 keys run the command, don't list all of them.
15817
15818 2004-04-20 Juanma Barranquero <lektu@terra.es>
15819
15820 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15821 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15822
15823 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15824
15825 2004-04-20 Kenichi Handa <handa@m17n.org>
15826
15827 * international/quail.el (quail-lookup-key): New optional arg
15828 NOT-RESET-INDICES.
15829 (quail-get-translations): Call quail-lookup-key with
15830 NOT-RESET-INDICES t.
15831 (quail-completion): Likewise.
15832 (quail-lookup-map-and-concat): Likewise.
15833
15834 2004-04-20 Kenichi Handa <handa@m17n.org>
15835
15836 * international/quail.el (quail-update-translation): Don't insert
15837 such an unsupported multibyte char in a unibyte buffer.
15838
15839 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15840
15841 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15842 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15843 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15844 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15845 (gdb-frame-assembler-buffer): Improve behaviour with
15846 multiple frames.
15847 (gdb-display-buffer): Extend search to all visible frames.
15848
15849 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15850
15851 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15852 characters left after base64 decoding.
15853 (rmail-decode-region): Use -dos variety of `coding', to remove any
15854 ^M characters left after qp or base64 decoding.
15855
15856 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15857
15858 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15859 messages.
15860
15861 2004-04-19 Stephen Eglen <stephen@gnu.org>
15862
15863 * add-log.el (add-change-log-entry): Update doc string to mention
15864 add-log-full-name and add-log-mailing-address.
15865
15866 2004-04-18 Juri Linkov <juri@jurta.org>
15867
15868 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15869 (Info-find-node-2): Simplify error message.
15870 (Info-insert-dir): Use Info-following-node-name.
15871 (Info-goto-node): Remove *info-history* and *info-toc*.
15872 (Info-history): Create a node of the virtual history file.
15873 (Info-toc): Create a node of the virtual toc file.
15874 (Info-insert-toc): New arg `curr-file' for reference file names.
15875 (info-apropos): Remove redundant var binding for temp-file.
15876 (Info-index, Info-index-next, Info-mode): Doc fix.
15877 (Info-goto-emacs-command-node): Don't jump to *info* from
15878 non-*info* Info buffers.
15879 (Info-fontify-node): Don't show the file name of external
15880 references if `Info-hide-note-references' is `hide'. Don't hide
15881 newlines at the end of paragraphs.
15882
15883 * international/mule-diag.el (list-input-methods):
15884 Fix args to help-xref-button.
15885
15886 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15887 to put into effect local variables from TUTORIAL files.
15888
15889 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15890 with default value taken from the variable `sentence-end'.
15891 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15892 Add nil const to :type.
15893 (sentence-end-without-period, sentence-end-double-space)
15894 (sentence-end-without-space): Doc fix.
15895
15896 * textmodes/paragraphs.el (forward-sentence):
15897 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15898 (fill-delete-newlines):
15899 * progmodes/cc-cmds.el (c-beginning-of-statement):
15900 Use function `sentence-end' instead of variable `sentence-end'.
15901
15902 2004-04-18 Andreas Schwab <schwab@suse.de>
15903
15904 * progmodes/compile.el (compilation-start): Set window start to
15905 point-min if compilation-scroll-output is nil.
15906
15907 2004-04-18 John Wiegley <johnw@newartisans.com>
15908
15909 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15910
15911 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15912
15913 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15914 (gdb-info-breakpoints-custom): Revert previous change.
15915 (gdb-view-assembler): Update assembler if necessary.
15916 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15917 (gdb-display-source-buffer): Update properly when both source and
15918 assembler are visible.
15919
15920 2004-04-17 John Wiegley <johnw@newartisans.com>
15921
15922 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15923 which limits the number of names shown in the minibuffer. Off by
15924 default.
15925 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15926 up iswitchb for users with a multitude of open buffers by showing
15927 only the first and last N/2 buffers in the completion list (which
15928 is enough to aid C-s/C-r, and to know that more characters are
15929 needed to refine the completion list).
15930
15931 2004-04-17 Richard M. Stallman <rms@gnu.org>
15932
15933 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15934 (file-truename): Expand all ~ constructs directly.
15935 (insert-directory): Delete any error msg output by the
15936 `insert-directory-program'.
15937
15938 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15939 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15940 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15941 (allout-init): Use find-file-hook, not find-file-hooks.
15942 (allout-mode): Eliminate Emacs 18 support.
15943 Use write-contents-functions, not local-write-file-hooks.
15944
15945 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15946
15947 * progmodes/compile.el (compilation-error-properties): Fix for
15948 adding messages when there are already markers for their file.
15949 (compilation-fake-loc): New function.
15950
15951 2004-04-16 Dave Love <fx@gnu.org>
15952
15953 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15954 (python-load-file): Fix python-orig-start setting.
15955
15956 * progmodes/compile.el: Doc fixes.
15957 (compilation-error-regexp-alist-alist)
15958 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15959 (compilation-assq): Wrap in eval-when-compile.
15960 (compilation-mode-font-lock-keywords): Don't use list*.
15961 (compilation-start): Avoid warning.
15962 (compilation-compat-error-properties)
15963 (compilation-directory-properties): Add keymap property.
15964 (compilation-parsing-end): Make it a marker for better compatibility.
15965
15966 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15967
15968 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15969
15970 * xml.el: Doc fixes.
15971 (xml-get-children): Only looks at sub-tags and ignore strings.
15972
15973 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15974
15975 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15976
15977 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15978
15979 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15980
15981 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15982
15983 * vc.el (vc-print-log): Likewise.
15984
15985 2004-04-16 Masatake YAMATO <jet@gyve.org>
15986
15987 * simple.el (completion-setup-function): Set an initial value
15988 to `element-common-end' before entering loop. Set a value
15989 to `element-common-end' at the end of loop.
15990 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15991 (completions-common-part): Rename from completion-de-emphasis.
15992 (completions-first-difference): Rename from completion-emphasis.
15993 Suggested by RMS.
15994
15995 2004-04-16 Juanma Barranquero <lektu@terra.es>
15996
15997 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15998 (bookmark-edit-annotation-mode): Add mode name.
15999
16000 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16001
16002 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16003 for nested conflict markers.
16004 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16005
16006 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16007
16008 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16009
16010 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16011
16012 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16015 Give a backtrace if requested.
16016
16017 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16018
16019 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16020 Remove unused functions.
16021 (python-orig-start-line, python-orig-file): Remove.
16022 (python-orig-start): New var.
16023 (python-input-filter, python-compilation-line-number)
16024 (python-send-region, python-load-file): Use it.
16025
16026 * info.el (info): Always jump to *info*.
16027
16028 * subr.el (posn-set-point): New function.
16029
16030 * mouse.el (mouse-set-point): Use it.
16031
16032 * progmodes/compile.el (compile-goto-error): Use it.
16033 (compilation-button-map): New keymap.
16034 (compilation-error-properties): Use it.
16035 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16036
16037 * smerge-mode.el (smerge-popup-context-menu): Use it.
16038
16039 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16040 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16041 mouse and non-mouse case.
16042
16043 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16044 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16045
16046 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16047 Make it work for non-mouse events.
16048
16049 * pcvs-info.el (cvs-status-map): Update binding name.
16050
16051 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16052
16053 * xml.el (xml-maybe-do-ns): New function to handle namespace
16054 parsing of both attribute and element names.
16055 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16056 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16057 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16058 (xml-parse-attlist): Make it do its own namespace parsing.
16059
16060 2004-04-14 Dave Love <fx@gnu.org>
16061
16062 * progmodes/python.el (run-python): Fix use of \n.
16063 (python-load-file): Remove `try' from Python fragment.
16064 (python-describe-symbol): Fix message.
16065
16066 * comint.el: Doc fixes.
16067 (comint-last-input-start, comint-last-input-end)
16068 (comint-last-output-start): Give them values.
16069 (comint-arguments): Avoid warning.
16070 (comint-skip-prompt): Use line-end-position.
16071 (comint-backward-matching-input): Rename arg to agree with doc.
16072 (comint-extract-string): Use syntax-ppss.
16073 (comint-dynamic-simple-complete): Delete useless list construction.
16074 (comint-redirect-subvert-readonly): New.
16075 (comint-redirect-preoutput-filter): Use it.
16076
16077 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16078 Correctly handle negative arguments when calling hook functions.
16079
16080 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16081
16082 * info.el (info-apropos): Don't clobber Info-history-list.
16083
16084 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16085
16086 * progmodes/compile.el (compilation-setup):
16087 Localize overlay-arrow-position.
16088 (compilation-sentinel): Restructure code equivalently.
16089 (compilation-next-error): Find message on same line after point if
16090 not found before point.
16091 (compile-mouse-goto-error): Restore function so that compilation
16092 buffer need not be current and use compile-goto-error.
16093 (compile-goto-error): Restore function.
16094 (next-error): Set overlay-arrow-position.
16095 (compilation-forget-errors): Don't localize already local
16096 compilation-locs and remove FIXME about refontifying.
16097
16098 2004-04-14 Kim F. Storm <storm@cua.dk>
16099
16100 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16101 (command-line): New option -Q. Like -q --no-site-file, but
16102 in addition it also disables menu-bar, tool-bar, scroll-bars,
16103 tool-tips, and the blinking cursor.
16104 (command-line-1): Skip startup screen if -Q.
16105 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16106
16107 * emulation/cua-base.el (cua-read-only-cursor-color)
16108 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16109
16110 2004-04-13 Dave Love <fx@gnu.org>
16111
16112 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16113 (syntax): Don't require.
16114 (python) <defgroup>: Add :version.
16115 (python-quote-syntax): Re-written.
16116 (inferior-python-mode): Move stuff here from run-python and add
16117 some more.
16118 (python-preoutput-continuation, python-preoutput-result)
16119 (python-dotty-syntax-table): New.
16120 (python-describe-symbol): Use them.
16121 (run-python): Move stuff to inferior-python-mode. Modify code
16122 loaded into Python.
16123 (python-send-region): Use python-proc, python-send-string.
16124 (python-send-string): Send newlines too. Callers changed.
16125 (python-load-file): Re-written.
16126 (python-eldoc-function): New.
16127 (info-look): Don't require.
16128 (python-after-info-look): New. A modified version of former
16129 top-level code for use with eval-after-load.
16130 (python-maybe-jython, python-guess-indent): Use widened buffer.
16131 (python-fill-paragraph): Re-written.
16132 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16133 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16134
16135 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16136
16137 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16138 Set compilation-error-regexp-alist earlier.
16139
16140 * progmodes/compile.el (compilation-minor-mode-map)
16141 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16142 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16143
16144 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16145
16146 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16147 corresponding to the event.
16148
16149 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16150
16151 * loadup.el: Add cygwin to system-type list, for unexec() support.
16152
16153 2004-04-12 John Paul Wallington <jpw@gnu.org>
16154
16155 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16156 (ibuffer-restore-window-config-on-quit): New variable to replace
16157 `ibuffer-delete-window-on-quit'. Update all references.
16158 (ibuffer-prev-window-config): New variable.
16159 (ibuffer-quit): Restore previous window configuration instead of
16160 deleting window.
16161 (ibuffer): Save window configuration before showing Ibuffer buffer.
16162
16163 * help.el (describe-mode): Doc fix.
16164
16165 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16168 not to treat nil as a function.
16169
16170 * vc-arch.el (vc-arch-root): Be a bit more careful.
16171 (vc-arch-register): Save the buffer if we modified it.
16172 (vc-arch-delete-rej-if-obsolete): Save excursion.
16173 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16174 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16175
16176 * net/ldap.el (ldap-search): Use list*.
16177
16178 2004-04-12 Juri Linkov <juri@jurta.org>
16179
16180 * info.el (Info-follow-reference): Allow multiline reference name.
16181
16182 2004-04-11 Dave Love <fx@gnu.org>
16183
16184 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16185
16186 * progmodes/python.el: New file.
16187
16188 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16189
16190 * vc-hooks.el (vc-arg-list): Function removed.
16191 (vc-default-workfile-unchanged-p): Use condition-case to check for
16192 backward compatibility.
16193
16194 * vc.el (vc-print-log): Use condition-case to check for backward
16195 compatibility.
16196
16197 2004-04-11 Juri Linkov <juri@jurta.org>
16198
16199 * dired.el (dired-faces): New defgroup.
16200 (dired-header, dired-mark, dired-marked, dired-flagged)
16201 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16202 New faces.
16203 (dired-header-face, dired-mark-face, dired-marked-face)
16204 (dired-flagged-face, dired-warning-face, dired-directory-face)
16205 (dired-symlink-face, dired-ignored-face): New face variables.
16206 (dired-font-lock-keywords): Use them instead of font-lock faces.
16207 Split the rule for dired marks into 3 separate rules: for marks,
16208 marked file names and flagged file names.
16209
16210 * help-mode.el (help-make-xrefs): Add a final newline to the
16211 *Help* buffer.
16212
16213 2004-04-11 John Paul Wallington <jpw@gnu.org>
16214
16215 * replace.el (occur-engine): Distinguish between one and several
16216 matches in the matches per buffer heading.
16217
16218 2004-04-11 Kim F. Storm <storm@cua.dk>
16219
16220 * ido.el (ido-confirm-unique-completion): New defcustom.
16221 (ido-complete): Use it.
16222 (ido-write-file): Set it to t unconditionally.
16223
16224 2004-04-10 Miles Bader <miles@gnu.org>
16225
16226 RCS keyword removal (only non-comment changes are enumerated here):
16227
16228 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16229 (byte-compile-insert-header): Don't use `byte-compile-version'.
16230 * forms.el (forms-version): Variable removed.
16231 (forms-mode): Don't use `forms-version'.
16232 * recentf.el (recentf-version): Variable removed.
16233 * progmodes/delphi.el (delphi-version): Variable removed.
16234 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16235
16236 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16237
16238 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16239
16240 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16241
16242 * info.el (info-apropos): Improve menu item regexp.
16243
16244 2004-04-09 Simon Josefsson <jas@extundo.com>
16245
16246 * mail/smtpmail.el: Add comment, based on report by
16247 kdc@rcn.com (Kevin D. Clark).
16248
16249 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16250
16251 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16252 Redo one more thing that I didn't notice Daniel had undone.
16253
16254 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16255
16256 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16257 (gdb-goto-breakpoint, gdb-display-buffer)
16258 (gdb-display-source-buffer, gdb-view-source-function)
16259 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16260 (gdb-source-info, gdb-frame-handler): Don't specify a window
16261 for display.
16262 (gdb-info-breakpoints-custom): Remove superfluous update of
16263 assembler buffer.
16264 (gdb-many-windows): Make settable outside gdb.
16265
16266 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16267
16268 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16269 Derive from fundamental-mode rather than text-mode.
16270
16271 2004-04-08 Juri Linkov <juri@jurta.org>
16272
16273 * info.el (Info-history): Doc fix.
16274 (Info-history-list): New var.
16275 (info-xref): Change magenta4 to blue, remove bold for dark and
16276 light backgrounds, change bold to underline for non-color classes.
16277 (info-xref-visited): New face.
16278 (Info-fontify-visited-nodes): New custom.
16279 (Info-hide-note-references): Add new value `hide'. Doc fix.
16280 (Info-reference-name): New var.
16281 (Info-selection-hook): New custom.
16282 (Info-edit-mode-hook): New var.
16283 (Info-find-file): New fun.
16284 (Info-find-node): Move part of code to Info-find-file.
16285 (Info-find-node-2): Add anchors to Info-history-list. Move point
16286 to the place with the reference name if name is defined.
16287 (Info-select-node): Add current node to Info-history-list.
16288 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16289 (Info-search-whitespace-regexp): New custom.
16290 (Info-search-case-fold): New var.
16291 (Info-search): Add "case-sensitively" to the prompt.
16292 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16293 (Info-search-case-sensitively, Info-search-next): New fun.
16294 (Info-up): Move point to the menu item of the current node.
16295 (Info-history): New fun. Add *info-history* to
16296 same-window-buffer-names.
16297 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16298 (Info-insert-toc): New fun.
16299 (Info-build-toc): New fun.
16300 (Info-follow-reference): Add new arg `fork'. Doc fix.
16301 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16302 with the same name prefer the reference closest to point.
16303 (Info-next-reference): Replace * by + in the *Note regexp.
16304 Add regexp for http:// and ftp://. Skip the *Note prefix.
16305 (Info-prev-reference): Replace * by + in the *Note regexp.
16306 Add regexp for http:// and ftp://. Skip the *Note prefix.
16307 (Info-follow-nearest-node): Add new arg `fork'.
16308 (Info-try-follow-nearest-node): Add new arg `fork'.
16309 Call browse-url for http:// and ftp:// references.
16310 Set Info-reference-name for index entries.
16311 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16312 Info-search-next, Info-history, Info-toc, clone-buffer.
16313 (Info-menu-update): Replace * by + in the *Note regexp.
16314 (Info-mode): Add documentation for Info-history, Info-toc,
16315 Info-search-case-sensitively, Info-search-next, clone-buffer.
16316 (Info-fontify-menu-headers): Remove fun. Move code to
16317 Info-fontify-node.
16318 (Info-fontify-node): Add docstring. Add local vars
16319 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16320 then fontify header line, titles, menu headers, http and ftp
16321 references, refill paragraphs. If not-fontified-p is t or
16322 fontify-visited-p is t then fontify cross references, menu items.
16323 Fontify menu headers. Fontify http and ftp references.
16324 Change regexp for cross references to require whitespace after *Note,
16325 add matching groups for file and node names. Remove hack for quote.
16326 Use display property for Info-hide-note-references=t. Use fifth
16327 or fourth match for help-echo. Display visited nodes in a
16328 different face. Unhide file names of external references.
16329 Unhide newlines. Display visited menu items in a different face.
16330
16331 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16332
16333 * progmodes/compile.el: Require CL.
16334 (compilation-mode-font-lock-keywords): Re-install the "line as
16335 function" patch.
16336
16337 * help-fns.el (help-C-source-directory): New var.
16338 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16339 (describe-function-1, describe-variable): Use them.
16340
16341 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16342 to C source files specially.
16343
16344 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16345
16346 * info.el (Info-hide-cookies-node): New function.
16347 (Info-select-node): Use it.
16348 (Info-display-images-node): Remove message with image file name.
16349
16350 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16351
16352 * progmodes/compile.el (compilation-warning-face)
16353 (compilation-info-face, compilation-skip-threshold)
16354 (compilation-skip-visited, compilation-context-lines):
16355 Declare :version when added to Emacs.
16356 (compilation-error-regexp-alist-alist): Extend caml and irix.
16357 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16358 (compilation-mode-font-lock-keywords): Temporarily undo line as
16359 function patch, which wasn't ready.
16360
16361 2004-04-07 Kenichi Handa <handa@m17n.org>
16362
16363 * international/latin1-disp.el (latin1-display-setup): Check each
16364 character is displayable or not instead of calling
16365 latin1-display-check-font.
16366
16367 2004-04-06 Kenichi Handa <handa@m17n.org>
16368
16369 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16370 New variable.
16371 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16372 instead of sera-being-called-by-w3.
16373 (ethio-fidel-to-sera-buffer): Likewise.
16374 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16375 instead of sera-being-called-by-w3.
16376 (ethio-write-file): Likewise.
16377
16378 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16379
16380 * printing.el: Doc fix.
16381
16382 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16383
16384 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16385 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16386 (gdb-setup-windows): Only use separate IO buffer if required.
16387
16388 2004-04-06 Kim F. Storm <storm@cua.dk>
16389
16390 * term.el (term-is-xemacs): Remove.
16391 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16392 (term-window-width): New function.
16393 (term-mode, term-check-size): Use it.
16394 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16395
16396 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16397
16398 * cus-edit.el (custom-add-parent-links): Change unbound variable
16399 `symbol' to `name'.
16400
16401 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16402 * info.el (info-apropos): New function.
16403 (Info-mode-menu): Add it.
16404 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16405
16406 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16407 inherited docstring.
16408
16409 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16410
16411 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16414
16415 * progmodes/compile.el (font-lock): Don't require any more.
16416 (compilation-error-properties, compilation-start, compilation-sentinel)
16417 (compilation-filter, next-error): Use with-current-buffer.
16418 (compilation-skip-to-next-location, compilation-skip-threshold)
16419 (compilation-skip-visited): Move to silence the byte-compiler.
16420 (compilation-setup): Simplify.
16421 (compilation-next-error): Use line-(beginning|end)-position.
16422 Make sure `pt' is non-nil before using compilation-loop.
16423 (compile-goto-error): Add optional event arg. Use it.
16424 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16425 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16426 Update the binding for mouse-2.
16427 (first-error): Set compilation-current-error to nil rather than bob.
16428 (compilation-parsing-end, compilation-parse-errors-function)
16429 (compilation-error-list, compilation-old-error-list):
16430 "New" compatibility variables.
16431 (compile-buffer-substring, compilation-compat-error-properties)
16432 (compilation-compat-parse-errors, compilation-forget-errors):
16433 New compatibility functions.
16434 (compilation-mode-font-lock-keywords): Use them.
16435
16436 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16437
16438 * autorevert.el (auto-revert-handler): If point (or a window
16439 point) is at the end of the buffer, keep it there after
16440 reverting. This allows to tail a file.
16441 Mention this in the `Commentary'.
16442
16443 * format.el (format-write-file): Add optional argument CONFIRM
16444 and make it behave like the analogous argument to `write-file'.
16445
16446 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16447
16448 * progmodes/ebnf2ps.el: Doc fix.
16449 (ebnf-version): New version number (4.2).
16450 (ebnf-syntax): Customization and docstring fix.
16451 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16452 Put autoloaded funs before first use.
16453 (ebnf-style-database): Add dtd entry.
16454 (ebnf-syntax-alist): Add dtd initialization.
16455 (ebnf-token-sequence): New fun.
16456 (ebnf-comment-table): Add new comment action character.
16457 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16458
16459 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16460 Type Definition for XML).
16461
16462 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16463 * progmodes/ebnf-bnf.el (ebnf-sequence):
16464 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16465 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16466 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16467 Code simplification: call ebnf-token-sequence.
16468
16469 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16470
16471 * calendar/timeclock.el (timeclock-relative)
16472 (timeclock-get-project-function, timeclock-get-workday-function)
16473 (timeclock-query-out, timeclock-when-to-leave)
16474 (timeclock-when-to-leave-string, timeclock-log-data)
16475 (timeclock-generate-report, timeclock-in): Doc fixes.
16476
16477 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * url/: New dir. Import the URL package from its repository.
16480
16481 2004-04-03 Andreas Schwab <schwab@suse.de>
16482
16483 * diff-mode.el (diff-mode): Fix missing quote.
16484
16485 2004-04-03 Juri Linkov <juri@jurta.org>
16486
16487 * descr-text.el (describe-property-list): Add `font-lock-face'.
16488
16489 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16490
16491 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16492
16493 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16494 Use utf-16le on little endian machines and utf-16be otherwise.
16495
16496 2004-04-02 David Kastrup <dak@gnu.org>
16497
16498 * net/browse-url.el (browse-url-generic): Use call-process
16499 instead of start-process to allow browsers that fork and detach.
16500
16501 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16502
16503 * compile.el (compilation-current-error): New var.
16504 (compilation-setup, compile-mouse-goto-error)
16505 (compile-goto-error, next-error): Use it.
16506 (compilation-skip-to-next-location): Default to t, which gives
16507 contiguous skipping like old compile (where this was redundant).
16508 (compilation-next-error): Prevent previous-* commands from moving
16509 back to message at or just before point.
16510
16511 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16512
16513 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16514 (gdb-source-info): Don't display source at startup, if required.
16515 (gdb-show-main): New option.
16516 (gdba): Update documentation.
16517 (gdb-source): Cover case of auto-display output.
16518
16519 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16520
16521 * autorevert.el: Delete obsolete autoload's and defvar's.
16522 (auto-revert-check-vc-info): New user option.
16523 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16524 (auto-revert-handler-vc): Delete.
16525 (auto-revert-handler): Treat return value `fast' of
16526 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16527
16528 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16529 return `fast'.
16530
16531 * files.el (buffer-stale-function): Doc change.
16532
16533 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16534
16535 * printing.el: New tip on Tips section.
16536 (pr-version): New version number (6.7.4).
16537 (pr-shell-file-name): Initialization fix.
16538
16539 2004-03-31 Juri Linkov <juri@jurta.org>
16540
16541 * dired.el: Add autoload for `dired-do-touch'.
16542 (dired-touch-program): New var.
16543 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16544 (dired-no-confirm): Add `touch' to docstring.
16545
16546 * dired-aux.el (dired-do-touch): New fun.
16547 (dired-do-chxxx): Add argument -t for touch operation.
16548
16549 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16550 `dired-move-to-filename-regexp'.
16551
16552 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16553
16554 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16555
16556 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16557
16558 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16559 and only if the buffer was modified.
16560
16561 2004-03-30 Kenichi Handa <handa@m17n.org>
16562
16563 * international/characters.el: Delete pairs for U+2308..U+230B.
16564
16565 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16566
16567 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16568 to detect the beginning of a level 2 or 3 annotation.
16569
16570 2004-03-29 Kenichi Handa <handa@m17n.org>
16571
16572 * international/ucs-tables.el (ucs-insert): Fix the error message.
16573
16574 2004-03-29 Kenichi Handa <handa@m17n.org>
16575
16576 * international/mule-util.el (char-displayable-p): Fix generation
16577 of XLFD file name.
16578
16579 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16580 before finding directories by `find'.
16581
16582 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16583
16584 * subr.el (interactive-form): Delete. Now implemented in C.
16585
16586 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16587
16588 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16589 (vc-diff-label): New fun.
16590 (vc-diff-internal): Use it.
16591
16592 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16593
16594 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16595
16596 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16597
16598 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16599 specify XML (EBNFX).
16600
16601 * progmodes/ebnf2ps.el: Doc fix.
16602 (ebnf-version): New version number (4.1).
16603 (ebnf-syntax): Adjust customization.
16604 (ebnf-style-database): Add ebnfx entry.
16605 (ebnf-syntax-alist): Add ebnfx initialization.
16606 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16607
16608 * printing.el: Doc fix.
16609 (pr-version): New version number (6.7.3).
16610 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16611 returns nil for mouse position. Reported by Drew Adams
16612 <drew.adams@oracle.com>.
16613 (pr-update-menus): Modify interactive declaration. Reported by Drew
16614 Adams <drew.adams@oracle.com>.
16615
16616 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16617
16618 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16619 (gud-gdba-marker-filter): Log the process input and output, if
16620 required. From Stefan Monnier.
16621 (gdb-debug-log, gdb-enable-debug-log): New variables.
16622 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16623
16624 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16627 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16628
16629 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16630
16631 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16632 Call vc-find-file-hook here instead of in auto-revert-buffers.
16633 (auto-revert-buffers): Delete call to vc-find-file-hook.
16634 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16635 (global-auto-revert-mode, auto-revert-set-timer)
16636 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16637
16638 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16639
16640 * woman.el (woman-change-fonts): Rename local variable
16641 woman-font-alist to font-alist to avoid a compiler warning.
16642
16643 2004-03-27 Dave Love <fx@gnu.org>
16644
16645 * emacs-lisp/rx.el (rx): Doc fix.
16646 Fix copyright years.
16647
16648 * strokes.el (strokes-global-set-stroke-string): New function.
16649 (strokes-list-strokes): Cope with strings, not just commands.
16650 Set foreground colour of image.
16651 (strokes-global-set-stroke): Doc fix.
16652
16653 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16654
16655 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16656 Auto Revert mode.
16657 (Buffer-menu-files-only): New variable.
16658 (Buffer-menu-toggle-files-only): New function.
16659 (Buffer-menu-mode-map): Bind it to `T'.
16660 (Buffer-menu-mode): Mention `T' in docstring.
16661 Set buffer-stale-function.
16662 (list-buffers-noselect): Mark buffer non-modified and set
16663 Buffer-menu-files-only.
16664
16665 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16666
16667 * autorevert.el (auto-revert-handler): Print revert message
16668 before, rather than after, reverting.
16669 (buffer-stale-function): Move to files.el.
16670
16671 * files.el (buffer-stale-function): Move here from autorevert.el.
16672
16673 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16674
16675 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16676
16677 * calc/calc.el (calc-mode-map): Use mapc.
16678
16679 * apropos.el (apropos-mode): Don't autoload.
16680 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16681 (apropos): Use it.
16682 (apropos-print): Add optional `text' argument.
16683 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16684 Don't assume point-min == 1.
16685
16686 * bs.el (bs-buffer-list): Use buffer-local-value.
16687 (bs--set-toggle-to-show): Use with-current-buffer.
16688
16689 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16690 New funs.
16691 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16692
16693 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16694
16695 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16696 (dabbrev--find-expansion): Use pop.
16697 (dabbrev--search): Use match-string-no-properties.
16698
16699 * dired.el (dired-mode): Use run-mode-hooks.
16700 (dired-move-to-end-of-filename): Use match-string.
16701
16702 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16703 is bound before using it.
16704 (ediff-verbose-p): Make it into a var since it's not constant.
16705
16706 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16707
16708 * faces.el (read-face-font): Don't cons up unnecessarily.
16709 (header-line, tool-bar): Share common parts.
16710
16711 * files.el (file-relative-name): Use compare-strings.
16712
16713 * finder.el (finder-mode): Follow coding convention.
16714
16715 * subr.el (read-number): New function.
16716
16717 * ses.el (ses-read-number): Move to subr.el.
16718 (ses-set-header-row): Use read-number.
16719
16720 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16721
16722 * vc-hooks.el (vc-arg-list): New function, which handles both
16723 compiled and uncompiled code.
16724 (vc-default-workfile-unchanged-p): Use it.
16725
16726 * vc.el (vc-print-log): Undo prev change, use new function
16727 vc-arg-list from vc-hooks.el.
16728
16729 2004-03-26 Masatake YAMATO <jet@gyve.org>
16730
16731 * simple.el (completion-setup-function): Emphasize the
16732 first uncommon characters in the completions; and de-emphasize
16733 the common prefix substrings.
16734 (completion-emphasis): New face.
16735 (completion-de-emphasis): New face.
16736
16737 2004-03-25 Juanma Barranquero <lektu@terra.es>
16738
16739 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16740 Comment out (it's unused and unfinished code).
16741
16742 2004-03-25 Sam Steingold <sds@gnu.org>
16743
16744 * vc.el (vc-print-log): Fix a bug in the last patch:
16745 backend-function may be a byte-compiled object, not a lambda.
16746
16747 2004-03-25 Juri Linkov <juri@jurta.org>
16748
16749 * descr-text.el (describe-property-list): Add a button
16750 for `face' property that calls `describe-face'.
16751 Suggested by luis fernandes <elf@ee.ryerson.ca>
16752
16753 * international/mule.el (keyboard-coding-system):
16754 * kmacro.el (kmacro-call-macro): Fix docstring.
16755
16756 * dired.el: Fix comments.
16757
16758 * textmodes/fill.el (fill): Fix Info link.
16759
16760 * font-lock.el (fast-lock, lazy-lock):
16761 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16762 Info node.
16763
16764 * eshell/eshell.el (eshell): Fix broken info-link.
16765
16766 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16767 * eshell/em-banner.el (eshell-banner):
16768 * eshell/em-smart.el (eshell-smart):
16769 * eshell/esh-cmd.el (eshell-cmd):
16770 Comment out broken info-links to incomplete Info manual.
16771
16772 * info-xref.el: Fix commentary.
16773
16774 2004-03-25 Kevin Ryde <user42@zip.com.au>
16775
16776 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16777 Remove spurious node duplicate suppression, doesn't work, not wanted.
16778 (info-xref-output): Take format style args, add "sit-for 0" to let
16779 user see the results as they progress.
16780 (info-xref-check-all-custom): New function.
16781
16782 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16783
16784 * gdb-ui.el: Moved to progmodes.
16785
16786 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16787
16788 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16789
16790 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16791
16792 * calendar/appt.el (appt-check): Remove superfluous progn.
16793 When finished with diary buffer: if it was not being displayed
16794 before, kill it; otherwise restore its original state.
16795 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16796
16797 * calendar/calendar.el (calendar-set-mode-line): Use total
16798 available mode-line width, rather than frame-width.
16799
16800 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16801 after mode change so effect not lost.
16802
16803 2004-03-23 Dave Love <fx@gnu.org>
16804
16805 * dired.el (dired) <defgroup>: Add link to manual.
16806 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16807 (dired-revert): Use dolist.
16808 (dired-mode-map): Add U binding.
16809 (dired-mode): Add font-lock-beginning-of-syntax-function.
16810 (dired-garbage-files-regexp): Make it a defcustom.
16811
16812 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16813
16814 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16815 is equivalent to nil.
16816 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16817 (vc-arch-mode-line-string): Accept `added' state.
16818 (vc-arch-state): Use inode-sigs if available.
16819 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16820 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16821 (vc-arch-tagline-re): New var.
16822 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16823 New functions.
16824 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16825 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16826
16827 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16828 (vc-file-not-found-hook): Use it.
16829
16830 * diff-mode.el (diff-default-read-only): Change default.
16831 (diff-mode-hook): Make it a defcustom. Add some options.
16832 (diff-mode-map): Bind diff-refine-hook.
16833 (diff-yank-handler): New var.
16834 (diff-yank-function): New fun.
16835 (diff-font-lock-keywords): Use them.
16836 (diff-end-of-file): Handle case where file-header looks like diff text.
16837 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16838 (diff-file-kill): Delete a subsequent empty line, if applicable.
16839 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16840 (diff-find-file-name): Use it.
16841 (diff-tell-file-name): New command.
16842 (diff-mode): Be careful with view-mode.
16843 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16844 New functions, for use in diff-mode-hook.
16845 (diff-find-source-location): Catch "regex too large" errors.
16846 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16847 (diff-refine-hunk): New command.
16848
16849 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16850 (smerge-context-menu-map): Remove unused var.
16851 (smerge-keep-all): Preserve markers.
16852 (smerge-keep-n): New fun.
16853 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16854 (smerge-keep-current, smerge-ediff): Use it.
16855 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16856 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16857 (smerge-resolve): Resolve trivial 3-part conflicts.
16858
16859 2004-03-23 Juri Linkov <juri@jurta.org>
16860
16861 * man.el (Man-width): New var.
16862 (Man-getpage-in-background): Use it.
16863 (Man-support-local-filenames): New var and fun.
16864 (Man-build-man-command): Don't add a second %s.
16865 (Man-fontify-manpage): Clean up message.
16866 (Man-mode): Set outline-regexp, outline-level,
16867 imenu-generic-expression.
16868
16869 * woman.el (woman-fill-frame): Doc fix.
16870 (woman-decode-region): Use window-width instead of frame-width.
16871
16872 * abbrevlist.el (list-one-abbrev-table):
16873 * descr-text.el (describe-char):
16874 * international/mule-diag.el (describe-current-coding-system):
16875 * international/quail.el (quail-insert-decode-map):
16876 Use window-width instead of frame-width.
16877
16878 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16879 (jka-compr-mode-alist-additions): Add tbz.
16880 (jka-compr-write-region, jka-compr-insert-file-contents):
16881 Add message for undefined compress-program.
16882 (jka-compr-write-region): Remove redundant var bindings.
16883
16884 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16885 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16886 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16887 (dired-man): Use dired-guess-shell-command.
16888 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16889 Change default nil to t.
16890
16891 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16892 (dired-compare-directories): Add default value for empty input.
16893
16894 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16895
16896 * time.el (display-time-string-forms): Fix help-echo date format.
16897
16898 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16899
16900 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16901 (buffer-stale-function): New variable.
16902 (auto-revert-list-diff, auto-revert-dired-file-list)
16903 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16904 (auto-revert-handler): Take over some functionality of deleted
16905 functions.
16906 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16907
16908 * dired.el (dired-directory-changed-p): New fun, extracted from
16909 dired-internal-noselect.
16910 (dired-buffer-stale-p): New fun.
16911 (dired-internal-noselect): Use dired-directory-changed-p.
16912 Eliminate revert messages.
16913 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16914
16915 2004-03-23 Kenichi Handa <handa@m17n.org>
16916
16917 * international/characters.el: Setup syntaxes for more parentheses
16918 Unicode characters.
16919
16920 * international/mule-cmds.el (select-safe-coding-system):
16921 Merge coding-system and auto-cs before comparing them.
16922
16923 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16924
16925 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16926
16927 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16928 normal-auto-fill-function and comment-indent-function.
16929 The default values now work just as well.
16930 Don't set font-lock-beginning-of-syntax-function since we already set
16931 syntax-begin-function.
16932 (lisp-outline-level): Put ;;;###autoload at same level as (.
16933 (prin1-char): Quote special chars.
16934
16935 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16936 than with-no-warnings.
16937
16938 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16939 if the source location can't be found.
16940 (edebug-compute-previous-result): Use prin1-char.
16941
16942 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16943 (debug-ignored-errors): Add an entry.
16944
16945 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16946 (byte-compile-file): Output warning when deleting a file.
16947
16948 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16949 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16950
16951 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16952 (byte-compile-inline-expand): Use backquote.
16953 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16954 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16955
16956 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16957
16958 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16959
16960 2004-03-22 Juri Linkov <juri@jurta.org>
16961
16962 * finder.el (finder-known-keywords): Fix data, tex, unix.
16963
16964 * play/landmark.el: Fix keywords.
16965
16966 * language/ethio-util.el (ethio-find-file): Doc fix.
16967
16968 * emacs-lisp/warnings.el: Doc fix.
16969
16970 * textmodes/ispell.el (ispell-help): Doc fix.
16971
16972 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16973
16974 * format.el (format-insert-file): Always return a list of two
16975 elements, like insert-file-contents does.
16976
16977 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16978
16979 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16980 and vc-BACKEND-diff.
16981 (vc-print-log): If the print-log implementation supports it, use
16982 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16983 (vc-version-diff, vc-diff-internal): Doc fixes.
16984
16985 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16986 implementation supports it, let diff output go to *vc*,
16987 not *vc-diff*, since this is an internal call.
16988
16989 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16990
16991 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16992
16993 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16994
16995 2004-03-21 Dave Love <fx@gnu.org>
16996
16997 * progmodes/cfengine.el (cfengine-mode):
16998 Set parse-sexp-ignore-comments.
16999
17000 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17001
17002 2004-03-21 Juanma Barranquero <lektu@terra.es>
17003
17004 * allout.el (allout-mode): Fix docstring.
17005
17006 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17007
17008 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17009
17010 * autorevert.el (auto-revert-interval): Make new value take
17011 effect immediately when set through Custom.
17012 (auto-revert-set-timer): Add interactive declaration.
17013
17014 2004-03-19 David Ponce <david@dponce.com>
17015
17016 * ruler-mode.el (ruler-mode-header-line-format-old):
17017 Don't `make-variable-buffer-local'.
17018 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17019 (ruler-mode-header-line-format): Simply funcall the above.
17020 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17021 to save/restore a previous header line format.
17022 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17023 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17024 fringes and margins width.
17025 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17026
17027 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17028
17029 * log-edit.el (log-edit-font-lock-keywords): Typo.
17030
17031 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17032 (tex-send-tex-command): Rather than here.
17033 (tex-compilation-parse-errors): Simplify.
17034
17035 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17036
17037 * time.el (display-time-string-forms): Add help-echo with date on time.
17038
17039 * composite.el (compose-region): Use restore-buffer-modified-p.
17040
17041 * disp-table.el (standard-display-8bit): Simplify.
17042
17043 * server.el (server-process-filter): Delete temp frame.
17044
17045 * add-log.el (add-change-log-entry): Simplify.
17046
17047 2004-03-19 Kim F. Storm <storm@cua.dk>
17048
17049 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17050 (hexl-follow-line): Don't require 'fringe.
17051
17052 * progmodes/compile.el (compilation-start): Always set
17053 compilation-last-buffer and return it.
17054
17055 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17056
17057 * simple.el (clone-buffer): Doc fix.
17058
17059 2004-03-18 Juanma Barranquero <lektu@terra.es>
17060
17061 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17062
17063 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17064
17065 * log-edit.el (log-edit-font-lock-keywords): New var.
17066 (log-edit-mode): Use it.
17067
17068 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17069
17070 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17071 properly for watching in speedbar.
17072
17073 2004-03-17 Masatake YAMATO <jet@gyve.org>
17074
17075 * smerge-mode.el (smerge-popup-context-menu):
17076 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17077
17078 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17079
17080 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17081 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17082 Take sealed revisions into account.
17083 (vc-arch-checkin): Extract a summary line from the message.
17084
17085 2004-03-16 Masatake YAMATO <jet@gyve.org>
17086
17087 * register.el (register): Provide `register' feature.
17088
17089 2004-03-15 Masatake YAMATO <jet@gyve.org>
17090
17091 Added context menu support in smerge mode.
17092 Most of the part is written by Stefan Monnier.
17093
17094 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17095 New keymap and menu.
17096 (smerge-text-properties): New function.
17097 (smerge-remove-props): New function.
17098 (smerge-popup-context-menu): New function.
17099 (smerge-resolve): Call `smerge-remove-props'.
17100 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17101 (smerge-keep-current): Ditto.
17102 (smerge-kill-current): New function.
17103 (smerge-match-conflict): Put text properties.
17104 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17105
17106 2004-03-15 David Ponce <david@dponce.com>
17107
17108 * ruler-mode.el (ruler-mode-left-fringe-cols)
17109 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17110 (ruler-mode-right-scroll-bar-cols): Remove.
17111 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17112 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17113 Use fringe-columns and scroll-bar-columns.
17114
17115 2004-03-15 Masatake YAMATO <jet@gyve.org>
17116
17117 * hl-line.el (hl-line-range-function): New variable.
17118 (hl-line-move): New function.
17119 (global-hl-line-highlight): Use `hl-line-move'.
17120 (hl-line-highlight): Ditto.
17121
17122 * scroll-bar.el (scroll-bar-columns):
17123 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17124
17125 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17126 (ruler-mode-left-fringe-cols)
17127 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17128 (ruler-mode-right-scroll-bar-cols)
17129 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17130 (ruler-mode-ruler-function): New variable.
17131 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17132 if the value for `ruler-mode-ruler-function'is given.
17133
17134 * hexl.el (hexl-mode-hook): Make the hook customizable.
17135 (hexl-address-area, hexl-ascii-area): New customize variables.
17136 (hexlify-buffer): Put font-lock-faces on the address area and
17137 the ascii area.
17138 (hexl-activate-ruler): New function.
17139 (hexl-follow-line): New function.
17140 (hexl-highlight-line-range): New function.
17141 (hexl-mode-ruler): New function.
17142
17143 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17144
17145 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17146 (vc-default-find-file-hook): New fun.
17147 (vc-find-file-hook): Call new find-file-hook operation.
17148
17149 * vc-arch.el: New file.
17150
17151 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17152
17153 * info-look.el (info-lookup): Reuse an existing Info window.
17154
17155 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17156
17157 * woman.el (woman-preserve-ascii): Default value changed to t and
17158 doc string revised.
17159
17160 2004-03-12 Richard M. Stallman <rms@gnu.org>
17161
17162 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17163 Fix minor bug.
17164
17165 * replace.el (occur-engine): Change message for count of matches.
17166
17167 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17168 For strings, do compare text properties.
17169
17170 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17171
17172 * progmodes/compile.el (compile-auto-highlight)
17173 (compilation-error-list, compilation-old-error-list)
17174 (compilation-parse-errors-function, compilation-parsing-end)
17175 (compilation-error-message, compilation-directory-stack)
17176 (compilation-enter-directory-regexp-alist)
17177 (compilation-leave-directory-regexp-alist)
17178 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17179 (compilation-current-file, compilation-regexps): Remove vars.
17180
17181 (compile-error-at-point, compilation-error-filedata)
17182 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17183 (compilation-next-error-locus, compilation-forget-errors)
17184 (count-regexp-groupings, compilation-parse-errors)
17185 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17186
17187 (compile-internal): Make obsolete.
17188
17189 (compilation-first-column, compilation-error)
17190 (compilation-directory-matcher, compilation-page-delimiter)
17191 (compilation-mode-font-lock-keywords, compilation-debug)
17192 (compilation-error-face, compilation-warning-face)
17193 (compilation-info-face, compilation-line-face)
17194 (compilation-column-face, compilation-enter-directory-face)
17195 (compilation-leave-directory-face, compilation-skip-threshold)
17196 (compilation-skip-visited, compilation-context-lines): New vars.
17197
17198 (compilation-warning-face, compilation-info-face)
17199 (compilation-message-face): New faces.
17200
17201 (compilation-error-regexp-alist-alist): New constant.
17202
17203 (compilation-face, compilation-directory-properties)
17204 (compilation-assq, compilation-error-properties, compilation-start)
17205 (define-compilation-mode, compilation-loop)
17206 (compilation-set-window): New functions.
17207
17208 (compile): Additional argument for interactive compiles like TeX.
17209
17210 * progmodes/grep.el (kill-grep): Move here from compile.el
17211 (grep-error, grep-hit-face, grep-error-face)
17212 (grep-mode-font-lock-keywords): New variables.
17213 (grep-regexp-alist): Simplify regexp and add `binary' case.
17214 (grep-mode): New mode.
17215 (grep-process-setup): Simplify.
17216
17217 2004-03-11 Jason Rumney <jasonr@gnu.org>
17218
17219 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17220 letters on DOS/Windows.
17221
17222 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17223
17224 * server.el (server-name): New var.
17225 (server-socket-dir): New var to replace server-socket-name.
17226 (server-start): Use them.
17227
17228 2004-03-11 Simon Josefsson <jas@extundo.com>
17229
17230 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17231 died to avoid infloop. Reported by Jonathan Glauner
17232 <jglauner@sbum.org>.
17233
17234 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17235
17236 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17237 (smerge-mode-menu): Use it to deactivate menu entries.
17238 (smerge-keep-current): New fun.
17239 (smerge-keep-current): Use it.
17240
17241 2004-03-10 John Paul Wallington <jpw@gnu.org>
17242
17243 * foldout.el (foldout-fold-list, foldout-modeline-string):
17244 Declare them as variables, not constants.
17245
17246 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17247
17248 * ps-print.el: Modification to print *Messages* buffer.
17249 (ps-print-version): New version 6.6.4.
17250 (ps-message-log-max): New fun.
17251 (ps-spool-without-faces, ps-spool-with-faces)
17252 (ps-count-lines-preprint): Code fix.
17253
17254 * printing.el: New tips in Tips section.
17255
17256 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17257
17258 * delim-col.el: Doc fix.
17259
17260 * printing.el: Doc fix. New doc section (Tips).
17261
17262 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17263
17264 * type-break.el (type-break-emacs-variant): Remove.
17265 (type-break-run-at-time, type-break-cancel-function-timers):
17266 Use fboundp rather than version name and number.
17267
17268 2004-03-09 Masatake YAMATO <jet@gyve.org>
17269
17270 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17271 `make-variable-buffer-local'.
17272
17273 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17274
17275 * find-dired.el (find-dired): Call `shell-command' instead of
17276 `start-process-shell-command'. By this, Tramp takes over
17277 handling of remote directories.
17278
17279 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17280
17281 * newcomment.el (comment-use-global-state): New var.
17282 (comment-search-forward): Use it.
17283
17284 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17285
17286 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17287
17288 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17289 (enable-kinsoku): Make it a defcustom.
17290 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17291 paragraph to same-comment-start-marker.
17292
17293 2004-03-07 Dave Love <fx@gnu.org>
17294
17295 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17296 (browse-url-mail): Use it.
17297
17298 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17299 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17300
17301 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17302
17303 * woman.el (woman-man.conf-path): Doc fix.
17304 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17305
17306 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17307
17308 * sort.el (sort-columns): Remove ms-dos from the list of systems
17309 where the external `sort' command is not used.
17310
17311 2004-03-07 Kim F. Storm <storm@cua.dk>
17312
17313 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17314 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17315 from overlay-arrow-variable-list.
17316 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17317
17318 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17319
17320 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17321 overlay arrow string properly for the assembler buffer.
17322
17323 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17324
17325 * mail/sendmail.el (mail-mode): Fix last change.
17326
17327 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17328
17329 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17330 for the assembler buffer.
17331 (gdb-assembler-custom): Position the overlay arrow.
17332 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17333
17334 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17337
17338 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17339 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17340
17341 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17342
17343 * newcomment.el (uncomment-region): Allow non-terminated comment.
17344 (comment-normalize-vars): Check the user-specified comstart marker.
17345
17346 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17347
17348 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17349 Otherwise, do use it if the region only contains font-lock text
17350 properties.
17351
17352 2004-03-04 Masatake YAMATO <jet@gyve.org>
17353
17354 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17355 as the callback function for eldoc.
17356 (hexl-print-current-point-info): New function.
17357 (hexl-current-address): Print the address in both decimal
17358 and hexadecimal format.
17359
17360 2004-03-04 Richard M. Stallman <rms@gnu.org>
17361
17362 * mail/rmail.el (rmail-convert-to-babyl-format):
17363 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17364
17365 * mail/mail-utils.el (mail-unquote-printable-region):
17366 New arg UNIBYTE.
17367
17368 * startup.el (command-switch-alist): Doc fix.
17369
17370 * simple.el (undo): Temporarily set this-command to `undo-start',
17371 then set it to `undo' once undo-start returns without error.
17372
17373 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17374
17375 * simple.el (kill-line): Don't disregard trailing whitespace
17376 in eol condition, if show-trailing-whitespace is set.
17377
17378 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17379 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17380 When disabling, restore old values only if mouse-sel-has-been-enabled.
17381
17382 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17383 (isearch-{-char): New function.
17384 (isearch-mode-map): Bind { to isearch-{-char.
17385
17386 * font-lock.el (lisp-font-lock-keywords-2):
17387 Turn off the CL with-... and do-... general patterns.
17388 Instead, recognize several specific with... and do... constructs.
17389
17390 * files.el (switch-to-buffer-other-window):
17391 Bind same-window-buffer-names and same-window-regexps to nil.
17392 (switch-to-buffer-other-frame): Likewise.
17393
17394 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17395
17396 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17397 recognizing leading comment on code line.
17398
17399 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17400
17401 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17402 hidden files/directories.
17403
17404 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17405
17406 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17407 only comment-start (in case the mode hasn't set it).
17408
17409 * Makefile.in (AUTOGENEL): New var.
17410 (bootstrap-prepare): Rename from bootstrap-clean.
17411 Don't remove elc files.
17412 (maintainer-clean): New target.
17413
17414 * xml.el (xml-get-attribute-or-nil): Simplify.
17415
17416 2004-03-02 Juri Linkov <juri@jurta.org>
17417
17418 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17419 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17420 URL to prevent their substitution with the environment variable
17421 values by browsers.
17422
17423 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17424
17425 * ps-print.el: Doc fix.
17426 (ps-print-version): New version number (6.6.3).
17427 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17428 Docstring fix.
17429 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17430 before printing.
17431 (ps-time-stamp-yyyy-mm-dd): New fun.
17432 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17433
17434 2004-03-02 Kim F. Storm <storm@cua.dk>
17435
17436 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17437
17438 2004-03-01 Juanma Barranquero <lektu@terra.es>
17439
17440 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17441
17442 * desktop.el (desktop-file-version)
17443 (desktop-after-read-hook): Fix typos.
17444 (desktop-clear-preserve-buffers): Remove redundant info in
17445 docstring already shown by the obsolescence message.
17446 (desktop-truncate, desktop-internal-v2s)
17447 (desktop-value-to-string): Change argument name to match docstring.
17448
17449 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17450
17451 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17452 docstring.
17453
17454 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17455
17456 * printing.el: Replace "As Is..." in PostScript file print/preview by
17457 "No Preprocessing...". Suggested by Colin Marquardt
17458 <_marquardt_@zmd.de>.
17459 (pr-insert-section-4): Adjust buffer interface.
17460
17461 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17462
17463 Version 2.0.39 of Tramp released.
17464
17465 * net/tramp.el (tramp-handle-file-local-copy)
17466 (tramp-handle-write-region, tramp-open-connection-rsh):
17467 Variable name typo. Small change. From Patrick Tullmann
17468 <tullmann@flux.utah.edu>.
17469 (tramp-process-connection-type): New variable.
17470 (tramp-maybe-open-connection): Use it.
17471 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17472 (tramp-touch): Set last-modified time of a remote file.
17473 (tramp-handle-write-region): Say which function is used when encoding.
17474
17475 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17476
17477 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17478 case of non-existing filename, too. Reported by Christoph Bauer
17479 <c_bauer@informatik.uni-kl.de>.
17480 (tramp-smb-get-file-entries): The directory in question should
17481 have permissions "drwxrwxrwx". Just virtual, because we don't
17482 know the real permissions. Don't we know?
17483 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17484 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17485 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17486 output. If it was received chunkwise, there have been problems.
17487 Remove the "prompt not found" error message; it is obvious.
17488 Simplify algorithm.
17489 (tramp-smb-process-running): Remove. Since we acknowledge the
17490 virtual prompt for shares, there's no need for distinction of
17491 reading shares (process ends afterwards) and interactive mode of
17492 smblient.
17493 (tramp-smb-open-connection): Setting process sentinel removed.
17494 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17495 "NT_STATUS_NETWORK_ACCESS_DENIED".
17496 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17497 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17498 (top-level): Setting default value in `tramp-default-method-alist'
17499 corrected. Order of USER and HOST have been wrong.
17500 Nobody complained for months ...
17501 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17502 (tramp-smb-open-connection): Clear password cache if login has failed.
17503
17504 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17505 `tramp-unified-filenames'.
17506 (tramp-completion-mode): Make test for XEmacs explicitely.
17507 `event-to-character' can exists in Emacs packages too.
17508 Reported by Matt Swift <swift@alum.mit.edu>.
17509 (tramp-buffer-name): Buffer name must contain the user if exists.
17510 Reported by Adrian Phillips <a.phillips@met.no>.
17511 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17512 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17513 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17514 `tramp-do-copy-or-rename-file-one-local', because it handles also
17515 the case both files use the same out-of-band method.
17516 Implementation added.
17517 (tramp-handle-file-local-copy, tramp-handle-write-region):
17518 Out-of-band handling removed. `copy-file' called instead, which
17519 calls `tramp-do-copy-or-rename-file-out-of-band'.
17520 (tramp-action-password): Check for out-of-band method removed.
17521 This function is used for 'login-program.
17522 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17523 appropriate.
17524 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17525 and `tramp-parse-sknownhosts'.
17526 (tramp-completion-function-alist): It's a defvar now, because we
17527 want to apply the optimized `tramp-set-completion-function'
17528 instead of a static list.
17529 (tramp-set-completion-function): Implementation tuned.
17530 Avoid double entries, and entries where the function or the
17531 file/directory doesn't exist.
17532 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17533 for SSH2.
17534 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17535 (tramp-handle-dired-compress-file): New function.
17536 (tramp-async-proc): New variable.
17537 (tramp-handle-shell-command): Adding asynchronous processes.
17538 They are far from being perfect, but it works at least for
17539 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17540 (top-level): Require password.el if visible. Should be mandatory
17541 once No Gnus has found its way into (X)Emacs.
17542 (tramp-read-passwd): Invoke `password-read' if available,
17543 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17544 fallback any longer.
17545 (tramp-clear-passwd): New function.
17546 (tramp-process-actions, tramp-process-multi-actions):
17547 Clear password cache if login has failed.
17548
17549 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17550 its own module.
17551 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17552 `ange-ftp-ftp-name-res'. There could be incorrect values from
17553 previous calls in case the "ftp" method is used in the Tramp file
17554 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17555
17556 2004-02-28 Richard M. Stallman <rms@gnu.org>
17557
17558 * term.el (term-mouse-paste): Call mouse-set-point.
17559
17560 * thumbs.el: New file.
17561
17562 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17563
17564 * progmodes/ebnf-abn.el: Doc fix.
17565
17566 * progmodes/ebnf-bnf.el: Doc fix.
17567 (ebnf-repeat): Code fix.
17568
17569 * progmodes/ebnf2ps.el: Doc fix.
17570 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17571
17572 2004-02-28 Juri Linkov <juri@jurta.org>
17573
17574 * ffap.el (dired-at-point): Additional writability test for
17575 relative directory names.
17576 (dired-at-point-prompter): Treat directories as a directory, get
17577 the directory component from files.
17578 (ffap-string-at-point): Return string from region if region is active.
17579 (ffap-file-at-point): Remove redundant code.
17580
17581 2004-02-28 Kim F. Storm <storm@cua.dk>
17582
17583 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17584 Initialize margin area images to nil.
17585 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17586 (breakpoint-enabled-bitmap-face)
17587 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17588 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17589 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17590 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17591 (gdb-reset): Use gdb-remove-breakpoint-icons.
17592 (gdb-put-string): Add dprop arg to specify alternative display
17593 property (for setting fringe bitmap).
17594 (gdb-remove-strings): Doc fix.
17595 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17596 icon in fringe (if available), or else as icon or text in display
17597 margin. Creates necessary icons in breakpoint-bitmap,
17598 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17599 Also make left window margin if required.
17600 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17601 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17602 no longer needed.
17603 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17604 gdb-put-breakpoint-icon.
17605 (gdb-assembler-mode): Don't set left-margin-width here.
17606
17607 2004-02-27 Kevin Ryde <user42@zip.com.au>
17608
17609 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17610 comma, so that it DTRT in macros.
17611
17612 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17613
17614 * progmodes/sh-script.el (sh-shell-arg)
17615 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17616 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17617
17618 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17619
17620 * faces.el (face-spec-set-match-display): Add a new attribute,
17621 `min-colors'.
17622 (region, highlight, secondary-selection): Use `min-colors'.
17623
17624 * custom.el (defface): Add documentation for `min-colors'.
17625
17626 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17627 (font-lock-keyword-face, font-lock-function-name-face)
17628 (font-lock-variable-name-face, font-lock-constant-face):
17629 Use `min-colors'.
17630
17631 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17632
17633 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17634
17635 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17636 define assq-delete-all if it's not defined.
17637 (ebnf-generate-region): Code fix.
17638
17639 * printing.el: Doc fix.
17640 (pr-version): New version number (6.7.2).
17641 (pr-command): Return empty string if command is an empty string.
17642
17643 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17644
17645 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17646
17647 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17648 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17649 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17650 "tt" ["test"] ). Reported by Markus Dreyer
17651 <mdreyer@ix.urz.uni-heidelberg.de>.
17652 (ebnf-version): New version number (4.0).
17653 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17654 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17655 (ebnf-delete-style): New commands.
17656 (ebnf-directory, ebnf-file): New funs.
17657 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17658 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17659 (ebnf-syntax-alist): New var.
17660 (ebnf-element-width): New fun replacing ebnf-list-width.
17661 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17662 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17663 (ebnf-prologue): Adjust vars.
17664 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17665 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17666 (ebnf-check-style-values, ebnf-generate-production)
17667 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17668 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17669 (ebnf-token-repeat): Code fix.
17670
17671 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17672 %right, %left and %prec. Suggested by Matthew K. Junker
17673 <junker@alum.mit.edu>.
17674 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17675
17676 * progmodes/ebnf-iso.el: Doc fix.
17677 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17678 (ebnf-iso-lex): Code fix.
17679
17680 * progmodes/ebnf-bnf.el: Doc fix.
17681 (ebnf-bnf-lex): Code fix.
17682
17683 * progmodes/ebnf-otz.el: Doc fix.
17684
17685 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17686
17687 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17688 (abbrev-prefix-mark): Doc fix.
17689
17690 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17691
17692 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17693 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17694 (gdb-var-delete): Make interactive (really).
17695 (gdb-edit-value): Make non-interactive.
17696
17697 * progmodes/gud.el (gud-speedbar-menu-items):
17698 Add gdb-var-delete and, indirectly, gdb-edit-value.
17699 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17700 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17701 (gud-gdb-marker-filter): Add comment for annotations.
17702
17703 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17704
17705 * calendar/calendar.el (generate-calendar)
17706 (calendar-read-date): Prevent display of BC calendars once more -
17707 reverts 2003-10-01 change.
17708 (generate-calendar-month): Doc fix.
17709
17710 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17711
17712 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17713 return value of increment-calendar-month.
17714
17715 2004-02-21 Stephen Compall <s11@member.fsf.org>
17716
17717 * saveplace.el (save-place-forget-unreadable-files)
17718 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17719 (save-place-forget-unreadable-files): New function.
17720 (save-place-alist-to-file): Use it to filter out files that are
17721 no longer readable.
17722
17723 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17724 current Texinfo environment, using the same method as in
17725 `texinfo-insert-@end', and insert a space rather than a newline if
17726 point in a @table environment.
17727
17728 2004-02-21 Juri Linkov <juri@jurta.org>
17729
17730 * ffap.el (ffap-file-at-point): Try parent directories.
17731
17732 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17733
17734 * vcursor.el (vcursor-modifiers): New defcustom.
17735 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17736 hard-coded list.
17737
17738 2004-02-21 Masatake YAMATO <jet@gyve.org>
17739
17740 * play/animate.el (animate-birthday-present): Accept names other
17741 than `Sarah', too.
17742
17743 2004-02-21 Juri Linkov <juri@jurta.org>
17744
17745 * startup.el: Remove table of command line arguments from the
17746 Commentary section.
17747
17748 2004-02-20 John Wiegley <johnw@newartisans.com>
17749
17750 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17751 again" modifier from 'e' to 'E', since 'e' is also used by the
17752 "file extension" modifier.
17753
17754 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17755
17756 * help-fns.el (describe-categories): Doc fix.
17757
17758 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17759
17760 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17761 temporary file for buffer already visiting one. This change makes
17762 output likely to be directly usable by patch program.
17763 Suggested by Adrian Aichner <adrian@xemacs.org>
17764
17765 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17766
17767 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17768 case of variables defined in compound statements.
17769 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17770 Simplify constructions using switch-to-buffer.
17771
17772 2004-02-19 Simon Josefsson <jas@extundo.com>
17773
17774 * play/morse.el: Fix typo.
17775 (morse-code): Add @.
17776
17777 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17778
17779 * calendar/appt.el (appt-display-format): Change default to
17780 'ignore, for backwards compatibility.
17781 (appt-display-message): If appt-display-format is 'ignore,
17782 respect old vars appt-msg-window and appt-visible.
17783 (appt-activate): Don't depend on return value of cancel-timer.
17784
17785 * calendar/calendar.el (calendar-holidays): Doc fix.
17786
17787 * calendar/cal-coptic.el (coptic-prompt-for-date):
17788 Use assoc-string instead of assoc-ignore-case.
17789 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17790 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17791 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17792 * calendar/cal-islam.el (calendar-goto-islamic-date)
17793 (mark-islamic-diary-entries): Ditto.
17794 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17795 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17796 (calendar-read-mayan-tzolkin-date): Ditto.
17797 * calendar/calendar.el (calendar-read-date): Ditto.
17798 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17799
17800 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17801
17802 * progmodes/executable.el (executable-command-find-posix-p):
17803 Fix choice of the directory.
17804
17805 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17806
17807 * simple.el (interprogram-cut-function)
17808 (interprogram-paste-function, kill-new, kill-append):
17809 Doc fixes.
17810 (kill-region): Make it return nil. Doc fix.
17811 (yank-pop): Make its argument optional.
17812 (yank): Make ARG `-' equivalent to `-1'.
17813
17814 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17815
17816 * mail/rmail.el (rmail-get-new-mail): Don't reference
17817 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17818
17819 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17820
17821 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17822 if one of global-auto-revert-non-file-buffers or autorevert-mode
17823 is non-nil.
17824
17825 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17826
17827 * subr.el (delete-dups): A better implementation from Karl Heuer
17828 <kwzh@gnu.org>.
17829
17830 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17831
17832 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17833 correct place.
17834 * progmodes/icon.el (icon-indent-command): Ditto.
17835 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17836
17837 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17838
17839 * progmodes/grep.el (grep-compute-defaults): Undo change from
17840 2004-01-29: don't use executable-command-find-posix-p.
17841
17842 2004-02-16 Richard Sharman <rsharman@pobox.com>
17843
17844 * hilit-chg.el: Use require instead of eval-and-compile.
17845 (highlight-compare-buffers): New function.
17846
17847 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17848
17849 * man.el (Man-fontify-manpage): Render section headings in
17850 `Man-overstrike-face' even when overstrike was not used by man
17851 formatter for section headings.
17852
17853 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17854
17855 * rmail-spam-filter.el (vm-use-spam-filter)
17856 (rsf-min-region-length-added-to-spam-list): New variables.
17857 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17858 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17859 spam testing. Don't delete spam message if automatic deletion
17860 after output via variable rmail-delete-after-output is turned on.
17861 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17862 rsf-bbdb-dont-create-entries-for-spam.
17863 (check-field): New function, extracted from code in
17864 rmail-spam-filter to ease addition of header fields like content-type.
17865 (message-content-type): New variable to check the content-type:
17866 field added, also in defcustom of rsf-definitions-alist.
17867 (rmail-spam-filter): Replace repeated test code for header fields
17868 by calls to check-field; change the call to
17869 rmail-output-to-rmail-file such that rmail-current-message stays
17870 the same to avoid wrong deletion of unseen flags.
17871 (rsf-add-contents-type): New function to convert old format
17872 of rmail-spam-definitions-alist into new one.
17873 Change prefixes of all variables and functions from
17874 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17875
17876 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17877
17878 * loadhist.el (unload-hook-features-list): New defvar.
17879
17880 2004-02-16 Dave Love <fx@gnu.org>
17881
17882 * loadhist.el (unload-feature): Doc fix. Rename flist to
17883 unload-hook-features-list.
17884
17885 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17886
17887 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17888 cookie. Don't check if we are looking-at open-formula.
17889
17890 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17891
17892 * subr.el (match-string-no-properties): Use substring-no-properties.
17893
17894 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17895
17896 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17897 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17898 Use lower-case "rx" in all error message.
17899
17900 2004-02-16 Dave Love <fx@gnu.org>
17901
17902 * emacs-lisp/rx.el (rx-or): Put group around result.
17903 (rx-constituents): Add backref.
17904 (rx-syntax): Add string-delimiter, comment-delimiter.
17905 (rx-categories): Add combining-diacritic.
17906 (rx-check-not, rx-greedy, rx): Doc fix.
17907 (rx-backref, rx-check-backref): New.
17908
17909 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17910
17911 * newcomment.el (uncomment-region): Allow eob as comment end.
17912
17913 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17914
17915 * filecache.el: All message and error commands now use prefix
17916 "Filecache:" to make it easy to read *Messages* buffer.
17917
17918 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17919
17920 * autorevert.el: Add support to detect changed dired and VC buffers.
17921 (auto-revert-active-p, auto-revert-list-diff)
17922 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17923 (auto-revert-handler, auto-revert-active-p): New functions.
17924 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17925 and `auto-revert-active-p'.
17926 (eval-when-compile): Defvar dired-directory and vc-mode.
17927 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17928 (auto-revert-handler-vc): New functions.
17929
17930 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17931
17932 * progmodes/compile.el (compilation-directory): New defvar.
17933 (compile): Save current directory in compilation-directory.
17934 (recompile): Bind default-directory to compilation-directory if
17935 that is non-nil.
17936
17937 2004-02-16 Dave Love <fx@gnu.org>
17938
17939 * newcomment.el (comment-insert-comment-function)
17940 (comment-region-function, uncomment-region-function): New.
17941 (comment-indent): Use comment-insert-comment-function.
17942 (uncomment-region): Use uncomment-region-function.
17943 (comment-region): Use comment-region-function.
17944
17945 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17946
17947 2004-02-16 Richard Stallman <rms@gnu.org>
17948
17949 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17950 loaddefs* and ldefs-boot*.
17951
17952 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17953
17954 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17955 and email address at the beginning and end of the address.
17956
17957 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17958 anchored at the beginning of the email address.
17959
17960 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17961
17962 * international/ccl.el (ccl-compile-write): Pass `left' to
17963 ccl-embed-code to generate correct code of write-expr-register.
17964
17965 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17966
17967 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17968
17969 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17970
17971 * x-dnd.el: Mention support for Motif in commentary.
17972 (x-dnd-handle-drag-n-drop-event): Ditto.
17973
17974 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17975
17976 * ses.el: Use "ses--" prefixes for buffer-local variables.
17977 Use (point-min) instead of 1, even when we know the buffer
17978 is unnarrowed.
17979 (ses-build-load-map): Delete. Distribute its content to defconst's for
17980 the three maps.
17981 (ses-menu, ses-header-line-menu): New menus.
17982 (ses-mode-map): Use them.
17983 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17984
17985 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17986
17987 * Makefile.in: Fix the CC Mode recompile kludge so it works
17988 when building in a different directory.
17989
17990 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17991
17992 * simple.el (kill-new): Put yank-handler property on the entire string.
17993
17994 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17995
17996 * diff.el: Don't use compile any more, use diff-mode instead.
17997 (diff-regexp-alist, diff-old-file, diff-new-file)
17998 (diff-parse-differences, diff-process-setup): Remove.
17999 (diff-sentinel): New fun.
18000 (diff): Use it. Run the process ourselves.
18001 Use diff-mode for the rest of the processing.
18002
18003 * diff.el (diff): Simplify code handling `switch'.
18004
18005 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18006
18007 * pcvs-defs.el (cvs-menu): Add `tag'.
18008
18009 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18010
18011 * simple.el (kill-append): Doc fix.
18012
18013 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18014 Adapt outline-regexp to the new conventions for commenting out code.
18015
18016 2004-02-11 John Paul Wallington <jpw@gnu.org>
18017
18018 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18019
18020 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18021
18022 * diff.el (diff-switches): New fun.
18023 (diff, diff-backup): Use it.
18024 (diff): Clean up the args construction. Use backquote.
18025 Use listp instead of consp to avoid putting a nil arg.
18026 (diff): Add a revert-buffer function.
18027
18028 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18029
18030 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18031 handled by x-dnd-handle-file-name.
18032 (x-dnd-known-types): Add COMPOUND_TEXT.
18033 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18034 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18035 x-dnd-empty-state.
18036 (x-dnd-forget-drop): Ditto.
18037 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18038 (x-dnd-handle-one-url): Return private when inserting text.
18039 (x-dnd-insert-ctext): New function.
18040 (x-dnd-handle-file-name): New function for FILE_NAME.
18041 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18042 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18043 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18044
18045 2004-02-10 Kenichi Handa <handa@m17n.org>
18046
18047 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18048 instead of while loop.
18049
18050 2004-02-10 Miles Bader <miles@gnu.org>
18051
18052 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18053
18054 2004-02-09 Kenichi Handa <handa@m17n.org>
18055
18056 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18057 have end-of-line.
18058
18059 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18060
18061 * Makefile.in: Added extra dependencies in the recompile target
18062 needed to cope with the compile time macro expansions in CC Mode.
18063
18064 2004-02-09 Kim F. Storm <storm@cua.dk>
18065
18066 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18067 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18068 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18069 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18070 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18071 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18072 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18073 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18074 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18075 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18076 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18077
18078 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18079
18080 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18081 Don't allow shrink if there's a window on our right.
18082
18083 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18084 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18085 Bring together declaration and initialization.
18086 (prolog-mode-variables): Don't set the syntax table.
18087 Don't set paragraph-start and comment-indent-function.
18088 Add /*..*/ to the comment regexps.
18089 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18090 (prolog-mode-map): Don't bind TAB.
18091 (prolog-mode): Set the syntax table.
18092 (prolog-comment-indent): Remove.
18093 (inferior-prolog-mode-map): Initialize in the declaration.
18094 (inferior-prolog-mode-syntax-table)
18095 (inferior-prolog-mode-abbrev-table): New vars.
18096 (inferior-prolog-mode): Derive from comint-mode.
18097 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18098 minibuffer windows.
18099
18100 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18101 in file names, as long as it is unabmiguous.
18102
18103 2004-02-08 Andreas Schwab <schwab@suse.de>
18104
18105 * textmodes/reftex-toc.el
18106 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18107 format. Doc fix.
18108
18109 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18110 format string arguments.
18111
18112 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18113 string argument.
18114
18115 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18116
18117 * play/zone.el (zone-call): Fix format string.
18118
18119 * net/webjump.el (webjump-builtin): Add missing format string argument.
18120
18121 * midnight.el (midnight-delay-set): Remove extra format string argument.
18122
18123 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18124
18125 * hexl.el (hexl-insert-char): Add missing format string argument.
18126
18127 * format.el (format-decode): Fix format string.
18128
18129 * emulation/vi.el (vi-mode): Remove extra format string argument.
18130 (vi-repeat-last-search): Likewise.
18131 (vi-reverse-last-search): Likewise.
18132 (vi-goto-mark): Likewise.
18133 (vi-reverse-last-find-char): Likewise.
18134 (vi-repeat-last-find-char): Likewise.
18135 (vi-locate-def): Likewise.
18136
18137 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18138
18139 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18140 string argument.
18141 (ediff-toggle-regexp-match): Likewise.
18142
18143 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18144 format string argument.
18145
18146 * calc/calc-map.el (calc-get-operator): Remove extra format
18147 string argument.
18148
18149 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18150
18151 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18152 string argument.
18153
18154 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18155
18156 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18157
18158 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18159
18160 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18161 (cl-struct-setf-expander): Likewise.
18162
18163 * vc.el (with-vc-file): Fix unsafe uses of error.
18164 (vc-cancel-version): Likewise.
18165
18166 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18167
18168 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18169 thousands separator; fixes <class>:<line-number> regexp for
18170 non-english locales.
18171
18172 2004-02-08 Andreas Schwab <schwab@suse.de>
18173
18174 * view.el (view-mode-enable): Revert previous change.
18175
18176 2004-02-07 Kim F. Storm <storm@cua.dk>
18177
18178 * simple.el (line-number-at-pos): Rename from line-at-pos.
18179 Uses changed (what-line and vc-annotate-warp-version).
18180
18181 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18182
18183 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18184 (diff-mode): Remove aborted attempt at support for compile.el.
18185 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18186
18187 2004-02-06 Andreas Schwab <schwab@suse.de>
18188
18189 * view.el (view-mode-enable): Add view-mode-map to
18190 minor-mode-overriding-map-alist.
18191
18192 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18193
18194 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18195
18196 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18197
18198 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18199 with point inside rather than after the paragraph.
18200
18201 2004-02-04 Sam Steingold <sds@gnu.org>
18202
18203 * mail/smtpmail.el (smtpmail-try-auth-methods):
18204 Do not try authentication when no mechanism is available.
18205 Pass port-name as defaultport to `netrc-machine'.
18206
18207 2004-02-04 Stephen Eglen <stephen@gnu.org>
18208
18209 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18210 to show how minibuffer height can be constrained.
18211
18212 2004-02-04 John Paul Wallington <jpw@gnu.org>
18213
18214 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18215
18216 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18217
18218 * x-dnd.el: New file for drag and drop.
18219
18220 * term/x-win.el: require x-dnd, set after-make-frame-functions
18221 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18222 drag-n-drop event.
18223
18224 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18225 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18226 (dired-dnd-handle-file): New functions for drag and drop support.
18227 (dired-mode): Initialize drag and drop if x-dnd present.
18228
18229 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18230
18231 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18232 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18233 (cperl-mode): Set fill-paragraph-function.
18234 (cperl-fill-paragraph): Make it non-interactive.
18235
18236 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18237
18238 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18239
18240 2004-02-02 David Kastrup <dak@gnu.org>
18241
18242 * replace.el (perform-replace): Allow 'literal argument in
18243 regexp-flag to indicate literal replacement.
18244 (query-replace-regexp-eval): Use it.
18245
18246 2004-02-01 Andreas Schwab <schwab@suse.de>
18247
18248 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18249
18250 2004-02-01 Stephen Eglen <stephen@gnu.org>
18251
18252 * info-look.el: Add support for maxima-mode. Update commentary
18253 because info-lookup-symbol is now bound to C-h S.
18254
18255 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18256
18257 * simple.el (edit-and-eval-command): Bind print-level and
18258 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18259 Correct initial position in command-history.
18260
18261 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18262
18263 * files.el (read-directory-name): Adapt the docstring to recent
18264 change in Fread_file_name.
18265
18266 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18267
18268 * ses.el (ses-print-cell): If print format too wide for column
18269 width, truncate decimal places if that helps to avoid "#####" fill.
18270 * ses.el (ses-initial-column-width): Revert previous change.
18271
18272 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18273
18274 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18275 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18276 Add edebug info.
18277 (jit-lock-mode): Setup/cancel the new timer.
18278 (jit-lock-context-fontify): New fun. Extracted from
18279 context fontification code of jit-lock-stealth-fontify.
18280 (jit-lock-stealth-fontify): Don't do context fontification any more.
18281
18282 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18283 (jit-lock-fontify-now): Handle the `quit' case.
18284 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18285
18286 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18287
18288 * progmodes/executable.el (executable-command-find-posix-p):
18289 New. Check if find handles arguments Posix-style.
18290
18291 * progmodes/grep.el (grep-compute-defaults):
18292 Use executable-command-find-posix-p.
18293 (grep-find): Check `grep-find-command'.
18294
18295 * filecache.el (file-cache-find-posix-p): Delete.
18296 (file-cache-add-directory-using-find):
18297 Use `executable-command-find-posix-p'.
18298
18299 2004-01-29 Dave Love <fx@gnu.org>
18300
18301 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18302 Iterate the hook function if arg is given.
18303 (mark-defun, narrow-to-defun): Change order of finding the limits.
18304
18305 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18306 (byte-compile-format-warn): New.
18307 (byte-compile-callargs-warn): Use it.
18308 (Format, message, error): Add byte-compile-format-like property.
18309 (byte-compile-maybe-guarded): New.
18310 (byte-compile-if, byte-compile-cond): Use it.
18311 (byte-compile-lambda): Compile interactive forms,
18312 just to make warnings about them.
18313
18314 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18315
18316 * ses.el (ses-initial-column-width): Increase to 14, so it will
18317 work well with the default printer of "%.7g" for extreme values
18318 like "-1.234567e+07".
18319
18320 2004-01-29 Kenichi Handa <handa@m17n.org>
18321
18322 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18323
18324 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18325
18326 * dos-w32.el: Added support for the `default-printer-name' function.
18327
18328 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18329
18330 * server.el (server-socket-name): Don't use the hostname in the
18331 socket name since /tmp is local to the host anyway.
18332
18333 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18334 robust check of widening and fix var-naming.
18335
18336 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18337
18338 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18339 or rmail-spam- to rsf- in all function and variable names.
18340 (rsf-min-region-to-spam-list): New variable.
18341 (rsf-bbdb-auto-delete-spam-entries): Rename from
18342 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18343 scanned together with the recipients field for spam testing; Don't
18344 delete spam message if rmail-delete-after-output is non-nil;
18345 (rsf-check-field): New function, extracted from code in
18346 rmail-spam-filter to ease addition of header fields like
18347 content-type:;
18348 (message-content-type): New variable. The content-type: field was
18349 added also in defcustom of rsf-definitions-alist;
18350 (rmail-spam-filter): Replace repeated test code for header fields
18351 by calls to check-field; change the call to
18352 rmail-output-to-rmail-file such that rmail-current-message stays
18353 the same to avoid wrong deletion of unseen flags.
18354 (rmail-use-spam-filter): Add autoload cookie.
18355
18356 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18357
18358 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18359 (file-cache-add-directory-using-find): Add Cygwin support.
18360 (file-cache-find-command-posix-flag): New user variable.
18361
18362 * filecache.el (file-cache-add-directory): Check for
18363 directories an remove them from dir-files.
18364
18365 2004-01-27 Richard M. Stallman <rms@gnu.org>
18366
18367 * man.el (Man-fontify-manpage): Clean up message.
18368
18369 2004-01-27 Kenichi Handa <handa@m17n.org>
18370
18371 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18372 (sentence-end): Define using sentence-end-without-space.
18373
18374 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18375 a sentence ends with one of a character in sentence-end-without-space.
18376
18377 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18380 (jit-lock): Group declaration moved to jit-lock.el.
18381 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18382 when necessary.
18383
18384 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18385 (jit-lock-context-unfontify-pos): Rename from
18386 jit-lock-first-unfontify-pos.
18387 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18388
18389 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18390
18391 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18392 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18393 (fortran-fill): When filling a string, adjust re-search-backward
18394 argument for special case of string just on fill-column.
18395 When filling non-string, allow one extra char if
18396 fortran-break-before-delimiters is non-nil.
18397 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18398 Use fortran-break-delimiters-re and fortran-no-break-re to
18399 correctly handle cases such as "**".
18400
18401 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18402 (f90-no-break-re): Add some extra tokens. Doc fix.
18403
18404 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18405
18406 * mail/rmail-spam-filter.el:
18407 Use two semicolons as Commentary line prefix.
18408 Add ";;; Code:" stylized comment.
18409 Delete end-of-line whitespace.
18410 Wrap (require 'cl) with `eval-when-compile'.
18411
18412 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18413
18414 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18415 at the top level of vc.el.
18416
18417 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18418
18419 * vc.el (vc-current-line): Function removed. This is now done by
18420 the new function line-at-pos in simple.el.
18421 (vc-annotate-warp-version): Use line-at-pos instead of
18422 vc-current-line.
18423
18424 2004-01-22 Kim F. Storm <storm@cua.dk>
18425
18426 * simple.el (line-at-pos): New defun.
18427 (what-line): Use it. Optimize by only counting lines in narrowed
18428 region once.
18429
18430 2004-01-22 Kenichi Handa <handa@m17n.org>
18431
18432 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18433 point (register r1) only for charset mule-unicode-0100-24ff.
18434
18435 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18436
18437 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18438 trailing white space and ensure a final newline.
18439
18440 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18441 Add autoload cookie.
18442
18443 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18444
18445 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18446 activate view-mode explicitly.
18447
18448 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18449
18450 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18451 menu-bar-enable-clipboard and make Paste use clipboard first.
18452
18453 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18454
18455 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18456 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18457 (vc-mcvs-cvs): Remove.
18458 (vc-mcvs-command): Remove use of assert.
18459
18460 * outline.el (outline-insert-heading): Tighten up match.
18461 (outline-demote, outline-move-subtree-down): Don't assume anything
18462 about outline-regexp.
18463
18464 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18465 (texinfo-show-structure): Explicitly add ^, and simplify.
18466
18467 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18468
18469 * calendar/appt.el (appt-check): Restore usage of
18470 appt-issue-message deleted in previous change.
18471 (top-level): Activate package when loaded (needed for backwards
18472 compatibility).
18473
18474 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18475
18476 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18477 following previous change to smtpmail-send-data.
18478
18479 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18480
18481 * vc.el (vc-default-previous-version): Doc enhancement.
18482 (vc-default-next-version): New function.
18483 (vc-print-log): New arg FOCUS-REV.
18484 (vc-annotate-mode): Derive from view-mode.
18485 (vc-annotate): New args REVISION, DISPLAY-MODE.
18486 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18487 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18488 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18489 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18490 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18491
18492 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18493
18494 2004-01-19 Karl Berry <karl@gnu.org>
18495
18496 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18497 or "TexInfo".
18498
18499 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18500
18501 * subr.el (delete-dups): New function.
18502
18503 2004-01-19 Karl Berry <karl@gnu.org>
18504
18505 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18506 with ^, since that's what texinfo-show-structure
18507 documentation says (plus it works much better in texinfo.txi).
18508
18509 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18510
18511 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18512
18513 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18514
18515 * progmodes/which-func.el (which-function-mode): Don't cancel
18516 which-func-update-timer if not set.
18517
18518 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18519
18520 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18521 Remove spurious left square bracket in XX:XXam regexp.
18522
18523 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18524
18525 * progmodes/cc-defs.el: Do not require cl at run time.
18526
18527 2004-01-16 Richard M. Stallman <rms@gnu.org>
18528
18529 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18530 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18531
18532 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18533 Call rmail-spam-filter. Delete and expunge spam.
18534 Print number of spam messages deleted.
18535 Save and restore the deletion status of old messages when reading
18536 new mail with spam filter, so that expunging spam does not expunge
18537 msgs deleted by the user.
18538 (rmail-only-expunge): Add an optional argument dont-show to
18539 prevent showing message after expunge.
18540
18541 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18542
18543 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18544 * subr.el (declare): New macro.
18545
18546 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18547
18548 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18549
18550 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18551
18552 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18553 Test window-system rather than system-type (for X11/Mac).
18554
18555 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18556
18557 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18558
18559 2004-01-12 Richard M. Stallman <rms@gnu.org>
18560
18561 * mail/rmail.el (rmail-convert-to-babyl-format):
18562 Use mail-unquote-printable-region.
18563 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18564 (rmail-hex-char-to-integer): Functions deleted.
18565
18566 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18567 (mail-unquote-printable-region): New arg NOERROR.
18568 For invalid encoding, either signal an error to just return nil.
18569
18570 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18571
18572 * calendar/appt.el: Update copyright and commentary.
18573 (appt-issue-message): Make obsolete.
18574 (appt-visible, appt-msg-window): Make obsolete, in favour of
18575 appt-display-format.
18576 (appt-display-mode-line, appt-display-duration)
18577 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18578 (appt-prev-comp-time, appt-display-count, appt-timer)
18579 (appt-convert-time): Doc change.
18580 (appt-disp-window-function, appt-delete-window-function):
18581 Use defcustom rather than defvar.
18582 (appt-display-format): New variable.
18583 (appt-display-message): New function with display code from appt-check.
18584 (appt-check): Add optional FORCE argument. Doc change.
18585 Add appt-make-list to diary-hook if displaying diary.
18586 Remove checking of view-diary-entries-initially.
18587 Message display section removed to new function appt-display-message.
18588 (appt-display-window): Doc change. Remove unused internal var
18589 this-buffer. Do not beep, since appt-display-message does that.
18590 (appt-make-list): Doc change. Use caar.
18591 (appt-sort-list): Simplify by using builtin sort function.
18592 (appt-update-list): New function for updating appts when diary is
18593 saved.
18594 (appt-activate): New autoloaded function to toggle package
18595 functionality.
18596
18597 * calendar/cal-x.el: (calendar-one-frame-setup)
18598 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18599
18600 * calendar/calendar.el: Update copyright.
18601 (view-diary-entries-initially, european-calendar-style): Doc change.
18602 (calendar-setup): Make defcustom rather than defvar.
18603 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18604 in let binding so local to function.
18605
18606 * calendar/diary-lib.el: Update copyright.
18607 (diary, diary-entry-time): Doc change.
18608 (list-diary-entries): Doc change. Trivial logic change.
18609 (fancy-diary-display): Restore make-face command mistakenly
18610 deleted 2003-05-08.
18611 (show-all-diary-entries): Allow to pop-up frame if needed.
18612
18613 2004-01-09 John Paul Wallington <jpw@gnu.org>
18614
18615 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18616 Temporarily select EVENT's window for changing eol type.
18617
18618 2004-01-09 Deepak Goel <deego@gnufans.org>
18619
18620 * calendar/diary-lib.el (diary-entry-time):
18621 Also accept time in the form XX[.XX][am/pm/AM/PM].
18622 (fancy-diary-font-lock-keywords): Likewise.
18623 (diary-font-lock-keywords): Likewise.
18624 * calendar/appt.el (appt-add): Likewise.
18625 (appt-make-list): Likewise.
18626 (appt-convert-time): Likewise.
18627
18628 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18629
18630 * gdb-ui.el (gdb-ann3): Revert previous change.
18631 (gdb-source-info): Allow for case of where compilation directory
18632 is not recorded.
18633
18634 2004-01-08 John Paul Wallington <jpw@gnu.org>
18635
18636 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18637
18638 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18639
18640 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18641
18642 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18643 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18644 problems.
18645 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18646
18647 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18648
18649 * files.el (write-file-functions, write-contents-functions):
18650 Clarify docstrings.
18651
18652 2004-01-07 Kenichi Handa <handa@m17n.org>
18653
18654 * international/mule.el (set-auto-coding): Fix for the case that
18655 end-of-line is only CR.
18656
18657 2004-01-07 Kim F. Storm <storm@cua.dk>
18658
18659 * subr.el (event-start, event-end): Doc fix.
18660 (posn-string, posn-image): New defuns.
18661 (posn-object): Return either image or string object.
18662 (posn-object-x-y): Return 8th element of position.
18663 (posn-object-width-height): New defun.
18664
18665 2004-01-06 Andreas Schwab <schwab@suse.de>
18666
18667 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18668 output.
18669
18670 2004-01-05 Karl Berry <karl@gnu.org>
18671
18672 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18673 / and *, too.
18674
18675 2003-12-31 Simon Josefsson <jas@extundo.com>
18676
18677 * files.el (before-save-hook): Add.
18678 (basic-save-buffer): Use before-save-hook.
18679
18680 * emacs-lisp/copyright.el: Fix comment to recommend
18681 before-save-hook instead of write-file-functions.
18682
18683 2004-01-05 Richard M. Stallman <rms@gnu.org>
18684
18685 * finder.el (finder-commentary): Call delete-other-windows.
18686
18687 * net/ange-ftp.el (ange-ftp-file-attributes):
18688 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18689
18690 2004-01-04 Karl Berry <karl@gnu.org>
18691
18692 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18693 comment characters % and # in the copyright year notice,
18694 as well as ;.
18695
18696 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18697
18698 * wid-edit.el (default): Define dummy :value-delete.
18699 Reported by Jesper Harder <harder@ifa.au.dk>.
18700
18701 2004-01-03 Richard M. Stallman <rms@gnu.org>
18702
18703 * progmodes/compile.el (compile-internal): Use point, not point-min,
18704 for set-window-point.
18705
18706 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18707
18708 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18709
18710 * progmodes/grep.el (grep-mode-map):
18711 Don't remap next-line, previous-line.
18712
18713 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18714
18715 * speedbar.el (speedbar-edit-line): Change regexp to position
18716 the cursor on the first character of this line's button.
18717
18718 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18719
18720 * subr.el (functionp): Doc fix.
18721
18722 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18723
18724 * progmodes/idlwave.el (idlwave-make-tags):
18725 * textmodes/flyspell.el (flyspell-large-region):.
18726 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18727 * emulation/viper-util.el (viper-glob-unix-files):
18728 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18729 * man.el (Man-init-defvars):
18730 * jka-compr.el (jka-compr-call-process):
18731 * files.el (get-free-disk-space,insert-directory):
18732 * ediff-ptch.el (ediff-test-patch-utility):
18733 * ediff-diff.el (ediff-test-utility):
18734 * dired-aux.el (dired-check-process):
18735 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18736 test the return value of call-process, because it can be a string.
18737
18738 2003-12-31 John Paul Wallington <jpw@gnu.org>
18739
18740 * bindings.el (completion-ignored-extensions): Add .pfsl.
18741
18742 2003-12-31 Kim F. Storm <storm@cua.dk>
18743
18744 * ido.el (ido-nonreadable-directory-p): New defun to check for
18745 nonreadable directory without activating tramp (to avoid problems
18746 with checking incomplete tramp paths).
18747 (ido-set-current-directory, ido-file-internal)
18748 (ido-file-name-all-completions1): Use it.
18749
18750 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18751
18752 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18753 documentation if the anchor (or node) name is preceded by `info
18754 anchor' or `Info anchor' in addition to earlier `info node' and
18755 `Info node'.
18756 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18757
18758 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18759
18760 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18761 error in arguments to base64-decode-region. Remove ^M characters
18762 after decoding base64.
18763
18764 2003-12-30 Simon Josefsson <jas@extundo.com>
18765
18766 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18767 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18768 have only been distributed with Emacs for some years.
18769 (texinfo-mode-hook): Customize.
18770
18771 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18772
18773 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18774 cleaner (suggested by Richard Stallman).
18775
18776 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18777 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18778 file-name clashes on 8+3 DOS filesystems.
18779
18780 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18781 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18782 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18783 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18784 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18785 file-name clashes on 8+3 filesystems.
18786
18787 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18788 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18789 file-name clashes on 8+3 DOS filesystems.
18790
18791 2003-12-29 Richard M. Stallman <rms@gnu.org>
18792
18793 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18794 Upcase the character.
18795
18796 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18797 Search for header separator alone on a line, literally,
18798 and search for it backward, not forward.
18799 (flyspell-abbrev-table): Always use global-abbrev-table
18800 if there is no local one.
18801
18802 * progmodes/sh-script.el (sh-get-indent-info):
18803 Don't move point back if at bob.
18804
18805 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18806
18807 * play/handwrite.el (handwrite): Make the handwrite credit message
18808 a comment rather than an output command.
18809
18810 * obsolete/sc.el: Display message that this file is obsolete.
18811
18812 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18813
18814 * mail/rfc822.el (rfc822-address-start): Declare variable.
18815 Renamed from address-start. All uses changed.
18816
18817 * term.el (term-exec): Set up sentinel.
18818 (term-sentinel): New function.
18819 (term-handle-exit): New function.
18820
18821 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18822 Use assoc-string, and mark them obsolete.
18823 (delay-mode-hooks): Mark as permanent local.
18824
18825 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18826
18827 * register.el (copy-rectangle-to-register): Doc fix.
18828
18829 * info.el (Info-insert-dir): Use assoc-string.
18830
18831 * info-look.el (info-lookup): Use assoc-string.
18832
18833 * frame.el (pop-up-frame-function): Use quote, not `function'.
18834 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18835 copying with lists as coordinate values.
18836
18837 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18838
18839 * find-dired.el (kill-find): New command.
18840 (find-dired): Make buffer read-only.
18841 Set up a keymap with C-c C-k running kill-find.
18842 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18843
18844 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18845
18846 * filecache.el (file-cache-ignore-case): New variable.
18847 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18848
18849 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18850 (comint-dynamic-complete-as-filename): Rename local vars.
18851 (comint-dynamic-list-filename-completions): Likewise.
18852
18853 * comint.el (comint-dynamic-list-completions-config): New var.
18854 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18855
18856 * comint.el (comint-file-name-chars): Add [].
18857 (comint-word): Use skip-chars-backward, not search.
18858
18859 * shell.el (shell-file-name-chars): Add [].
18860
18861 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18862
18863 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18864
18865 * generic.el (define-generic-mode): Doc fix.
18866
18867 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18868
18869 * files.el (kill-some-buffers): Doc fix.
18870
18871 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18872
18873 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18874 arg to send-invisible
18875 (send-invisible): Doc fix. The argument is now a prompt, not the
18876 string to send.
18877 (comint-read-noecho): Doc fix.
18878
18879 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18880
18881 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18882 "@", as required by some ISP hosting service. Fix defcustom
18883 argument syntax errors that prevented use of customization.
18884
18885 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18886
18887 * xml.el (xml-get-attribute-or-nil): Doc fix.
18888
18889 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18890
18891 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18892 write-file-hooks.
18893
18894 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18895
18896 * autorevert.el (auto-revert-interval): Doc fix.
18897
18898 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18899
18900 * xml.el (xml-get-attribute-or-nil): New function, like
18901 xml-get-attribute, but returns nil if the attribute was not found.
18902 (xml-get-attribute): Convert to defsubst, uses
18903 xml-get-attribute-or-nil.
18904
18905 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18906
18907 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18908
18909 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18910
18911 * custom.el (custom-declare-theme): Use `value' when putting
18912 properties on `theme'.
18913
18914 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18915
18916 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18917 for each yank-handler segment.
18918 (insert-for-yank-1): New function, with the body of the previous
18919 insert-for-yank.
18920
18921 * textmodes/table.el (table-yank-handler): New defcustom.
18922 (table--put-cell-indicator-property): Put yank-handler property
18923 that indicates the yank handler for the table cell.
18924
18925 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18926
18927 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18928 set of keywords.
18929
18930 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18931
18932 * international/mule-cmds.el (reset-language-environment)
18933 (set-language-environment): Don't invoke fontset-related functions
18934 if fontset-list is not fboundp.
18935
18936 2003-12-29 Kenichi Handa <handa@m17n.org>
18937
18938 * international/mule-cmds.el (reset-language-environment):
18939 Call set-overriding-fontspec-internal with nil.
18940 (set-language-environment): Call set-overriding-fontspec-internal
18941 if the language environment specify `overriding-fontspec'.
18942 (language-info-alist): Doc added.
18943
18944 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18945 characters of mule-unicode-0100-24ff.
18946 (ccl-encode-windows-1251-font): New CCL program.
18947 ("Bulgarian"): Specify overriding-fontspec.
18948 ("Belarusian"): Likewise.
18949
18950 2003-12-28 Sam Steingold <sds@gnu.org>
18951
18952 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18953 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18954
18955 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18956
18957 * progmodes/gud.el (gud-gdb-command-name): Set default to
18958 "gdb --annotate=3".
18959 (gud-gdb-marker-filter): Look out for annotations.
18960 (gdb-first-pre-prompt): New variable.
18961 Remove trailing white space.
18962
18963 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18964 if necessary.
18965 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18966 annotations are detected.
18967 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18968 instead of a local one to allow transition from
18969 gud-gdb-marker-filter.
18970 Remove trailing white space.
18971
18972 2003-12-27 Kim F. Storm <storm@cua.dk>
18973
18974 * ido.el: Handle non-readable directories.
18975 (ido-decorations): Add 9th element for non-readable directory.
18976 (ido-directory-nonreadable): New dynamic var.
18977 (ido-set-current-directory): Set it.
18978 (ido-read-buffer, ido-file-internal):
18979 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18980 (ido-file-name-all-completions1): Return empty list for
18981 non-readable directory.
18982 (ido-exhibit): Print [Not readable] if directory is not readable.
18983 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18984 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18985 Use it.
18986
18987 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18988
18989 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18990 calls to directory-files-and-attributes and file-attributes.
18991 (ls-lisp-format): Remove system dependent handling of user and
18992 group id's.
18993
18994 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18995
18996 * ffap.el (ffap-read-file-or-url): Revert previous change.
18997
18998 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18999
19000 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19001 new list of included files called `files-with-node-lines', that
19002 only have node lines. This way @include commands can include any
19003 file, such as version and update files without node lines, not
19004 just files that are chapters.
19005
19006 2003-12-25 Andreas Schwab <schwab@suse.de>
19007
19008 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19009 file not found.
19010
19011 2003-12-08 Miles Bader <miles@gnu.org>
19012
19013 * dired.el (dired-between-files): Always use dired-move-to-filename,
19014 which is more robust in non-english locales.
19015
19016 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19017
19018 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19019
19020 2003-12-24 Andreas Schwab <schwab@suse.de>
19021
19022 * shell.el (shell-file-name-quote-list): Add backslash.
19023
19024 * comint.el (comint-quote-filename): Correctly handle backslash
19025 in comint-file-name-quote-list.
19026
19027 2003-12-24 Kenichi Handa <handa@m17n.org>
19028
19029 * international/mule-cmds.el (set-default-coding-systems):
19030 Call ucs-set-table-for-input for all buffers that don't have local
19031 value of buffer-file-coding-system.
19032
19033 * international/ucs-tables.el (ucs-set-table-for-input):
19034 If translation-table-for-encode is a symbol, get its
19035 translation-table property.
19036
19037 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19038
19039 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19040 to `completing-read' on a recently fixed bug.
19041
19042 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19043 instead of SPACE, to get the list of possible fringe modes.
19044 SPACE only works if both `partial-completion-mode' and
19045 `completion-auto-help' are nil.
19046
19047 * complete.el (PC-is-complete-p): Delete.
19048 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19049 calls to `test-completion'.
19050
19051 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19052
19053 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19054 to edit values when there are no children.
19055
19056 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19057 a mode called "Assembler" already exists.
19058 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19059 (gud-watch): Use format option. Remove font properties from string.
19060 (gdb-var-create-handler, gdb-var-list-children-handler):
19061 Don't bother about properties as there are none.
19062 (gdb-var-create-handler, gdb-var-list-children-handler)
19063 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19064 with two arguments.
19065 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19066 Let speedbar show value changes with a different font.
19067 (gdb-edit-value): New defun.
19068 (gdb-clear-partial-output, gdb-clear-inferior-io)
19069 (def-gdb-auto-update-handler): Use erase-buffer.
19070 (gdb-frame-handler): Display watch expressions in
19071 FUNCTION::VARIABLE format if required.
19072
19073 2003-12-23 John Paul Wallington <jpw@gnu.org>
19074
19075 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19076 (Info-goto-emacs-command-node): Doc fixes.
19077
19078 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19079
19080 * cus-edit.el (custom-add-parent-links): Define "many".
19081
19082 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19083
19084 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19085 (widget-child-validate, widget-type-value-create)
19086 (widget-type-default-get, widget-type-match): New functions.
19087 (lazy): New widget.
19088 (menu-choice, checklist, radio-button-choice, editable-list)
19089 (group, documentation-string): Remove redundant (per 2003-10-25
19090 change) calls to `widget-children-value-delete'.
19091 (widget-choice-value-get, widget-choice-value-inline): Remove.
19092 (menu-choice): Update widget.
19093
19094 2003-12-03 Kenichi Handa <handa@m17n.org>
19095
19096 * language/cyrillic.el: Register "microsoft-cp1251" in
19097 ctext-non-standard-encodings-alist.
19098 ("Bulgarian"): Add ctext-non-standard-encodings.
19099 ("Belarusian"): Likewise.
19100
19101 * international/mule-conf.el (compound-text-with-extensions):
19102 Change the type to 2 (iso-2022 base).
19103
19104 * international/mule.el (ctext-non-standard-encodings-alist):
19105 Change the format.
19106 (ctext-non-standard-encodings): New variable.
19107 (ctext-post-read-conversion): Fully re-written.
19108 (ctext-non-standard-designations-alist): Delete it.
19109 (ctext-non-standard-encodings-table): New function.
19110 (ctext-pre-write-conversion): Fully re-written.
19111
19112 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19113
19114 * cus-edit.el (custom-add-parent-links): Add documentation links
19115 for parent, if the item has none of its own.
19116
19117 2003-11-30 Richard M. Stallman <rms@gnu.org>
19118
19119 * dired-aux.el (dired-do-query-replace-regexp):
19120 Report files visited read-only.
19121
19122 2003-11-30 Juri Linkov <juri@jurta.org>
19123
19124 * dired-aux.el (dired-compare-directories): New command.
19125 (dired-file-set-difference, dired-files-attributes): New functions.
19126
19127 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19128 Version 2.0.38 of Tramp released.
19129
19130 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19131 Charles Curley <charlescurley@charlescurley.com>.
19132 (tramp-multi-connection-function-alist): Add ssht entry which adds
19133 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19134 Aichner.
19135 (tramp-get-method-parameter): New function to retrieve a method
19136 parameter. This allows for omission of method parameters.
19137 Callers adjusted.
19138
19139 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19140
19141 * net/tramp.el: Add new optional parameter ID-FORMAT to
19142 `file-attributes'. Calls of `file-attributes' won't use this
19143 parameter for backward compatibility reasons.
19144 (tramp-perl-file-attributes): Add a new parameter to Perl script
19145 in order to handle uid/gid as strings, if desired.
19146 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19147 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19148 order to make the function more general.
19149 (tramp-handle-file-attributes): Replace proprietary optional
19150 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19151 (tramp-handle-file-attributes-with-perl): Handle parameter
19152 NONNUMERIC if set. This wasn't done in the past.
19153 (tramp-post-connection): Apply second parameter "$2" if
19154 `tramp-remote-perl' is called.
19155
19156 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19157 Correct cut'n'waste error (`filename' instead of `directory').
19158 (tramp-smb-handle-directory-files-and-attributes)
19159 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19160 introduced parameter ID-FORMAT.
19161 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19162 error (`directory' instead of `ldir').
19163
19164 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19165 `file-attributes' has a second parameter. If yes, apply it with
19166 value "'integer". Otherwise, don't use that parameter (default is
19167 integer format).
19168
19169 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19170
19171 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19172 (help-for-help): Add `C-h .' to the listed Help options.
19173 Remove trailing whitespace.
19174
19175 * help-at-pt.el: New file.
19176
19177 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19178
19179 * subr.el (noreturn, 1value): New macros for test coverage.
19180 See `testcover.el'.
19181
19182 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19183
19184 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19185 for macro `1value'.
19186 (testcover-1value): New function. Checks that a 1value form
19187 actually returns only one value. Requested by RMS.
19188
19189 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19190
19191 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19192 (gdb-var-list-children, gdb-var-list-children-handler)
19193 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19194 gdb commands that use mi to keep them out of the command history.
19195
19196 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19197
19198 * cus-start.el (all): Add use-file-dialog.
19199
19200 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19201
19202 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19203
19204 2003-11-27 Kim F. Storm <storm@cua.dk>
19205
19206 * subr.el (posn-object-x-y): New defun.
19207
19208 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19209
19210 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19211 Don't use `space' for \\\n.
19212 Be more selective as to which # are comment-starters.
19213
19214 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19215
19216 * subr.el (number-sequence): Improve handling of floating point
19217 arguments (suggested by Kim Storm). Allow negative arguments.
19218
19219 2003-11-26 Kenichi Handa <handa@m17n.org>
19220
19221 * international/mule-cmds.el (standard-display-european-internal):
19222 Cancel the standard-display-table setting for ` and '.
19223
19224 2003-11-26 Kim F. Storm <storm@cua.dk>
19225
19226 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19227 New defcustoms to add ffap-like functionality to ido.
19228 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19229 (ido-no-final-slash): New defun.
19230 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19231 (ido-read-file-name): ): Toggle VC checking via
19232 vc-handled-backends instead of vc-master-templates.
19233 (ido-file-internal): Handle ido-use-url-at-point and
19234 ido-use-filename-at-point via code borrowed from ffap-guesser.
19235 Handle new ido-exit code ffap.
19236 (ido-sort-list): Ignore final slash when sorting file names.
19237
19238 2003-11-25 Kim F. Storm <storm@cua.dk>
19239
19240 * emulation/cua-base.el (cua--standard-movement-commands):
19241 Add forward-sentence and backward-sentence.
19242
19243 2003-11-25 Stephen Eglen <stephen@gnu.org>
19244
19245 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19246 iswitchb-exit is set to 'usefirst when user selects buffer at head
19247 of list using RET. (Selecting buffers at the head of the list was
19248 broken if the substring was also a complete buffername.)
19249
19250 2003-11-23 Kim F. Storm <storm@cua.dk>
19251
19252 * progmodes/compile.el (grep-command, grep-use-null-device)
19253 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19254 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19255 (grep-regexp-alist, grep-program, find-program)
19256 (grep-find-use-xargs, grep-history, grep-find-history)
19257 (grep-process-setup, grep-compute-defaults)
19258 (grep-default-command, grep, grep-tag-default, grep-find)
19259 (grep-expand-command-macros, grep-tree-last-regexp)
19260 (grep-tree-last-files, grep-tree): Move grep variables, functions
19261 and commands to new file grep.el.
19262 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19263 (compilation-process-setup-function): Doc fix.
19264 (compilation-highlight-regexp, compilation-highlight-overlay): New
19265 defvars used for highlighting current compile error in source buffer.
19266 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19267 LOCAL-MAP which overrides compilation-highlight-regexp and
19268 compilation-mode-map for this compilation.
19269 Delay calling compilation-set-window-height until after running
19270 compilation-process-setup-function so it can buffer-local override
19271 compilation-window-height.
19272 Check buffer-local value of compilation-scroll-output.
19273 (compilation-set-window-height): Use buffer-local value of
19274 compilation-window-height.
19275 (compilation-revert-buffer): Don't pass (undefined)
19276 preserve-modes arg to revert-buffer.
19277 (next-error-no-select, previous-error-no-select): New commands.
19278 (compilation-goto-locus): Temporarily highlight current match in
19279 source buffer using compilation-highlight-regexp.
19280
19281 * progmodes/grep.el: New file with grep code from compile.el.
19282 (grep): New defcustom group.
19283 (grep-window-height): New defcustom, like compilation-window-height.
19284 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19285 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19286 (grep-command, grep-use-null-device, grep-find-command)
19287 (grep-tree-files-aliases, grep-tree-ignore-case)
19288 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19289 (grep-setup-hook): New hook variable.
19290 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19291 (grep-last-buffer): New defvar, override compilation-last-buffer.
19292 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19293 Call compile-internal with args highlight-regexp and grep-mode-map.
19294
19295 2003-11-23 Kim F. Storm <storm@cua.dk>
19296
19297 * subr.el (event-start, event-end): Doc fix.
19298 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19299 (posn-area, posn-actual-col-row, posn-object): New defuns.
19300 (posn-col-row): Simplify doc. Rewrite to use cond.
19301 (posn-point): Also return buffer position for events outside text
19302 area (that info is now present in the event position).
19303
19304 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19305 mouse-set-point so that hscroll still works now that clicks on
19306 fringes generate specific mouse events.
19307 (mouse-set-point): Note that it now works in fringes and margins
19308 too due to new semantics of posn-point in fringes and margins.
19309
19310 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19311 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19312
19313 2003-11-20 Kim F. Storm <storm@cua.dk>
19314
19315 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19316 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19317 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19318 to 100 for icons to avoid increasing line height when shown.
19319
19320 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19321
19322 * newcomment.el (comment-normalize-vars): Initialize properly if
19323 comment-start was nil.
19324
19325 2003-11-19 Andreas Schwab <schwab@suse.de>
19326
19327 * simple.el (set-variable): Fix indentation.
19328
19329 2003-11-17 Kenichi Handa <handa@m17n.org>
19330
19331 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19332 Fix docstring.
19333
19334 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19335
19336 * international/latin1-disp.el (latin1-display): Fix docstring.
19337
19338 2003-11-16 John Wiegley <johnw@newartisans.com>
19339
19340 * eshell/em-ls.el (eshell-ls-file): There are times with
19341 size-width is nil and uncomputed (when directories are created in
19342 dired, for example); in this case, 4 is reasonable default value,
19343 although it may caused skewed new entries (which could be avoided
19344 by returning the original value of 8 in all cases, but 99% of the
19345 time this is a waste of whitespace).
19346
19347 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19348
19349 * cc-engine.el (c-guess-continued-construct)
19350 (c-guess-basic-syntax): Check a little more carefully if it's a
19351 function declaration when an unknown construct followed by a block
19352 is found inside a statement context. This avoids macros followed
19353 by blocks to be taken as function declarations.
19354
19355 (c-guess-continued-construct): Change the analysis of a statement
19356 continuation with a brace open to `substatement-block', for
19357 consistency with recognized statements.
19358
19359 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19360 start is in a position so that `c-beginning-of-statement-1' jumped
19361 to the beginning of the same statement.
19362
19363 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19364 Don't accept binary operators in the arglist if we're in a function
19365 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19366 template recognition in cases like "if (a < b || c > d)".
19367
19368 (c-restricted-<>-arglists): New more appropriate name for
19369 `c-disallow-comma-in-<>-arglists'.
19370
19371 Accessing functions updated for the variable name change.
19372
19373 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19374 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19375
19376 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19377 labels.
19378
19379 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19380 instead of duplicating parts of it. This fixes bogus label
19381 recognition.
19382
19383 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19384 of checking the context in which to apply the minimum indentation,
19385 so that it isn't enforced in e.g. namespace blocks.
19386
19387 * cc-vars.el (c-inside-block-syms): New constant used by
19388 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19389 to somewhat reduce the risk of becoming stale.
19390
19391 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19392 cc-cmds to cc-engine to allow use from cc-align.
19393
19394 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19395 qualified identifiers containing "::".
19396
19397 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19398 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19399
19400 * cc-vars.el (c-emacs-features): Use a space in front of the name
19401 of the temporary buffer. That also avoids dumping problems in
19402 XEmacs due to undo info being left around after the buffer is killed.
19403
19404 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19405 arglist to see if it's a K&R style declaration.
19406
19407 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19408 before returning `knr-argdecl-intro'.
19409
19410 2003-11-16 John Wiegley <johnw@newartisans.com>
19411
19412 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19413 field in a long-listing always 8 characters, use `size-width',
19414 which has already been computed.
19415
19416 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19417
19418 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19419
19420 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19421
19422 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19423 Support operation while narrowed, with `diff-restrict-view'.
19424
19425 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19426
19427 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19428 Take additional optional arg NARROWFUN. For the generated functions:
19429 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19430 include frags that arrange to check for and save narrowing state before
19431 the move and then conditionally call NARROWFUN after the move.
19432
19433 2003-11-14 John Wiegley <johnw@newartisans.com>
19434
19435 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19436 that was optional, but obviously missing based on surrounding code.
19437
19438 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19439 string arguments to numbers unless the whole argument was seen as
19440 a number.
19441
19442 2003-11-14 Kenichi Handa <handa@m17n.org>
19443
19444 * international/mule.el (ctext-non-standard-encodings-alist):
19445 Fix coding systems.
19446
19447 2003-11-10 Kenichi Handa <handa@m17n.org>
19448
19449 * language/kannada.el ("Kannada"): Add sample-text.
19450
19451 * language/knd-util.el (kannada-compose-region)
19452 (kannada-compose-string, kannada-post-read-conversion):
19453 Add autoload cookie.
19454
19455 * international/quail.el (quail-completion): Change the message
19456 "corresponding translations" to "corresponding characters".
19457
19458 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19459
19460 * descr-text.el (describe-char): Fix typo.
19461
19462 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19463
19464 These changes are to support Kannada language/script.
19465
19466 * Makefile.in (DONTCOMPILE): Add kannada.el.
19467
19468 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19469
19470 * loadup.el: Preload kannada.el.
19471
19472 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19473 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19474 New variables.
19475
19476 * language/kannada.el: New file.
19477
19478 * language/knd-util.el: New file.
19479
19480 2003-11-07 Andreas Schwab <schwab@suse.de>
19481
19482 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19483 Also highlight AH_*.
19484
19485 * xml.el (xml-parse-dtd): Fix misplaced paren.
19486
19487 2003-11-07 Kenichi Handa <handa@m17n.org>
19488
19489 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19490
19491 2003-11-05 Juri Linkov <juri@jurta.org>
19492
19493 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19494 (desktop-buffer-file): Use saved buffer-file-coding-system
19495 for file reading. Set auto-insert to nil to prevent automatic
19496 insertion into restored empty files.
19497
19498 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19499
19500 * files.el (risky-local-variable-p): Make second argument optional.
19501
19502 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19503
19504 * subr.el (add-hook): Fix last change.
19505
19506 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19507
19508 * mail/rmail.el (rmail-convert-to-babyl-format):
19509 If base64-decode-region signals an error, catch it and silently
19510 ignore it.
19511
19512 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19513
19514 * xml.el (xml-parse-region): Allow comments to appear after the
19515 topmost element has closed.
19516 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19517 (xml-ns-expand-attr): New functions to do namespace handling.
19518 (xml-intern-attrlist): Back-compatible handling of attribute names.
19519 (xml-parse-tag): Move namespace handling to separate functions.
19520 Now produces elements in the form ((:ns . "element") (attr-list)
19521 children) instead of ('ns:element (attr-list) children).
19522 (xml-parse-attlist): Fix attribute parsing.
19523 (xml-parse-dtd): Change parsing so that it produces strings
19524 instead of interned symbols.
19525
19526 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19527
19528 * dired.el (dired-ls-sorting-switches): Doc fix.
19529
19530 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19531
19532 * emacs-lisp/rx.el (rx-or): Fix the case of
19533 "(rx (and ?a (or ?b ?c) ?d))".
19534
19535 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19536
19537 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19538 (texinfo-format-region): Use it.
19539 (texinfo-format-buffer-1): Ditto.
19540
19541 2003-11-01 Alan Mackenzie <acm@muc.de>
19542
19543 Changes to allow scrolling whilst in isearch mode:
19544 * isearch.el (isearch-unread-key-sequence): New function,
19545 extracted from isearch-other-meta-char.
19546 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19547 "scrollable" standard functions.
19548 (isearch-allow-scroll): New customizable variable.
19549 (isearch-string-out-of-window, isearch-back-into-window)
19550 (isearch-reread-key-sequence-naturally)
19551 (isearch-lookup-scroll-key): New functions.
19552 (isearch-other-meta-char): Doc string and functionality enhanced.
19553 Now accepts a prefix argument.
19554 (isearch-lazy-highlight-window-end): New variable.
19555 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19556 end (thru isearch-lazy-highlight-window-end), not only its start.
19557
19558 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19559 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19560 (universal-argument, universal-argument-more, negative-argument)
19561 (digit-argument, universal-argument-other-key): Minor changes.
19562
19563 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19564
19565 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19566 recursively if the last message is deleted, thus avoiding an
19567 infinite loop.
19568
19569 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19570
19571 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19572 (tex-main-file): Don't add .tex if the extension is already present.
19573 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19574
19575 2003-10-29 Lute Kamstra <lute@gnu.org>
19576
19577 * progmodes/octave-inf.el (inferior-octave-prompt):
19578 Recognize version number in prompt.
19579
19580 2003-10-28 Dave Love <fx@gnu.org>
19581
19582 * international/characters.el: Fix some Unicode ranges.
19583
19584 2003-10-28 Kenichi Handa <handa@m17n.org>
19585
19586 * disp-table.el (standard-display-8bit)
19587 (standard-display-default, standard-display-ascii)
19588 (standard-display-g1, standard-display-graphic)
19589 (standard-display-underline): Assure that standard-display-table
19590 is a display table.
19591
19592 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19593
19594 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19595 reindenting the first line.
19596
19597 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19598
19599 * wid-edit.el (widget-default-delete): Always delete child widgets.
19600
19601 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19602
19603 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19604 if the line has code.
19605 Don't try to line up with something that's too far left.
19606
19607 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19608 (octave-mode-syntax-table): Add % as a comment starter.
19609 (octave-point): Remove.
19610 (octave-in-comment-p, octave-in-string-p)
19611 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19612 (octave-blink-matching-block-open, octave-auto-fill):
19613 Use line-(beginning|end)-position instead.
19614
19615 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19616
19617 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19618 for Francesco Potort\e,Al\e(B.
19619
19620 2003-10-23 Dave Love <fx@gnu.org>
19621
19622 * international/mule-cmds.el (locale-charset-to-coding-system):
19623 Don't rely on nil being a coding system.
19624
19625 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19626 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19627 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19628
19629 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19630
19631 * gdb-ui.el (gdb-current-language): New variable.
19632 (gdb-update-flag): Remove variable.
19633 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19634 (gdb-take-last-elt): Remove function.
19635 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19636 (gdb-post-prompt): Check for variable object changes here.
19637
19638 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19639 object changes in gdb-ui.el.
19640
19641 2003-10-21 Richard M. Stallman <rms@gnu.org>
19642
19643 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19644
19645 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19646 Don't check for foo*/ wildcard form here.
19647 (insert-directory): Recognize foo*/ as a wildcard.
19648 Separate wildcard-regexp variable from the arg, wildcard.
19649
19650 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19651 (remove-hook): Correctly handle strange cases about local hooks.
19652
19653 2003-10-21 David Ponce <david@dponce.com>
19654
19655 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19656 argument REAL, to return a real number instead of a rounded
19657 integer value. Define as inline function.
19658 (ruler-mode-right-fringe-cols): Likewise.
19659 (ruler-mode-scroll-bar-cols): New function.
19660 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19661 (ruler-mode-right-scroll-bar-cols): Likewise.
19662 (ruler-mode-space): New function.
19663 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19664 scroll bar mode and margins in a more robust way.
19665
19666 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19667
19668 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19669 (antlr-c-init-language-vars): New function.
19670 (antlr-mode): Use it with cc-mode before v5.29.
19671 (antlr-c-common-init): Don't set some local vars here.
19672 (antlr-mode): Set them here.
19673 (antlr-c-forward-sws): New function alias.
19674 (antlr-mode): Redefine with cc-mode before v5.30.
19675 (antlr-skip-sexps): Use it.
19676 (antlr-skip-exception-part): Ditto.
19677 (antlr-skip-file-prelude): Ditto.
19678 (antlr-outside-rule-p): Ditto.
19679 (antlr-end-of-body): Ditto.
19680 (antlr-option-kind): Ditto.
19681 (antlr-insert-option-area): Ditto.
19682 (antlr-file-dependencies): Ditto.
19683
19684 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19685
19686 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19687 Move backward only if point was not inside an entry.
19688
19689 2003-10-21 Richard M. Stallman <rms@gnu.org>
19690
19691 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19692
19693 2003-10-21 Juri Linkov <juri@jurta.org>
19694
19695 * compare-w.el: Automatically skip non-matching text to resync.
19696 (compare-windows-whitespace): Doc fix.
19697 (compare-windows-sync, compare-windows-sync-string-size)
19698 (compare-windows-recenter, compare-ignore-whitespace)
19699 (compare-windows-highlight, compare-windows-face): New variables.
19700 (compare-windows): Use compare-windows-sync.
19701 (compare-windows-highlight, compare-windows-dehighlight)
19702 (compare-windows-sync-regexp)
19703 (compare-windows-sync-default-function): New functions.
19704
19705 2003-10-21 Juri Linkov <juri@jurta.org>
19706
19707 * diff.el (diff-parse-differences): Don't visit the files now;
19708 instead, just record the error locus.
19709
19710 2003-10-21 Dave Love <fx@gnu.org>
19711
19712 * progmodes/cfengine.el: New file.
19713
19714 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19715
19716 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19717 default-directory when completing file names.
19718
19719 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19720
19721 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19722 followed by the word `face', it gets treated as a face, even if
19723 it is also defined as a variable or a function.
19724
19725 2003-10-20 Dave Love <fx@gnu.org>
19726
19727 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19728 Avoid incf in macro expansion.
19729
19730 2003-10-20 John Paul Wallington <jpw@gnu.org>
19731
19732 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19733 `evenp' so we don't implicitly require cl library at runtime.
19734
19735 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19736
19737 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19738 (help-make-xrefs): Only make cross-references for faces if
19739 preceded or followed by the word `face'. Do not make a
19740 cross-reference for variables without variable documentation,
19741 unless preceded by the word `variable' or `option'. Update doc
19742 string accordingly.
19743
19744 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19745
19746 * progmodes/hideshow.el: Rewrite one-armed `if'
19747 constructs using either `when' or `unless'.
19748 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19749
19750 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19751
19752 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19753 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19754 instead of 12x12.
19755
19756 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19757
19758 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19759 message while converting to Babyl.
19760
19761 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19762
19763 * allout.el (allout-mode): Doc fix.
19764
19765 2003-10-16 Lute Kamstra <lute@gnu.org>
19766
19767 * subr.el (force-mode-line-update): Fix docstring.
19768
19769 2003-10-14 Dave Love <fx@gnu.org>
19770
19771 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19772 (default-input-method): Add :link, improve :type.
19773 (locale-charset-language-names): Fix utf-8 pattern.
19774 (locale-charset-match-p, locale-charset-alist)
19775 (locale-charset-to-coding-system): New.
19776 (set-locale-environment): Deal with codeset part of locale specs.
19777
19778 2003-10-14 Lute Kamstra <lute@gnu.org>
19779
19780 * fringe.el (fringe-mode): Use active voice in docstring.
19781 (set-fringe-style): Ditto.
19782
19783 2003-10-13 Lute Kamstra <lute@gnu.org>
19784
19785 * fringe.el (fringe-mode): Fix docstring.
19786 (set-fringe-style): Ditto.
19787
19788 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19789
19790 * ediff-mult.el (ediff-filegroup-action):
19791 Use ediff-default-filtering-regexp.
19792
19793 * ediff-util.el (ediff-recenter): Don't call
19794 ediff-restore-highlighting twice.
19795 (ediff-select-difference): Set current difference.
19796 (ediff-unselect-and-select-difference): Add comment.
19797
19798 * ediff.el (ediff-directories,ediff-directory-revisions)
19799 (ediff-directories3,ediff-merge-directories)
19800 (ediff-merge-directories-with-ancestor)
19801 (ediff-merge-directory-revisions)
19802 (ediff-merge-directory-revisions-with-ancestor):
19803 Use ediff-default-filtering-regexp.
19804
19805 2003-10-12 Andreas Schwab <schwab@suse.de>
19806
19807 * international/mule-cmds.el (locale-charset-language-names):
19808 Simplify regex by removing unused grouping.
19809
19810 2003-10-10 Dave Love <fx@gnu.org>
19811
19812 * bindings.el: Don't bind stop.
19813
19814 2003-10-08 Miles Bader <miles@gnu.org>
19815
19816 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19817 face instead of attempting to emulate it.
19818
19819 2003-10-07 Kenichi Handa <handa@m17n.org>
19820
19821 * international/mule-diag.el (list-coding-systems-1): List coding
19822 systems that are loaded automatically.
19823
19824 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19825
19826 * international/mule.el (autoload-coding-system): New function.
19827
19828 2003-10-07 Andreas Schwab <schwab@suse.de>
19829
19830 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19831 change-log-default-name in the buffer visiting the file.
19832
19833 2003-10-06 Dave Love <fx@gnu.org>
19834
19835 * files.el (find-file-hook): Customize.
19836 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19837
19838 * bindings.el (completion-ignored-extensions): Remove .log.
19839 (global-map): Add again, open, stop keys.
19840
19841 2003-10-05 Richard M. Stallman <rms@gnu.org>
19842
19843 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19844 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19845 Use sh-modify directly.
19846 (sh-select): Use sh-append, not eval.
19847
19848 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19849
19850 * info.el (Info-following-node-name): New function.
19851
19852 * loadhist.el (unload-feature-special-hooks):
19853 Rename from loadhist-hook-functions.
19854 (loadhist-hook-functions): Now an alias.
19855
19856 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19857
19858 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19859 file-name clashes on 8+3 filesystems.
19860
19861 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19862 Rename loaddefs-boot.el to ldefs-boot.el
19863
19864 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19865 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19866
19867 2003-10-03 Lute Kamstra <lute@gnu.org>
19868
19869 * info.el (Info-mode): Revert previous change.
19870 (Info-escape-percent): New function.
19871 (Info-fontify-node): Use it.
19872
19873 2003-10-02 Andreas Schwab <schwab@suse.de>
19874
19875 * loaddefs-boot.el: Regenerated.
19876
19877 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19878
19879 * ffap.el: Remove defadvice related code from CVS since `complete'
19880 provides a `PC-completion-as-file-name-predicate' variable that
19881 ffap can override.
19882
19883 2003-10-02 Kenichi Handa <handa@m17n.org>
19884
19885 * international/utf-8.el (ccl-decode-mule-utf-8):
19886 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19887
19888 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19889 * international/subst-big5.el: Likewise.
19890 * international/subst-gb2312.el: Likewise.
19891 * international/subst-ksc.el: Likewise.
19892
19893 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19894
19895 * calendar/calendar.el (increment-calendar-month)
19896 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19897 (generate-calendar, calendar-read-date, calendar-interval)
19898 (calendar-day-of-week): Handle years BC.
19899 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19900
19901 2003-10-01 Dave Love <fx@gnu.org>
19902
19903 * language/cyrillic.el (cp1251): Alias for windows-1251.
19904
19905 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19906 bootstrap.
19907
19908 2003-10-01 Lute Kamstra <lute@gnu.org>
19909
19910 * files.el: Fix typo.
19911 * imenu.el (imenu--generic-function): Docstring fix.
19912
19913 2003-09-30 Richard M. Stallman <rms@gnu.org>
19914
19915 * dired.el (dired-mode): Handle dired-directory as a list.
19916
19917 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19918
19919 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19920
19921 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19922
19923 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19924 Replace gud-display with gud-watch.
19925 (gud-speedbar-buttons): Add stuff for watching expressions
19926 in the speedbar when using M-x gdba. Use dolist on old part
19927 of this function.
19928
19929 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19930 (gdb-update-flag): New variables.
19931 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19932 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19933 (gud-watch, gdb-var-create-handler) : New functions.
19934 (gdb-var-list-children, gdb-var-list-children-handler)
19935 (gdb-var-create-regexp, gdb-var-update-regexp)
19936 (gdb-var-list-children-regexp): New constants.
19937 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19938 (gdb-annotation-rules): Reduce annotation set (level 3).
19939 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19940 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19941 updates.
19942 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19943 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19944 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19945 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19946 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19947 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19948 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19949 (gud-display, gud-display1)
19950 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19951 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19952 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19953 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19954 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19955 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19956 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19957 (gdb-display-display-buffer, gdb-toggle-display)
19958 (gdb-delete-display, gdb-expressions-popup-menu)
19959 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19960 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19961 to display buffer.
19962
19963 2003-09-30 Richard M. Stallman <rms@gnu.org>
19964
19965 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19966 Instead, set which-func-functions.
19967
19968 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19969 (which-func-functions): New variable.
19970 (which-function): Use that.
19971
19972 * info.el (Info-mode): Double each `%' in header line.
19973
19974 * emacs-lisp/lisp-mnt.el (lm-with-file):
19975 When FILE is nil, run BODY in current buffer.
19976
19977 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19978
19979 * help.el (describe-mode): Start with a brief list of minor modes.
19980 Find them thru minor-mode-list so as to find them all.
19981 Show them in alphabetical order.
19982
19983 * mail/sendmail.el (mail-aliases): Doc fix.
19984
19985 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19986
19987 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19988
19989 * mail/rmailsum.el (rmail-make-summary-line-1):
19990 Change comma after last label to a space.
19991 (rmail-summary-font-lock-keywords): Adapt to that change.
19992
19993 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19994
19995 * progmodes/scheme.el (scheme-mode-variables): When setting
19996 `font-lock-defaults', also specify that "#" should
19997 be interpreted with `word' syntax.
19998 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19999
20000 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20001
20002 * desktop.el: A lot of comments updated.
20003 (desktop-save-mode): Minor mode introduced.
20004 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20005 (desktop-load-default): Function made obsolete.
20006 (desktop-locals-to-save): Variable made customizable.
20007 (desktop-read): Optional parameter `dirname' added.
20008 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20009 `desktop-read' used.
20010 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20011
20012 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20013
20014 * whitespace.el (whitespace-clean-msg): Add user customizable message
20015 for displaying ``clean'' output.
20016 (whitespace-buffer): Use `whitespace-clean-msg'.
20017 (whitespace-global-mode): Fix typo.
20018
20019 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20020
20021 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20022
20023 2003-09-29 Lute Kamstra <lute@gnu.org>
20024
20025 * bindings.el (mode-line-modes): Remove superfluous :propertize
20026 construct in initialization.
20027 (mode-line-position): Change cons cell into proper list in
20028 initialization.
20029
20030 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20031
20032 * international/mule.el (decode-coding-inserted-region): Use car
20033 of the return value of find-operation-coding-system.
20034
20035 2003-09-29 Kenichi Handa <handa@m17n.org>
20036
20037 * descr-text.el (describe-char): Fix previous change.
20038
20039 2003-09-28 Kenichi Handa <handa@m17n.org>
20040
20041 * descr-text.el (describe-char-display): New function.
20042 (describe-char): Pay attention to display table on describing how
20043 a character is displayed.
20044
20045 * international/mule-cmds.el (encoded-string-description):
20046 Prepend "0x" to each encoded byte.
20047
20048 2003-09-28 Andreas Schwab <schwab@suse.de>
20049
20050 * find-file.el (ff-special-constructs): Add autoload cookie.
20051
20052 2003-09-28 Kevin Ryde <user42@zip.com.au>
20053
20054 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20055 makeinfo appends to duplicate index entries.
20056
20057 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20058
20059 * dired-x.el (dired-clean-tex): Doc fix.
20060
20061 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20062 using a Chinese tutorial.
20063
20064 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20065
20066 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20067 between "MAIL FROM:" and "RCPT TO:" and the following address.
20068
20069 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20070
20071 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20072
20073 2003-09-28 David Ponce <david@dponce.com>
20074
20075 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20076 (recentf-load-list): When `recentf-initialize-file-name-history'
20077 is non-nil, initialize an empty `file-name-history' with the
20078 recent list.
20079
20080 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20081
20082 * man.el (Man-default-man-entry): Remove the leading `*' from the
20083 word at point.
20084
20085 2003-09-26 Lute Kamstra <lute@gnu.org>
20086
20087 * bindings.el (mode-line-position): Mention size indication in
20088 docstring.
20089
20090 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20091
20092 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20093
20094 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20095 because it's autoloaded now.
20096
20097 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20098
20099 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20100 (sh-font-lock-keywords, sh-feature): Fix previous change of
20101 sh-feature to avoid infloop with sh-font-lock-keywords.
20102
20103 2003-09-25 Kim F. Storm <storm@cua.dk>
20104
20105 * frame.el (frame-current-scroll-bars): New defun.
20106
20107 * window.el (window-current-scroll-bars): New defun.
20108
20109 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20110
20111 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20112 cause errors when the state cache contains info on parts that have
20113 been narrowed out.
20114
20115 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20116
20117 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20118 `c-setup-paragraph-variables' has to be used when this variable is
20119 changed; it doesn't work to reinitialize the mode since that
20120 typically clobbers the variable.
20121
20122 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20123 Make it interactive.
20124
20125 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20126
20127 * progmodes/cc-fonts.el (c-font-lock-declarations):
20128 Fix recognition of constructors and destructors for classes whose
20129 names are matched by `*-font-lock-extra-types'.
20130
20131 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20132 followed by an identifier in C++ then it's a type.
20133
20134 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20135
20136 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20137 problem that primarily affected XEmacs. Don't use faces to find
20138 unterminated strings since Emacs and XEmacs fontify strings
20139 differently - this function should now work better in XEmacs.
20140
20141 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20142
20143 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20144 `expand-abbrev' workaround which caused braces to misbehave inside
20145 macros.
20146
20147 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20148 handling. This bug could cause interactive font locking to bail out.
20149
20150 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20151
20152 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20153 Handle paren-style types in Pike. Also fixed some cases of
20154 insufficient handling of unbalanced parens.
20155
20156 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20157
20158 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20159 common shell prompts that are not common filename or URL characters.
20160 (ffap-file-at-point): Use the new regexp to strip the prompts from
20161 the file names. This is an issue mostly for user prompts that
20162 don't have a trailing space and find-file-at-point is invoked from
20163 within a shell inside Emacs.
20164
20165 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20166
20167 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20168 stamps numerically, rather than textually.
20169
20170 2003-09-24 Kenichi Handa <handa@m17n.org>
20171
20172 * language/devan-util.el (devanagari-post-read-conversion):
20173 * language/mlm-util.el (malayalam-post-read-conversion):
20174 * language/tml-util.el (tamil-post-read-conversion):
20175 Add autoload cookie.
20176
20177 * international/utf-8.el (utf-8-post-read-conversion):
20178 Call post-read-conversion functions for Devanagari, Malayalam,
20179 and Tamil.
20180
20181 2003-09-23 Dave Love <fx@gnu.org>
20182
20183 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20184
20185 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20186
20187 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20188 Update gud-remove.
20189
20190 2003-09-22 Richard M. Stallman <rms@gnu.org>
20191
20192 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20193 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20194 (sh-mode-syntax-table-input): New variable.
20195 (sh-require-final-newline): Don't use eval.
20196 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20197 (sh-variables, sh-font-lock-keywords): Don't use eval.
20198 (sh-set-shell): When setting require-final-newline,
20199 treat value = `require-final-newline' as don't change it.
20200 Set sh-mode-syntax-table locally based on
20201 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20202
20203 * progmodes/compile.el (compile-internal):
20204 Call compilation-set-window-height before setting window start.
20205
20206 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20207
20208 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20209 Clear out byte-compile-last-warned-form.
20210
20211 2003-09-22 Richard M. Stallman <rms@gnu.org>
20212
20213 * woman.el (woman-file-name, woman-follow-word):
20214 If current-word returns nil, use "".
20215
20216 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20217
20218 2003-09-22 Richard M. Stallman <rms@gnu.org>
20219
20220 * emacs-lisp/lisp-mnt.el (lm-with-file):
20221 Don't visit the file, just use insert-file-contents in temp buffer.
20222
20223 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20224
20225 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20226 Add surrounding \\( and \\) around the header, as in
20227 for lm-history-header 'Change Log\\|History'.
20228
20229 2003-09-22 John Paul Wallington <jpw@gnu.org>
20230
20231 * progmodes/ld-script.el: Add Commentary section,
20232 minor cleanup of file header.
20233 (ld-script-font-lock-keywords): Doc fix.
20234 (toplevel): Provide `ld-script' feature.
20235
20236 2003-09-21 Kim F. Storm <storm@cua.dk>
20237
20238 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20239 new built-in variable default-frame-scroll-bars.
20240 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20241 scroll-bar-mode; notably, use it instead of t when we toggle
20242 scroll-bars on.
20243 (toggle-scroll-bar): Use default-frame-scroll-bars.
20244
20245 2003-09-19 Masatake YAMATO <jet@gyve.org>
20246
20247 * pcvs.el (cvs-do-removal): Change the prompt depending on
20248 `filter' value.
20249
20250 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20251
20252 * startup.el (command-line-1): Stop startup-echo-area-message
20253 being hidden by "Loading image..." message.
20254 (use-fancy-splash-screens-p, display-splash-screen):
20255 Move display-graphic-p test from latter to former.
20256
20257 * progmodes/sh-script.el (sh-font-lock-keywords):
20258 Highlight escaped EOLs differently from other backslash constructs.
20259
20260 2003-09-19 Richard M. Stallman <rms@gnu.org>
20261
20262 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20263 New functions.
20264 (edebug-enter, edebug-outside-excursion): Use them.
20265
20266 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20267 Fix the condition for whether to print "In WHERE".
20268
20269 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20270
20271 * finder.el (finder-mode-hook): New variable.
20272 (finder-mode): Run hook finder-mode-hook
20273
20274 2003-09-18 Masatake YAMATO <jet@gyve.org>
20275
20276 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20277
20278 2003-09-17 Mario Lang <mlang@delysid.org>
20279
20280 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20281 "p %e" to actually print the value in the GUD buffer.
20282
20283 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20284
20285 From David Ponce <david.ponce@wanadoo.fr>:
20286 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20287 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20288 from loaddefs-boot.el if necessary.
20289
20290 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20291
20292 * progmodes/gud.el (gud-find-class): Make jdb work again since
20293 cc-mode changed the syntactic information.
20294
20295 2003-09-15 David Ponce <david@dponce.com>
20296
20297 * recentf.el: (recentf-exclude): Accept predicates too.
20298 (recentf-file-readable-p): New function.
20299 (recentf-include-p): Handle predicates in recentf-exclude.
20300 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20301 (recentf-cleanup): Likewise.
20302 (recentf-save-list): Use write-file to handle backup of
20303 recentf-save-file.
20304
20305 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20306
20307 * loaddefs-boot.el: Renamed from `loaddefs.el'
20308 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20309 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20310 necessary.
20311
20312 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20313
20314 * electric.el (Electric-pop-up-window): For the `one-window' case,
20315 no longer disconcertingly move point in the original buffer.
20316
20317 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20318
20319 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20320
20321 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20322
20323 * dired.el (dired-mode-map): Fix typo.
20324
20325 2003-09-11 Richard M. Stallman <rms@gnu.org>
20326
20327 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20328
20329 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20330
20331 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20332 the function is less noisy. Now only `kill-buffer' can ask questions.
20333
20334 2003-09-10 Mario Lang <mlang@delysid.org>
20335
20336 * battery.el: Update Commentary and Copyright.
20337 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20338 appear due to wrong ordering of the expressions in `or'.
20339
20340 2003-09-09 Lute Kamstra <lute@gnu.org>
20341
20342 * misc.el (upcase-char): Fix docstring.
20343 (zap-up-to-char): New command.
20344
20345 2003-09-08 David Ponce <david@dponce.com>
20346
20347 Ensure that recentf correctly updates the menu bar.
20348 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20349 (recentf-menu-bar): New function.
20350 (recentf-clear-data): Use it
20351 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20352 of easy-menu-change.
20353
20354 2003-09-08 Lute Kamstra <lute@gnu.org>
20355
20356 * simple.el (size-indication-mode): New.
20357 * bindings.el (mode-line-position): Add buffer size indicator.
20358
20359 2003-09-04 Mario Lang <mlang@delysid.org>
20360
20361 * battery.el (battery-linux-proc-acpi): New function.
20362 (battery-status-function): Modify default value calculation to also
20363 check for availability of ACPI.
20364 (battery-echo-area-format): Ditto.
20365 (battery-mode-line-format): Ditto.
20366
20367 2003-09-06 Dave Love <fx@gnu.org>
20368
20369 * ielm.el (ielm-mode-hook): Add :options.
20370
20371 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20372 (eldoc-print-current-symbol-info): Use it.
20373
20374 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20375
20376 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20377 being displayed in GUD buffer.
20378 (gdb-idle-input-queue): Remove var. Use just one queue.
20379 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20380 Remove functions. Use just one queue.
20381 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20382 (gdb-invalidate-assembler, gdb-get-current-frame):
20383 Modify functions. Use just one queue.
20384
20385 2003-09-04 Dave Love <fx@gnu.org>
20386
20387 * cus-start.el: Add blink-cursor-alist.
20388
20389 * ruler-mode.el (ruler-mode-fill-column-char)
20390 (ruler-mode-current-column-char): Use char-displayable-p,
20391 not window-system.
20392
20393 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20394
20395 * language/european.el (windows-1252): Move from code-pages.
20396
20397 * language/cyrillic.el ("Windows-1251"): Delete.
20398 ("Bulgarian", "Belarusian"): Remove `features'.
20399 (windows-1251): Move from code-pages.
20400
20401 * international/mule-diag.el (non-iso-charset-alist):
20402 Remove `codepage' stuff.
20403 (print-designation, list-coding-systems-1): Output fixes.
20404
20405 * international/code-pages.el (cp-make-translation-table)
20406 (cp-valid-codes): Made defsubsts.
20407 (cp-fix-safe-chars): Delete.
20408 (mule-diag): Don't require.
20409 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20410 (top-level): Check for defined coding system when defining
20411 cp... aliases. Change w32-add-charset-info test to avoid warning.
20412 (non-iso-charset-alist): Defvar when compiling.
20413 (cp-make-coding-system): Doc fix.
20414
20415 2003-09-02 Jason Rumney <jasonr@gnu.org>
20416
20417 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20418 line-ends from CVS before doing conversion.
20419
20420 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20421
20422 * calendar/diary-lib.el (diary-header-line-flag)
20423 (diary-header-line-format): New variables.
20424 (list-diary-entries): Use them to set header line in simple diary.
20425
20426 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20427 other than font-lock-string-face to highlight backslashes.
20428
20429 2003-09-01 Jason Rumney <jasonr@gnu.org>
20430
20431 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20432 regexp.
20433
20434 2003-09-01 Dave Love <fx@gnu.org>
20435
20436 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20437
20438 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20439 and :help; also line and column numbers labels.
20440
20441 * international/mule-util.el (char-displayable-p): Move from
20442 latin1-disp, rename and autoload.
20443
20444 * international/latin1-disp.el (latin1-char-displayable-p):
20445 Now obsolete alias. Replace uses with char-displayable-p.
20446 (latin1-display-ucs-per-lynx): Fix last change.
20447
20448 * international/mule-cmds.el (standard-display-european-internal):
20449 Don't use char code for Latin-1 NBSP.
20450 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20451 U+2018, U+2019 for `'.
20452 (select-safe-coding-system): Message fix.
20453
20454 2003-09-01 Kenichi Handa <handa@m17n.org>
20455
20456 * international/fontset.el (setup-default-fontset): For Thai
20457 font, specify "*" family.
20458
20459 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20460
20461 * progmodes/compile.el (previous-error): Accept a prefix
20462 argument, similarly to next-error.
20463
20464 2003-08-31 Masatake YAMATO <jet@gyve.org>
20465
20466 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20467 the number of files. Bind the number of files to a local
20468 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20469
20470 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20471
20472 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20473 2003-07-26: msdos-long-file-names is a function, not a variable.
20474
20475 2003-08-29 Richard M. Stallman <rms@gnu.org>
20476
20477 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20478 Do nothing with mail-personal-alias-file if it is nil.
20479
20480 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20481 Do nothing if mail-personal-alias-file is nil.
20482
20483 * term.el (term-exec-1): Bind coding-system-for-read.
20484
20485 * dired.el (dired-mouse-find-file-other-window):
20486 Use dired-view-command-alist here, as in dired-view-file.
20487 (dired-view-command-alist): Use %s to substitute file name.
20488 Handle .ps_pages, .eps, .jpg, .gif, .png.
20489
20490 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20491
20492 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20493 `Info-prev-reference', instead of M-tab.
20494
20495 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20496
20497 * simple.el (blink-matching-open): Work correctly on chars that
20498 are designated as parens through the syntax-table text property.
20499
20500 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20501
20502 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20503 line break position in the middle of a non-kinsoku (e.g. latin)
20504 word, making it skip until either a space or a character with
20505 category "|".
20506 (kinsoku-longer): Test for end of buffer.
20507
20508 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20509
20510 * mail/rmail.el (rmail-convert-to-babyl-format):
20511 Detect quoted-printable- and base64-encoded messages and decode them
20512 automatically. Set the message's encoding from the charset=
20513 header, if any. Decode base64-encoded messages in Mail format as well.
20514
20515 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20516
20517 * mail/smtpmail.el: Fix previous change.
20518 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20519 calling smtpmail-via-smtp.
20520 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20521
20522 2003-08-26 John Paul Wallington <jpw@gnu.org>
20523
20524 * image.el (image-jpeg-p): Don't search beyond length of data.
20525
20526 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20527
20528 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20529 misfeature in `expand-abbrev' which caused electric keywords like
20530 "else" to disappear if an open brace was typed directly afterwards.
20531
20532 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20533
20534 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20535 mandatory in `define-widget'.
20536
20537 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20538 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20539
20540 (c-assignment-operators): New language constant that only contains
20541 the assignment operators.
20542
20543 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20544
20545 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20546
20547 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20548 Safeguard against unbalanced sexps.
20549
20550 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20551
20552 * version.el (emacs-version): Check for gtk. Include gtk version info.
20553
20554 2003-08-25 John Paul Wallington <jpw@gnu.org>
20555
20556 * man.el (Man-default-man-entry): Don't whizz past the section
20557 number before looking for it.
20558
20559 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20560
20561 * progmodes/gud.el (gud-display-line): Don't set window-point if
20562 source buffer is not visible. (Only happens with M-x gdba.)
20563
20564 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20565 documentation.
20566 (gdb-source, gdb-source-info): Update to assembler unnecessary
20567 as its done after each GDB command anyway.
20568 (gdb-pre-prompt): Use with-current-buffer.
20569 (gdb-insert-field): Add help-echo text.
20570 (gdb-invalidate-assembler): Re-display of assembler now done in
20571 gdb-info-breakpoints-custom.
20572 (gdb-info-breakpoints-custom): Force re-display of assembler to
20573 happen *after* update of breakpoints buffer.
20574 (gdb-display-source-buffer): Don't choke if gdb-source-window
20575 isn't visible.
20576 (gdb-put-string, gdb-put-arrow): Remove free variables.
20577
20578 2003-08-24 John Paul Wallington <jpw@gnu.org>
20579
20580 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20581
20582 * man.el (Man-default-man-entry): Strip text properties when
20583 snarfing parts of entry because `format' preserves properties.
20584
20585 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20586
20587 * files.el (file-newest-backup): Use `expand-file-name'.
20588
20589 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20590 Allow the diary to pop up a new frame, if needed.
20591
20592 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20593 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20594 (smtpmail-send-it): Make treatment of envelope-from consistent with
20595 sendmail.el.
20596
20597 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20598 (sh-leading-keywords): Add the bash `time' reserved word.
20599 (sh-variables): Add some bash variables.
20600 (sh-add-completer): Fix nil branch of case statement.
20601
20602 2003-08-24 Masatake YAMATO <jet@gyve.org>
20603
20604 * progmodes/ld-script.el: New file.
20605
20606 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20607
20608 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20609
20610 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20611
20612 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20613 Better explain obsolescence, and what to use instead.
20614
20615 2003-08-23 Masatake YAMATO <jet@gyve.org>
20616
20617 * pcvs.el (cvs-do-removal): Show the deleted file name
20618 on the prompt.
20619
20620 2003-08-20 Dave Love <fx@gnu.org>
20621
20622 * international/mule.el (make-coding-system)
20623 (set-buffer-file-coding-system): Doc fix.
20624
20625 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20626
20627 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20628
20629 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20630
20631 * international/utf-16.el: Add mime-text-unsuitable coding system
20632 properties.
20633
20634 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20635
20636 * cus-edit.el: Add some :links.
20637 (bib): Remove.
20638
20639 * textmodes/bib-mode.el (bib): Add :group external.
20640
20641 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20642
20643 * wid-edit.el (widget-echo-help): Make it handle expressions that
20644 evaluate to strings.
20645
20646 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20647
20648 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20649
20650 Simplify selection of SQL products to define highlighting and
20651 interactive mode. Includes detailed instructions on adding
20652 support for new products.
20653
20654 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20655 product for use in highlighting and interactive mode.
20656 (sql-interactive-product): New variable. SQL product for
20657 sql-interactive-mode.
20658 (sql-product-support): New variable. Specifies product-specific
20659 parameters to drive highlighting and interactive mode.
20660 (sql-imenu-generic-expression): Add more object types.
20661 (sql-sqlite-options): Correct comment.
20662 (sql-ms-program): Use "osql" rather than "isql".
20663 (sql-prompt-regexp, sql-prompt-length): Update comment.
20664 (sql-mode-menu): Add "Start SQLi session" entry.
20665 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20666 (sql-mode-abbrev-table): Add abbreviations. Support of
20667 SYSTEM-FLAG on define-abbrev. Support was removed with last
20668 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20669 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20670 names.
20671 (sql-mode-ansi-font-lock-keywords): Set as default value.
20672 (sql-mode-oracle-font-lock-keywords): Set as default value.
20673 Support Oracle 9i keywords.
20674 (sql-mode-postgres-font-lock-keywords): Set as default value.
20675 (sql-mode-linter-font-lock-keywords): Set as default value.
20676 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20677 SQLServer 2000.
20678 (sql-mode-sybase-font-lock-keywords)
20679 (sql-mode-interbase-font-lock-keywords)
20680 (sql-mode-sqlite-font-lock-keywords)
20681 (sql-mode-strong-font-lock-keywords)
20682 (sql-mode-mysql-font-lock-keywords)
20683 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20684 keywords.
20685 (sql-mode-font-lock-defaults): Update comment.
20686 (sql-product-feature): New function. Returns feature associated
20687 with a product from `sql-product-support' alist.
20688 (sql-product-font-lock): New function. Set font-lock support
20689 based on `sql-product'.
20690 (sql-add-product-keywords): New function. Add font-lock rules to
20691 product-specific keyword variables.
20692 (sql-set-product): New function. Set `sql-product' and apply
20693 appropriate font-lock highlighting.
20694 (sql-highlight-product): New function. Set font-lock support
20695 based on a product. Also set mode name to include product name.
20696 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20697 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20698 Use `sql-set-product'.
20699 (sql-highlight-ms-keywords)
20700 (sql-highlight-sybase-keywords)
20701 (sql-highlight-interbase-keywords)
20702 (sql-highlight-strong-keywords)
20703 (sql-highlight-mysql-keywords)
20704 (sql-highlight-sqlite-keywords)
20705 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20706 (sql-get-login): Prompt in the same order as the tokens.
20707 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20708 (sql-product-interactive): New function. Common portions of
20709 product-specific interactive mode wrappers.
20710 (sql-interactive-mode): Rewritten to use product features.
20711 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20712 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20713 (sql-db2, sql-linter): Use `sql-product-interactive'.
20714 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20715 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20716 (sql-connect-ingres, sql-connect-postgres)
20717 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20718 New functions. Format command line parameters and invoke comint on
20719 the appropriate interpreter. Code was in the corresponding
20720 `sql-xyz' function before.
20721 (sql-connect-ms): New function. Support -E argument to use
20722 operating system credentials for authentication.
20723
20724 2003-08-18 Kenichi Handa <handa@m17n.org>
20725
20726 * international/mule.el (encode-char): Fix for the ASCII case.
20727
20728 2003-08-15 Kenichi Handa <handa@m17n.org>
20729
20730 * international/fontset.el (setup-default-fontset): Change "*" to
20731 nil in the specifications of font family.
20732
20733 2003-08-18 Kim F. Storm <storm@cua.dk>
20734
20735 * kmacro.el (kmacro-keymap): Group related bindings in
20736 initialization for clarity. Bind C-s to start macro.
20737 Remove C-r binding.
20738 (kmacro-initial-counter-value): New defvar to hold initial counter
20739 value in case we set the value before defining a macro.
20740 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20741 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20742 not defining or executing macro. Doc fix.
20743 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20744 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20745 temporarily view older elements on the macro ring without cycling
20746 the ring.
20747 (kmacro-display): Doc fix.
20748 (kmacro-exec-ring-item): New helper function.
20749 (kmacro-call-ring-2nd): Use it.
20750 (kmacro-call-ring-2nd-repeat): Doc fix.
20751 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20752 (kmacro-end-or-call-macro): Execute last viewed macro (using
20753 kmacro-exec-ring-item) from ring if this follows
20754 kmacro-view-macro. This allows us to find a macro on the ring
20755 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20756 the ring to bring it to the head of the ring.
20757 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20758 Allow binding to reserved keys without specifying C-x C-k prefix.
20759 Ask for confirmation if entered key sequence is already bound to
20760 a non-macro command.
20761 (kmacro-view-macro): Repeating command will show older elements
20762 on the macro ring; C-k will execute the last viewed macro.
20763 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20764 property from 'ring to 'head.
20765
20766 2003-08-17 Alan Shutko <ats@acm.org>
20767
20768 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20769 keeping December out of the alist.
20770
20771 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20772
20773 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20774 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20775 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20776 (calendar-flatten): New function.
20777 (calendar-mouse-view-other-diary-entries)
20778 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20779 in the menu title and to show multi-line diary entries correctly
20780 in the menu.
20781
20782 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20783
20784 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20785 defcustom, because the default was recently changed.
20786
20787 2003-08-16 Richard M. Stallman <rms@gnu.org>
20788
20789 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20790
20791 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20792 New subroutine, broken out of eval-last-sexp-1.
20793 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20794
20795 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20796
20797 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20798
20799 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20800
20801 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20802
20803 * progmodes/compile.el (compilation-error-regexp-alist):
20804 Add Java ANt error detection as described in document
20805 http://ant.apache.org/faq.html
20806
20807 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20808
20809 * simple.el (backward-word, forward-to-indentation)
20810 (backward-to-indentation): Argument changed to optional.
20811 (next-line, previous-line): Use `or' instead of `unless'.
20812
20813 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20814
20815 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20816 instead of a constant.
20817
20818 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20819
20820 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20821
20822 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20823
20824 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20825 (vc-sccs-workfile-version): Search the entire delta table, rather
20826 than just the first entry, because that might be a deleted version.
20827
20828 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20829
20830 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20831 [save-place] binding in the Options menu. Have it require
20832 'saveplace' and then toggle the variable manually, to avoid an an
20833 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20834 for the bug report.
20835
20836 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20837
20838 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20839 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20840 (gdb-info-threads-custom): Add help-echo text.
20841 (gdb-display-back): Don't use purecopy.
20842 (gdb-info-breakpoints-custom, gdb-reset)
20843 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20844 icons can be displayed.
20845
20846 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20847
20848 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20849
20850 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20851
20852 * bookmark.el (bookmark-completing-read):
20853 Return a string, instead of a list of one string.
20854 Use a popup menu if activated from the mouse.
20855 (bookmark-edit-annotation): Remove unused vars.
20856 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20857 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20858 to bookmark-completing-read.
20859 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20860 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20861 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20862 and erase-buffer.
20863 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20864 (bookmark-menu-jump, bookmark-menu-insert)
20865 (bookmark-popup-menu-and-apply-function)
20866 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20867 (bookmark-menu-build-paned-menu): Remove by folding it into
20868 bookmark-menu-popup-paned-menu.
20869 (menu-bar-bookmark-map): Move the define-key statements here.
20870 Use the "non-menu" commands since they now pop up a menu if needed.
20871 (bookmark-exit-hook-internal): Simplify.
20872
20873 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20874
20875 * reftex-toc.el (reftex-toc-rename-label): New function.
20876 (reftex-toc-check-docstruct): New function.
20877
20878 * reftex.el (reftex-region-active-p): New function.
20879
20880 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20881 regexp to find the \bibliography macro.
20882
20883 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20884 which does not exist in LaTeX.
20885 (reftex-cite-format-builtin): Added amsrefs support.
20886 (reftex-toc-confirm-promotion): New option
20887
20888 * reftex-toc.el
20889 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20890 (reftex-toc-demote, reftex-toc-promote)
20891 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20892 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20893 (reftex-toc-newhead-from-alist)
20894 (reftex-toc-load-all-files-for-promotion): New functions.
20895 (reftex-toc-help): Added description of new keys.
20896 (reftex-toc-split-windows-fraction): New option.
20897 (reftex-recenter-toc-when-idle): Search *toc* window on all
20898 visible frames.
20899 (reftex-toc): Additional parameter REUSE
20900 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20901 with REUSE argument.
20902 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20903 the call of `reftex-toc'.
20904 (reftex-make-separate-toc-frame): New function .
20905 (reftex-toc-recenter): When called with triple prefix arg, call
20906 `reftex-make-separate-toc-frame' first.
20907 (reftex-toc-toggle-dedicated-frame): New command.
20908 (reftex-toc-quit): Adapted to delete frame when called in
20909 dedicated frame.
20910
20911 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20912 all enclosing macros.
20913
20914
20915 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20916
20917 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20918 first use.
20919
20920 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20921
20922 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20923
20924 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20925
20926 * calendar/calendar.el (list-diary-entries-hook)
20927 (diary-display-hook, nongregorian-diary-listing-hook)
20928 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20929 Add some customize options for these hooks.
20930 (calendar-abbrev-construct): Don't try to take a substring longer
20931 than the original string.
20932
20933 2003-08-05 Richard M. Stallman <rms@gnu.org>
20934
20935 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20936 (testcover-reinstrument-clauses): Doc fix.
20937
20938 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20939 (warning-type-format): Rename from warning-group-format.
20940
20941 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20942 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20943 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20944 to prevent warnings about defvar for an obsolete variable.
20945
20946 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20947 warning-group-format renamed to warning-type-format.
20948
20949 * subr.el (read-passwd): Use clear-string instead of fillarray.
20950
20951 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20952 Use vconcat instead of concat.
20953 (edmacro-sanitize-for-string): New function.
20954
20955 2003-08-05 Dave Love <fx@gnu.org>
20956
20957 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20958 line-number-display-limit-width.
20959
20960 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20961
20962 2003-08-05 Kenichi Handa <handa@m17n.org>
20963
20964 * international/code-pages.el: Don't require mule-diag.
20965
20966 * international/mule-diag.el (non-iso-charset-alist):
20967 Add autoload cookie.
20968
20969 * language/devan-util.el (dev-glyph-order): Add an entry for the
20970 glyph code #xC4.
20971
20972 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20973
20974 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20975 (european-calendar-style, diary-date-forms)
20976 (calendar-day-name-array, calendar-month-name-array): Doc change.
20977 (generate-calendar-month): Adapt for new behaviour of
20978 `calendar-day-name' function.
20979 (calendar-abbrev-length, calendar-day-abbrev-array)
20980 (calendar-month-abbrev-array): New variables.
20981 (calendar-abbrev-construct): New function.
20982 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20983 rather than fixing abbrevs at some width. Calling syntax change.
20984 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20985 (calendar-date-string): Adapt for new behaviours of
20986 `calendar-day-name' and `calendar-month-name' functions.
20987
20988 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20989 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20990 (diary-name-pattern): Use abbrev arrays, rather than fixing
20991 abbrevs at three chars. Calling syntax change.
20992 (mark-diary-entries): Adapt for new behaviours of
20993 `diary-name-pattern' and `calendar-make-alist' functions.
20994 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20995 `diary-name-pattern' function.
20996 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20997 fixing abbrevs at three chars. Calling syntax change.
20998 (cal-hebrew, cal-islam): Require when compiling.
20999 (diary-font-lock-keywords): Adapt for new behaviour of
21000 `font-lock-diary-date-forms' function.
21001
21002 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21003 (calendar-hebrew-month-name-array-common-year)
21004 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21005 (list-hebrew-diary-entries): Adapt for new behaviours of
21006 `calendar-day-name' and `add-to-diary-list' functions.
21007 (mark-hebrew-diary-entries): Adapt for new behaviours of
21008 `diary-name-pattern' and `calendar-make-alist' functions.
21009
21010 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21011 Add doc string.
21012 (list-islamic-diary-entries): Adapt for new behaviours of
21013 `calendar-day-name' and `add-to-diary-list' functions.
21014 (mark-islamic-diary-entries): Adapt for new behaviours of
21015 `diary-name-pattern' and `calendar-make-alist' functions.
21016
21017 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21018 `calendar-month-name' function.
21019
21020 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21021
21022 * calendar/solar.el (solar-seasons-data): Move definition before use.
21023
21024 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21025 (cal-tex-LaTeX-hourbox): Move definition before use.
21026
21027 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21028 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21029 * lunar.el, solar.el (displayed-month, displayed-year):
21030 Define for compiler.
21031
21032 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21033
21034 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21035 MODE. Renamed from c-init-c-language-vars'.
21036 (c-initialize-cc-mode): Change accordingly.
21037 (c-common-init): Ditto.
21038 (c-mode): Ditto.
21039 (c++-mode): Use `c-init-language-vars-for'.
21040 (objc-mode): Ditto.
21041 (java-mode): Ditto.
21042 (idl-mode): Ditto.
21043 (pike-mode): Ditto.
21044 (awk-mode): Ditto.
21045
21046 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21047
21048 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21049 or not the point moved.
21050
21051 (c-search-decl-header-end): Don't trip up on operator identifiers
21052 in C++ and operators like == in all languages.
21053
21054 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21055 Detect leading labels correctly.
21056
21057 2003-08-02 Andreas Schwab <schwab@suse.de>
21058
21059 * textmodes/ispell.el: Don't redo key bindings on loading, put
21060 them only in loaddefs.el.
21061 * bookmark.el: Likewise.
21062 * dabbrev.el: Likewise.
21063 * emerge.el: Likewise.
21064
21065 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21066 has more than one member.
21067
21068 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21069
21070 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21071
21072 * lpr.el (printify-region): It was ending conversion before the
21073 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21074
21075 2003-07-31 John Paul Wallington <jpw@gnu.org>
21076
21077 * net/browse-url.el (browse-url-epiphany): Doc fix.
21078
21079 2003-07-30 Kenichi Handa <handa@m17n.org>
21080
21081 * international/fontset.el (setup-default-fontset):
21082 Change registry names of Akurti fonts.
21083
21084 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21085
21086 * comint.el (comint-read-noecho): Use `clear-string' instead of
21087 `fillarray'.
21088
21089 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21090
21091 * outline.el (outline-mode-hook): Add defvar.
21092
21093 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21094
21095 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21096 Restore assembler in source window if that is what has been selected.
21097 (menu): Add gdb-restore-windows to menu. Make gdba
21098 specific menus only visible from gdba.
21099
21100 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21101
21102 * progmodes/compile.el (compilation-environment): New user variable.
21103 (compile-internal): Respect it.
21104
21105 2003-07-23 Masatake YAMATO <jet@gyve.org>
21106
21107 * progmodes/gud.el (gdb-script-font-lock-keywords):
21108 Put `font-lock-function-name-face' on a symbol which includes
21109 `-' like `hook-run'. Put font-lock-variable-name-face
21110 on a symbol starting with $.
21111
21112 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21113
21114 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21115
21116 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21117
21118 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21119
21120 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21121
21122 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21123 Use with-no-warnings.
21124 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21125 rather than to find-file-not-found-hook, which doesn't exist.
21126
21127 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21128
21129 * international/quail.el (quail-translate-key): Fix previous change.
21130
21131 2003-07-25 John Paul Wallington <jpw@gnu.org>
21132
21133 * server.el (server-start): Check `server-process' is non-nil
21134 before killing it to avoid killing current buffer's process.
21135
21136 * simple.el (choose-completion-string): Use `minibufferp';
21137 test `completion-reference-buffer' if `buffer' arg is nil.
21138 (push-mark): Use `when' and `unless'.
21139 (pop-mark): Use `when'.
21140
21141 * mouse-sel.el (mouse-sel-get-selection-function):
21142 Check `x-last-selected-text-primary'. Don't barf if it or
21143 `x-last-selected-text' aren't bound.
21144
21145 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21146
21147 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21148
21149 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21150
21151 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21152
21153 2003-07-23 John Paul Wallington <jpw@gnu.org>
21154
21155 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21156
21157 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21158
21159 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21160 string. Defvar the derived hook.
21161
21162 * macros.el (insert-kbd-macro): Escape double quote character.
21163 From Thomas W Murphy <twm@andrew.cmu.edu>.
21164
21165 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21166
21167 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21168 to match the specific mark rather than reusing comment-start-skip.
21169
21170 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21171
21172 * progmodes/hideshow.el (hs-special-modes-alist):
21173 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21174
21175 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21176
21177 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21178 value using ?\s.
21179
21180 2003-07-21 John Paul Wallington <jpw@gnu.org>
21181
21182 * subr.el (with-selected-window): Add closing paren.
21183
21184 2003-07-21 Richard M. Stallman <rms@gnu.org>
21185
21186 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21187 (lisp-mode): Likewise.
21188
21189 * subr.el (with-selected-window): Copy code form save-selected-window
21190 so as to call select-window with norecord arg.
21191 (dynamic-completion-table): Doc fix.
21192 (lazy-completion-table): Doc fix.
21193
21194 * international/mule-cmds.el (set-locale-environment):
21195 langinfo renamed to locale-info.
21196
21197 * international/mule.el (auto-coding-functions): Doc fix.
21198
21199 2003-07-21 Kenichi Handa <handa@m17n.org>
21200
21201 * international/quail.el (quail-translate-key):
21202 Update quail-current-str correctly.
21203
21204 2003-07-21 Andreas Schwab <schwab@suse.de>
21205
21206 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21207 ?, to "_".
21208
21209 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21210 Version 2.0.36 of Tramp released.
21211
21212 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21213 tramp-password-end-of-line.
21214 (tramp-password-end-of-line): New method parameter.
21215 (tramp-get-password-end-of-line): Function to access method
21216 parameter `tramp-password-end-of-line', or variable
21217 `tramp-default-password-end-of-line' (default value).
21218 (tramp-methods): Add entries for new parameter
21219 tramp-password-end-of-line.
21220 (tramp-enter-password): Use new function
21221 `tramp-get-password-end-of-line'.
21222 (tramp-handle-insert-file-contents): Do not
21223 unconditionally inhibit the file operation file-local-copy, only
21224 do that when the inhibit-file-name-operation is currently
21225 insert-file-contents. This fixes finding remote CVS-controlled
21226 files. (It would barf on inserting the CVS/Entries file
21227 literally, because the file-local-copy handler wasn't called.)
21228 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21229 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21230 (tramp-initial-commands): New variable.
21231 (tramp-process-initial-commands): New function, using the variable.
21232 (tramp-open-connection-setup-interactive-shell): Call the new function.
21233 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21234 method into the buffer name, never use nil. Reported by Hanak
21235 David <dhanak@inf.bme.hu>.
21236 (tramp-open-connection-setup-interactive-shell): Erase buffer
21237 before sending "stty -onlcr".
21238
21239 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21240
21241 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21242
21243 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21244
21245 2003-07-19 John Paul Wallington <jpw@gnu.org>
21246
21247 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21248 (artist-draw-rect, artist-draw-square): Doc fixes.
21249
21250 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21251
21252 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21253
21254 2003-07-19 Kenichi Handa <handa@m17n.org>
21255
21256 * international/kkc.el (kkc-show-conversion-list-update):
21257 Highlight the correct candidate in the message.
21258
21259 2003-07-18 John Paul Wallington <jpw@gnu.org>
21260
21261 * simple.el (current-word): Don't include punctuation char when
21262 `really-word' arg is non-nil.
21263
21264 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21265
21266 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21267 moved to the directory obsolete.
21268
21269 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21270
21271 * info.el (Info-menu-entry-name-re): Allow newlines in
21272 menu entry names.
21273
21274 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21275 syntax-ppss-after-change-function.
21276 (syntax-ppss-after-change-function): New alias. Update uses.
21277 (syntax-ppss): Catch the case where the buffer is narrowed.
21278
21279 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21280
21281 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21282 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21283
21284 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21285
21286 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21287 since it might be modified.
21288
21289 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21290 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21291 names to these language constants.
21292
21293 2003-07-15 Kim F. Storm <storm@cua.dk>
21294
21295 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21296 All uses changed.
21297
21298 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21299
21300 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21301 Namespace support.
21302
21303 2003-07-13 Juanma Barranquero <lektu@terra.es>
21304
21305 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21306 papers received).
21307
21308 2003-07-13 Karl Eichwalder <ke@suse.de>
21309
21310 * textmodes/po.el (po-find-charset): White space at the start of the
21311 Content-Type field body is non-mandatory.
21312
21313 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21314
21315 * textmodes/texinfo.el (texinfo-section-list):
21316 Append appendixsection; a synonym for appendixsec.
21317
21318 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21319
21320 * man.el (Man-translate-cleanup): New.
21321 (Man-translate-references): Call `Man-translate-cleanup' to clean
21322 leading, trailing and middle spaces.
21323
21324 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21325
21326 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21327 Handle `dired-directory' being a list.
21328
21329 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21330
21331 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21332 it doesn't exist.
21333
21334 2003-07-12 Richard M. Stallman <rms@gnu.org>
21335
21336 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21337
21338 * progmodes/cc-defs.el (c-make-keywords-re):
21339 Don't use delete-duplicates.
21340 (c-lang-const): Don't use mapcan.
21341
21342 * apropos.el (apropos-show-scores): Make it customizable.
21343 Document new meaning.
21344 (apropos): Compute scores from symbols.
21345 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21346
21347 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21348
21349 * ps-bdf.el: Fix copyright line.
21350 (bdf-directory-list): Fix initialization code.
21351
21352 2003-07-11 John Paul Wallington <jpw@gnu.org>
21353
21354 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21355 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21356 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21357
21358 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21359
21360 * emacs-lisp/ring.el (ring-elements): Doc fix.
21361
21362 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21363
21364 * calendar/timeclock.el (timeclock-relative)
21365 (timeclock-ask-before-exiting, timeclock-use-display-time):
21366 Doc changes.
21367 (timeclock-modeline-display): Give a message if
21368 `timeclock-use-display-time' is non-nil but `display-time-mode'
21369 is not active.
21370
21371 2003-07-11 Kenichi Handa <handa@m17n.org>
21372
21373 * international/mule-cmds.el (set-language-environment):
21374 Set current-language-environment to the correct string.
21375
21376 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21377
21378 * ps-print.el: Print line number correctly in a region. Reported by
21379 Tim Allen <timallen@ls83.fsnet.co.uk>.
21380 (ps-print-version): New version number (6.6.2).
21381 (ps-printing-region): Code fix.
21382
21383 2003-07-10 John Paul Wallington <jpw@gnu.org>
21384
21385 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21386 this function can be called from `add-completions-from-tags-table'.
21387
21388 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21389
21390 * calendar/timeclock.el (timeclock-use-display-time)
21391 (timeclock-day-over-hook, timeclock-workday-remaining)
21392 (timeclock-status-string, timeclock-when-to-leave)
21393 (timeclock-when-to-leave-string, timeclock-log-data)
21394 (timeclock-find-discrep, timeclock-day-base)
21395 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21396 (timeclock-modeline-display): Set the variable
21397 `timeclock-modeline-display'.
21398 (timeclock-update-modeline): Doc fix. Respect value of
21399 `timeclock-relative'.
21400
21401 2003-07-09 Richard M. Stallman <rms@gnu.org>
21402
21403 * textmodes/reftex-parse.el (reftex-all-document-files):
21404 Add autoload cookie.
21405
21406 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21407 (reftex-scanning-info-available-p): Add autoload cookie.
21408
21409 * international/mule-cmds.el
21410 (set-display-table-and-terminal-coding-system): Delete duplicate
21411 aset on standard-display-table.
21412
21413 * view.el (view-file): If existing buffer's major mode is special,
21414 don't go into view mode.
21415
21416 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21417
21418 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21419
21420 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21421 buffer changes; there's third party code that calls this function
21422 directly.
21423
21424 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21425
21426 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21427 (autodoc-font-lock-keywords): Don't byte compile on font lock
21428 initialization when running from byte compiled files.
21429
21430 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21431
21432 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21433 statement ends with auto-increment "++".
21434
21435 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21436
21437 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21438 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21439 these are changed, so declare them as variables and not constants.
21440
21441 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21442
21443 * subr.el (dolist, dotimes): Doc fix.
21444
21445 2003-07-08 Kim F. Storm <storm@cua.dk>
21446
21447 * international/mule-cmds.el
21448 (set-display-table-and-terminal-coding-system): Don't break
21449 bootstrap if standard-display-table isn't setup yet.
21450
21451 2003-07-07 Richard M. Stallman <rms@gnu.org>
21452
21453 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21454 Give it a doc string, and autoload it.
21455
21456 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21457 Use with-no-warnings.
21458
21459 * info.el (Info-search): If find invisible text, search again.
21460
21461 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21462
21463 * man.el (Man-name-regexp): Match + as part of name.
21464
21465 * simple.el (visible-mode): Rename from vis-mode.
21466 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21467
21468 * simple.el (current-word): New arg REALLY-WORD specifies
21469 don't include punctuation chars.
21470
21471 * emacs-lisp/debug.el (debug, debugger-env-macro):
21472 Use with-no-warnings while accessing and binding unread-command-char.
21473
21474 * international/mule-cmds.el
21475 (set-display-table-and-terminal-coding-system): Use explicit loop
21476 instead of calling standard-display-default.
21477
21478 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21479 Use condition-case to catch error in ange-ftp-get-files.
21480
21481 * net/browse-url.el (browse-url-browser-function):
21482 Add alternative for Epiphany.
21483 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21484 (browse-url-epiphany-startup-arguments)
21485 (browse-url-epiphany-new-window-is-tab): New variables.
21486 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21487
21488 * progmodes/compile.el (compile-auto-highlight): Default now t.
21489 (compile): Doc fix.
21490 (compilation-next-error): Fix previous change.
21491
21492 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21493
21494 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21495
21496 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21497
21498 * gdb-ui.el (gdb-source-info): Display current frame when
21499 attaching to an existing process.
21500 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21501 while laying out windows when attaching to an existing process.
21502
21503 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21504
21505 * info.el (Info-menu): Use Info-menu-entry-name-re.
21506
21507 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21508
21509 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21510 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21511
21512 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21513 to match the same text.
21514
21515 2003-07-06 John Paul Wallington <jpw@gnu.org>
21516
21517 * vc.el (vc-annotate-offset): Move defvar up.
21518
21519 2003-07-06 Kim F. Storm <storm@cua.dk>
21520
21521 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21522 This should fix the infinite loop when extracting menu names.
21523
21524 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21525
21526 * files.el (auto-mode-alist, interpreter-mode-alist):
21527 Remove entries to CC Mode modes to avoid duplicates; they are now added
21528 with autoload directives in cc-mode.el.
21529
21530 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21531
21532 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21533 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21534 these are changed, so declare them as variables and not constants.
21535
21536 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21537 ensure that the entry for ".c" extension comes before the one for
21538 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21539 Fix incorrect entries that were added to `interpreter-mode-alist'.
21540 Move the autoload directives for AWK to the top level since they
21541 aren't recognized anywhere else. Do not use the new AWK mode doc
21542 in the autoload form for the old AWK mode.
21543
21544 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21545
21546 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21547 (bibtex-sort-ignore-string-entries): Default value t.
21548 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21549 erroneously in previous version.
21550 (bibtex-string-files): Docstring reflects new parsing scheme.
21551 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21552 docstring, add # as one of the chars to crush
21553 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21554 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21555 (bibtex-autokey-name-change-strings)
21556 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21557 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21558 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21559 (bibtex-autokey-title-terminators)
21560 (bibtex-autokey-titlewords-stretch)
21561 (bibtex-autokey-titleword-ignore)
21562 (bibtex-autokey-titleword-case-convert)
21563 (bibtex-autokey-titleword-abbrevs)
21564 (bibtex-autokey-titleword-abbrevs)
21565 (bibtex-autokey-titleword-change-strings)
21566 (bibtex-autokey-titleword-length)
21567 (bibtex-autokey-titleword-separator)
21568 (bibtex-autokey-name-year-separator)
21569 (bibtex-autokey-year-title-separator)
21570 (bibtex-autokey-before-presentation-function)
21571 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21572 Fix docstring.
21573 (bibtex-strings, bibtex-reference-keys):
21574 Use lazy-completion-table and make-variable-buffer-local.
21575 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21576 (bibtex-braced-string-syntax-table)
21577 (bibtex-quoted-string-syntax-table): New variables.
21578 (bibtex-parse-nested-braces): Remove.
21579 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21580 (bibtex-parse-association): Simplify.
21581 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21582 (bibtex-parse-field-text): Simplify.
21583 (bibtex-search-forward-field, bibtex-search-backward-field):
21584 argument BOUND can take value t.
21585 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21586 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21587 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21588 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21589 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21590 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21591 and ending of entry. Update for changes of bibtex-search-entry.
21592 Simplify.
21593 (bibtex-map-entries): FUN is called with three arguments.
21594 (bibtex-search-entry): Return a cons pair with buffer positions of
21595 beginning and end of entry.
21596 (bibtex-enclosing-field): Simplify.
21597 (bibtex-format-entry): Use booktitle to set a missing title.
21598 (bibtex-autokey-get-names): Fiddle with regexps.
21599 (bibtex-generate-autokey): Use identity.
21600 (bibtex-parse-keys): Use simplified parsing algorithm if
21601 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21602 arguments. Return alist of keys.
21603 (bibtex-parse-strings): Simplify. Return alist of strings.
21604 (bibtex-complete-string-cleanup): Fix docstring.
21605 (bibtex-read-key): New function.
21606 (bibtex-mode): Fix docstring. Do not parse for keys and
21607 strings when the mode is entered. Set fill-paragraph-function to
21608 bibtex-fill-field. Setup font-lock-mark-block-function the way
21609 font-lock intended.
21610 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21611 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21612 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21613 (bibtex-Preamble): Avoid hard coded constants.
21614 (bibtex-make-field): Fix docstring. Simplify.
21615 (bibtex-beginning-of-entry): Always return new position of point.
21616 (bibtex-end-of-entry): Rearrange cond clauses.
21617 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21618 Update for changes of bibtex-map-entries.
21619 (bibtex-ispell-abstract): Do not move point.
21620 (bibtex-entry-index): Use downcase. Simplify.
21621 (bibtex-lessp): Handle catch-all.
21622 (bibtex-find-crossref): Turn into a command.
21623 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21624 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21625 preamble entries.
21626 (bibtex-fill-field-bounds): New function.
21627 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21628 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21629 (bibtex-String): Use bibtex-strings. Always obey
21630 bibtex-sort-ignore-string-entries.
21631
21632 2003-07-05 John Paul Wallington <jpw@gnu.org>
21633
21634 * cus-theme.el (customize-create-theme):
21635 Call `customize-create-theme' in Reset widget's notify function.
21636
21637 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21638 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21639 (define-ibuffer-column name): Add summarizer.
21640 (define-ibuffer-column size): Likewise.
21641 (define-ibuffer-column filename): Likewise.
21642 (define-ibuffer-column process): Likewise. Change BODY's output too.
21643 (define-ibuffer-column filename-and-process): Likewise, likewise.
21644 (ibuffer): Remove local vars `already-in' and `need-update'.
21645
21646 * ibuf-ext.el: Don't require `derived' at compile-time.
21647
21648 2003-07-05 Kim F. Storm <storm@cua.dk>
21649
21650 * info.el: Disable paragraph refilling.
21651 (Info-refill-paragraphs): New defcustom.
21652 (Info-fontify-node): Use it.
21653
21654 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21655
21656 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21657 thingies from constructors created by defstruct.
21658
21659 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21660 the default value of the variable.
21661 (byte-code-meter): Move declaration to top level.
21662
21663 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21664
21665 * info.el (Info-following-node-name-re): New fun.
21666 (Info-following-node-name): Remove.
21667 (Info-insert-dir): Use the new fun.
21668 (Info-extract-pointer): Don't save restriction; use new fun.
21669 (Info-menu-entry-name-re): New const.
21670 (Info-menu-entry-name-re): Use it along with new fun.
21671 (Info-node-spec-re): Use new fun.
21672 (Info-complete-menu-item, Info-fontify-node): Use new const.
21673 (Info-goto-node, Info-follow-reference, Info-menu-update):
21674 Use match-string.
21675 (Info-follow-reference): Use assoc-string.
21676 Use a list of strings for the completion table.
21677 (Info-fontify-node): Use match-string, line-end-position.
21678 Limit the search for `node:' to the first line.
21679
21680 * newcomment.el (uncomment-region): Remove padding coming from
21681 comment-start rather than just from comment-padding.
21682
21683 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21684 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21685 (vc-cvs-rename-file): Remove (use the default).
21686 (vc-cvs-register): Register parent dir if needed.
21687 (vc-cvs-could-register): Return non-nil if parent can be registered.
21688 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21689 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21690
21691 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21692 (vc-svn-update): Fix the arguments to `svn'.
21693 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21694 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21695 Simple implementations, assuming `name' is a URL.
21696
21697 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21698 set of chars allowed unquoted in a case pattern.
21699
21700 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21701
21702 * font-lock.el (font-lock-extra-types-widget)
21703 (c-font-lock-extra-types, c++-font-lock-extra-types)
21704 (objc-font-lock-extra-types, java-font-lock-extra-types)
21705 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21706 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21707 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21708 (font-lock-match-c++-structor-declaration)
21709 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21710 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21711 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21712 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21713 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21714 (java-font-lock-keywords-3, java-font-lock-keywords)
21715 (java-font-lock-syntactic-face-function): Remove obsolete code
21716 and constants. It's all in cc-fonts.el now.
21717
21718 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21719
21720 * mail/sendmail.el (mail-specify-envelope-from)
21721 (mail-envelope-from): Doc fix.
21722
21723 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21724
21725 * generic-x.el: Do away with the dependency on `c-emacs-features'
21726 when populating `rul-generic-mode-syntax-table'; we already know
21727 this isn't XEmacs.
21728
21729 See ChangeLog.10 for earlier changes.
21730
21731 ;; Local Variables:
21732 ;; coding: iso-2022-7bit
21733 ;; End:
21734
21735 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21736 Copying and distribution of this file, with or without modification,
21737 are permitted provided the copyright notice and this notice are preserved.
21738
21739 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1