]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-413
[gnu-emacs] / lisp / ChangeLog
1 2005-06-14 Miles Bader <miles@gnu.org>
2
3 * progmodes/idlw-help.el (idlwave-help-link):
4 Remove "-face" suffix from face name.
5 (idlwave-help-link-face):
6 New backward-compatibility alias for renamed face.
7 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8
9 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12 New backward-compatibility aliases for renamed faces.
13 (idlwave-shell-disabled-breakpoint-face)
14 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15
16 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17 Remove "-face" suffix from face names.
18 (flymake-errline-face, flymake-warnline-face):
19 New backward-compatibility aliases for renamed faces.
20 (flymake-highlight-line): Use renamed flymake faces.
21
22 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
23 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
24 (ebrowse-member-class, ebrowse-progress):
25 Remove "-face" suffix from face names.
26 (ebrowse-tree-mark-face, ebrowse-root-class-face)
27 (ebrowse-file-name-face, ebrowse-default-face)
28 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29 (ebrowse-progress-face):
30 New backward-compatibility aliases for renamed faces.
31 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
32 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
33 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
34 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
35
36 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
37 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
38 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
39 names.
40 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
41 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
42 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
43 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
44 New backward-compatibility aliases for renamed faces.
45 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
46 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
47 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
48 "font-lock-". Use renamed antlr-mode faces.
49 (antlr-font-lock-additional-keywords): Use renamed faces.
50 Replace literal face-names with face variable references.
51
52 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
53 face name.
54 (Buffer-menu-buffer-face): New backward-compatibility alias for
55 renamed face.
56 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
57
58 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
59
60 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
61 Eliminate "-face" suffix.
62 (makefile-targets): Inherit font-lock-variable-name-face and
63 eliminate "-face" suffix.
64 (makefile-shell): Remove attributes and eliminate "-face" suffix.
65 (makefile-*-font-lock-keywords): Append makefile-targets in rule
66 actions, instead of prepending, to make it less visible.
67 (makefile-previous-dependency, makefile-match-dependency): Don't
68 match a target on a continuation line.
69
70 * files.el (auto-mode-alist): Put Makefile in gmake mode.
71
72 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
73
74 * progmodes/gdb-ui.el (gdb-tooltip-print): Respect
75 tooltip-use-echo-area.
76 (menu): Re-order menu items.
77
78 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
79 Define in tooltip.el.
80 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
81 (gud-tooltip-tips): Respect tooltip-use-echo-area and
82 gud-tooltip-echo-area.
83
84 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
85 backward compatibility and make obsolete.
86 (tooltip-help-tips): Use tooltip-use-echo-area.
87 (tooltip-show-help-function): Rename to...
88 (tooltip-show-help): ...this, because it is a function.
89 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
90
91 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
92
93 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
94 (edebug-print-length, edebug-print-level, edebug-print-circle)
95 (edebug-modify-breakpoint, edebug-eval-last-sexp)
96 (edebug-eval-print-last-sexp): Doc fixes.
97
98 2005-06-14 Kim F. Storm <storm@cua.dk>
99
100 * ido.el (ido-mode): Make a new keymap every time we enable ido,
101 as the coverage buffer/file/both may change.
102
103 2005-06-14 Lute Kamstra <lute@gnu.org>
104
105 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
106 and run-mode-hooks. Simplify.
107
108 * mail/rmailedit.el (rmail-edit-mode):
109 * progmodes/octave-inf.el (inferior-octave-mode):
110 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
111
112 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
113 and run-mode-hooks.
114 (recentf-edit-list, recentf-open-files): Don't call
115 kill-all-local-variables directly.
116
117 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
118
119 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
120
121 * emacs-lisp/byte-run.el (make-obsolete)
122 (define-obsolete-function-alias): Rename arguments FUNCTION and
123 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
124 (make-obsolete-variable, define-obsolete-variable-alias): Rename
125 arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
126 respectively.
127
128 * isearchb.el (isearchb-activate):
129 * pcvs.el (cvs-mode):
130 * ses.el (ses-load):
131 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
132 * net/tramp.el (tramp-find-file-exists-command)
133 (tramp-find-shell):
134 * progmodes/ada-mode.el (ada-create-case-exception)
135 (ada-create-case-exception-substring, ada-make-subprogram-body):
136 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
137 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
138 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
139 * textmodes/org.el (org-promote, org-evaluate-time-range)
140 (org-agenda-next-date-line, org-agenda-previous-date-line)
141 (org-agenda-error, org-open-at-point, org-table-move-row)
142 (org-format-table-table-html-using-table-generate-source)
143 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
144 * textmodes/reftex.el (reftex-access-scan-info):
145 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
146 (reftex-toc-promote-prepare): Follow error conventions.
147
148 * diff-mode.el (diff-mode): Fix typo in docstring.
149
150 * forms.el (forms--intuit-from-file): Fix reference to
151 `forms-number-of-fields' in error message.
152 (forms-print): Fix quoting in error message.
153
154 * forms.el (forms-mode):
155 * emulation/vi.el (vi-goto-insert-state):
156 * progmodes/flymake.el (flymake-new-err-info)
157 (flymake-start-syntax-check-for-current-buffer)
158 (flymake-simple-cleanup):
159 * eshell/esh-var.el (eshell/export):
160 * progmodes/gud.el (xdb):
161 * textmodes/flyspell.el (flyspell-incorrect-hook)
162 (flyspell-maybe-correct-transposition)
163 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
164
165 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
166
167 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
168 minibuffer prompt.
169
170 2005-06-13 Kim F. Storm <storm@cua.dk>
171
172 * subr.el (add-to-ordered-list): New defun.
173
174 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
175 add cua--keymap-alist to emulation-mode-map-alists.
176
177 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * subr.el (complete-in-turn): New macro.
180 (dynamic-completion-table, lazy-completion-table): Add debug info.
181
182 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
183 in preference to face aliases.
184
185 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
186 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
187 Remove unused vars `start' and `firstline'.
188 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
189 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
190
191 2005-06-13 Eli Zaretskii <eliz@gnu.org>
192
193 * cus-start.el (all): Don't complain about missing GTK-related
194 variables, unless either `gtk' is boundp or this isn't a
195 `windows-nt' build.
196
197 2005-06-13 Lute Kamstra <lute@gnu.org>
198
199 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
200 run-mode-hooks.
201
202 * ediff-mult.el (ediff-meta-mode):
203 * ediff-util.el (ediff-mode): Use run-mode-hooks.
204
205 * ledit.el (ledit-mode): Use delay-mode-hooks.
206
207 * woman.el (woman-mode-line-format): Delete constant.
208 (woman-mode-map): Initialize it properly.
209 (woman-mode): Set mode-class property to special.
210 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
211 Set major-mode and mode-name. Don't set mode-line-format directly.
212 (Man-getpage-in-background): Don't reference woman-mode-line-format.
213
214 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
215 string argument obsolete.
216
217 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
218
219 * textmodes/org.el (org-CUA-compatible): New option.
220 (org-disputed-keys): New variable.
221 (org-key): New function.
222 (orgtbl-make-binding): Add docstring to the created function.
223 (org-mode): Set paragraph start/separate regexps.
224 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
225 (org-archive-location, org-archive-mark-done)
226 (org-archive-stamp-time): New options.
227 (org-archive-subtree): New command.
228 (org-fill-paragraph): New function.
229 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
230 (org-fake-empty-table-line): Function removed.
231 (org-format-org-table-html): Do not create empty table lines at
232 separator lines. Improved table header treatment.
233 (org-link-format): New option.
234 (org-make-link): New function.
235 (org-insert-link, org-store-link): Use org-make-link.
236 (org-open-file): Quote file name for shell command, to allow
237 spaces in file names.
238 (org-link-regexp): Fix bug with mailto link.
239 (org-link-maybe-angles-regexp, org-protected-link-regexp):
240 New constants.
241 (org-export-as-html): Deal with the optional angles around a link.
242 Better treatment of file: links.
243 (org-open-at-point): Replace @{ and @} with < and >.
244 (org-run-mode-hooks): Function removed.
245 (org-agenda-mode): No longer use `org-run-mode-hooks'.
246
247 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
248
249 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
250 MI command -data-list-register-values.
251 (gdb-post-prompt): Indent properly.
252
253 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
254
255 * hilit-chg.el (highlight-changes-colors): Rename from
256 `highlight-changes-colours'.
257 (highlight-changes-colours): Keep as obsolete alias.
258 (highlight-changes-face-list): Doc fix.
259 (hilit-chg-make-list): Use `highlight-changes-colors'.
260
261 2005-06-12 Mark A. Hershberger <mah@everybody.org>
262
263 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
264 defun-prompt-regexp.
265
266 2005-06-12 Eli Zaretskii <eliz@gnu.org>
267
268 * loadup.el: Don't say we are dumping under 2 names on windows-nt
269 and cygwin.
270
271 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
272 Don't use an old loaddefs.el, as in Makefile.in.
273
274 2005-06-12 Lute Kamstra <lute@gnu.org>
275
276 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
277
278 * man.el (Man-mode-map): Initialize it properly.
279 (Man-mode): Set mode-class property to special.
280
281 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
282
283 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
284
285 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
286 A newline is needed in the docstring there.
287
288 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
289 Doc fixes.
290
291 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
292
293 * printing.el: Doc fix. The menubar is no more changed when printing
294 is loaded, it only changes when pr-menu-bind or pr-update-menus is
295 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
296 (pr-version): New version number (6.8.4).
297 (pr-menu-bind): New command.
298 (pr-update-menus): Docstring and code fix.
299 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
300 Docstring fix.
301 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
302 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
303
304 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
305
306 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
307 "Returns" to "return", document useful return values, etc.
308
309 2005-06-11 Alan Mackenzie <acm@muc.de>
310
311 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
312 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
313 (adaptive-file-function): Minor amendment to doc-string.
314
315 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
316
317 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
318 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
319 Fix :type--it is `integer', not `string'.
320
321 * faces.el (modeline-highlight): Rename from (the erroneous)
322 `modeline-higilight'.
323
324 2005-06-11 Lute Kamstra <lute@gnu.org>
325
326 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
327 lisp-interaction-mode-map but make it the parent.
328 (edebug-eval-mode): Use define-derived-mode.
329
330 2005-06-11 Andreas Schwab <schwab@suse.de>
331
332 * bindings.el: Add binding of `ESC functionkey' for every
333 `M-functionkey'.
334 * hexl.el (hexl-mode-map): Likewise.
335
336 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
337
338 * progmodes/compile.el (compilation-error-regexp-alist-alist)
339 [msft]: update regexp for newer msft compilers.
340
341 2005-06-10 Mark A. Hershberger <mah@everybody.org>
342
343 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
344 ATTLIST portions of included DTDs.
345 (xml-parse-dtd): Eliminate use of inefficient match-data.
346
347 2005-06-10 Miles Bader <miles@gnu.org>
348
349 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
350 (mpuz-text): Remove "-face" suffix from face names.
351 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
352 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
353 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
354
355 * play/gomoku.el (gomoku-O, gomoku-X):
356 Remove "-face" suffix from face names.
357 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
358 New backward-compatibility aliases for renamed faces.
359 (gomoku-font-lock-keywords): Use renamed gomoku faces.
360
361 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
362
363 * thumbs.el: Fixes for changes of 2005-06-09.
364 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
365 as a directory.
366 (thumbs-thumbname): Remove directory separator from format string;
367 `thumbs-thumbsdir' now returns a valid directory name.
368 (thumbs-temp-dir): New defsubst.
369 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
370 Use it.
371
372 * cus-edit.el (minibuffer):
373 * files.el (make-backup-file-name-function):
374 * filesets.el (filesets-external-viewers):
375 * hilit-chg.el (highlight-changes-colours)
376 (highlight-changes-face-list, highlight-changes-rotate-faces):
377 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
378 * kmacro.el (kmacro-call-macro):
379 * log-edit.el (log-edit-changelog-full-paragraphs):
380 * mouse.el (mouse-1-click-follows-link):
381 * skeleton.el (skeleton-autowrap):
382 * subr.el (insert-for-yank-1):
383 * tempo.el (tempo-insert-region):
384 * terminal.el (terminal-emulator):
385 * time.el (display-time-mail-face):
386 * vc.el (vc-annotate):
387 * vcursor.el (vcursor-copy-line):
388 * woman.el (woman-bold-headings, woman-ignore)
389 (woman-default-faces, woman-monochrome-faces):
390 * calendar/todo-mode.el (todo-insert-threshold):
391 * emulation/pc-select.el (pc-select-selection-keys-only)
392 (pc-selection-mode):
393 * emulation/vip.el (vip-find-char-forward):
394 * emulation/viper-cmd.el (viper-find-char-forward):
395 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
396 (input-method-exit-on-invalid-key):
397 * international/mule-diag.el (describe-coding-system):
398 * international/ucs-tables.el (unify-8859-on-encoding-mode):
399 * net/browse-url.el (browse-url-xterm-program):
400 * obsolete/lazy-lock.el (lazy-lock-mode):
401 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
402 (cperl-mode):
403 * progmodes/cpp.el (cpp-face-light-name-list)
404 (cpp-face-dark-name-list):
405 * progmodes/delphi.el (delphi-newline-always-indents):
406 Fix spellings in docstrings.
407
408 * ido.el (ido-mode, ido-file-extensions-order)
409 (ido-default-file-method, ido-default-buffer-method)
410 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
411 (ido-decorations, ido-read-file-name-as-directory-commands)
412 (ido-read-file-name-non-ido, ido-work-directory-list)
413 (ido-ignore-item-temp-list, ido-current-directory)
414 (ido-magic-forward-char, ido-enter-find-file)
415 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
416 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
417
418 2005-06-10 Lute Kamstra <lute@gnu.org>
419
420 * play/dunnet.el (dun-mode): Use define-derived-mode.
421 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
422 obsolete alias.
423
424 * play/doctor.el (doctor-mode-map): Remove defvar.
425 (doctor-mode): Use define-derived-mode.
426
427 * mail/mspools.el (mspools-mode):
428 * net/eudc-hotlist.el (eudc-hotlist-mode):
429 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
430
431 2005-06-10 Miles Bader <miles@gnu.org>
432
433 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
434 Remove "-face" suffix from face names.
435 (flyspell-incorrect-face, flyspell-duplicate-face):
436 New backward-compatibility aliases for renamed faces.
437 (flyspell-mode-on, make-flyspell-overlay)
438 (flyspell-highlight-incorrect-region)
439 (flyspell-highlight-duplicate-region)
440 (flyspell-display-next-corrections)
441 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
442
443 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
444 from face name.
445 (texinfo-heading-face): New backward-compatibility alias for
446 renamed face.
447 (texinfo-heading-face): Use renamed texinfo-heading face.
448
449 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
450 suffix from face names.
451 (tex-math-face, tex-verbatim-face):
452 New backward-compatibility aliases for renamed faces.
453 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
454 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
455 literal face name.
456
457 * textmodes/table.el (table-cell): Remove "-face" suffix from face
458 name.
459 (table-cell-face): New backward-compatibility alias for renamed face.
460 (table--put-cell-face-property, table--update-cell-face):
461 Use renamed table-cell face.
462
463 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
464 from face name.
465 (sgml-namespace-face): New backward-compatibility alias for
466 renamed face.
467 (sgml-namespace-face): Use renamed sgml-namespace face.
468
469 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
470 (org-level-4, org-level-5, org-level-6, org-level-7)
471 (org-level-8, org-warning, org-headline-done)
472 (org-deadline-announce, org-scheduled-today)
473 (org-scheduled-previously, org-link, org-done, org-table)
474 (org-time-grid): Remove "-face" suffix from face names.
475 (org-level-1-face, org-level-2-face, org-level-3-face)
476 (org-level-4-face, org-level-5-face, org-level-6-face)
477 (org-level-7-face, org-level-8-face, org-warning-face)
478 (org-headline-done-face, org-deadline-announce-face)
479 (org-scheduled-today-face, org-scheduled-previously-face)
480 (org-link-face, org-done-face, org-table-face)
481 (org-time-grid-face):
482 New backward-compatibility aliases for renamed faces.
483 (org-level-faces, org-set-font-lock-defaults, org-timeline)
484 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
485 (org-agenda-get-timestamps, org-agenda-get-scheduled)
486 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
487
488 * emulation/viper-init.el (viper-search, viper-replace-overlay)
489 (viper-minibuffer-emacs, viper-minibuffer-insert)
490 (viper-minibuffer-vi): Remove "-face" suffix from face names.
491 (viper-search-face, viper-replace-overlay-face)
492 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
493 (viper-minibuffer-vi-face):
494 New backward-compatibility aliases for renamed faces.
495 (viper-search-face, viper-replace-overlay-face)
496 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
497 (viper-minibuffer-vi-face): Use renamed viper faces.
498
499 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
500 Remove "-face" suffix from face names.
501 (testcover-nohits-face, testcover-1value-face):
502 New backward-compatibility aliases for renamed faces.
503 (testcover-mark): Use renamed testcover faces.
504
505 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
506 face name.
507 (diary-button-face): New backward-compatibility alias for renamed face.
508 (diary-entry): Use renamed diary-button face.
509
510 * calendar/calendar.el (diary, calendar-today, holiday)
511 (mark-visible-calendar-date): Remove "-face" suffix from face names.
512 (diary-face, calendar-today-face, holiday-face):
513 New backward-compatibility aliases for renamed faces.
514 (eval-after-load "facemenu", diary-entry-marker)
515 (calendar-today-marker, calendar-holiday-marker, diary-face):
516 Use renamed calendar faces.
517
518 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
519 (compare-windows-face): New backward-compatibility alias for
520 renamed face.
521 (compare-windows-highlight): Use renamed compare-windows face.
522
523 * strokes.el (strokes-char): Remove "-face" suffix from face name.
524 (strokes-char-face): New backward-compatibility alias for renamed face.
525 (strokes-encode-buffer): Use renamed strokes-char face.
526
527 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
528 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
529 Remove "-face" suffix from face names.
530 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
531 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
532 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
533 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
534 Use renamed pcvs faces.
535 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
536 * pcvs-defs.el (cvs-mode-map): Likewise.
537 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
538
539 * info.el (info-title-1, info-title-2, info-title-3)
540 (info-title-4): Remove "-face" suffix from and downcase face names.
541 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
542 (Info-title-4-face):
543 New backward-compatibility aliases for renamed faces.
544 (Info-fontify-node): Use renamed info faces.
545
546 * hilit-chg.el (highlight-changes, highlight-changes-delete):
547 Remove "-face" suffix from face names.
548 (highlight-changes-face, highlight-changes-delete-face):
549 New backward-compatibility aliases for renamed faces.
550 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
551 (hilit-chg-make-list): Use renamed highlight-changes faces.
552
553 * generic-x.el (show-tabs-tab, show-tabs-space):
554 Remove "-face" suffix from face names.
555 (show-tabs-tab-face, show-tabs-space-face):
556 New backward-compatibility aliases for renamed faces.
557 (show-tabs-generic-mode-font-lock-defaults-1)
558 (show-tabs-generic-mode-font-lock-defaults-2):
559 Use renamed show-tabs faces.
560
561 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
562 (smerge-markers): Remove "-face" suffix from face names.
563 (smerge-mine-face, smerge-other-face, smerge-base-face)
564 (smerge-markers-face):
565 New backward-compatibility aliases for renamed faces.
566 (smerge-mine-face, smerge-other-face, smerge-base-face)
567 (smerge-markers-face): Use renamed smerge faces.
568
569 * log-view.el (log-view-file, log-view-message):
570 Remove "-face" suffix from face names.
571 (log-view-file-face, log-view-message-face):
572 New backward-compatibility aliases for renamed faces.
573 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
574
575 * paren.el (show-paren-match, show-paren-mismatch):
576 Remove "-face" suffix from face names.
577 (show-paren-match-face, show-paren-mismatch-face):
578 New backward-compatibility aliases for renamed faces.
579 (show-paren-function): Use renamed show-paren faces.
580
581 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
582 (ruler-mode-margins, ruler-mode-fringes)
583 (ruler-mode-column-number, ruler-mode-fill-column)
584 (ruler-mode-comment-column, ruler-mode-goal-column)
585 (ruler-mode-tab-stop, ruler-mode-current-column):
586 Remove "-face" suffix from face names.
587 (ruler-mode-default-face, ruler-mode-pad-face)
588 (ruler-mode-margins-face, ruler-mode-fringes-face)
589 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
590 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
591 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
592 New backward-compatibility aliases for renamed faces.
593 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
594 (ruler-mode-column-number, ruler-mode-fill-column)
595 (ruler-mode-comment-column, ruler-mode-goal-column)
596 (ruler-mode-tab-stop, ruler-mode-current-column)
597 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
598
599 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
600 face name.
601 (whitespace-highlight-the-space): Use renamed face.
602 (whitespace-highlight-face): New backward-compatibility alias for
603 renamed face.
604
605 * woman.el (woman-italic, woman-bold, woman-unknown)
606 (woman-addition, woman-symbol-face):
607 Remove "-face" suffix from face names.
608 (woman-italic-face, woman-bold-face, woman-unknown-face)
609 (woman-addition-face):
610 New backward-compatibility aliases for renamed faces.
611 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
612 (woman-decode-region, woman-replace-match)
613 (woman-display-extended-fonts, woman-special-characters)
614 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
615 Use renamed woman faces.
616
617 * longlines.el (longlines-visible-face): Face removed.
618
619 * diff-mode.el (diff-header, diff-file-header, diff-index)
620 (diff-hunk-header, diff-removed, diff-added, diff-changed)
621 (diff-function, diff-context, diff-nonexistent): Remove "-face"
622 suffix from face names.
623 (diff-header-face, diff-file-header-face, diff-index-face)
624 (diff-hunk-header-face, diff-removed-face, diff-added-face)
625 (diff-changed-face, diff-function-face, diff-context-face)
626 (diff-nonexistent-face): New backward-compatibility aliases for
627 renamed faces.
628 (diff-header-face, diff-file-header-face)
629 (diff-index, diff-index-face, diff-hunk-header)
630 (diff-hunk-header-face, diff-removed, diff-removed-face)
631 (diff-added, diff-added-face, diff-changed-face, diff-function)
632 (diff-function-face, diff-context-face, diff-nonexistent)
633 (diff-nonexistent-face): Use renamed diff-mode faces.
634
635 * progmodes/compile.el (compilation-warning-face)
636 (compilation-info-face): Remove "-face" suffix from face names.
637 (compilation-warning-face, compilation-info-face):
638 New backward-compatibility aliases for renamed faces.
639 (compilation-warning-face, compilation-info-face):
640 Use renamed compilation faces.
641
642 * add-log.el (change-log-date, change-log-name)
643 (change-log-email, change-log-file, change-log-list)
644 (change-log-conditionals, change-log-function)
645 (change-log-acknowledgement): Remove "-face" suffix from face names.
646 (change-log-date-face, change-log-name-face)
647 (change-log-email-face, change-log-file-face)
648 (change-log-list-face, change-log-conditionals-face)
649 (change-log-function-face, change-log-acknowledgement-face):
650 New backward-compatibility aliases for renamed faces.
651 (change-log-font-lock-keywords): Use renamed change-log faces.
652
653 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
654 (custom-set, custom-changed, custom-saved, custom-button)
655 (custom-button-pressed, custom-documentation, custom-state)
656 (custom-comment, custom-comment-tag, custom-variable-tag)
657 (custom-variable-button, custom-face-tag, custom-group-tag-1)
658 (custom-group-tag): Remove "-face" suffix from face names.
659 (custom-magic-alist, custom-magic-value-create)
660 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
661 (custom-invalid-face, custom-rogue-face, custom-modified-face)
662 (custom-set-face, custom-changed-face, custom-saved-face)
663 (custom-button-face, custom-button-pressed-face)
664 (custom-documentation-face, custom-state-face)
665 (custom-comment-face, custom-comment-tag-face)
666 (custom-variable-tag-face, custom-variable-button-face)
667 (custom-face-tag-face, custom-group-tag-face-1)
668 (custom-group-tag-face):
669 New backward-compatibility aliases for renamed faces.
670
671 * wid-edit.el (widget-documentation, widget-button)
672 (widget-field, widget-single-line-field, widget-inactive)
673 (widget-button-pressed): "-face" suffix removed from face names.
674 (widget-documentation-face, widget-button-face)
675 (widget-field-face, widget-single-line-field-face)
676 (widget-inactive-face, widget-button-pressed-face):
677 New backward-compatibility aliases for renamed faces.
678 (widget-documentation-face, widget-button-face)
679 (widget-button-pressed-face, widget-specify-field)
680 (widget-specify-inactive): Use renamed widget faces.
681
682 2005-06-10 Kenichi Handa <handa@m17n.org>
683
684 * term/x-win.el (x-clipboard-yank): Remove condition-case
685 wrapping.
686
687 2005-06-11 Kenichi Handa <handa@m17n.org>
688
689 * add-log.el (change-log-font-lock-keywords): Make the regexp for
690 date lines stricter.
691
692 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
693
694 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
695 of x-get-selection.
696
697 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
698
699 * comint.el (comint-mode, comint-snapshot-last-prompt):
700 * frame.el (frame-current-scroll-bars):
701 * term.el (term-mode, term-check-proc, term-input-sender)
702 (term-simple-send, term-extract-string, term-word)
703 (term-match-partial-filename):
704 * window.el (window-current-scroll-bars):
705 * emulation/cua-base.el (cua-normal-cursor-color)
706 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
707 (cua-global-mark-cursor-color):
708 * mail/undigest.el (rmail-forward-separator-regex):
709 Fix typos in docstrings.
710
711 * comint.el (comint-check-proc, make-comint-in-buffer)
712 (comint-source-default): Doc fixes.
713
714 * term.el (term-send-string): Improve argument/docstring
715 consistency.
716
717 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
718
719 * comint.el (comint-send-input): Bind `inhibit-read-only' around
720 call to `delete-region'.
721 (comint-mode-hook): Do not enable Font Lock by default.
722
723 2005-06-09 Lute Kamstra <lute@gnu.org>
724
725 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
726 could be void.
727
728 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * emacs-lisp/debug.el (debugger-will-be-back): New var.
731 (debug): Use it.
732 (debugger-step-through, debugger-continue, debugger-jump)
733 (debugger-return-value): Set it when needed.
734 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
735 Use inhibit-read-only.
736
737 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
738
739 * window.el (shrink-window-if-larger-than-buffer)
740 (window-size-fixed): Fix typo in docstring.
741
742 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
743 thumbnails directory on loading.
744 (thumbs-conversion-program): Use `eq' to check the system type,
745 not `equal'.
746 (thumbs-temp-dir): Initialize to `temporary-file-directory',
747 not "/tmp". Fix docstring.
748 (thumbs-thumbsdir): New function to return the thumbnails
749 directory, creating it if needed.
750 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
751 (thumbs-temp-file): Delete variable and make it into a function.
752 (thumbs-resize-image, thumbs-modify-image): Use it.
753 (thumbs-kill-buffer): Simplify.
754 (thumbs-gensym): Defalias or duplicate CL `gensym'.
755 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
756 docstrings.
757
758 2005-06-09 Kim F. Storm <storm@cua.dk>
759
760 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
761 set-match-data to free markers in match-data.
762
763 * replace.el (replace-match-data): Pass RESEAT arg `t' to
764 match-data to unchain markers in match-data.
765
766 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
769 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
770 unnecessary now.
771
772 2005-06-08 Richard M. Stallman <rms@gnu.org>
773
774 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
775 give the variable a doc string that doesn't say don't set it directly.
776
777 * textmodes/ispell.el (ispell-check-version):
778 Use match-string-no-properties.
779 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
780 (ispell-buffer-local-words): Likewise.
781
782 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
783 except on terminals with enough colors to really display it.
784 (makefile-dependency-regex): Delete spurious `bb'.
785
786 * faces.el (escape-glyph): Use blue once again in last case.
787 (no-break-space): Redefine so that it isn't invisible on a tty.
788
789 2005-06-08 Kim F. Storm <storm@cua.dk>
790
791 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
792 also when reading directory name.
793
794 2005-06-08 Lute Kamstra <lute@gnu.org>
795
796 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
797 (flyspell-mode-line-string): Remove autoload cookie.
798 (flyspell-mode): Remove defvar.
799
800 2005-06-07 Lute Kamstra <lute@gnu.org>
801
802 * textmodes/org.el (org-run-mode-hooks): New function.
803 (org-agenda-mode): Use it.
804
805 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
806
807 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
808
809 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
812
813 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
814
815 * font-lock.el (font-lock-add-keywords): Doc fix.
816
817 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
820 (tex-compile-default): In the absence of any history, use the order in
821 tex-compile-alist to choose the preferred command.
822 (tex-compile-commands): Reorder a bit.
823
824 * textmodes/flyspell.el (flyspell-auto-correct-binding)
825 (flyspell-incorrect-face, flyspell-duplicate-face):
826 Use (X)Emacs-agnostic code.
827 (flyspell-mode-map): Don't overwrite at each load. Remove code
828 redundant with the subsequent add-minor-mode. Merge Emacs and
829 XEmacs code.
830 (flyspell-word): Minor simplification.
831 (flyspell-math-tex-command-p): Quieten the byte-compiler.
832 (flyspell-external-point-words): Remove unused vars `size' and `start'.
833 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
834 Merge the corresponding Emacs code.
835 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
836
837 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
838 a dedicated window.
839
840 * international/latexenc.el (latexenc-find-file-coding-system):
841 Undo part of last patch, to turn off a compiler warning.
842
843 2005-06-06 Juri Linkov <juri@jurta.org>
844
845 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
846 Rename `tmm-inactive-face' to `tmm-inactive'.
847
848 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
849
850 * iswitchb.el: Rename faces.
851
852 2005-06-06 Kim F. Storm <storm@cua.dk>
853
854 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
855 (cua-global-mark): Remove -face suffix from face names.
856
857 * emulation/cua-gmrk.el (cua--init-global-mark):
858 Remove cua-global-mark face setup.
859
860 2005-06-06 Richard M. Stallman <rms@gnu.org>
861
862 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
863 just like other allowed characters.
864 (makefile-match-dependency): Exclude leading and training whitespace
865 from the range of regexp subexp 1.
866 (makefile-macroassign-regex): Don't try to match the body,
867 just the name of the macro being defined.
868
869 * info.el (Info-read-node-name-2): New function.
870 (Info-read-node-name-1): Use that.
871 Add a completion-base-size-function property.
872
873 * simple.el (completion-setup-function): Look for
874 completion-base-size-function property of
875 minibuffer-completion-table.
876
877 * files.el (locate-file-completion): Doc fix.
878
879 * printing.el: Don't call pr-update-menus; user must do that.
880
881 * emacs-lisp/debug.el (debugger-window): New variable.
882 (debug): Use debugger-window if it is set and still alive.
883 Record debugger-window for next entry.
884
885 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
886
887 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
888
889 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
890 (hack-one-local-variable, hack-local-variables)
891 (hack-local-variables-prop-line): Pass that arg.
892
893 2005-06-06 Kim F. Storm <storm@cua.dk>
894
895 * ido.el (ido-first-match, ido-only-match, ido-subdir)
896 (ido-indicator): Remove -face suffix from face names.
897
898 2005-06-06 Juri Linkov <juri@jurta.org>
899
900 * font-lock.el (font-lock-regexp-backslash)
901 (font-lock-regexp-backslash-construct): New faces.
902 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
903 after `('. Add `while-no-input' to control structures.
904
905 * faces.el (no-break-space, shadow): New faces.
906 (escape-glyph): Use less loud colors pink2 and red4.
907
908 * diff-mode.el (diff-context-face)
909 * dired.el (dired-ignored)
910 * rfn-eshadow.el (file-name-shadow)
911 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
912
913 * info.el (Info-title-1-face): Use green instead of yellow because
914 bold yellow is not readable on light backgrounds.
915
916 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
917 before selecting the desired mode to not spend time fontifying
918 old contents.
919
920 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
921
922 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
923 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
924
925 * ps-print.el (ps-default-fg, ps-default-bg):
926 Fix typos in docstrings.
927
928 * isearchb.el (isearchb): Don't pass a spurious second argument to
929 `iswitchb-completions'.
930
931 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
932
933 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
934 to preserve point.
935 (gdb-find-file-hook): Add doc string.
936
937 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
938 C dereferenced pointer expression.
939 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
940
941 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
942
943 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
944 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
945 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
946 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
947 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
948 Make background transparent.
949
950 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
951
952 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
953 (font-lock-remove-keywords): Doc fix.
954 (font-lock-mode-major-mode): Compiler defvar.
955 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
956
957 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
958 (font-lock-mode): Update `font-lock-mode-major-mode'.
959 (font-lock-set-defaults): Compiler defvar.
960 (font-lock-default-function): Take `font-lock-mode-major-mode'
961 into account.
962
963 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
964 keep track of which major mode it enabled the minor mode for.
965 Use find-file-hook again. Update docstring.
966
967 * simple.el (eval-expression-print-level)
968 (eval-expression-print-length, eval-expression-debug-on-error):
969 Doc fixes.
970
971 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
972
973 * iswitchb.el (iswitchb-single-match-face)
974 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
975 (iswitchb-invalid-regexp-face): New faces.
976 (iswitchb-completions): Use them.
977 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
978 now marked as an obsolete alias.
979 (iswitchb-read-buffer): Remove check for bound font variables.
980 (iswitchb-invalid-regexp): New free variable.
981 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
982 set iswitchb-invalid-regexp.
983 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
984 invalid regexps.
985 (iswitchb-completions): Add check for complete match when entering
986 a regexp.
987 (iswitchb-completions): Remove require-match argument.
988 (iswitchb-exhibit): Fix caller.
989 (iswitchb-common-match-inserted): New variable.
990 (iswitchb-complete, iswitchb-completion-help): Use it.
991
992 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
993
994 * url-http.el (url-http-chunked-encoding-after-change-function):
995 Use `url-http-debug' instead of `message'.
996
997 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
998
999 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1000 callback argument.
1001
1002 2005-06-04 Kim F. Storm <storm@cua.dk>
1003
1004 * simple.el (line-move): Only call sit-for when moving backwards.
1005
1006 * ido.el (ido-make-merged-file-list-1): New defun split from
1007 ido-make-merged-file-list.
1008 (ido-make-merged-file-list): Bind throw-on-input around call to
1009 ido-make-merged-file-list-1. Return input-pending-p if
1010 interrupted by more input available.
1011 (ido-read-internal): Handle input-pending-p return value from
1012 ido-make-merged-file-list.
1013
1014 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1017 compatibility code.
1018
1019 * international/latexenc.el (latexenc-find-file-coding-system):
1020 Don't inherit the EOL part of the coding-system from the
1021 tex-main buffer. Fit within 80 columns.
1022
1023 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1024
1025 * tmm.el (tmm-inactive-face): New face.
1026 (tmm-remove-inactive-mouse-face): New function.
1027 (tmm-prompt, tmm-add-one-shortcut)
1028 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1029 but not selectable.
1030
1031 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1032
1033 * faces.el (face-equal): Improve argument/docstring consistency.
1034
1035 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1036
1037 * progmodes/make-mode.el (makefile-targets-face)
1038 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1039 (makefile-bsdmake-dependency-regex)
1040 (makefile-makepp-rule-action-regex)
1041 (makefile-bsdmake-rule-action-regex): New constants.
1042 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1043
1044 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1045 Allow (...) within `...' for makepp messages.
1046
1047 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1048
1049 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1050
1051 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1052 "." files are deleted from all file lists before comparison.
1053
1054 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1055 (viper-ESC-key): Made them customizable.
1056
1057 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1058
1059 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1060
1061 * autorevert.el (auto-revert-buffers): Use save-match-data.
1062
1063 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1066 menu items with a nil command binding.
1067
1068 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1069
1070 * emacs-lisp/cl-macs.el (defsetf):
1071 Improve argument/docstring consistency.
1072
1073 * faces.el (list-faces-display): Improve the formatting by
1074 computing the maximum length required for any face-name (reworked
1075 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1076 (internal-find-face): Remove redundant info in docstring.
1077
1078 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1079
1080 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1081 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1082 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1083 (gdb-assembler-custom): Improve regexps.
1084 (def-gdb-auto-update-handler): Use window point to preserve point.
1085
1086 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1089
1090 2005-05-31 Jay Belanger <belanger@truman.edu>
1091
1092 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1093 to calc-embedded.
1094 (calc-embedded-make-info): Have plain prefix argument select
1095 entire line.
1096
1097 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1098
1099 * faces.el (list-faces-display): Signal error if passed a regexp
1100 that matches no face name.
1101
1102 * simple.el (filter-buffer-substring): Fix typo in docstring.
1103
1104 2005-05-31 Richard M. Stallman <rms@gnu.org>
1105
1106 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1107 (vhdl-emacs-21): Doc fix.
1108 (vhdl-mode): Unconditionally set comment-padding.
1109 (vhdl-fixup-whitespace-region): Insert spaces only where
1110 there are none.
1111 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1112
1113 2005-05-30 John Wiegley <johnw@newartisans.com>
1114
1115 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1116 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1117 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1118 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1119 `string-to-number'.
1120
1121 2005-05-30 Jay Belanger <belanger@truman.edu>
1122
1123 * calc/calc.el (calc-bug-address): Fix docstring.
1124 (calc-window-hook, calc-trail-window-hook): New variables.
1125 (calc-trail-display): Restore use of calc-trail-window-hook.
1126 (calc): Restore use of calc-window-hook.
1127
1128 2005-05-31 Masatake YAMATO <jet@gyve.org>
1129
1130 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1131
1132 * help-fns.el (help-C-file-name): Add autoload mark for
1133 `find-function-noselect'.
1134
1135 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1138 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1139
1140 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1141
1142 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1143 included diary buffer if it was not already being visited.
1144 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1145
1146 * calendar/icalendar.el (top-level): Do not require 'appt.
1147
1148 * mail/supercite.el (sc-select-attribution): Only use a list
1149 element from sc-attrib-selection-list if it returns a string.
1150 Reported by Davide G. M. Salvetti <salve@debian.org>.
1151
1152 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1153
1154 * thumbs.el (thumbs-thumbname): The resulting thubname now
1155 includes a hash value to improve its uniqueness, and has a ".jpg"
1156 extension. Also, it is now a valid filename on all systems.
1157 (thumbs-make-thumb): Use `let', not `let*'.
1158 (thumbs-show-thumbs-list): Check for JPEG availability.
1159
1160 2005-05-30 Richard M. Stallman <rms@gnu.org>
1161
1162 * filesets.el (filesets-menu-ensure-use-cached):
1163 Prevent warning when emacs-version>= is undefined.
1164
1165 * printing.el (pr-interactive-n-up): Use string-to-number.
1166
1167 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1168
1169 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1170 Warn only when name to be defined is quoted.
1171
1172 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1173
1174 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1175 Make regexp more robust.
1176 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1177 Force regeneration of disassembly.
1178
1179 2005-05-29 Jay Belanger <belanger@truman.edu>
1180
1181 * calc/calc.el (calc-user-invocation): Check if
1182 calc-invocation-macro is non-nil.
1183
1184 2005-05-29 Juri Linkov <juri@jurta.org>
1185
1186 * add-log.el (change-log-font-lock-keywords):
1187 Add `+' to e-mail regexp to accept mail address with keywords.
1188
1189 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1190
1191 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1192
1193 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1194
1195 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1196
1197 2005-05-29 Richard M. Stallman <rms@gnu.org>
1198
1199 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1200 Undo the change that moves to end of the current word.
1201
1202 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1203
1204 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1205 Throw error when count <= 0 to ensure input is a number.
1206 (gdb-read-memory-custom): Pick up address from buffer.
1207 (gdb-memory-mode): Allow user to increment and decrement
1208 memory address from header line.
1209
1210 2005-05-29 Richard M. Stallman <rms@gnu.org>
1211
1212 * flyspell.el (flyspell-version): Function deleted.
1213 (flyspell-auto-correct-previous-hook): Doc fix.
1214
1215 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1216 Do nothing if memory is full.
1217
1218 * font-lock.el (font-lock-fontify-syntactically-region):
1219 Pass t for GREEDY to looking-back.
1220
1221 * saveplace.el (save-place-alist-to-file): Write the file
1222 using write-region.
1223
1224 * subr.el (looking-back): New argument GREEDY.
1225
1226 * progmodes/compile.el (compilation-start): Set the mode
1227 before inserting the initial text.
1228
1229 * progmodes/which-func.el (which-func-update-1): Turn the mode
1230 off in case of error by setting which-func-mode.
1231
1232 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1233
1234 * flyspell.el (flyspell-auto-correct-previous-word):
1235 Narrow down to what's on the screen, and recenter overlays
1236 at the end of the next word.
1237
1238 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1239
1240 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1241 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1242 (flyspell-abbrev-p): Default to nil.
1243 (flyspell-use-global-abbrev-table-p): Doc fix.
1244 (flyspell-large-region): Allow nil as value.
1245 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1246
1247 (mail-mode-flyspell-verify): More robust handling
1248 of `mail-header-separator'. More efficient signature detection.
1249 Allow for regexp metacharacters in message-header-separator.
1250 Adding `To' not to be checked in mail-mode-flyspell-verify.
1251
1252 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1253 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1254 Bind flyspell-auto-correct-binding.
1255 Bind C-. and C-, .
1256 (flyspell-mode-map): Likewise.
1257 (flyspell-mode): Doc fix.
1258 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1259 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1260 (flyspell-word-cache-result): New var, always local.
1261 (flyspell-check-pre-word-p): Doc fix.
1262 (flyspell-check-changed-word-p): Handle spc like newline.
1263 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1264 (flyspell-word-search-backward, flyspell-word-search-forward):
1265 New functions.
1266 (flyspell-word): Return t if nothing to check.
1267 When parsing TeX code, check for after } or \.
1268 Use flyspell-word-search-backward to find previous word.
1269 Return nil if duplicated word.
1270 For word already checked, return same value as last time.
1271 Set flyspell-word-cache-result after checking.
1272 Don't clobber the return value.
1273 (flyspell-get-word): Major rewrite.
1274 (flyspell-external-point-words): New locals pword, pcount.
1275 Fix size used in progress message.
1276 Find the proper corresponding word in flyspell-large-region-buffer.
1277 (flyspell-region): Check for flyspell-large-region = nil.
1278 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1279 (flyspell-auto-correct-word): Check that WORD is a cons.
1280 (flyspell-correct-word): Likewise.
1281
1282 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1283
1284 * progmodes/make-mode.el (makefile-rule-action-regex)
1285 (makefile-macroassign-regex, makefile-makepp-mode)
1286 (makefile-bsdmake-mode): Continuation lines may be empty.
1287 Reported by Joshua Varner.
1288 (makefile-makepp-font-lock-keywords): Add $(stem).
1289
1290 2005-05-28 Karl Berry <karl@gnu.org>
1291
1292 * textmodes/tex-mode.el: Now that tex-send-command calls
1293 shell-quote-argument (2005-03-31 change), remove all calls to
1294 shell-quote-argument; they all end up invoking tex-send-command.
1295 The double quoting loses on filenames with non-safe characters,
1296 such as "@". Reported by Frederik Fouvry.
1297
1298 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1299
1300 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1301 about preserving point.
1302
1303 2005-05-27 Jay Belanger <belanger@truman.edu>
1304
1305 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1306 Info-goto-node.
1307
1308 * calc/calc-embed.el (calc-embed-arg): New variable.
1309 (calc-do-embedded-activate, calc-embedded-activate-formula)
1310 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1311 variable by new variable.
1312 (calc-embedded-make-info): Replace undeclared variable by new
1313 variable. When selecting region with positive prefix
1314 argument, use end of previous line instead of beginning of line.
1315
1316 * calc/calc-aent.el (calc-arg-values): Declare it.
1317
1318 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1319 Declare them.
1320
1321 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1322
1323 * calc/calc.el (calc-alg-map): Declare it.
1324
1325 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1326
1327 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1328
1329 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1330 (gdb-registers-buffer, toggle-gdb-all-registers):
1331 Toggle display of floating point registers.
1332 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1333
1334 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1335 (toggle-gud-tooltip-dereference):
1336 Rename from gud-toggle-tooltip-dereference.
1337
1338 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1341
1342 2005-05-27 Jay Belanger <belanger@truman.edu>
1343
1344 * calc/calc-prog.el (calc-kbd-report): Remove.
1345 (calc-kbd-query): Rewrite.
1346
1347 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1348
1349 * image.el (image-library-alist): Move to image.c.
1350 (image-type-available-p): Doc fix.
1351
1352 2005-05-27 Lute Kamstra <lute@gnu.org>
1353
1354 * calc/calc.el (calc):
1355 * outline.el (outline-1, outline-2, outline-3, outline-4)
1356 (outline-5, outline-6, outline-7, outline-8):
1357 * textmodes/dns-mode.el (dns-mode):
1358 * textmodes/sgml-mode.el (sgml-namespace-face):
1359 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1360 (tex-verbatim-face, tex-use-reftex):
1361 * textmodes/texinfo.el (texinfo-heading-face):
1362 Specify customization group.
1363
1364 * longlines.el: Don't require easy-mmode.
1365 (longlines-visible-face): Specify customization group.
1366
1367 2005-05-27 Kenichi Handa <handa@m17n.org>
1368
1369 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1370 encoding table of windows-1251.
1371
1372 * international/ucs-tables.el (ucs-set-table-for-input):
1373 If translation-table-for-input of a coding system is a symbol, get
1374 its translation-table property.
1375
1376 * international/code-pages.el: Don't register a coding system into
1377 non-iso-charset-alist more than once.
1378 (cp-make-coding-system): Likewise.
1379
1380 2005-05-26 John Wiegley <johnw@newartisans.com>
1381
1382 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1383 `eshell-resume-eval' is wrapped in a list, it indicates that the
1384 command was run asynchronously. In that case, unwrap the value
1385 before checking the delimiter value.
1386
1387 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1388 character before a space at the end of a line is \, assume the space
1389 is part of the last argument rather than a final argument separator.
1390
1391 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1392 is in use, and the target is `t' or `nil' (which are the most common
1393 values), don't assume that the symbol target is a buffer.
1394
1395 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1396
1397 * calendar/calendar.el (calendar-mode-line-format):
1398 Use mode-line-highlight as mouse-face.
1399
1400 * time.el (display-time-string-forms, display-time-update):
1401 Use mode-line-highlight as mouse-face.
1402
1403 2005-05-26 Jay Belanger <belanger@truman.edu>
1404
1405 * calc/calc.el (calc-language-alist): Remove extra defvar.
1406
1407 2005-05-26 Lute Kamstra <lute@gnu.org>
1408
1409 * arc-mode.el (archive-mode):
1410 * bookmark.el (bookmark-read-annotation-mode)
1411 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1412 * bs.el (bs-mode):
1413 * calc/calc-yank.el (calc-edit-mode):
1414 * calc/calc.el (calc-mode, calc-trail-mode):
1415 * calculator.el (calculator-mode):
1416 * chistory.el (command-history-mode):
1417 * comint.el:
1418 * cus-edit.el (custom-mode):
1419 * descr-text.el (describe-text-mode):
1420 * ebuff-menu.el (Electric-buffer-menu-mode):
1421 * ediff-util.el (ediff-mode):
1422 * emacs-lisp/re-builder.el (reb-mode):
1423 * emulation/vi.el (vi-mode-setup):
1424 * emulation/ws-mode.el (wordstar-mode):
1425 * eshell/esh-mode.el (eshell-mode):
1426 * forms.el (forms-mode):
1427 * help-mode.el (help-mode):
1428 * hexl.el (hexl-mode):
1429 * ibuffer.el (ibuffer-mode):
1430 * ielm.el (inferior-emacs-lisp-mode):
1431 * info.el (Info-mode, Info-edit-mode):
1432 * international/swedish.el:
1433 * ledit.el (ledit-from-lisp-mode):
1434 * locate.el (locate-mode):
1435 * mail/rmail.el (rmail-mode):
1436 * mail/rmailedit.el (rmail-edit-mode):
1437 * mail/rmailsum.el (rmail-summary-mode):
1438 * mail/supercite.el (sc-electric-mode):
1439 * net/eudc.el (eudc-mode):
1440 * net/quickurl.el (quickurl-list-mode):
1441 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1442 * obsolete/ooutline.el (outline-mode):
1443 * obsolete/options.el (Edit-options-mode):
1444 * obsolete/rnews.el (news-mode):
1445 * obsolete/rnewspost.el (news-reply-mode):
1446 * play/5x5.el (5x5-mode):
1447 * play/decipher.el (decipher-mode, decipher-stats-mode):
1448 * play/gomoku.el (gomoku-mode):
1449 * play/snake.el (snake-mode):
1450 * play/solitaire.el (solitaire-mode):
1451 * play/tetris.el (tetris-mode):
1452 * progmodes/ada-mode.el (ada-mode):
1453 * progmodes/antlr-mode.el (antlr-mode):
1454 * progmodes/autoconf.el (autoconf-mode):
1455 * progmodes/dcl-mode.el (dcl-mode):
1456 * progmodes/delphi.el (delphi-mode):
1457 * progmodes/ebrowse.el (ebrowse-tree-mode)
1458 (ebrowse-electric-list-mode, ebrowse-member-mode)
1459 (ebrowse-electric-position-mode):
1460 * progmodes/f90.el (f90-mode):
1461 * progmodes/fortran.el (fortran-mode):
1462 * progmodes/icon.el (icon-mode):
1463 * progmodes/idlw-help.el (idlwave-help-mode):
1464 * progmodes/idlw-shell.el (idlwave-shell-mode):
1465 * progmodes/idlwave.el (idlwave-mode):
1466 * progmodes/inf-lisp.el (inferior-lisp-mode):
1467 * progmodes/m4-mode.el (m4-mode):
1468 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1469 * progmodes/modula2.el (modula-2-mode):
1470 * progmodes/octave-inf.el (inferior-octave-mode):
1471 * progmodes/octave-mod.el (octave-mode):
1472 * progmodes/pascal.el (pascal-mode):
1473 * progmodes/sh-script.el (sh-mode):
1474 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1475 * progmodes/vhdl-mode.el (vhdl-mode):
1476 * progmodes/xscheme.el (scheme-interaction-mode):
1477 * replace.el (occur-mode):
1478 * ses.el (ses-mode):
1479 * simple.el (completion-list-mode):
1480 * skeleton.el:
1481 * speedbar.el (speedbar-mode):
1482 * term.el (term-mode):
1483 * terminal.el (terminal-edit-mode):
1484 * textmodes/reftex-index.el (reftex-index-mode)
1485 (reftex-index-phrases-mode):
1486 * textmodes/reftex-sel.el (reftex-select-label-mode)
1487 (reftex-select-bib-mode):
1488 * textmodes/reftex-toc.el (reftex-toc-mode):
1489 * wdired.el (wdired-change-to-wdired-mode):
1490 * wid-browse.el (widget-browse-mode):
1491 Use run-mode-hooks.
1492
1493 * array.el (array-mode):
1494 * calendar/todo-mode.el (todo-mode):
1495 * man.el (Man-mode):
1496 * play/landmark.el (lm-mode):
1497 * play/mpuz.el (mpuz-mode):
1498 Use kill-all-local-variables and run-mode-hooks.
1499
1500 * subr.el (delay-mode-hooks): Specify indentation.
1501
1502 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1503
1504 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1505
1506 2005-05-26 Jay Belanger <belanger@truman.edu>
1507
1508 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1509 of nil.
1510
1511 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1512
1513 * progmodes/gdb-ui.el (gdb-frame-address):
1514 Rename from gdb-current-address.
1515 (gdb-previous-frame-address): Rename from gdb-previous-address.
1516 (gdb-selected-frame): Rename from gdb-current-frame.
1517 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1518 (gdb-frame-number): Rename from gdb-current-stack-level.
1519 (gdb-ann3): Match new mode-name for disassembly buffer.
1520 Extend initialisation of variables.
1521 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1522 (gdb-memory-mode): Use mouse-face in header line.
1523 (gdb-assembler-buffer-name): Call it disassembly and give frame
1524 in mode line.
1525 (gdb-source-spec-regexp, gdb-assembler-custom)
1526 (gdb-invalidate-assembler, gdb-frame-handler):
1527 Make robust to leading zeroes in address format.
1528
1529 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1530
1531 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1532 define `org-mode'.
1533 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1534
1535 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * log-edit.el (log-edit-changelog-entries): Distinguish between
1538 filenames like xfns.c and fns.c.
1539
1540 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1541
1542 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1543 point after reverting.
1544 (Buffer-menu-make-sort-button): Handle the case where
1545 `Buffer-menu-use-header-line' is nil.
1546
1547 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1548
1549 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1550 New funcs. In minibuffer-local-completion-map bind `]', `/'
1551 and `:' to them.
1552
1553 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * startup.el (normal-top-level): Allow modification of load-path while
1556 we're iterating over it.
1557
1558 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1559
1560 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1561 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1562 (thumbs-resize-interactive, thumbs-insert-image)
1563 (thumbs-insert-thumb, thumbs-dired-show-marked)
1564 (thumbs-find-image-at-point, thumbs-delete-images)
1565 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1566 (thumbs-increment-image-size, thumbs-decrement-image-size):
1567 Fix typos in docstrings.
1568
1569 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1570
1571 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1572 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1573 (cperl-mode): Use them.
1574
1575 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1576
1577 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1578 Doc fixes.
1579
1580 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1581
1582 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1583 Bind C-d to gdb-inferior-io-eof.
1584
1585 * dired.el (dired-dnd-popup-notice): Use message-box.
1586
1587 2005-05-23 Masatake YAMATO <jet@gyve.org>
1588
1589 * bindings.el (mode-line-major-mode-keymap):
1590 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1591
1592 * faces.el (mode-line-highlight): New face.
1593
1594 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1595 as mouse-face.
1596
1597 * bindings.el (top-level, help-echo, mode-line-modified)
1598 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1599 as mouse-face.
1600
1601 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1602
1603 * progmodes/cc-engine.el (c-guess-basic-syntax):
1604 Remove spurious call to `zerop'.
1605
1606 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1607
1608 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1609
1610 CC Mode update to 5.30.10:
1611
1612 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1613 could go past the limit in decoration level 2, thereby causing
1614 errors during interactive fontification.
1615
1616 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1617 the file is evaluated interactively.
1618
1619 * cc-engine.el (c-guess-basic-syntax): Handle operator
1620 declarations somewhat better in C++.
1621
1622 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1623 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1624 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1625 (awk-mode): Use it.
1626 (make-local-hook): Suppress warning about obsoleteness.
1627
1628 * cc-engine.el, cc-align.el, cc-cmds.el
1629 (c-append-backslashes-forward, c-delete-backslashes-forward)
1630 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1631 Compensate for return value from `forward-line' when it has moved
1632 but not to a different line due to eob.
1633
1634 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1635 `objc-method-intro' and `objc-method-args-cont'.
1636
1637 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1638
1639 CC Mode update to 5.30.10:
1640
1641 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1642 in the copyright statement. Incidentally, change "along with GNU
1643 Emacs" to "along with this program" where it occurs.
1644
1645 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1646 so that it is interactive, hence can be found by M-x awk-mode
1647 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1648 <gmorris+emacs@ast.cam.ac.uk>.
1649
1650 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1651 Mode's regexps.
1652
1653 2005-05-23 Kevin Ryde <user42@zip.com.au>
1654
1655 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1656 c-parse-state, to avoid a lisp error (on bad code).
1657
1658 2005-05-23 Lute Kamstra <lute@gnu.org>
1659
1660 * subr.el (font-lock-defaults): Remove defvar as it's already
1661 defined in font-core.el.
1662
1663 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1664
1665 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1666
1667 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1668 more general and work when GDB variable "print pretty" is on,
1669 as with Emacs, for example.
1670
1671 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1672
1673 * font-core.el: Update comment.
1674
1675 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1676 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1677
1678 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1679
1680 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1681
1682 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1683 and `yank-handler' in the doc strings.
1684
1685 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1688
1689 2005-05-22 Richard M. Stallman <rms@gnu.org>
1690
1691 * help.el (describe-key): Move print-help-return-message call
1692 out of conditional.
1693
1694 * progmodes/etags.el (list-tags): Use with-no-warnings.
1695
1696 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1697 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1698 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1699
1700 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1701
1702 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1703 Add defvar.
1704
1705 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1706 Use defvar, not defconst.
1707
1708 * hexl.el (hexl-follow-line): Use with-no-warnings.
1709
1710 * emulation/tpu-extras.el: Use write-file-functions instead of
1711 write-file-hooks.
1712
1713 * dired.el (dired-font-lock-keywords): Fontify files with junk
1714 extensions even if marked by -F.
1715
1716 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1717
1718 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1719 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1720 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1721 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1722 (concatenate, list-length, get*, getf, cl-remprop):
1723 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1724 (etypecase, progv, lexical-let, lexical-let*)
1725 (multiple-value-bind, multiple-value-setq, shiftf):
1726 Improve argument/docstring consistency.
1727
1728 * subr.el (focus-frame, unfocus-frame):
1729 Revert deletion on 2005-05-01.
1730
1731 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1732
1733 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1734 doesn't exist.
1735
1736 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1737 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1738
1739 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1740
1741 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1742 already deleted variables: auto-fill-hook, blink-paren-hook,
1743 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1744 suspend-hooks, comment-indent-hook, meta-flag,
1745 before-change-function, after-change-function,
1746 font-lock-doc-string-face.
1747
1748 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1749
1750 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1751
1752 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1753
1754 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1755 rmail-dont-reply-to.
1756
1757 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1758
1759 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1760 literal blank when splitting new-header-values.
1761
1762 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1763
1764 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1765 string so that tmm doesn't create a completion entry for it.
1766
1767 * textmodes/table.el (table-disable-menu): Ditto.
1768
1769 2005-05-21 Richard M. Stallman <rms@gnu.org>
1770
1771 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1772
1773 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1774
1775 * net/rcompile.el (remote-compile): Use compilation-start.
1776
1777 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1778
1779 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1780
1781 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1782 Default to makefile-bsdmake-mode on BSD systems.
1783
1784 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1785 REGEXP may also be a search function now. The part of doc-string
1786 for describing the structure was 95% identical to that of
1787 `imenu--generic-function'. Unify it there.
1788
1789 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1790 Use function to find dependencies, because regexp alone is so complex,
1791 it easily goes into an endless loop.
1792 (makefile-makepp-mode): Also add submenu for Perl functions
1793 defined in the makefile.
1794 (makefile-bsdmake-mode): Special imenu-generic-expression no
1795 longer needed, due to function call.
1796 (makefile-match-dependency): Take BOUND into account when checking
1797 if we're through.
1798
1799 2005-05-20 Jay Belanger <belanger@truman.edu>
1800
1801 * calc/calc-units.el (calc-invalidate-units-table):
1802 Use inhibit-read-only.
1803 (math-build-units-table-buffer): Use view-mode.
1804
1805 2005-05-20 David Kastrup <dak@gnu.org>
1806
1807 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1808 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1809
1810 2005-05-20 Lute Kamstra <lute@gnu.org>
1811
1812 * diff-mode.el (diff-header-face, diff-file-header-face)
1813 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1814 (diff-added-face, diff-changed-face, diff-function-face)
1815 (diff-context-face, diff-nonexistent-face): Put them in the
1816 diff-mode customization group.
1817
1818 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1821
1822 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1823
1824 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1825 Minor regexp-optimization.
1826
1827 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1828
1829 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1830 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1831 (org-agenda-add-time-grid-maybe): New function.
1832 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1833 (org-table-create): `dotimes' instead of `mapcar'.
1834 (org-xor): Simplify implementation.
1835 (org-agenda): `inhibit-redisplay' turned on.
1836 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1837 a consistent line after a state change.
1838 (org-agenda-remove-times-when-in-prefix): New option.
1839 (org-prefix-has-time): New variable.
1840 (org-parse-time-string): Optional argument NODEFAULT.
1841 (org-format-agenda-item): Parse items for time-of-day
1842 specifications and move these into the prefix if possible.
1843 (org-agenda-priority): Get current heading, not previous heading
1844 during agenda remote editing.
1845
1846 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1847
1848 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1849 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1850 (remove-duplicates, delete-duplicates, substitute)
1851 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1852 (nsubstitute-if-not, find, find-if, find-if-not, position)
1853 (position-if, position-if-not, count, count-if, count-if-not)
1854 (mismatch, search, sort*, stable-sort, merge, member*)
1855 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1856 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1857 (intersection, nintersection, set-difference, nset-difference)
1858 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1859 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1860 (nsublis, tree-equal): Improve argument/docstring consistency.
1861
1862 * subr.el (send-string, send-region):
1863 Remove obsolescence declaration.
1864 (window-dot, set-window-dot, read-input, show-buffer)
1865 (eval-current-buffer, string-to-int):
1866 Add release number to obsolescence declarations.
1867
1868 2005-05-19 Kim F. Storm <storm@cua.dk>
1869
1870 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1871 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1872
1873 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1874
1875 * faces.el (list-faces-display): Make back button respect optional
1876 regexp arg.
1877
1878 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1879
1880 * calculator.el (calculator-radix-grouping-mode)
1881 (calculator-radix-grouping-digits, calculator-displayer)
1882 (calculator-radix-grouping-separator, calculator-copy-displayer):
1883 * dabbrev.el (dabbrev-search-these-buffers-only):
1884 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1885 (diff-advance-after-apply-hunk, diff-mode-hook)
1886 (diff-minor-mode-prefix):
1887 * imenu.el (imenu-use-popup-menu):
1888 * jit-lock.el (jit-lock-context-time):
1889 * newcomment.el (comment-fill-column, comment-column)
1890 (comment-style, comment-padding, comment-multi-line)
1891 (comment-empty-lines, comment-auto-fill-only-comments):
1892 * reveal.el (reveal-around-mark):
1893 * uniquify.el (uniquify-buffer-name-style)
1894 (uniquify-after-kill-buffer-p)
1895 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1896 (uniquify-min-dir-content, uniquify-separator)
1897 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1898 * w32-vars.el (w32-fixed-font-alist):
1899 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1900 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1901 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1902 * progmodes/perl-mode.el (perl-indent-level)
1903 (perl-continued-statement-offset, perl-continued-brace-offset)
1904 (perl-brace-offset, perl-brace-imaginary-offset)
1905 (perl-label-offset, perl-indent-continued-arguments)
1906 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1907 * progmodes/tcl.el (tcl-indent-level)
1908 (tcl-continued-indent-level, tcl-auto-newline)
1909 (tcl-tab-always-indent, tcl-electric-hash-style)
1910 (tcl-help-directory-list, tcl-use-smart-word-finder)
1911 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1912 (inferior-tcl-source-command):
1913 * textmodes/fill.el (enable-kinsoku):
1914 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1915 * textmodes/table.el (table-yank-handler):
1916 Specify missing group (and type, if simple) in defcustom.
1917
1918 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1919
1920 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1921
1922 2005-05-19 Richard M. Stallman <rms@gnu.org>
1923
1924 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1925
1926 * subr.el (event-basic-type): Don't get an error.
1927 (left-fringe-p): Function deleted.
1928
1929 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1930 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1931
1932 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1933 in recursive copy.
1934
1935 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1936
1937 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1938
1939 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1940 Call byte-compile-nogroup-warn if appropriate.
1941
1942 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1943 (compilation-set-window): Don't call left-fringe-p; do it directly.
1944
1945 2005-05-19 Jay Belanger <belanger@truman.edu>
1946
1947 * calc/calc-graph.el (calc-graph-format-data): Make sure
1948 var-PlotRejects is bound before trying to check its value.
1949
1950 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1951
1952 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1953 definition of this variable from reftex-global.el to reftex.el,
1954 because it is needed in the menu.
1955
1956 2005-05-19 Lute Kamstra <lute@gnu.org>
1957
1958 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1959 years are fixed. Don't insert a space after a dash.
1960
1961 2005-05-19 Kim F. Storm <storm@cua.dk>
1962
1963 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1964
1965 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1966
1967 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1968 strings, because (eq ... ?\\) is fairly frequent.
1969
1970 * progmodes/make-mode.el (makefile-add-this-line-targets):
1971 Simplify and integrate into `makefile-pickup-targets'.
1972 (makefile-add-this-line-macro): Simplify and integrate into
1973 `makefile-pickup-macros.
1974 (makefile-pickup-filenames-as-targets): Simplify.
1975 (makefile-previous-dependency, makefile-match-dependency):
1976 Don't stumble over `::'.
1977
1978 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1979
1980 * subr.el (post-command-idle-hook, post-command-idle-delay):
1981 Remove obsoletion of post-command-idle-hook and
1982 post-command-idle-delay.
1983
1984 * faces.el (list-faces-display): Provide button when describe-face
1985 is called to take user back to the list of faces.
1986
1987 * help-fns.el (describe-variable): Remove hyperlinks in a
1988 variable's value as these are quite frequently inappropriate.
1989
1990 * follow.el (follow-submit-feedback, follow-mode):
1991 Remove references to post-command-idle-hook.
1992
1993 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1994
1995 * progmodes/make-mode.el (makefile-previous-dependency)
1996 (makefile-match-dependency): Check for := (and in bsd mode also
1997 !=) to give a better result, even when font-lock is not on.
1998
1999 2005-05-18 Jay Belanger <belanger@truman.edu>
2000
2001 * calc/calc-help.el (calc-s-prefix-help):
2002 Add `calc-copy-special-constant' to help string.
2003
2004 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2005
2006 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2007
2008 2005-05-18 Jay Belanger <belanger@truman.edu>
2009
2010 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2011 in linear factors are in proper order.
2012
2013 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2014
2015 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2016 Support for jurabib.
2017
2018 * textmodes/reftex.el (featurep): Define aliases for overlay
2019 commands, for XEmacs compatibility, and use these aliases in
2020 overlay initializations.
2021 (reftex-highlight): Use `reftex-move-overlay'.
2022 (reftex-unhighlight): Use `reftex-delete-overlay'.
2023 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2024 (reftex-access-search-path): Use `reftex-uniquify' instead of
2025 `reftex-uniq'
2026
2027 * textmodes/reftex-sel.el (reftex-select-unmark):
2028 Overlay `before-string' property modification enables for Emacs as well.
2029 (reftex-select-item): Use `reftex-delete-overlay'.
2030 (reftex-select-mark): Use `reftex-make-overlay' and
2031 `reftex-overlay-put'.
2032 (reftex-select-unmark): Use `reftex-delete-overlay' and
2033 `reftex-overlay-put'.
2034
2035 2005-05-18 Lute Kamstra <lute@gnu.org>
2036
2037 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2038
2039 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * add-log.el (add-change-log-entry):
2042 * array.el (array-make-template, array-reconfigure-rows)
2043 (array-init-max-row, array-init-max-column)
2044 (array-init-columns-per-line, array-init-field-width):
2045 * replace.el (replace-match-maybe-edit, perform-replace):
2046 * textmodes/spell.el (spell-region):
2047 Replace `read-input' by `read-string'.
2048
2049 * forms.el (forms-mode):
2050 * finder.el (finder-compile-keywords):
2051 * shadowfile.el (shadow-read-files):
2052 Replace `eval-current-buffer' by `eval-buffer'.
2053
2054 * terminal.el (te-pass-through):
2055 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2056 (ange-ftp-raw-send-cmd):
2057 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2058 (send-process-next-char, telnet-initial-filter, telnet):
2059 Replace `send-string' by `process-send-string'.
2060
2061 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2062 (prolog-consult-region): Replace `send-string' by
2063 `process-send-string'; replace `send-region' by `process-send-region'.
2064
2065 * progmodes/delphi.el (delphi-log-msg):
2066 Replace `set-window-dot' by `set-window-point'.
2067
2068 * subr.el (window-dot, set-window-dot, read-input, send-string)
2069 (send-region, show-buffer, eval-current-buffer):
2070 Make really obsolete, as the comment says.
2071
2072 2005-05-17 Kim F. Storm <storm@cua.dk>
2073
2074 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2075 (cua--init-keymaps): Bind C-return instead of S-return to set
2076 rectangle mark.
2077
2078 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2079 instead of S-return to toggle/clear rectangle mark.
2080
2081 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2082
2083 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2084 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2085 Also fontify plain strings assigned to variables, mostly so that a
2086 colon has a face and is thus not taken as a dependency separator.
2087 (makefile-previous-dependency): Inline the new matcher, because it
2088 is too complex to work in both directions.
2089 (makefile-match-dependency): Eliminate `backward' arg (see above).
2090 Completely reimplemented so as to not sometimes go into an endless
2091 loop. It should also be more efficient, because first it only
2092 searches for `:', instead of applying the very complex regexp.
2093 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2094 to be fontified in one piece can be too long for JIT.
2095 Makefiles are never *that* big.
2096
2097 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2098
2099 * dired.el (dired-mode): Simplify.
2100
2101 2005-05-17 Lute Kamstra <lute@gnu.org>
2102
2103 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2104 defcustom for the mode hook variable.
2105
2106 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2107 Emacs Lisp Reference Manual.
2108
2109 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2110
2111 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2112 (evenp, list*):
2113 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2114 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2115
2116 * net/tramp-smb.el (tramp-smb-open-connection):
2117 Pass `tramp-chunksize' as fifth (required) argument.
2118
2119 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2120
2121 * font-lock.el (lisp-font-lock-keywords-1):
2122 Set `font-lock-negation-char-face' for [^...] char group.
2123 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2124
2125 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2126 a var, and refine it to mask one more level of nested vars.
2127 (makefile-rule-action-regex): Turn it into a var, and refine it so
2128 it recognizes backslashed continuation lines as belonging to the
2129 same command.
2130 (makefile-macroassign-regex): Refine it so it recognizes
2131 backslashed continuation lines as belonging to the same command.
2132 (makefile-var-use-regex): Don't look at the next char, because it
2133 might be the same one to be skipped by the initial [^$], leading
2134 to an overlooked variable use.
2135 (makefile-make-font-lock-keywords): Remove two parameters, which
2136 are now variables that some of the modes set locally.
2137 Handle dependency and rule action matching through functions, because
2138 regexps alone match too often. Dependency matching now comes
2139 last, so it can check, whether a colon already matched something else.
2140 (makefile-mode): Inform that font-lock improves makefile parsing
2141 capabilities.
2142 (makefile-match-dependency, makefile-match-action): New functions.
2143
2144 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2147
2148 * align.el (align-regexp):
2149 * ansi-color.el (ansi-color-get-face):
2150 * array.el (array-reconfigure-rows, array-init-max-row)
2151 (array-init-max-column, array-init-columns-per-line)
2152 (array-init-field-width):
2153 * dired-aux.el (dired-trample-file-versions):
2154 * dired-x.el (dired-mark-sexp):
2155 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2156 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2157 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2158 * faces.el (face-read-integer):
2159 * files.el (backup-extract-version, insert-directory):
2160 * hexl.el (hexl-insert-decimal-char):
2161 * server.el (server-process-filter):
2162 * shell.el (shell-extract-num):
2163 * startup.el (command-line-1):
2164 * term.el (term-command-hook):
2165 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2166 (time-stamp-do-number):
2167 * time.el (display-time-update):
2168 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2169 (timezone-fix-time):
2170 * vms-patch.el (vms-suspend-resume-hook):
2171 * calendar/appt.el (appt-convert-time):
2172 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2173 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2174 * calendar/cal-islam.el (mark-islamic-diary-entries):
2175 * calendar/calendar.el (calendar-cursor-to-date)
2176 (calendar-star-date):
2177 * calendar/diary-lib.el (diary-attrtype-convert)
2178 (mark-diary-entries, diary-entry-time):
2179 * calendar/solar.el (solar-get-number):
2180 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2181 * emacs-lisp/re-builder.el (reb-display-subexp):
2182 * emulation/edt.el (edt-set-scroll-margins):
2183 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2184 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2185 (vip-get-ex-count):
2186 * emulation/viper-ex.el (viper-get-ex-token)
2187 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2188 * international/fontset.el (fontset-plain-name):
2189 * mail/feedmail.el (feedmail-look-at-queue-directory):
2190 * mail/mailalias.el (mail-get-names):
2191 * mail/rmail.el (rmail-convert-to-babyl-format):
2192 * mail/rmailsum.el (rmail-make-basic-summary-line)
2193 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2194 (rmail-summary-goto-msg):
2195 * mail/smtpmail.el (smtpmail-read-response):
2196 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2197 (ange-ftp-vms-add-file-entry):
2198 * play/gametree.el (gametree-looking-at-ply)
2199 (gametree-current-branch-score):
2200 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2201 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2202 * progmodes/cperl-mode.el (condition-case):
2203 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2204 (ebrowse-set-member-buffer-column-width)
2205 (ebrowse-select-1st-to-9nth):
2206 * progmodes/etags.el (etags-snarf-tag):
2207 * progmodes/flymake.el (flymake-parse-line):
2208 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2209 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2210 (idlwave-shell-menu-def):
2211 * progmodes/ps-mode.el (ps-run-goto-error):
2212 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2213 (vhdl-speedbar-contract-level):
2214 * term/mac-win.el (x-handle-numeric-switch):
2215 * term/sun-mouse.el (sun-get-frame-data):
2216 * term/w32-win.el (x-handle-numeric-switch):
2217 * term/x-win.el (x-handle-numeric-switch):
2218 * textmodes/ispell.el (ispell-parse-output):
2219 * textmodes/nroff-mode.el (nroff-outline-level):
2220 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2221 (reftex-bib-sort-year-reverse, reftex-format-citation):
2222 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2223 (reftex-section-number):
2224 * textmodes/texinfmt.el (texinfo-paragraphindent):
2225 Replace `string-to-int' by `string-to-number'.
2226
2227 * international/latexenc.el: Add page marker to force the "Local
2228 Variables:" string out of the last page.
2229
2230 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2231
2232 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2233 tooltip-change-major-mode.
2234 (gud-tooltip-print-command): Remove case where gud-minor-mode
2235 is gdb ("--fullname").
2236 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2237 explain to user.
2238
2239 2005-05-16 Jay Belanger <belanger@truman.edu>
2240
2241 * calc/calc-store.el (calc-copy-special-constant): New function.
2242
2243 * calc/calc-ext.el (calc-init-extensions): Add binding for
2244 `calc-copy-special-constant'.
2245
2246 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2247 for the `calc-copy-special-constant' command.
2248
2249 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2250
2251 * subr.el (left-fringe-p): New function.
2252
2253 * progmodes/compile.el (compilation-setup): Set local value of
2254 overlay-arrow-string to "" always.
2255 (compilation-set-window): Left fringe then don't scroll.
2256 No left fringe then no arrow and scroll message to top.
2257 (compilation-context-lines): Adjust doc string accordingly.
2258
2259 2005-05-16 Kim F. Storm <storm@cua.dk>
2260
2261 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2262 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2263 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2264 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2265 (ido-read-file-name): Handle commands with ido property value
2266 equal to find-file as reading a file name, to allow C-d to enter dired.
2267 (ibuffer-find-file): Add ido property with value find-file.
2268
2269 2005-05-15 Kim F. Storm <storm@cua.dk>
2270
2271 * subr.el (open-network-stream-nowait): Remove.
2272 (open-network-stream-server): Remove.
2273
2274 2005-05-15 Richard M. Stallman <rms@gnu.org>
2275
2276 * faces.el (describe-face): Output a definition link button.
2277
2278 * help-mode.el (help-face-def): New button type.
2279
2280 * emacs-lisp/copyright.el (copyright-fix-years):
2281 Match properly if the first year is 2-digit.
2282 Don't mess up the whitespace after the years by filling.
2283
2284 * dired-aux.el (dired-mark-confirm):
2285 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2286
2287 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2288 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2289 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2290
2291 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2292 Set font-lock-comment-start-skip.
2293
2294 * font-lock.el (font-lock-comment-start-skip): New variable.
2295 (font-lock-comment-end-skip): New variable.
2296 (font-lock-fontify-syntactically-region): Use them if non-nil.
2297
2298 2005-05-15 Jay Belanger <belanger@truman.edu>
2299
2300 * calc/calc-store.el (calc-store-value): Return a string rather
2301 than display it as a message.
2302 Use calc-var-name for variable name.
2303 (calc-store-into): Add the result of calc-store-value to message.
2304 (calc-copy-variable): Add a message.
2305 (calc-store-exchange): Improve error messages.
2306 (calc-store-binary, calc-store-map): Don't reset the values of
2307 special constants.
2308
2309 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2310
2311 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2312 manual to docstring.
2313
2314 * files.el (hack-local-variables-confirm): Add STRING argument.
2315 Make the function handle non file visiting buffers correctly.
2316 (hack-local-variables-prop-line, hack-local-variables)
2317 (hack-one-local-variable): Use STRING arg of
2318 `hack-local-variables-confirm'.
2319
2320 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2321
2322 Sync with Tramp 2.0.49.
2323
2324 * tramp.el (tramp-handle-dired-call-process)
2325 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2326 because the contents of the Tramp buffer is changed before
2327 insertion (`expand-file' and alike).
2328 (tramp-handle-insert-directory): If `localname' has an empty
2329 nondirectory name, it must not be quoted.
2330 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2331 variable `tramp-chunksize'. Change callees.
2332 (tramp-open-connection-setup-interactive-shell): Check remote host
2333 for buggy `send-process-string' implementation.
2334 Set `tramp-chunksize' if found. Reported by Michael Kifer
2335 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2336 (tramp-handle-shell-command): `insert-buffer' cannot be used
2337 because the contents of the Tramp buffer is changed before
2338 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2339 <frederic.bothamy@free.fr>.
2340 (tramp-set-auto-save): Actions should be done for Tramp file name
2341 handler only. Ange-FTP has its own auto-save mechanism.
2342 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2343 (tramp-set-auto-save-file-modes): Set file modes of
2344 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2345 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2346 (tramp-bug): Remove obsolete variable.
2347 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2348 for presence of `mml-mode'. Make it running for older Emacsen as well.
2349
2350 2005-05-14 John Paul Wallington <jpw@pobox.com>
2351
2352 * ibuf-ext.el (define-ibuffer-filter filename):
2353 If `dired-directory' is a list, use its car.
2354
2355 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2356
2357 * ibuffer.el (define-ibuffer-column filename):
2358 If `dired-directory' is a list, use its car.
2359
2360 2005-05-14 Richard M. Stallman <rms@gnu.org>
2361
2362 * subr.el (symbol-file): Doc fix.
2363
2364 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2365 (byte-compile-form): Call byte-compile-nogroup-warn.
2366 (byte-compile-warning-types): Doc fix.
2367
2368 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2369
2370 * progmodes/cc-engine.el (c-literal-faces):
2371 Add font-lock-comment-delimiter-face.
2372
2373 * net/net-utils.el (dig): Use with-no-warnings.
2374
2375 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2376 (sc-recite-frame-alist, sc-default-cite-frame)
2377 (sc-default-uncite-frame, sc-default-recite-frame)
2378 (sc-attrib-selection-list, sc-rewrite-header-list):
2379 Mark as risky-local-variable.
2380
2381 * international/ogonek.el (ogonek-jak, ogonek-how):
2382 Don't use beginning-of-buffer.
2383
2384 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2385
2386 * calendar/solar.el (solar-data-list): Move definition up.
2387
2388 * dnd.el (dnd-protocol-alist): Add autoload.
2389
2390 * progmodes/sh-script.el: Many doc usage fixes.
2391 (sh-indent-after-do): Change default to match common styles.
2392
2393 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2394
2395 * files.el (interpreter-mode-alist)
2396 (auto-mode-interpreter-regexp): Doc fixes.
2397
2398 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2399
2400 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2401
2402 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2403
2404 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2405
2406 * dired.el (dired-mode): make-variable-buffer-local =>
2407 make-local-variable.
2408
2409 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2410
2411 * term/mac-win.el (mac-select-convert-to-string): Try coding
2412 systems in mac-script-code-coding-systems if specified one cannot
2413 encode string for `com.apple.traditional-mac-plain-text'.
2414
2415 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2416
2417 * progmodes/make-mode.el (makefile-targets-face)
2418 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2419 (makefile-dependency-regex): Fix it to not make the colon in
2420 $(var:a=b) special.
2421 (makefile-rule-action-regex): New regexp for highlighting embedded
2422 Shell strings.
2423 (makefile-macroassign-regex): Handle != for highlighting as
2424 embedded Shell strings.
2425 (makefile-var-use-regex): New const.
2426 (makefile-statements, makefile-automake-statements)
2427 (makefile-gmake-statements, makefile-makepp-statements)
2428 (makefile-bsdmake-statements): New consts.
2429 (makefile-make-font-lock-keywords): New function.
2430 (makefile-automake-font-lock-keywords)
2431 (makefile-gmake-font-lock-keywords)
2432 (makefile-makepp-font-lock-keywords)
2433 (makefile-bsdmake-font-lock-keywords): New consts.
2434 (makefile-mode-map): Add switchers between the various submodes.
2435 (makefile-mode): Document the availability of the variants.
2436 (makefile-automake-mode, makefile-gmake-mode)
2437 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2438
2439 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2440 new variants of makefile-mode.
2441
2442 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2445 the inheritance.
2446
2447 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2448
2449 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2450 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2451
2452 * files.el (normal-mode): Extend the scope of the
2453 `enable-local-variables' binding to include the `set-auto-mode' call.
2454 (magic-mode-alist): Doc fix.
2455
2456 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2457
2458 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2459 font-lock-comment-face rather than copying its setting.
2460
2461 2005-05-12 Andreas Schwab <schwab@suse.de>
2462
2463 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2464
2465 2005-05-12 Lute Kamstra <lute@gnu.org>
2466
2467 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2468 defcustom for the mode hook variable. Delete the last argument.
2469 * generic-x.el: Fix callers of define-generic-mode.
2470 (generic-x-modes): Delete group.
2471 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2472 generic-x customization group.
2473
2474 2005-05-12 Kim F. Storm <storm@cua.dk>
2475
2476 * font-lock.el (font-lock-negation-char-face): Default to "off".
2477
2478 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2479 font-lock-negation-char-face to ! in !=.
2480
2481 2005-05-12 Masatake YAMATO <jet@gyve.org>
2482
2483 * add-log.el (find-change-log): Fix typos in the docstring
2484 of function.
2485
2486 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2487
2488 * international/latexenc.el (latexenc-find-file-coding-system):
2489 Avoid `re-search-forward' when looking for input encoding because
2490 of speed and safety. Better regular expressions for recognizing
2491 input encoding. Limit a search for TeX-master/tex-main-file to
2492 the local variable section.
2493
2494 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2495
2496 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2497 syntax of $ to "'" (quote).
2498
2499 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2500
2501 * dnd.el (dnd-protocol-alist): Improve custom type.
2502
2503 * dired.el (dired-dnd-protocol-alist): New variable.
2504 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2505 `dired-mode-hook' to the end.
2506
2507 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2510 comment-end if comment-start-skip is not set.
2511 Obey the font-lock-comment-delimiter-face variables.
2512
2513 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * files.el (executable-find): Move from executable.el. Use locate-file.
2516 * progmodes/executable.el (executable-find): Move to files.el.
2517
2518 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2519 when trying to ensure forward progress.
2520
2521 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2524 (mouse-select, mouse-select-internal, mouse-extend-internal):
2525 Use it to implement mouse-1-click-follows-link functionality.
2526
2527 2005-05-11 Richard M. Stallman <rms@gnu.org>
2528
2529 * font-lock.el (font-lock-fontify-syntactically-region):
2530 Use font-lock-comment-delimiter-face for comment delimiters.
2531
2532 2005-05-10 Jay Belanger <belanger@truman.edu>
2533
2534 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2535 preserving embedded modes.
2536
2537 2005-05-10 Richard M. Stallman <rms@gnu.org>
2538
2539 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2540
2541 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2542 Move from ada-stmt.el.
2543 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2544
2545 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2546 Move to ada-mode.el.
2547 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2548
2549 * cus-edit.el (custom-file): Call file-chase-links.
2550
2551 * files.el (read-directory-name): Fix previous change.
2552 (hack-local-variables-confirm): New function.
2553 (hack-local-variables-prop-line, hack-local-variables)
2554 (hack-one-local-variable): Use it.
2555
2556 2005-05-10 Lute Kamstra <lute@gnu.org>
2557
2558 * font-lock.el (font-lock-keywords-alist)
2559 (font-lock-removed-keywords-alist): Clarify docstrings.
2560
2561 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2562
2563 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2564 (gdb-source-info): Check for preprocessor info.
2565 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2566 a macro for a function.
2567 (gdb-info-breakpoints-custom): Try to find file again if not already
2568 found (user might have used GDB dir command).
2569 (gdb-get-location): Update gdb-location-alist correctly for change
2570 to gdb-info-breakpoints-custom.
2571
2572 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2573 (gud-tooltip-print-command): Add gdbmi case.
2574 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2575 preprocessor info.
2576
2577 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2578
2579 * startup.el (fancy-splash-insert): Fix typo in doc string.
2580
2581 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * obsolete/float.el (string-to-float):
2584 * obsolete/hilit19.el (hilit-add-pattern):
2585 * obsolete/rnews.el (news-parse-range, news-select-message)
2586 (news-get-pruned-list-of-files): Replace `string-to-int' by
2587 `string-to-number'.
2588
2589 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2590 `find-file-not-found-hooks'; use `add-hook'.
2591 (uncompress-while-visiting): Set `write-file-functions', not
2592 `write-file-hooks'; use `add-hook'.
2593
2594 2005-05-09 Kim F. Storm <storm@cua.dk>
2595
2596 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2597 (cua-paste): Handle clipboard action.
2598 (cua--init-keymaps): Remap clipboard-kill-region and
2599 clipboard-kill-ring-save.
2600
2601 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2602
2603 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2604 Improve commentary.
2605
2606 * simple.el (next-error-overlay-arrow-position): Revert the change
2607 made on 2005-04-30.
2608
2609 2005-05-07 Jay Belanger <belanger@truman.edu>
2610
2611 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2612 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2613 `calc-sel-reselect'.
2614
2615 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2616 Calc is in embedded mode.
2617
2618 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2619
2620 * progmodes/compile.el (compilation-setup):
2621 Set overlay-arrow-string to an empty string on text terminals.
2622
2623 * textmodes/ispell.el (ispell-program-name): Try looking for
2624 "aspell" along exec-path, and if found, use it as the default
2625 speller program.
2626
2627 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2628
2629 * international/mule.el (sgml-xml-auto-coding-function):
2630 Recognize encoding='FOO' in single quotes as well as in double quotes.
2631
2632 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2633
2634 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2635 as well as `interactive', so that defmacro* would recognize
2636 `declare' forms.
2637
2638 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2639
2640 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2641 Explain more about the LIGHTER arg's usage in the doc string.
2642 Add commentary to clarify what the code does. Fix the regexp that
2643 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2644 since it could have characters special to regular expressions.
2645
2646 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2647
2648 * replace.el (occur-1): Bind inhibit-read-only so that
2649 erase-buffer doesn't barf on read-only text properties (likewise
2650 for add-text-properties in occur-engine). Mark buffer as unmodified.
2651 (occur-engine): Don't set buffer-read-only here.
2652
2653 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2656 list-buffers-directory. This caused the *cvs-commit* buffer to be
2657 sometimes mistakenly reused as a *cvs* buffer.
2658
2659 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2660
2661 * tooltip.el: Move code for GUD tooltips into gud.el.
2662 (require): CL no longer needed to compile case.
2663 (tooltip-mode): Do not toggle functions for GUD tooltips.
2664 (tooltip-gud-tips-p): Remove. Replace with minor mode
2665 gud-tooltip-mode in gud.el.
2666 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2667 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2668 tooltip-gud prefix with gud-tooltip and obsolete.
2669 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2670 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2671 (tooltip-mouse-motion): Mouse movement functions/variable.
2672 Rename in gud.el by adding gud prefix.
2673 (tooltip-gud-original-filter, tooltip-gud-dereference)
2674 (tooltip-gud-event, tooltip-toggle-gud-tips)
2675 (tooltip-gud-process-output, tooltip-gud-print-command)
2676 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2677 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2678 (gdb-tooltip-print): Move to gdb-ui.el.
2679
2680 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2681 (require): CL needed to compile case.
2682 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2683 tooltip-gud-tips-p. Make it a minor-mode.
2684 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2685 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2686 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2687 (gud-tooltip-change-major-mode)
2688 (gud-tooltip-activate-mouse-motions-if-enabled)
2689 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2690 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2691 (gud-tooltip-original-filter, gud-tooltip-dereference)
2692 (gud-tooltip-event, tooltip-toggle-gud-tips)
2693 (gud-tooltip-process-output, gud-tooltip-print-command)
2694 (gud-tooltip-tips): Move from tooltip.el.
2695
2696 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2697 (gdb-cpp-define-alist-flags): Doc fix.
2698 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2699 gud-tooltip-mode is t.
2700
2701 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2704 evaporate if their text is deleted.
2705 (goto-address-at-point): Make it work as a mouse binding as well.
2706 (goto-address-at-mouse): Obsolete it. Update users.
2707
2708 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2709
2710 * calendar/appt.el (top-level): No longer activate on load.
2711
2712 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2715 * net/webjump.el (webjump):
2716 * progmodes/idlw-help.el (idlwave-do-context-help1)
2717 (idlwave-highlight-linked-completions):
2718 * textmodes/po.el (po-find-file-coding-system-guts):
2719 Replace `assoc-ignore-case' by `assoc-string'.
2720
2721 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2722
2723 * files.el (locate-file): Doc fix.
2724
2725 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2726 Remove the redundant test for ms-dos.
2727
2728 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2729 look for the preprocessor with exec-suffixes. If not found in
2730 standard places, look in exec-path. Remove most of the tests that
2731 used system-type.
2732
2733 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2734
2735 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2736
2737 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2738 file-name clash with jka-compr.el on 8+3 filesystems.
2739
2740 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2741
2742 * term/mac-win.el: Don't define or bind scroll bar functions if
2743 x-toolkit-scroll-bars is t.
2744 (x-select-text, x-get-selection-value):
2745 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2746 (PRIMARY): Put mac-scrap-name property.
2747 (mac-select-convert-to-file-url): New function.
2748 (public.file-url): New selection target type. Add to
2749 selection-converter-alist.
2750 (x-get-selection, x-selection-value): Handle it.
2751 (x-cut-buffer-or-selection-value): New alias.
2752
2753 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2754
2755 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2756 entry to avoid calling bibtex-find-entry with arg global
2757 being t. Remove arg key.
2758 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2759 (bibtex-copy-summary-as-kill): Change accordingly.
2760
2761 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2764 (org-agenda-date-later): Use with-current-buffer.
2765
2766 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2767
2768 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2769 (define-obsolete-variable-alias): Doc Fixes.
2770
2771 2005-05-06 Kim F. Storm <storm@cua.dk>
2772
2773 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2774 vertical-motion when selective-display is active.
2775
2776 * ido.el (ido-setup-hook): New hook.
2777 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2778 (ido-input-stack): New var.
2779 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2780 ido-next-work-file binding to M-O.
2781 Bind M-f to ido-wide-find-file-or-pop-dir.
2782 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2783 (ido-read-internal): Run ido-setup-hook.
2784 Catch quit in read-file-name and read-string to cancel edit.
2785 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2786 Automatically pop-all when completing a directory name (RET).
2787 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2788 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2789 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2790 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2791 New functions for M-b/M-f to move among the directory components.
2792 (ido-make-merged-file-list): Catch quit to cancel merge.
2793 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2794 (ido-completion-help): No warnings for ido-completion-buffer-full.
2795
2796 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2797
2798 * font-lock.el (font-lock-negation-char-face): New face and variable.
2799 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2800 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2801 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2802 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2803
2804 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2807 Fix typo in docstring.
2808
2809 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2810 (ebrowse-print-statistics-line)
2811 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2812
2813 * term/w32-win.el (image-library-alist): Add additional name for
2814 Xpm library.
2815
2816 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2817
2818 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2819 use gcc instead of cpp.
2820
2821 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2822 (gdb-create-define-alist): Use it.
2823 (gdb-cpp-define-alist-program): Update for MS-DOS.
2824
2825 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2826
2827 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2828
2829 2005-05-04 Richard M. Stallman <rms@gnu.org>
2830
2831 * help.el (describe-key): No error when UNTRANSLATED is nil.
2832
2833 * simple.el (line-move-1): Fix previous change to signal errors
2834 appropriately.
2835
2836 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2837
2838 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2839 (icalendar-duration-correction): Remove.
2840 (icalendar--get-event-properties): Split result at commas.
2841 (icalendar--decode-isoduration): New optional argument
2842 DURATION-CORRECTION.
2843 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2844 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2845 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2846 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2847 (icalendar--convert-anniversary-to-ical): New functions, extracted
2848 from icalendar-export-region, with bug fixes.
2849 (icalendar-export-region): Use the above functions.
2850 (icalendar-import-buffer): Check before saving diary file.
2851 (icalendar--convert-recurring-to-diary)
2852 (icalendar--convert-non-recurring-all-day-to-diary)
2853 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2854 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2855 (icalendar--convert-ical-to-diary): Use the above functions.
2856
2857 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2858
2859 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2860 Remove these recent additions.
2861 (c-mode): Restore to before 2005-04-28.
2862
2863 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2864 recent addition.
2865
2866 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2867 (gdb-define-alist): New variables.
2868 (gdb-create-define-alist): New function.
2869 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2870 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2871 with string-to-number.
2872 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2873
2874 * progmodes/gud.el: Replace string-to-int with string-to-number.
2875 (gud-find-file): Handle gdb-define-alist.
2876
2877 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2878
2879 2005-05-02 Jay Belanger <belanger@truman.edu>
2880
2881 * calc/calc-aent.el (math-read-token):
2882 * calc/calc-bin.el (calc-word-size):
2883 * calc/calc-ext.el (calc-read-number-fancy):
2884 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2885 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2886 * calc/calc-frac.el (calc-over-notation):
2887 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2888 (calc-graph-num-points, calc-graph-init):
2889 * calc/calc-prog.el (calc-read-parse-table-part)
2890 (calc-edit-macro-repeats):
2891 * calc/calc-yank.el (calc-do-grab-rectangle):
2892 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2893 Replace `string-to-int' by `string-to-number'.
2894
2895 2005-05-02 Kim F. Storm <storm@cua.dk>
2896
2897 * kmacro.el: Use executing-kbd-macro-index variable.
2898
2899 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2900
2901 * net/rlogin.el (rlogin-parse-words): Delete func.
2902 (rlogin): Use split-string, not rlogin-parse-words.
2903 Also, if there are option-like elements in the parsed args,
2904 take the host to be the first arg immediately following them.
2905 Suggested by Michael Mauger.
2906
2907 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2908
2909 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2910
2911 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2912
2913 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2914 (cc-mode-cpp-program): Rename to cc-define-list-program and
2915 move to cc-vars.el.
2916
2917 * progmodes/cc-vars.el (cc-define-list-program):
2918 Change to "gcc -E -dM -". Make customizable.
2919
2920 2005-05-02 Kim F. Storm <storm@cua.dk>
2921
2922 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2923
2924 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2925
2926 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2927
2928 * international/mule-util.el (truncate-string): Remove alias and
2929 obsolete declaration.
2930
2931 * international/mule-cmds.el (update-iso-coding-systems):
2932 Remove alias and obsolete declaration.
2933
2934 * international/mule.el (coding-system-parent): Remove alias and
2935 obsolete declaration.
2936
2937 * subr.el (define-function, sref): Remove aliases and obsolete
2938 declarations.
2939 (chars-in-region): Remove obsolete declaration.
2940
2941 2005-05-01 Richard M. Stallman <rms@gnu.org>
2942
2943 * info.el (Info-mode): Set widen-automatically to nil, locally.
2944
2945 * simple.el (widen-automatically): New variable.
2946 (pop-global-mark): Obey widen-automatically.
2947
2948 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2949
2950 * term/xterm.el (function-key-map): Call substitute-key-definition
2951 before the keymap size is increased by a lot of define-key calls.
2952
2953 2005-05-01 Richard M. Stallman <rms@gnu.org>
2954
2955 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2956 Rename ARG to ELEMENT. Doc fix.
2957
2958 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2959
2960 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2961 Remove references to allout-exposure/change to allout-new-exposure.
2962
2963 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2964 bytecode symbols.
2965
2966 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2967 (compiled-function-p, focus-frame, unfocus-frame):
2968 Remove aliases and obsolete declarations.
2969 Back out inadvertent changes from previous commit.
2970
2971 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2972
2973 * files.el (require-final-newline): Make Custom tags consistent
2974 with mode-require-final-newline.
2975 (mode-require-final-newline): Doc fix.
2976
2977 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * international/latexenc.el (latexenc-find-file-coding-system):
2980 Fix regular expressions.
2981
2982 2005-05-01 David Kastrup <dak@gnu.org>
2983
2984 * international/latexenc.el (latexenc-find-file-coding-system):
2985 Fix regular expressions.
2986
2987 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2988
2989 * subr.el (string-to-int): Make obsolete.
2990
2991 2005-04-30 Richard M. Stallman <rms@gnu.org>
2992
2993 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2994
2995 * loadup.el: load jka-comp-hook.
2996
2997 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2998 (jka-compr-handler): Add autoload. `put' calls moved
2999 to jka-comp-hook.el.
3000 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3001 (jka-compr-inhibit): Autoload.
3002
3003 * jka-comp-hook.el: New file.
3004 Enable the mode by default.
3005
3006 * files.el (backup-buffer-copy): Use copy-file instead
3007 of write-region, and put back the 'excl.
3008
3009 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * progmodes/flymake.el (flymake-split-string)
3012 (flymake-split-string, flymake-log, flymake-pid-to-names)
3013 (flymake-reg-names, flymake-get-source-buffer-name)
3014 (flymake-unreg-names, flymake-add-line-err-info)
3015 (flymake-add-err-info): Clarify docstrings.
3016 (flymake-popup-menu, flymake-make-emacs-menu)
3017 (flymake-make-xemacs-menu): Add docstrings.
3018 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3019 Set variables directly throughout.
3020
3021 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3022
3023 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3024 exists. Initialise cc-define-alist.
3025 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3026 If there is no file (Macroexpansion) don't create an alist.
3027
3028 2005-04-29 Sam Steingold <sds@gnu.org>
3029
3030 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3031 (cc-create-define-alist): Use it instead of the hard-coded string.
3032
3033 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3036 for latexenc.
3037
3038 2005-04-29 Lute Kamstra <lute@gnu.org>
3039
3040 * emacs-lisp/generic.el: Improve commentary section.
3041 (define-generic-mode): Improve docstring.
3042
3043 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3044
3045 * textmodes/org.el (many places): Change to quiet the byte compiler.
3046 (org-prefix-format-compiled): New variable.
3047 (org-compile-prefix-format): New function.
3048 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3049 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3050 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3051 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3052 consistency with entries from `org-mode' files.
3053 (org-get-time-of-day): Fix bug with partial matches early in a line.
3054 (org-non-link-chars): New constant.
3055 (org-link-regexp): Respect `org-non-link-chars'.
3056 (org-agenda-day-view): Remove command.
3057 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3058 (org-follow-bbdb-link, org-store-link): Search also company field.
3059 (org-highlight-overlay): New variable.
3060 (org-highlight, org-unhighlight): New functions.
3061 (org-agenda-mode): Add pre-command-hook to remove highlight.
3062 (org-evaluate-time-range): Behavior depends upon whether time stamp
3063 contains a time or not.
3064 (org-show-subtree, org-show-entry): New functions.
3065 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3066
3067 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3068
3069 * comint.el (comint-output-filter-functions): Add autoload cookie.
3070
3071 2005-04-28 Kim F. Storm <storm@cua.dk>
3072
3073 * ido.el (ido-everywhere): Fix last change.
3074
3075 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3076
3077 * international/latexenc.el: New file.
3078 * international/mule-conf.el (file-coding-system-alist): For .tex,
3079 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3080
3081 2005-04-28 Lute Kamstra <lute@gnu.org>
3082
3083 * font-lock.el (font-lock-add-keywords)
3084 (font-lock-remove-keywords): Clarify docstring.
3085 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3086 Don't start docstrings with a `*'.
3087 (font-lock-update-removed-keyword-alist): Give it a docstring.
3088
3089 * generic-x.el: Update commentary section.
3090 Only require font-lock when compiling.
3091 Define all modes conditionally.
3092 Place all generic modes in the generic-x-modes customization group.
3093 (generic-x-modes): New customization group.
3094 (generic-default-modes, generic-mswindows-modes)
3095 (generic-unix-modes, generic-other-modes): New constants.
3096 (generic-define-mswindows-modes, generic-define-unix-modes):
3097 Update docstrings. Make them obsolete.
3098 (generic-extras-enable-list): New default value. Update docstring.
3099 Improve :type. Change :set function.
3100 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3101 Fix docstring.
3102
3103 * emacs-lisp/generic.el (generic-mode-internal):
3104 Simplify font-lock-defaults.
3105 (define-generic-mode): Fix docstring.
3106
3107 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3110 font-lock-face property to highlight matches.
3111
3112 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3113
3114 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3115 (cc-define-alist): New variable.
3116 (c-mode): Make it local and initialise it.
3117
3118 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3119 (gdb-exited): New function.
3120 (gdb-annotation-rules): Use it.
3121 (gdb-starting): Set gdb-active-process to t.
3122 (gdb-stopping): Amend doc string.
3123 (gdb-reset): Set gdb-active-process to nil.
3124
3125 * tooltip.el (tooltip-gud-tips): Show the associated #define
3126 directives when a C program under GDB is not executing.
3127
3128 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3131 font-lock-fontify-syntactic-keywords.
3132
3133 * font-lock.el (font-lock-default-fontify-region): Don't force
3134 parse-sexp-lookup-properties to nil.
3135
3136 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3137
3138 * man.el (man-mode-syntax-table): Set up `:' to have
3139 word-constituent syntax.
3140
3141 2005-04-27 Lute Kamstra <lute@gnu.org>
3142
3143 * novice.el (disable-command): Don't add spurious newlines to the
3144 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3145
3146 2005-04-26 Jay Belanger <belanger@truman.edu>
3147
3148 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3149 than one window before deleting window.
3150
3151 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3152
3153 * shell.el (shell-prompt-pattern): Doc fix.
3154 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3155
3156 * comint.el (comint-prompt-regexp, comint-get-old-input)
3157 (comint-use-prompt-regexp)
3158 (comint-use-prompt-regexp-instead-of-fields)
3159 (comint-replace-by-expanded-history, comint-send-input)
3160 (comint-output-filter, comint-get-old-input-default)
3161 (comint-line-beginning-position, comint-bol, comint-show-output)
3162 (comint-backward-matching-input, comint-forward-matching-input)
3163 (comint-next-prompt, comint-previous-prompt):
3164 Rename `comint-use-prompt-regexp-instead-of-fields' to
3165 `comint-use-prompt-regexp'. Keep old name as alias and declare
3166 obsolete.
3167 (comint-use-prompt-regexp): Shorten first line of doc string.
3168
3169 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3170 Set paragraph-separate buffer locally to "\\'".
3171
3172 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3173 Adapt to above name change.
3174
3175 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3176 (smbclient-prompt-regexp): Ditto.
3177
3178 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3179
3180 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3181
3182 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3183 gdb-location-list.
3184 Break lines that are over 80 characters wide.
3185
3186 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3189 New fun and var, to preserve compatibility.
3190
3191 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3192
3193 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3194
3195 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3196 name to file-newer-than-file-p.
3197
3198 2005-04-26 Richard M. Stallman <rms@gnu.org>
3199
3200 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3201
3202 * progmodes/python.el (python-mode):
3203 Use new name eldoc-documentation-function.
3204
3205 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3206
3207 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3208 (eldoc-documentation-function):
3209 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3210
3211 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3212
3213 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3214
3215 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3216
3217 * term/xterm.el (function-key-map): Fix strings for
3218 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3219 {C,S,A,C-S}-{f1-f12}.
3220
3221 2005-04-26 Kenichi Handa <handa@m17n.org>
3222
3223 * international/mule-cmds.el (select-safe-coding-system):
3224 Fix previous change.
3225
3226 2005-04-26 Lute Kamstra <lute@gnu.org>
3227
3228 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3229
3230 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3231 (font-lock-comment-delimiter-face): Ditto.
3232
3233 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3234
3235 2005-04-25 Jay Belanger <belanger@truman.edu>
3236
3237 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3238 to t while inserting information; use help-mode.
3239
3240 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3241
3242 * term.el (ansi-term-color-vector): Use the xterm colors.
3243 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3244
3245 2005-04-25 Lute Kamstra <lute@gnu.org>
3246
3247 * font-core.el (font-lock-defaults): Fix docstring.
3248
3249 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3250
3251 2005-04-25 Kenichi Handa <handa@m17n.org>
3252
3253 * international/mule-cmds.el (select-safe-coding-system):
3254 Don't check consistency with coding: spec, etc if raw-text or
3255 no-conversion was found to be safe.
3256
3257 2005-04-24 Richard M. Stallman <rms@gnu.org>
3258
3259 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3260 citation markers at start of each line.
3261
3262 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3263 citation markers at start of each line.
3264
3265 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3266
3267 * files.el (mode-require-final-newline): Fix previous change.
3268 (require-final-newline): Fix type label.
3269
3270 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3271
3272 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3273 statement in buffer (broken by 2004-11-24 change).
3274
3275 2005-04-24 Kim F. Storm <storm@cua.dk>
3276
3277 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3278 and read-file-name-function values. Don't overwrite existing
3279 non-nil values if ido-mode is enabled without ido-everywhere.
3280
3281 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3282
3283 * files.el (mode-require-final-newline): Minor doc fix.
3284
3285 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3286
3287 * subr.el (syntax-after): Doc fix.
3288 (syntax-class): If argument is nil, return nil. Mask off upper 16
3289 bits, not 8 bits.
3290
3291 * files.el (mode-require-final-newline): Doc fix.
3292 (backup-buffer-copy): Fix last change.
3293
3294 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3295
3296 * term/mac-win.el: Require select. Set selection-coding-system to
3297 mac-system-coding-system. Call menu-bar-enable-clipboard.
3298 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3299 (x-select-enable-clipboard): New variables.
3300 (x-select-text, x-get-selection, x-selection-value)
3301 (x-get-selection-value, mac-select-convert-to-string)
3302 (mac-services-open-file, mac-services-open-selection)
3303 (mac-services-insert-text): New functions.
3304 (CLIPBOARD, FIND): Put mac-scrap-name property.
3305 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3306 (public.tiff): Put mac-ostype property.
3307 (selection-converter-alist): Add entries for them.
3308 (mac-application-menu-map): New keymap.
3309 (interprogram-cut-function, interprogram-paste-function): Set to
3310 x-select-text and x-get-selection-value, respectively.
3311 (split-window-keep-point): Set to t.
3312
3313 2005-04-23 Richard M. Stallman <rms@gnu.org>
3314
3315 * files.el (read-directory-name): Always pass non-nil
3316 DEFAULT-FILENAME arg to read-file-name.
3317 (backup-buffer-copy, basic-save-buffer-2): Take care against
3318 writing thru an unexpected existing symlink.
3319 (revert-buffer): In indirect buffer, revert the base buffer.
3320 (magic-mode-alist): Doc fix.
3321 (buffer-stale-function): Doc fix.
3322 (minibuffer-with-setup-hook): Avoid warning.
3323 (mode-require-final-newline): Doc and custom fix.
3324
3325 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3326
3327 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3328 use the default appearance.
3329 (font-lock-comment-delimiter-face): New face, new variable.
3330
3331 * imenu.el (imenu--generic-function): The official position of a
3332 definition is the start of the line that BEG is in.
3333
3334 * midnight.el (midnight-timer): Move defvar up.
3335
3336 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3337
3338 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3339
3340 * startup.el (command-line): Use with-no-warnings.
3341
3342 * window.el (window-size-fixed): New defvar.
3343
3344 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3345
3346 * mail/rmail.el (rmail-font-lock-keywords):
3347 Use font-lock-comment-delimiter-face.
3348
3349 * mail/sendmail.el (mail-font-lock-keywords):
3350 Use font-lock-comment-delimiter-face.
3351
3352 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3353
3354 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3355
3356 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3357 Specify t for LAXMATCH when matching directories.
3358 Save match data around compilation-compat-error-properties form.
3359
3360 2005-04-23 David Kastrup <dak@gnu.org>
3361
3362 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3363 Mention that the autoloaded aliases should be kept for AUCTeX.
3364
3365 2005-04-23 Andreas Schwab <schwab@suse.de>
3366
3367 * isearch.el (isearch-forward): Doc fix.
3368
3369 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3370
3371 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3372 (jit-lock-stealth-nice): Change default value to 0.5.
3373
3374 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3375
3376 * abbrev.el (write-abbrev-file): Write table entries in
3377 alphabetical order by table name.
3378
3379 2005-04-22 Kim F. Storm <storm@cua.dk>
3380
3381 * ido.el (ido-read-internal): Fix `list' completion.
3382
3383 2005-04-22 Kenichi Handa <handa@m17n.org>
3384
3385 * recentf.el (recentf-save-file-coding-system): New variable.
3386 (recentf-save-list): Encode the file by
3387 recentf-save-file-coding-system and add coding: tag.
3388
3389 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3390
3391 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3392
3393 2005-04-21 Lute Kamstra <lute@gnu.org>
3394
3395 * loadhist.el (unload-feature): Don't remove a function from hooks
3396 if it is about to be restored to an autoload . Remove functions
3397 that will become unbound from auto-mode-alist. Simplify the code.
3398
3399 * subr.el (assq-delete-all): New implementation that is linear,
3400 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3401 (rassq-delete-all): New function.
3402
3403 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3404 Add size-indication-mode.
3405
3406 2005-04-21 Kenichi Handa <handa@m17n.org>
3407
3408 * international/mule-cmds.el: Add autoload for widget-value in
3409 eval-when-compile.
3410
3411 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3412
3413 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3414 Add tooltip-mode.
3415
3416 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3417
3418 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3419
3420 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3421 (inferior-lisp-filter-regexp, inferior-lisp-program)
3422 (inferior-lisp-load-command, inferior-lisp-prompt)
3423 (inferior-lisp-mode-hook, lisp-source-modes)
3424 (inferior-lisp-load-hook): defvar->defcustom.
3425 (inferior-lisp-program, inferior-lisp-prompt)
3426 (inferior-lisp-load-hook): Doc fixes.
3427 (inferior-lisp-install-letter-bindings): Small change in
3428 introductory comment.
3429
3430 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3431
3432 * vc.el (vc-annotate-color-map): Change some colors so that text
3433 using them as foreground is readable on both white and black
3434 backgrounds.
3435
3436 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * international/mule-conf.el (translation-table-for-input):
3439 Remove redundant declaration.
3440
3441 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3442
3443 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3444
3445 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3446 (tooltip-toggle-gud-tips): New function.
3447
3448 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3449
3450 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3451 right angle brackets.
3452
3453 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3454
3455 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3456
3457 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3460 Remove. Update callers to use expand-file-name instead.
3461
3462 * subr.el (syntax-class): New function.
3463
3464 * simple.el (blink-matching-open): Use it.
3465
3466 * paren.el (show-paren-function): Use it to recognize parens that are
3467 also used in 2-char comment markers.
3468
3469 2005-04-19 Lute Kamstra <lute@gnu.org>
3470
3471 * loadhist.el (unload-feature): Update for new format of
3472 load-history. Simplify the code.
3473
3474 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3475
3476 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3477 (mac-add-charset-info): New function. Initialize variable
3478 mac-charset-info-alist using it.
3479 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3480 for translation.
3481 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3482 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3483 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3484 New CCL programs.
3485
3486 2005-04-19 Kim F. Storm <storm@cua.dk>
3487
3488 * simple.el (next-buffer, prev-buffer, next-error)
3489 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3490 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3491
3492 * bindings.el (next-buffer, prev-buffer, next-error)
3493 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3494 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3495 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3496 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3497
3498 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * isearch.el (isearch-edit-string): Make the search-ring available for
3501 minibuffer history commands.
3502 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3503 the default history commands now work just as well.
3504 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3505
3506 2005-04-18 Kim F. Storm <storm@cua.dk>
3507
3508 * emulation/cua-base.el (cua--pre-command-handler): Add more
3509 elaborate check for shift modifier on non-window systems.
3510
3511 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3512
3513 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3514
3515 2005-04-18 Kim F. Storm <storm@cua.dk>
3516
3517 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3518 and make it optional. Don't test tooltip-gud-echo-area here.
3519 (tooltip-gud-process-output, gdb-tooltip-print):
3520 Pass tooltip-gud-echo-area to tooltip-show.
3521 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3522
3523 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3524
3525 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3526 `display-graphic-p' may not be bound yet.
3527
3528 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3529
3530 * startup.el (command-line): No longer enable Xterm Mouse mode by
3531 default in terminals compatible with xterm.
3532
3533 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3534
3535 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3536
3537 * tooltip.el (tooltip-gud-echo-area): Rename from
3538 tooltip-use-echo-area.
3539 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3540 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3541 area independently of where help tooltips are displayed.
3542
3543 2005-04-17 David Kastrup <dak@gnu.org>
3544
3545 * cus-theme.el (custom-theme-write-variables): Quote variables
3546 where necessary.
3547
3548 2005-04-17 Richard M. Stallman <rms@gnu.org>
3549
3550 * simple.el (yank-excluded-properties): Add follow-link to value.
3551
3552 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3553
3554 * startup.el (fancy-splash-max-time): Just 30 seconds.
3555 (fancy-splash-delay): Just 7.
3556 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3557
3558 * loadhist.el (unload-feature): Update for new format of load-history.
3559 Simplify the code.
3560
3561 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3562 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3563
3564 * mail/sendmail.el (mail-font-lock-keywords):
3565 Don't fontify subject text.
3566 Don't fontify the text of a citation.
3567
3568 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3569
3570 * comint.el (comint-output-filter): Run comint-output-filter-functions
3571 with point where the user had it.
3572
3573 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * international/ucs-tables.el (ucs-set-table-for-input):
3576 Disable when using unify-on-decoding.
3577
3578 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3579
3580 * emulation/cua-base.el (cua-global-mark-face): Add special case
3581 for displays supporting a high number of colors.
3582
3583 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3584
3585 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3586
3587 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * filesets.el (filesets-add-buffer): If user supplies a name of a
3590 non-existing fileset, create a new fileset.
3591
3592 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3593
3594 * textmodes/org.el (org-up-heading-all): Fix bug with
3595 `outline-up-heading-all'.
3596
3597 2005-04-16 Andreas Schwab <schwab@suse.de>
3598
3599 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3600 /etc/permissions.d/* and /etc/aliases.d/*.
3601
3602 2005-04-16 Kenichi Handa <handa@m17n.org>
3603
3604 * international/code-pages.el (cp-make-coding-system):
3605 Set `translation-table-for-input' property value to the symbol
3606 ucs-mule-to-mule-unicode, not to that value.
3607 (pt154): Escape guillemet by `\'.
3608
3609 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3610
3611 * loadup.el: Load tooltip if x-show-tip is fboundp.
3612
3613 * startup.el (command-line): Add comment.
3614
3615 * tooltip.el (tooltip-mode): Specify correct standard value for
3616 Custom in init-value.
3617
3618 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3619
3620 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3621 possible.
3622
3623 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3624
3625 * textmodes/org.el (org-agenda-date-prompt): Rename from
3626 `org-agenda-date-today'.
3627 (org-evaluate-time-range): Insert at point instead of directly
3628 after time range.
3629 (org-first-headline-recenter, org-subtree-end-visible-p)
3630 (org-optimize-window-after-visibility-change): New functions
3631 (org-agenda-post-command-hook): Don't allow point at end of line,
3632 to make sure it always hits the text properties.
3633 (org-agenda-next-date-line, org-agenda-previous-date-line):
3634 New commands.
3635 (org-set-regexps-and-options): Category may contain white space.
3636 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3637 Improve marker positions.
3638 (org-agenda-new-marker): Argument POS made optional.
3639 (org-agenda-get-timestamps): Deadlines which are done are listed
3640 in org-done-face now.
3641 (org-agenda-get-todos, org-agenda-get-timestamps)
3642 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3643 Set `undone-face' and `done-face' properties.
3644 (org-last-todo-state-is-todo): New variable.
3645 (org-todo): Set `org-last-todo-state-is-todo'.
3646 (org-agenda-todo): Change face according to
3647 `org-last-todo-state-is-todo'. And change other lines refering to
3648 the same entry.
3649 (org-calendar-goto-agenda): New command.
3650 (org-calendar-to-agenda-key): New option.
3651 (org-startup-folded): New allowed value `content'.
3652 (org-set-regexps-and-options): Accept new value `content' for
3653 `org-startup-folded'.
3654 (org-get-current-options): Handle new value `content' for
3655 `org-startup-folded'.
3656 (org-insert-todo-heading): New command.
3657 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3658 interactively in empty file and option
3659 `org-insert-mode-line-in-empty-file' has been set.
3660 (org-agenda-todo,org-agenda-priority): Modify to use
3661 `org-agenda-change-all-lines'.
3662 (org-warning-face): Change color on dark background
3663
3664 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3665
3666 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3667 use preferences AppleLocale and AppleLanguages, and variable
3668 mac-system-locale for default locale. On Mac OS Classic, use
3669 mac-system-coding-system for default coding systems.
3670
3671 * term/mac-win.el: Don't set file-name-coding-system.
3672 Decode variables system-name, emacs-build-system, user-login-name, and
3673 user-full-name by mac-system-coding-system on Mac OS Classic.
3674 (mac-system-coding-system): New variable.
3675
3676 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3677
3678 * startup.el (command-line): Handle `xterm-mouse-mode' before
3679 reading init file.
3680
3681 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3682
3683 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3684
3685 * progmodes/sh-script.el (sh-here-document-word): Make it a
3686 defcustom. Doc fix.
3687 (sh-add): Bash uses $(( )) for arithmetic.
3688 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3689 (sh-maybe-here-document): Remove quotes and leading whitespace
3690 from heredoc word when closing. Indent heredoc with tabs if word
3691 starts with "-".
3692
3693 2005-04-13 Richard M. Stallman <rms@gnu.org>
3694
3695 * simple.el (undo): Fix previous change.
3696
3697 * custom.el (defface): Doc fix.
3698
3699 2005-04-13 Lute Kamstra <lute@gnu.org>
3700
3701 * Makefile.in (DONTCOMPILE): Remove list.
3702 (compile, compile-always): Don't use DONTCOMPILE.
3703 (update-authors): Load the library in which batch-update-authors
3704 is defined.
3705 * makefile.w32-in (DONTCOMPILE): Remove list.
3706 (compile, compile-always): Fix comments.
3707 (update-authors): Load the library in which batch-update-authors
3708 is defined.
3709
3710 * generic-x.el (generic-mode-ini-file-find-file-hook):
3711 Rename to ini-generic-mode-find-file-hook.
3712 Keep generic-mode-ini-file-find-file-hook as an alias.
3713 (ini-generic-mode-find-file-hook): Rename from
3714 generic-mode-ini-file-find-file-hook. Fix docstring.
3715 (ini-generic-mode): Docstring change.
3716 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3717
3718 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3719 called from lisp.
3720
3721 * generic.el: Move to the emacs-lisp subdir.
3722
3723 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3724
3725 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3726 and C-S- function and cursor motion keys.
3727
3728 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3729
3730 * startup.el (command-line): Enable Xterm Mouse mode by default.
3731 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3732 for Custom. No longer show "Mouse" in mode line when enabled.
3733 Doc fix.
3734
3735 2005-04-12 Kim F. Storm <storm@cua.dk>
3736
3737 * emulation/cua-base.el (cua-rectangle-face)
3738 (cua-rectangle-noselect-face): Define face attributes here.
3739
3740 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3741
3742 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3743
3744 * startup.el (command-line): Turn off blinking cursor if
3745 cursorBlink in resources is off or false.
3746
3747 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3748
3749 * term/mac-win.el (dnd): Require dnd.
3750 (mac-drag-n-drop): Call dnd-handle-one-url.
3751 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3752 (kTextEncodingISOLatin2): Remove constants.
3753 (mac-script-code-coding-systems): New constant.
3754 (mac-handle-language-change): New function.
3755 (special-event-map): Bind it to `language-change' event.
3756 (mac-centraleurroman, mac-cyrillic): New coding systems.
3757 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3758 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3759 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3760 encode-mac-cyrillic, respectively.
3761
3762 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3763
3764 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3765 Don't set overlay-arrow-string to "=>" as this is done
3766 globally in C now.
3767
3768 2005-04-12 Lute Kamstra <lute@gnu.org>
3769
3770 * generic-x.el (rc-generic-mode, rul-generic-mode):
3771 Fix auto-mode-alist entries.
3772 (etc-fstab-generic-mode): Tweak fontification.
3773
3774 * generic.el (generic-make-keywords-list): Fix docstring.
3775 (generic-mode-internal): Simplify generic-font-lock-keywords.
3776
3777 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3778
3779 * whitespace.el (whitespace-buffer-leading)
3780 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3781 However, fix the highlight area for the leading and
3782 trailing whitespaces to show space.
3783
3784 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3785
3786 * whitespace.el (whitespace-version): Bump to 3.5
3787
3788 (whitespace-buffer-leading, whitespace-buffer-trailing):
3789 Invert sense of the test to highlight the whitespace.
3790
3791 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3792
3793 * progmodes/gud.el (gud-display-line): GUD uses its own
3794 overlay arrow now so don't set overlay-arrow-string.
3795 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3796
3797 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3798
3799 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3800 (term-ansi-current-reverse, term-ansi-current-invisible)
3801 (term-ansi-face-already-done): Change to boolean.
3802 (term-reset-terminal, term-handle-colors-array): Handle the above
3803 vars accordingly.
3804 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3805 (term-emulate-terminal): Use the new name.
3806
3807 * faces.el (secondary-selection): Use yellow1, not yellow.
3808 (trailing-whitespace): Use red1, not red.
3809
3810 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3811
3812 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3813 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3814 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3815
3816 * cus-edit.el (dnd): New group.
3817
3818 * term/w32-win.el (dnd): Require dnd
3819 (w32-drag-n-drop): Call dnd-handle-one-url.
3820
3821 * x-dnd.el: Require dnd.
3822 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3823 Call dnd-handle-one-url.
3824 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3825 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3826 to dnd-insert-text.
3827 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3828 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3829 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3830 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3831
3832 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3833
3834 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3835
3836 * wdired.el: Doc fixes.
3837 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3838 (wdired-use-dired-vertical-movement): Rename from
3839 wdired-always-move-to-filename-beginning.
3840 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3841 (wdired-change-to-wdired-mode): Change mode name.
3842 (wdired-newline): Delete.
3843
3844 2005-04-11 Richard M. Stallman <rms@gnu.org>
3845
3846 * whitespace.el (whitespace-highlight-the-space):
3847 Don't call whitespace-unhighlight-the-space here.
3848
3849 * simple.el (undo): Record t in undo-equiv-table
3850 for the redo record made by an undo-in-region.
3851
3852 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3853
3854 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3855 (gdb-frame-inferior-io-buffer): New Functions to control
3856 display of separate IO buffer.
3857 (menu): Add them to menu-bar.
3858 (gdb-display-buffer): Check for buffer another frame.
3859 Protect GUD buffer.
3860 (gdb-setup-windows): Create IO buffer if not already there.
3861 (gdb-memory-mode): Remove purecopy noops.
3862
3863 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3864
3865 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3866 and pass to self-insert-command.
3867
3868 2005-04-11 Lute Kamstra <lute@gnu.org>
3869
3870 * generic.el: Commentary section cleanup.
3871 (generic): Delete.
3872 (generic-use-find-file-hook, generic-lines-to-scan)
3873 (generic-find-file-regexp, generic-ignore-files-regexp)
3874 (default-generic-mode, generic-mode-find-file-hook)
3875 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3876 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3877 (generic-use-find-file-hook, generic-lines-to-scan)
3878 (generic-find-file-regexp, generic-ignore-files-regexp)
3879 (default-generic-mode, generic-mode-find-file-hook)
3880 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3881
3882 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3883
3884 * bookmark.el (bookmark-write-file): Catch errors writing file.
3885 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3886
3887 2005-04-10 Richard M. Stallman <rms@gnu.org>
3888
3889 * startup.el (fancy-splash-tail): Update copyright year.
3890 (command-line): Split part of -Q into -D.
3891 (emacs-basic-display): New defvar.
3892 (fancy-splash-text): Correct name of menu item.
3893
3894 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3895
3896 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3897 lines in one node.
3898
3899 * comint.el (comint-send-input): New arg ARTIFICIAL.
3900 Callers in this file changed.
3901
3902 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3903
3904 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3905
3906 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3907
3908 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3909 `ldap-search-internal'.
3910
3911 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * files.el (set-auto-mode-1): Use line-end-position.
3914
3915 * international/latin-1.el:
3916 * international/latin-2.el:
3917 * international/latin-3.el:
3918 * international/latin-4.el:
3919 * international/latin-5.el:
3920 * international/latin-8.el:
3921 * international/latin-9.el: Give punctuation syntax to NBSP.
3922
3923 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3924 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3925 Use char-classes to accept non-ascii letters, accepted in some recent
3926 bibtex implementations.
3927
3928 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3929
3930 * custom.el (custom-set-minor-mode): Any non-nil value for the
3931 variable should enable the mode when set through Custom.
3932
3933 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3936 TAB binding so tab-always-indent is obeyed.
3937 (vhdl-minibuffer-local-map): Move initialization into declaration.
3938 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3939 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3940 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3941 (vhdl-current-line): Use line-beginning-position.
3942 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3943 with-output-to-temp-buffer, so the current position can be recorded.
3944
3945 2005-04-10 Masatake YAMATO <jet@gyve.org>
3946
3947 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3948 Add regexp for gcov.
3949
3950 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3951
3952 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3953 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3954 syntax which Emacs 20 doesn't support.
3955
3956 2005-04-09 Richard M. Stallman <rms@gnu.org>
3957
3958 * help.el (describe-key-briefly, describe-key):
3959 Replace strings as event types with "(any string)".
3960
3961 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * arc-mode.el (archive-mode-map): Move initialization into
3964 the declaration. Override *all* bindings of `undo'.
3965 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3966
3967 2005-04-09 Jay Belanger <belanger@truman.edu>
3968
3969 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3970
3971 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3972
3973 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3974 (xterm-register-default-colors): Update color values computation
3975 to match xterm-200.
3976
3977 2005-04-09 Kenichi Handa <handa@m17n.org>
3978
3979 * international/code-pages.el (iso-latin-7): Fix the map.
3980
3981 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3982
3983 * emacs-lisp/lisp.el (defun-prompt-regexp)
3984 (parens-require-spaces, buffer-end, end-of-defun)
3985 (insert-parentheses): Doc fixes.
3986
3987 2005-04-08 Kim F. Storm <storm@cua.dk>
3988
3989 * comint.el (comint-highlight-prompt): Fix face spec.
3990 * hi-lock.el (hi-green): Likewise.
3991
3992 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3993
3994 * cus-edit.el (custom-modified-face):
3995 * comint.el (comint-highlight-input): Fix previous changes.
3996 * term.el (term-handle-ansi-escape): Add a comment.
3997
3998 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4001 in the buffer and in whitespace-highlighted-space.
4002 (whitespace-unhighlight-the-space): Simplify.
4003 (whitespace-buffer): Simplify.
4004
4005 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4006
4007 * textmodes/table.el (table-cell-face): Add special case for
4008 displays supporting a high number of colors.
4009 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4010 (vhdl-font-lock-reserved-words-face)
4011 (vhdl-speedbar-architecture-face)
4012 (vhdl-speedbar-instantiation-face)
4013 (vhdl-speedbar-architecture-selected-face)
4014 (vhdl-speedbar-instantiation-selected-face): Likewise.
4015 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4016 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4017 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4018 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4019 (ebrowse-progress-face): Likewise.
4020 * progmodes/compile.el (compilation-info-face): Likewise.
4021 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4022 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4023 * calendar/calendar.el (diary-face): Likewise.
4024 * woman.el (woman-italic-face, woman-bold-face)
4025 (woman-unknown-face): Likewise.
4026 * wid-edit.el (widget-button-pressed-face): Likewise.
4027 * whitespace.el (whitespace-highlight-face): Likewise.
4028 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4029 * pcvs-info.el (cvs-marked-face): Likewise.
4030 * info.el (info-xref): Likewise.
4031 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4032 * hilit-chg.el (highlight-changes-face)
4033 (highlight-changes-delete-face): Likewise.
4034 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4035 (hi-red-b): Likewise.
4036 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4037 * font-lock.el (font-lock-keyword-face)
4038 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4039 * cus-edit.el (custom-invalid-face, custom-modified-face)
4040 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4041 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4042 * comint.el (comint-highlight-prompt): Likewise.
4043
4044 2005-04-08 Lute Kamstra <lute@gnu.org>
4045
4046 * font-lock.el (font-lock-keywords): Docstring fixes.
4047
4048 2005-04-08 Kenichi Handa <handa@m17n.org>
4049
4050 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4051 chars are more than a limit, print " and more..." at the tail.
4052
4053 2005-04-08 Kim F. Storm <storm@cua.dk>
4054
4055 * emacs-lisp/authors.el (authors-aliases): Update list.
4056 (authors-ignored-files): New list.
4057 (authors-fixed-entries): Fix typo.
4058 (authors-renamed-files-alist): Update list.
4059 (authors-add): Check authors-ignored-files.
4060
4061 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4062
4063 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4064 optional, to ensure backward compatibility.
4065
4066 2005-04-08 Stephen Eglen <stephen@gnu.org>
4067
4068 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4069
4070 2005-04-08 Kim F. Storm <storm@cua.dk>
4071
4072 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4073
4074 * mouse.el (mouse-on-link-p): Doc fix.
4075
4076 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4077
4078 * ielm.el (ielm-prompt-read-only): Doc fix.
4079
4080 * comint.el (comint-prompt-read-only): Doc fix.
4081
4082 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4083
4084 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4085 ensure dired always handles wildcards passed to ffap.
4086 (find-file-at-point): Use it.
4087 (ffap-dired-wildcards): Doc fix.
4088
4089 2005-04-07 Juri Linkov <juri@jurta.org>
4090
4091 * simple.el (next-error-overlay-arrow-position): New defvar.
4092 Put "=>" on its property `overlay-arrow-string'. Add it to
4093 `overlay-arrow-variable-list'.
4094
4095 * progmodes/compile.el (compilation-setup):
4096 Set `next-error-overlay-arrow-position' to nil. Also set it to
4097 nil in the local hook `kill-buffer-hook'. Make local variable
4098 `overlay-arrow-string' and set it to "=>".
4099 (compilation-goto-locus): Set BOL position to
4100 `next-error-overlay-arrow-position' instead of
4101 `overlay-arrow-position'.
4102
4103 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4104 locally instead of adding it to the global hook.
4105 (Info-kill-buffer): Move up.
4106
4107 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * term/xterm.el (xterm-standard-colors): Update color values from
4110 xterm-200.
4111
4112 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4115
4116 * fast-lock.el:
4117 * lazy-lock.el: Move them to the obsolete subdir.
4118
4119 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4120
4121 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4122 (wdired-add-replace-advice): Remove.
4123 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4124
4125 2005-04-06 Kim F. Storm <storm@cua.dk>
4126
4127 * startup.el (command-line): Add --bare-bones alias for -Q.
4128
4129 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4130
4131 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4132 create the startup fontset if a font specification ends with
4133 `mac-roman'.
4134
4135 2005-04-06 Lute Kamstra <lute@gnu.org>
4136
4137 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4138 change.
4139
4140 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4141 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4142
4143 2005-04-05 Lute Kamstra <lute@gnu.org>
4144
4145 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4146 (define-generic-mode): Ditto. Fix debug declaration.
4147
4148 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4149 Put them in the generic-x group.
4150
4151 * calendar/timeclock.el (timeclock): Doc fix.
4152
4153 * generic.el (define-generic-mode): Don't use custom-current-group.
4154 Document default :group value.
4155 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4156 (define-global-minor-mode): Don't use custom-current-group.
4157
4158 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4159
4160 * startup.el (command-line-1): Display startup-echo-area-message
4161 when fancy splash screen is in use.
4162
4163 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4164 (sh-escaped-newline): New face.
4165 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4166 newline, and use sh-escaped-newline face.
4167
4168 * progmodes/tcl.el (tcl-escaped-newline): New face.
4169 (tcl-builtin-list): New variable.
4170 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4171 newlines. Fix keywords subexpression number.
4172
4173 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4174
4175 * textmodes/org.el (org-diary-default-entry): Fix call to
4176 `add-to-diary-entry'.
4177
4178 2005-04-05 Kim F. Storm <storm@cua.dk>
4179
4180 * ediff-init.el: Use (featurep 'xemacs).
4181
4182 2005-04-05 David Ponce <david@dponce.com>
4183
4184 * cus-edit.el (face): Derive from symbol widget. Display sample
4185 of the current face on the fly.
4186 (widget-face-sample-face-get, widget-face-notify): New functions.
4187 (widget-face-value-create): Remove.
4188
4189 * wid-edit.el (widget-field-end): Temporarily remove field
4190 narrowing before to call `get-char-property'.
4191
4192 2005-04-04 Jay Belanger <belanger@truman.edu>
4193
4194 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4195 (math-read-subscripts): New variable.
4196 (math-read-preprocess-string): Process subscripts.
4197
4198 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4199
4200 * comint.el (comint-prompt-read-only): Doc fix.
4201
4202 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4203 `-1'. Doc fix.
4204
4205 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4206
4207 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4208 Change default value to nil.
4209
4210 2005-04-04 Lute Kamstra <lute@gnu.org>
4211
4212 * autorevert.el (auto-revert-mode): Specify :group.
4213 * battery.el (display-battery-mode): Specify :group.
4214 * diff-mode.el (diff-minor-mode): Specify :group.
4215 * font-core.el (font-lock-mode): Specify :group.
4216 * hl-line.el (hl-line-mode): Specify :group.
4217 * iimage.el (iimage): New customization group.
4218 (iimage-mode): Specify :group.
4219 * longlines.el (longlines-mode): Specify :group.
4220 * master.el: Don't require easy-mmode.
4221 (master): New customization group.
4222 (master-mode): Specify :group.
4223 * msb.el (msb-mode): Specify :group.
4224 * reveal.el (reveal-mode): Specify :group.
4225 * simple.el (next-error-follow-minor-mode): Specify :group.
4226 * smerge-mode.el (smerge-mode): Specify :group.
4227 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4228 * emulation/cua-base.el (cua-mode): Specify :group.
4229 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4230 * language/thai-util.el (thai-auto-composition-mode)
4231 (thai-word-mode): Specify :group.
4232 * mail/supercite.el (sc-minor-mode): Specify :group.
4233 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4234 * progmodes/flymake.el (flymake-mode): Specify :group.
4235 * progmodes/glasses.el (glasses-mode): Specify :group.
4236 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4237 * textmodes/enriched.el (enriched-mode): Specify :group.
4238 * textmodes/refill.el (refill-mode): Specify :group.
4239
4240 * add-log.el (change-log-font-lock-keywords): Names in
4241 parenthesized lists can contain spaces.
4242
4243 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4244
4245 * startup.el (fancy-splash-text): Shorten default text of
4246 "Emacs Tutorial" line. Also, if the current language env
4247 indicates an available tutorial file other than TUTORIAL,
4248 extract its title and append it to the line in parentheses.
4249 (fancy-splash-insert): If arg is a thunk, funcall it.
4250
4251 2005-04-04 Jay Belanger <belanger@truman.edu>
4252
4253 * calc.el (calc-language-alist): Add tags to customization type.
4254
4255 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4256
4257 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4258 Doc fix.
4259
4260 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4261
4262 * add-log.el (change-log-font-lock-keywords): The manual
4263 describing a Change Log entry, says: (...) "Aside from these
4264 header lines, every line in the change log starts with a space or
4265 a tab.". The font-lock was not highlighting lines started with
4266 spaces, added support for it.
4267
4268 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4269
4270 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4271 (bibtex-generate-url-list): Update docstring accordingly. Put the
4272 complex example in the docstring.
4273 (bibtex-font-lock-url): Use pop.
4274
4275 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4278
4279 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4280
4281 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4282
4283 * filesets.el (filesets-set-default): Doc fix.
4284
4285 2005-04-03 Lute Kamstra <lute@gnu.org>
4286
4287 * generic.el (define-generic-mode): Add argument to specify
4288 keywords for defcustom.
4289 (default-generic-mode): Specify :group.
4290
4291 * generic-x.el: Specify :group for all generic modes.
4292
4293 * desktop.el (desktop-no-desktop-file-hook)
4294 (desktop-after-read-hook): Doc fix.
4295
4296 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4297
4298 * simple.el (visible-mode): Use explicit :group keyword.
4299 This changes the group of `visible-mode-hook' from paren-blinking
4300 to editing-basics.
4301
4302 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4303
4304 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4305 mailbox specifications as well as URLs.
4306 (rmail-insert-inbox-text): Remove unused conditional branches.
4307
4308 2005-04-01 Jay Belanger <belanger@truman.edu>
4309
4310 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4311 (calc-gnuplot-print-command): Move definitions to calc.el.
4312
4313 * calc/calc-embed.el (calc-embedded-announce-formula)
4314 (calc-embedded-open-formula, calc-embedded-close-formula)
4315 (calc-embedded-open-word, calc-embedded-close-word)
4316 (calc-embedded-open-plain, calc-embedded-close-plain)
4317 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4318 (calc-embedded-open-mode, calc-embedded-close-mode):
4319 Move definitions to calc.el.
4320
4321 * calc/calc.el (calc-settings-file, calc-language-alist):
4322 Make customizable.
4323 (calc-embedded-announce-formula, calc-embedded-open-formula)
4324 (calc-embedded-close-formula, calc-embedded-open-word)
4325 (calc-embedded-close-word, calc-embedded-open-plain)
4326 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4327 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4328 (calc-embedded-close-mode, calc-gnuplot-name)
4329 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4330 from other files and make customizable.
4331
4332 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4335 Use buffer-live-p.
4336 (cvs-mode-run): Don't call cvs-update-header here.
4337 (cvs-run-process): Call cvs-update-header.
4338 Use process properties for cvs-postprocess and cvs-buffer so that
4339 the sentinel can behave better if the temp buffer is killed.
4340 Use a pipe rather than a tty, to better handle unexpected prompts.
4341 (cvs-sentinel): Rewrite. Call cvs-update-header.
4342
4343 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4344
4345 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4346 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4347
4348 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4349
4350 * generic.el (define-generic-mode): Add indentation rule.
4351
4352 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4353
4354 * files.el (mode-require-final-newline): Make Custom correctly
4355 report a nil value and allow to set it to nil via Custom.
4356 Doc fix.
4357
4358 2005-04-01 Kenichi Handa <handa@m17n.org>
4359
4360 * international/characters.el: Enable the correct case setting for
4361 dotless-i and dotted-I.
4362
4363 2005-04-01 Kim F. Storm <storm@cua.dk>
4364
4365 * ido.el (ido-file-internal): Fall back to non-ido command if
4366 initial directory is on slow ftp (or tramp) host.
4367
4368 2005-03-31 Richard M. Stallman <rms@gnu.org>
4369
4370 * emacs-lisp/autoload.el (make-autoload):
4371 Handle define-global-minor-mode.
4372
4373 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4374 Rename from easy-mmode-define-global-mode.
4375 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4376
4377 * progmodes/scheme.el (scheme-mode-syntax-table):
4378 Update syntax of | and # for two-character comment syntax.
4379
4380 2005-03-31 Lute Kamstra <lute@gnu.org>
4381
4382 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4383 (define-minor-mode): Call custom-current-group at load-time.
4384
4385 * generic.el (define-generic-mode): Add debug declaration.
4386 Add defcustom for the mode hook.
4387 (generic-mode-internal): Use run-mode-hooks.
4388
4389 2005-03-31 Kim F. Storm <storm@cua.dk>
4390
4391 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4392 (mouse-fixup-help-message): New defun called by show_help_echo
4393 to fixup mouse-2 prefix in help messages when applicable.
4394
4395 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4396
4397 2005-03-31 Kenichi Handa <handa@m17n.org>
4398
4399 * language/thai-word.el (thai-find-word-ends): Pay attention to
4400 the case that we reach the end of buffer.
4401
4402 * textmodes/fill.el (fill-text-properties-at): New function.
4403 (fill-newline): Use fill-text-properties-at instead of
4404 text-properties-at.
4405
4406 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4407
4408 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4409 not comint-quote-filename.
4410
4411 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4412
4413 * help-fns.el (help-with-tutorial): Revert last change.
4414
4415 2005-03-31 Kim F. Storm <storm@cua.dk>
4416
4417 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4418
4419 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4420
4421 * calendar/cal-china.el: Update reference to "Calendrical
4422 Calculations" book; there's a new edition.
4423 * calendar/cal-coptic.el: Likewise.
4424 * calendar/cal-french.el: Likewise.
4425 * calendar/cal-hebrew.el: Likewise.
4426 * calendar/cal-islam.el: Likewise.
4427 * calendar/cal-iso.el: Likewise.
4428 * calendar/cal-julian.el: Likewise.
4429 * calendar/cal-mayan.el: Likewise.
4430 * calendar/cal-persia.el: Likewise.
4431 * calendar/calendar.el: Likewise.
4432 * calendar/holidays.el: Likewise.
4433 * calendar/lunar.el: Likewise.
4434 * calendar/solar.el: Likewise.
4435
4436 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4437 white space from doc string.
4438
4439 2005-03-30 Jay Belanger <belanger@truman.edu>
4440
4441 * calc/calc-help.el (calc-full-help): Remove email address.
4442
4443 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4444
4445 * help-fns.el (help-with-tutorial): Delete title line.
4446
4447 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4448
4449 * calendar/cal-x.el (calendar-one-frame-setup)
4450 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4451 rather than 'symbol for set-window-dedicated-p.
4452
4453 * calendar/appt.el (appt-buffer-name): Make it a constant.
4454 (appt-add): Doc fix.
4455
4456 * filesets.el (filesets-menu-path, filesets-menu-before)
4457 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4458 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4459 (filesets-add-submenu): Delete and use add-submenu instead.
4460
4461 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4462
4463 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4464 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4465 (org-diary-default-entry): New function.
4466 (org-get-entries-from-diary): Better parsing of diary entries.
4467 (org-agenda-check-no-diary): New function.
4468 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4469 linking to diary entries.
4470 (org-agenda-execute-calendar-command): New function.
4471 (org-agenda): Improve visible section in window.
4472 Use `org-fit-agenda-window'.
4473 (org-fit-agenda-window): New option.
4474 (org-move-subtree-down): Better handling of empty lines
4475 at end of subtree.
4476 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4477 levels up.
4478 (org-fontify-done-headline): New option.
4479 (org-headline-done-face): New face.
4480 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4481 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4482 When current field is non-empty, it is copied to next row.
4483 (org-table-copy-from-above): Fix bug which made it
4484 impossible to copy fields containing only a single non-white character.
4485
4486 2005-03-30 Kim F. Storm <storm@cua.dk>
4487
4488 * kmacro.el (kmacro-end-macro): Isearch may store this command
4489 into the macro -- so ignore it when executing keyboard macro.
4490
4491 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4492
4493 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4494
4495 2005-03-29 Kenichi Handa <handa@m17n.org>
4496
4497 * language/thai.el ("Thai"): Set setup-function and exit-function
4498 for Thai language environment.
4499
4500 * language/thai-util.el: Require thai-word.
4501 (thai-word-mode-map): New variable.
4502 (thai-word-mode): New minor mode.
4503 (setup-thai-language-environment-internal): New function.
4504 (exit-thai-language-environment-internal): New function.
4505
4506 * language/thai-word.el (thai-word-table): Declare it by defvar,
4507 use dolist to initialize it.
4508 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4509 (thai-fill-find-break-point): New functions.
4510
4511 2005-03-29 Richard M. Stallman <rms@gnu.org>
4512
4513 * simple.el (idle-update-delay): Move definition up.
4514 (set-mark): Doc fix.
4515
4516 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4517
4518 * longlines.el: New file.
4519
4520 * simple.el (buffer-substring-filters): New variable.
4521 (filter-buffer-substring): New function.
4522 (kill-region, copy-region-as-kill): Use it.
4523
4524 * register.el (copy-to-register, append-to-register)
4525 (prepend-to-register): Use filter-buffer-substring.
4526
4527 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4528
4529 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4530 (gud-filter-pending-text): Move in front of gdb.
4531 (gud-overlay-arrow-position): New variable.
4532 (gud-sentinel, gud-display-line): Use it in place of
4533 overlay-arrow-position.
4534
4535 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4536
4537 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4538 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4539 (fortran-font-lock-keywords-4): New variable.
4540 (fortran-blocks-re, fortran-end-block-re)
4541 (fortran-start-block-re): New constants, for hideshow.
4542 (hs-special-modes-alist): Add a Fortran entry.
4543 (fortran-mode-map): Bind fortran-end-of-block,
4544 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4545 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4546 (fortran-looking-at-if-then, fortran-end-of-block)
4547 (fortran-beginning-of-block): New functions, for hideshow.
4548
4549 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4550 Doc fix. Tweak regexp.
4551 (f90-beginning-of-block): Push mark first.
4552
4553 2005-03-29 Jay Belanger <belanger@truman.edu>
4554
4555 * calc/calc.el: Update copyright date.
4556 (calc-version): Increase to 2.1.
4557 (calc-version-date): Remove.
4558
4559 * calc/calc-help.el: Update copyright date.
4560 (calc-full-help): Remove reference to calc-version-date.
4561 Update copyright date.
4562
4563 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * vc.el (vc-do-command): Use a pipe for async processes, so password
4566 prompts don't show up at places where the user can't reply.
4567
4568 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4569
4570 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4571 on the file name we pass to the inferior shell.
4572
4573 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4574
4575 * progmodes/which-func.el (which-function): Be robust in the face of an
4576 imenu--make-index-alist failure.
4577
4578 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4579
4580 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4581
4582 * progmodes/python.el (python-preoutput-filter): Fix last change.
4583
4584 2005-03-29 Lute Kamstra <lute@gnu.org>
4585
4586 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4587 functions and compiled macros.
4588 (debug-convert-byte-code): Handle macros too.
4589 (debug-on-entry-1): Don't signal an error when trying to clear a
4590 function that is not set to debug on entry.
4591
4592 2005-03-29 Jay Belanger <belanger@truman.edu>
4593
4594 * calc/calc-lang.el: Add functions to math-function-table
4595 properties of tex and math.
4596
4597 2005-03-29 Kenichi Handa <handa@m17n.org>
4598
4599 * ps-mule.el (ps-mule-plot-string): Translate characters by
4600 ps-print-translation-table.
4601 (ps-mule-begin-job): Call find-charset-region/string with
4602 ps-print-translation-table.
4603 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4604
4605 * ps-print.el (ps-print-translation-table): New variable.
4606 (ps-plot-region): Translate characters by ps-print-translation-table.
4607
4608 2005-03-29 Juri Linkov <juri@jurta.org>
4609
4610 * simple.el (next-error-highlight-timer): New variable.
4611
4612 * progmodes/compile.el (compilation-goto-locus):
4613 Use `next-error-highlight-timer' instead of `sit-for'.
4614
4615 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * mail/supercite.el (sc-mail-field): Use assoc-string.
4618 (sc-get-address): Simplify regexps.
4619
4620 * files.el (minibuffer-with-setup-hook): New macro.
4621 (find-file-read-args): Use it to avoid let-binding
4622 minibuffer-with-setup-hook (which breaks turning on/off
4623 file-name-shadow-mode while in the prompt).
4624
4625 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4626
4627 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4628
4629 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4630
4631 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * window.el (window-buffer-height): Use count-screen-lines.
4634
4635 * progmodes/python.el (python-preoutput-leftover): New var.
4636 (python-preoutput-filter): Use it.
4637 (python-send-receive): Loop until all the result has been received.
4638
4639 2005-03-28 Juri Linkov <juri@jurta.org>
4640
4641 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4642
4643 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4644 "Recover Crashed Session".
4645 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4646 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4647 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4648 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4649 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4650 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4651 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4652 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4653
4654 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4655 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4656 Ediff Sessions", "Toggle use of separate control buffer frame",
4657 "Use separate frame for Ediff control buffer".
4658
4659 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4660 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4661 "Rename Bookmark", "Delete Bookmark".
4662
4663 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4664 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4665 Add `:active Info-index-alternatives' to "Next Matching Item".
4666
4667 * wdired.el (wdired-change-to-wdired-mode):
4668 Mention `wdired-abort-changes' key in the initial message.
4669
4670 * international/mule.el (auto-coding-alist): Associate non-ascii
4671 image filename extensions with `no-conversion'.
4672
4673 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * international/iso-acc.el:
4676 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4677
4678 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4679
4680 * textmodes/sgml-mode.el (html-mode): Doc update.
4681
4682 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4683
4684 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4685
4686 * term.el (term-move-columns): Fix face after extending a line.
4687 (term-insert-spaces): Likewise.
4688 (term-reset-terminal): Fix off by one error.
4689
4690 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4691
4692 * international/mule.el (auto-coding-alist): Add .xpi files.
4693
4694 * files.el (auto-mode-alist): Add .xpi files.
4695
4696 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4697
4698 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4699
4700 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4701
4702 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4703
4704 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4705
4706 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4707 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4708
4709 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4710 cursor to Jan 1 when needed.
4711 (calendar-end-of-year): Fix -/+ typo.
4712 Reported by Chong Yidong <cyd@stupidchicken.com>.
4713
4714 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4717
4718 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4719 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4720
4721 2005-03-25 Richard M. Stallman <rms@gnu.org>
4722
4723 * filesets.el (filesets-init): Add autoload.
4724
4725 * mail/mailalias.el (mail-directory): Doc fix.
4726
4727 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4728
4729 * mail/mailalias.el (mail-directory-process): Do nothing if
4730 mail-directory-process is an atom.
4731 (mail-get-names): Ignore mail-directory-names if it is an atom.
4732 (mail-directory-process defvar): Doc fix.
4733 (mail-names): Doc fix.
4734
4735 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4736
4737 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4738
4739 2005-03-26 Kenichi Handa <handa@m17n.org>
4740
4741 * international/mule-util.el (detect-coding-with-priority):
4742 Call update-coding-systems-internal before detect-coding-region.
4743
4744 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4745
4746 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4747 (gdb-frames-mode-map): Add follow-link property.
4748
4749 2005-03-25 Jay Belanger <belanger@truman.edu>
4750
4751 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4752 for variables.
4753
4754 2005-03-25 Juri Linkov <juri@jurta.org>
4755
4756 * image-mode.el: Optimize image filename extension regexps in
4757 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4758 in `auto-mode-alist'.
4759 (image-mode): Add `image-toggle-display-text' to local hook
4760 `change-major-mode-hook'. Display the image as an image by
4761 default. Set `cursor-type' and `truncate-lines' if the image
4762 is already displayed. Take into account the current mode (image
4763 or text) in message.
4764 (image-minor-mode): New minor mode.
4765 (image-mode-maybe, image-toggle-display-text): New functions.
4766 (image-toggle-display): Use called-interactively-p.
4767 Let-bind `inhibit-read-only' to t.
4768
4769 * image-mode.el (image-minor-mode): Set `cursor-type' and
4770 `truncate-lines' if the image is already displayed. Add turning
4771 image-minor-mode off to `change-major-mode-hook'. Add message.
4772 Call `image-toggle-display-text' after turning image-minor-mode off.
4773
4774 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4777 Terminal.app, use utf-8.
4778 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4779 (set-locale-environment): Use it.
4780
4781 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4782
4783 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4784
4785 * progmodes/python.el (python-close-block-statement-p)
4786 (python-outdent-p, python-current-defun): Use symbol-end.
4787
4788 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4789
4790 * files.el (save-some-buffers): Doc fix.
4791
4792 2005-03-25 Werner Lemberg <wl@gnu.org>
4793
4794 * complete.el, thumbs.el: Replace `legal' with `valid'.
4795 * calendar/calendar.el: Replace `legal' with `valid'.
4796 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4797 * mail/supercite.el: Replace `legal' with `valid'.
4798 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4799 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4800 Replace `legal' with `valid'.
4801 * textmodes/reftex-vars.el, textmodes/reftex.el:
4802 Replace `legal' with `valid'.
4803
4804 2005-03-25 Werner Lemberg <wl@gnu.org>
4805
4806 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4807 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4808 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4809 * emulation/vip.el: Replace `illegal' with `invalid'.
4810 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4811 * mail/supercite.el: Replace `illegal' with `invalid'.
4812 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4813 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4814 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4815 * progmodes/sh-script.el, progmodes/xscheme.el:
4816 Replace `illegal' with `invalid'.
4817 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4818 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4819 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4820 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4821
4822 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4825 (flymake-find-buildfile, flymake-find-possible-master-files)
4826 (flymake-check-include, flymake-parse-line): Replace loops over the
4827 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4828
4829 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4830 Substitute file-name-as-directory in the rest of the file.
4831 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4832 (flymake-replace-region): Remove unused arg `buffer'.
4833 (flymake-check-patch-master-file-buffer): Update calls to it.
4834 (flymake-add-err-info): Remove unused var `count'.
4835 (flymake-mode): Use define-minor-mode.
4836
4837 * progmodes/flymake.el: Use with-current-buffer.
4838 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4839 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4840 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4841 Avoid testing for `xemacs'.
4842 (flymake-nop): Move.
4843 (flymake-region-has-flymake-overlays): Return the computed value.
4844 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4845 Remove unused var `endline'.
4846 (flymake-get-line-count): Remove unused function.
4847 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4848
4849 * emulation/vi.el:
4850 * generic.el:
4851 * hilit-chg.el (global-highlight-changes):
4852 * hi-lock.el (hi-lock-mode):
4853 * follow.el: find-file-hooks -> find-file-hook.
4854
4855 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4856
4857 2005-03-24 Juri Linkov <juri@jurta.org>
4858
4859 * dired.el (dired-mode-map): Add menu item "Compare directories"
4860 for dired-compare-directories.
4861
4862 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4863 Doc fix. Replace `read-file-name' with `read-directory-name'.
4864
4865 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4868
4869 2005-03-24 Jay Belanger <belanger@truman.edu>
4870
4871 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4872 relevant mode settings in calc-embedded-original-modes when modes
4873 are permanently changed.
4874
4875 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * autoinsert.el: find-file-hooks -> find-file-hook.
4878
4879 2005-03-24 Lute Kamstra <lute@gnu.org>
4880
4881 * generic.el (generic-font-lock-defaults): Make it obsolete.
4882 (generic-font-lock-keywords): New variable to replace
4883 generic-font-lock-defaults.
4884 (generic-mode-set-font-lock): Delete it.
4885 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4886 (generic-bracket-support): Add docstring.
4887
4888 * generic-x.el: Rename generic-font-lock-defaults to
4889 generic-font-lock-keywords throughout.
4890 (mailagent-rules-setup-function): Delete it.
4891 (mailagent-rules-generic-mode): Use anonymous function instead.
4892 (show-tabs-generic-mode-font-lock-defaults-1)
4893 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4894 Quote faces.
4895 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4896 not foreground.
4897
4898 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4899 Recognize define-generic-mode.
4900
4901 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4904 if there's no completion table.
4905
4906 2005-03-23 Miles Bader <miles@gnu.org>
4907
4908 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4909 Remove tty-specific variants, as they're no longer needed.
4910
4911 2005-03-23 Lute Kamstra <lute@gnu.org>
4912
4913 * generic-x.el: Code cleanup: make args constant whenever possible.
4914 (installshield-statement-keyword-list)
4915 (installshield-system-functions-list)
4916 (installshield-system-variables-list, installshield-types-list)
4917 (installshield-funarg-constants-list): Make them constants.
4918
4919 * generic.el (generic-make-keywords-list): Add autoload cookie.
4920
4921 * calendar/time-date.el: Add comment on time value formats.
4922 Don't require parse-time.
4923 (with-decoded-time-value): New macro.
4924 (encode-time-value): New function.
4925 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4926 (days-to-time): Return a valid time value when arg is huge.
4927 (time-since): Use time-subtract.
4928 (time-to-number-of-days): Use time-to-seconds.
4929
4930 2005-03-23 David Ponce <david@dponce.com>
4931
4932 * recentf.el: (recentf-keep): New option.
4933 (recentf-menu-action): Default to `find-file'.
4934 (recentf-keep-non-readable-files-flag)
4935 (recentf-keep-non-readable-files-p)
4936 (recentf-file-readable-p, recentf-find-file)
4937 (recentf-cleanup-remote): Remove.
4938 (recentf-include-p): More robust.
4939 (recentf-keep-p): New function.
4940 (recentf-remove-if-non-kept): Rename from
4941 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4942 All callers updated.
4943 (recentf-menu-items-for-commands): Fix help string.
4944 (recentf-track-closed-file): Update. Doc fix.
4945 (recentf-cleanup): Update. Count removed files. Doc fix.
4946
4947 2005-03-23 Kim F. Storm <storm@cua.dk>
4948
4949 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4950 Don't inherit from fringe face (now happens automatically).
4951
4952 2005-03-22 Kim F. Storm <storm@cua.dk>
4953
4954 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4955 position values.
4956
4957 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * menu-bar.el (showhide-date-time): Remove.
4960 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4961 (menu-bar-make-mm-toggle): Simplify.
4962
4963 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4964
4965 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4966 Accept qualified variable and function names.
4967
4968 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4969
4970 * bindings.el (completion-ignored-extensions):
4971 Remove ".lis" for `vax-vms'.
4972
4973 2005-03-22 Andreas Schwab <schwab@suse.de>
4974
4975 * generic-x.el: Revert last change.
4976 * ldefs-boot.el: Update.
4977
4978 2005-03-22 Jay Belanger <belanger@truman.edu>
4979
4980 * calc/calc-embed (calc-embedded-original-modes): New variable.
4981 (calc-embedded-save-original-modes)
4982 (calc-embedded-restore-original-modes): New functions.
4983 (calc-do-embedded): Save original modes when entering embedded mode
4984 and restore when leaving embedded mode.
4985 (calc-embedded-modes-change): Change the value of
4986 calc-embedded-original-modes to reflect permanent changes.
4987
4988 2005-03-22 Lute Kamstra <lute@gnu.org>
4989
4990 * generic-x.el: Require generic again.
4991
4992 2005-03-22 Miles Bader <miles@gnu.org>
4993
4994 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4995 Tweak details to look good on both ttys and bitmap displays, light
4996 or dark background, etc.
4997
4998 2005-03-21 Kim F. Storm <storm@cua.dk>
4999
5000 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5001 mouse position.
5002
5003 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * icomplete.el: Don't forcibly turn on the mode upon load.
5006 (icomplete-mode): Use define-minor-mode.
5007 (icomplete-eoinput): Default to nil.
5008 (icomplete-minibuffer-setup): Remove autoload.
5009 (icomplete-tidy): Simplify.
5010 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5011 in the initial state or if the user has modified the field.
5012 Fix handling of icomplete-max-delay-chars.
5013 Remove code that handles the oddball case where
5014 minibuffer-completion-table is an integer.
5015 Wrap icomplete-completions in while-no-input in case building
5016 completions takes more time than expected.
5017 (icomplete-completions): Simplify.
5018
5019 2005-03-21 Richard M. Stallman <rms@gnu.org>
5020
5021 * jka-compr.el (jka-compr-really-do-compress):
5022 Make variable buffer-local.
5023
5024 * image-mode.el: Handle .xpm files too.
5025 (image-toggle-display): Preserve modification flag.
5026
5027 * help.el (where-is): Don't mention aliases with no key bindings.
5028
5029 2005-03-21 Lute Kamstra <lute@gnu.org>
5030
5031 * generic.el: Fix commentary section. Don't require cl for compilation.
5032 (generic-mode-list): Add autoload cookie.
5033 (generic-use-find-file-hook, generic-lines-to-scan)
5034 (generic-find-file-regexp, generic-ignore-files-regexp)
5035 (generic-mode, generic-mode-find-file-hook)
5036 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5037 (define-generic-mode): Make it a defmacro. Fix docstring.
5038 (generic-mode-internal): Code cleanup. Add autoload cookie.
5039 (generic-mode-set-comments): Code cleanup.
5040 * generic-x.el: Don't prevent compilation. Don't require generic.
5041 Follow coding conventions. Minor code cleanup.
5042 (etc-fstab-generic-mode): Add some keywords.
5043 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5044 define-generic-mode like a function declaration.
5045
5046 2005-03-21 Jay Belanger <belanger@truman.edu>
5047
5048 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5049 changing modes.
5050
5051 2005-03-21 Sam Steingold <sds@gnu.org>
5052
5053 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5054
5055 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5056
5057 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5058 Add underscore to "f$ lexicals" regexp.
5059
5060 2005-03-20 Juri Linkov <juri@jurta.org>
5061
5062 * subr.el (progress-reporter-do-update): When `min-value' is equal
5063 to `max-value', set `percentage' to 0 and prevent division by zero.
5064
5065 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5066
5067 Sync with Tramp 2.0.48.
5068
5069 * tramp.el (all): Change all addresses to .gnu.org.
5070 (tramp-append-tramp-buffers): New defun.
5071 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5072 Catch `dont-send' signal.
5073 (tramp-set-auto-save-file-modes): Set always permissions, because
5074 there might be an old auto-saved file belonging to another
5075 original file. This could be a security threat. Reported by
5076 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5077 Check for Emacs 21.3.50 removed.
5078
5079 * tramp-smb.el (all): Remove debug construct for
5080 `with-parsed-tramp-file-name'.
5081 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5082 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5083 No error message if DIRECTORY or FILENAME doesn't exist.
5084 (tramp-smb-open-connection): Check existence of
5085 `tramp-smb-program'.
5086
5087 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5090 Properly handle the case where the `m' or `s' command's argument is not
5091 yet terminated.
5092 (perl-indent-new-calculate): New function.
5093 (perl-indent-line): Use it.
5094
5095 2005-03-20 Miles Bader <miles@gnu.org>
5096
5097 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5098 in text-mode too. Change to new face names.
5099 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5100 Add `:weight bold' attribute.
5101 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5102
5103 2005-03-19 Juri Linkov <juri@jurta.org>
5104
5105 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5106
5107 * international/mule.el (auto-coding-alist): Sync with
5108 `auto-mode-alist' by adding upper case archive file extensions
5109 and adding ear/war to jar extension.
5110
5111 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5112
5113 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5114 running, restart it.
5115
5116 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5117
5118 * finder.el (finder-current-item): Throw an error on an empty line.
5119
5120 * man.el (Man-follow-manual-reference): If current-word returns
5121 nil, use "".
5122
5123 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5124
5125 * simple.el (goto-line): Doc fix.
5126
5127 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5128
5129 * files.el (save-buffer): Doc fix.
5130
5131 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5132
5133 * recentf.el (recentf-cleanup-remote): New variable.
5134 (recentf-cleanup): Use it to conditionally check availablity of
5135 remote files.
5136
5137 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5138
5139 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5140 function names.
5141
5142 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5143
5144 * language/thai-word.el: New file.
5145
5146 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5147
5148 * files.el (backup-buffer): If the file's directory is not
5149 writable, use copy instead of move to backup the file.
5150
5151 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5152
5153 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5154
5155 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5156
5157 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5158 Use functionp instead of symbolp and fboundp. Reported by Drkm
5159 <darkman_spam@yahoo.fr>.
5160 (ps-print-version): New version 6.6.6.
5161
5162 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5163
5164 * textmodes/table.el (table--line-column-position): New idiom.
5165 (table--row-column-insertion-point-p): New function to test
5166 validity of row and column insertion operation at a location.
5167 (table-global-menu, table-cell-menu): Use above functions for
5168 deterministic test operation.
5169 (table--editable-cell-p): Behave in deterministic fashion.
5170
5171 2005-03-18 Juri Linkov <juri@jurta.org>
5172
5173 * isearch.el (isearch-lazy-highlight-new-loop):
5174 Make arguments beg and end optional.
5175 (isearch-update): Remove optional arguments nil from
5176 isearch-lazy-highlight-new-loop.
5177 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5178 isearch-lazy-highlight-case-fold-search instead of
5179 isearch-case-fold-search, and let-bind isearch-regexp to
5180 isearch-lazy-highlight-regexp.
5181 Use isearch-lazy-highlight-last-string instead of isearch-string.
5182
5183 * replace.el (perform-replace): Remove bindings of global
5184 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5185 Add three new arguments to `replace-highlight'.
5186 (replace-highlight): Add arguments string, regexp, case-fold.
5187 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5188 to allow isearch-lazy-highlight-new-loop to use these values
5189 to set corresponding isearch-lazy-highlight-* internal
5190 variables whose values lazy highlighting will use regardless of
5191 changes to global variables isearch-string, isearch-regexp,
5192 isearch-case-fold-search during lazy highlighting loop.
5193 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5194 to `lazy-highlight-cleanup'.
5195
5196 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5197 (ispell-highlight-face): Set default face to `isearch' when
5198 lazy highlighting is enabled.
5199 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5200 priority to 1. Add lazy highlighting.
5201 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5202 from `isearch-dehighlight'.
5203
5204 2005-03-18 David Ponce <david@dponce.com>
5205
5206 * files.el (hack-local-variables): Do a case-insensitive search
5207 for End.
5208
5209 2005-03-18 Juri Linkov <juri@jurta.org>
5210
5211 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5212 `isearch-lazy-highlight-cleanup', add alias to old name and
5213 declare obsolete. Add release numbers to other obsolete vars.
5214 (isearch-done, isearch-lazy-highlight-new-loop):
5215 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5216 (lazy-highlight-cleanup) <variable>: Doc fix.
5217 (isearch-lazy-highlight-update): Rename obsolete
5218 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5219
5220 2005-03-18 Kenichi Handa <handa@m17n.org>
5221
5222 * language/thai-util.el: Fix categorization of Thai characters in
5223 thai-category-table.
5224 (thai-composition-pattern): Adjust it for the above change.
5225 (thai-self-insert-command, thai-compose-syllable): New functions.
5226 (thai-compose-region): Use thai-compose-syllable.
5227 (thai-compose-string): Likewise.
5228 (thai-composition-function): Likewise.
5229 (thai-auto-composition): New function.
5230 (thai-auto-composition-mode): New minor mode.
5231
5232 * language/thai.el: Fix patterns to be registered in
5233 composition-function-table.
5234
5235 * international/quail.el (quail-input-method): Locally bind
5236 inhibit-modification-hooks to t.
5237
5238 2005-03-17 Richard M. Stallman <rms@gnu.org>
5239
5240 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5241 (perl-mode): Use run-mode-hooks.
5242
5243 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5244 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5245 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5246
5247 * mail/sendmail.el (sendmail-send-it): Reenable the code
5248 to compute resend-to-address and use it.
5249
5250 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5251
5252 * image-mode.el: New file.
5253
5254 * image.el (insert-sliced-image): Add autoload cookie.
5255
5256 * font-lock.el (font-lock-lines-before): New user option.
5257 (font-lock-after-change-function): Obey it.
5258
5259 * bindings.el (esc-map): Make M-g a prefix.
5260 Bind M-g g and M-g M-g to goto-line.
5261
5262 * faces.el (face-id): Doc fix.
5263
5264 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5265
5266 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5267 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5268 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5269
5270 * mail/sendmail.el (mail-yank-ignored-headers)
5271 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5272 Add Mail-Followup-To and Mail-Reply-To headers.
5273 (mail-citation-hook): Add autoload cookie.
5274 (mail-mode): Doc fix.
5275 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5276 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5277 (mail-mode-fill-paragraph): Handle those headers.
5278 (mail-mailing-lists): New variable.
5279 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5280
5281 2005-03-17 Juri Linkov <juri@jurta.org>
5282
5283 * isearch.el (isearch-fallback): Check for `(car previous)'
5284 before calling `isearch-other-end-state'.
5285
5286 2005-03-17 Kim F. Storm <storm@cua.dk>
5287
5288 * simple.el (move-beginning-of-line): Move to beginning of buffer
5289 line, as well as beginning of screen line.
5290
5291 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5292
5293 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5294 argument REDRAW rather than calendar-redrawing variable.
5295 * calendar/calendar.el (calendar-redrawing): Delete.
5296 (redraw-calendar): Do not bind calendar-redrawing.
5297
5298 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5299
5300 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5301 diary-file buffer.
5302
5303 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * help.el (describe-mode): Allow a :minor-mode-function property to
5306 specify a different minor mode toggle function than the variable.
5307 * simple.el (auto-fill-function):
5308 * subr.el (add-minor-mode): Use it.
5309
5310 2005-03-16 Kenichi Handa <handa@m17n.org>
5311
5312 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5313 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5314 (ethio-fidel-to-sera-buffer): Likewise.
5315
5316 2005-03-16 Juri Linkov <juri@jurta.org>
5317
5318 * emacs-lisp/find-func.el (find-function-regexp):
5319 Add defun-emitting macro `menu-bar-make-toggle'.
5320
5321 * isearch.el: Put `isearch-scroll' property to
5322 `split-window-horizontally'.
5323
5324 * info.el: Update error messages for `debug-ignored-errors'.
5325 (Info-isearch-search): Doc fix.
5326 (Info-find-node): Move up code to go into info buffer before
5327 recording the node to the history.
5328 (Info-fontify-node): Fontify titles only if the next line
5329 has two or more `*', `=', `-', `.'.
5330 Display "go to this node" for empty (match-string 3).
5331
5332 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5333
5334 * term/mac-win.el: Add mouse pointer shape constants.
5335
5336 2005-03-15 Kim F. Storm <storm@cua.dk>
5337
5338 * simple.el (move-beginning-of-line): Use vertical-motion.
5339
5340 2005-03-15 Juri Linkov <juri@jurta.org>
5341
5342 * isearch.el (isearch-error): New variable.
5343 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5344 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5345 (isearch-within-brackets-state): Remove.
5346 (isearch-case-fold-search-state, isearch-pop-fun-state):
5347 Decrease frame index.
5348 (isearch-mode, isearch-top-state, isearch-push-state)
5349 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5350 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5351 (isearch-search, isearch-lazy-highlight-new-loop):
5352 Replace `isearch-invalid-regexp' with `isearch-error'.
5353 Remove `isearch-within-brackets'.
5354 (isearch-search): Add `search-failed' handler to `condition-case'.
5355 (isearch-lazy-highlight-search): Add `condition-case' to catch
5356 errors and allow `isearch-lazy-highlight-update' to try
5357 highlighting from the beginning of the window.
5358 (isearch-repeat): Move up code to set isearch-wrapped to t
5359 before calling isearch-wrap-function.
5360
5361 * info.el (Info-isearch-initial-node): New internal variable.
5362 (Info-search): Signal an error in isearch mode when search leaves
5363 the initial node. Signal an error when `bound' is non-nil and
5364 nothing was found in the current subfile.
5365 (Info-isearch-search): Remove `condition-case'.
5366 (Info-isearch-wrap): Don't wrap when search failed during leaving
5367 the initial node. If `Info-isearch-search' is nil, wrap around
5368 the current node.
5369 (Info-isearch-start): New fun.
5370 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5371 `isearch-mode-hook'.
5372
5373 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5374
5375 * simple.el (normal-erase-is-backspace): Set default to t if
5376 running on Mac.
5377
5378 * term/mac-win.el (function-key-map): Sync with x-win.el.
5379
5380 2005-03-15 Kenichi Handa <handa@m17n.org>
5381
5382 * international/mule-cmds.el (locale-language-names): Modify the
5383 format of elements and add more entries.
5384 (locale-preferred-coding-systems): Add more entries.
5385 (set-locale-environment): Adjust for the change of
5386 locale-language-names.
5387
5388 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * pcvs.el (smerge-ediff): Remove bogus autoload.
5391
5392 2005-03-14 Lute Kamstra <lute@gnu.org>
5393
5394 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5395 Ignore a `*' at the beginning of a line.
5396
5397 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5398 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5399 subr.el.
5400 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5401 to specify indentation.
5402
5403 * generic.el (define-generic-mode): Let generic-mode-list be a
5404 list of strings; test membership with equal.
5405
5406 2005-03-14 Kim F. Storm <storm@cua.dk>
5407
5408 * simple.el (next-line, previous-line): Add optional try-vscroll
5409 arg to recognize interactive use. Pass it on to line-move.
5410 (line-move): Don't perform auto-window-vscroll when defining or
5411 executing keyboard macro to ensure consistent behaviour.
5412
5413 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5414
5415 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5416
5417 2005-03-13 Lute Kamstra <lute@gnu.org>
5418
5419 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5420 debugger-setup-buffer so that backtrace marks the frames set to
5421 debug-on-exit and we don't have to do it manually. Set an extra
5422 debug-on-exit for macro's.
5423 (debugger-setup-buffer): Don't mark the top frame manually.
5424
5425 2005-03-12 Lute Kamstra <lute@gnu.org>
5426
5427 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5428 lisp-indent-function throughout.
5429 (with-no-warnings): Set lisp-indent-function property.
5430
5431 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5432
5433 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5434 Add entry for backslash.
5435
5436 2005-03-12 Juri Linkov <juri@jurta.org>
5437
5438 * info.el (Info-search): Four fixes for backward search.
5439
5440 2005-03-11 Jay Belanger <belanger@truman.edu>
5441
5442 * calc/calc.el (calc-language-alist): New variable.
5443 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5444 (calc-embedded-find-modes): Use calc-language-alist instead of
5445 calc-embedded-language-alist.
5446
5447 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5448
5449 * calendar/calendar.el (calendar-redrawing): New internal
5450 variable.
5451 (redraw-calendar): Remove bogus save-excursion from previous
5452 change. Bind calendar-redrawing to t for mark-diary-entries.
5453 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5454 calendar if that is why we were called.
5455
5456 2005-03-11 Kenichi Handa <handa@m17n.org>
5457
5458 * international/mule.el (make-coding-system): Set property
5459 coding-system-define-form to nil.
5460 (define-coding-system-alias): Likewise.
5461
5462 2005-03-11 Kenichi Handa <handa@m17n.org>
5463
5464 These changes are suggested by Dave Love <fx@gnu.org>.
5465
5466 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5467 coding: tag.
5468 (adaptive-fill-regexp): Add more bullets.
5469 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5470 regexps.
5471
5472 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * help.el (describe-mode): Properly handle non-trivial lighters.
5475 Don't ignore minor modes that are not listed in minor-mode-list.
5476
5477 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5478 feature ON when the user requests to turn it OFF.
5479
5480 2005-03-10 Lute Kamstra <lute@gnu.org>
5481
5482 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5483 (implement-debug-on-entry): New function to replace debug-entry-code.
5484 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5485 second argument as the 2005-03-07 change makes it obsolete.
5486 (debug-on-entry, cancel-debug-on-entry): Update call to
5487 debug-on-entry-1.
5488 (debug, debugger-setup-buffer): Comment update.
5489 (debugger-frame-number): Update to work with implement-debug-on-entry.
5490
5491 2005-03-10 Jay Belanger <belanger@truman.edu>
5492
5493 * calc/calc-embed.el (math-ms-args): Declare it.
5494 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5495 math-ms-args.
5496 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5497 variables.
5498
5499 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5500
5501 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5502 Use message-box.
5503
5504 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5505 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5506 (tooltip-gud-tips): Simplify.
5507 (tooltip-gud-tips-p): Remove superflouous :set.
5508 (tooltip-gud-modes): Add fortran-mode.
5509 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5510
5511 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5512
5513 2005-03-09 Kim F. Storm <storm@cua.dk>
5514
5515 * play/animate.el (animate-place-char): Use forward-line instead
5516 of next-line to improve performance.
5517
5518 2005-03-09 Simon Josefsson <jas@extundo.com>
5519
5520 * net/browse-url.el (browse-url-default-browser): Doc fix.
5521
5522 2005-03-09 Miles Bader <miles@gnu.org>
5523
5524 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5525 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5526
5527 2005-03-09 Kenichi Handa <handa@m17n.org>
5528
5529 * international/latin-1.el: Set case and syntax for 255 only if
5530 set-case-syntax-set-multibyte is nil.
5531
5532 * textmodes/ispell.el (ispell-insert-word): New function.
5533 (ispell-word): Use ispell-insert-word to insert a new word.
5534 (ispell-process-line): Likewise.
5535 (ispell-complete-word): Likewise.
5536
5537 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5538
5539 * calendar/calendar.el (redraw-calendar): Preserve point.
5540 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5541 (calendar-week-start-day): Move after definition of
5542 redraw-calendar. Delete buffer test, since redraw-calendar has
5543 that now.
5544
5545 * calendar/diary-lib.el (mark-diary-entries): Only call
5546 redraw-calendar in the first of any recursive calls.
5547 Reported by Alan Shutko <ats@acm.org>.
5548
5549 2005-03-08 Juri Linkov <juri@jurta.org>
5550
5551 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5552 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5553 (html-radio-buttons): Add a space before the trailing `/>' where
5554 sgml-xml-mode is non-nil.
5555 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5556 the subsequent tag of the empty XML tag.
5557 (html-href-anchor): Don't set initial input to "http:".
5558 (html-image): Ask for the image URL and set point inside alt="".
5559 (html-name-anchor): Duplicate the name in the `id' attribute when
5560 sgml-xml-mode is non-nil.
5561 (html-paragraph): Remove \n before <p>.
5562 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5563 instead of `checked' when sgml-xml-mode is non-nil.
5564
5565 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5566 Remove 1 space before #RRGGBB to not truncate it on terminal
5567 windows w/o fringes. Remove 1 space between bg and fg examples
5568 to get more space.
5569 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5570 avoid byte-compile warnings.
5571
5572 * image-file.el (image-file-handler): Put `safe-magic' property to
5573 `image-file-handler'.
5574
5575 * info.el (Info-isearch-search): Emulate word search in
5576 isearching through multiple Info nodes with Info-search.
5577 (Info-isearch-wrap): Allow isearch-word.
5578
5579 2005-03-08 Lute Kamstra <lute@gnu.org>
5580
5581 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5582 stepping into the debugger's code is not possible.
5583 (debugger-jumping-flag): Docstring update.
5584
5585 2005-03-08 Jay Belanger <belanger@truman.edu>
5586
5587 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5588 embedded mode begins.
5589 (calc-embedded-language-alist): New variable.
5590 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5591 set default language mode.
5592
5593 2005-03-08 Kenichi Handa <handa@m17n.org>
5594
5595 * international/ccl.el (define-ccl-program): Fix docstring about
5596 extra 256 bytes assured for the output buffer.
5597
5598 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5599 Fix BUFFER_MAGNIFICATION to 2.
5600 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5601
5602 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5603
5604 * align.el (align-rules-list): Added an alignment rule for CSS
5605 declarations (applies to css-mode and html-mode buffers).
5606
5607 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5610
5611 2005-03-07 Kim F. Storm <storm@cua.dk>
5612
5613 * simple.el (move-beginning-of-line): New command.
5614
5615 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5616
5617 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5618
5619 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5620 and move-beginning-of-line.
5621
5622 * apropos.el (apropos-print): Omit command from M-x ... RET.
5623
5624 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5625
5626 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5627 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5628
5629 2005-03-06 Richard M. Stallman <rms@gnu.org>
5630
5631 * bindings.el (esc-map): Bind M-g to goto-line.
5632
5633 * facemenu.el (global-map): Bind M-o, not M-g.
5634
5635 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5636
5637 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5638 "Open Directory" as for "Open File".
5639
5640 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5643 (push-mark-command): Run activate-mark-hook.
5644
5645 2005-03-06 Richard M. Stallman <rms@gnu.org>
5646
5647 * help-mode.el (help-mode-finish): Don't alter the element
5648 in view-return-to-alist if there already is one.
5649
5650 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5651 make sure the current buffer is the expected one.
5652
5653 * novice.el (disabled-command-function): Output in *Disabled Command*.
5654 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5655
5656 * textmodes/flyspell.el (flyspell-large-region):
5657 Pass args differently for aspell.
5658
5659 * files.el (mode-require-final-newline): Doc fix.
5660
5661 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5662
5663 * progmodes/which-func.el (which-function):
5664 Specify NOERROR when calling imenu--make-index-alist.
5665
5666 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * simple.el (normal-erase-is-backspace): Define default value.
5669
5670 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5671 (custom-reevaluate-setting): Simple function to handle
5672 variables that are defined before their default value can really
5673 be computed.
5674
5675 * startup.el (command-line): Use it for temporary-file-directory,
5676 small-emporary-file-directory, auto-save-file-name-transforms,
5677 blink-cursor-mode, and normal-erase-is-backspace.
5678
5679 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5680 progress, even with buggy anchored keywords.
5681
5682 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5683
5684 * simple.el (goto-line): Remove unbalanced final parenthesis.
5685
5686 2005-03-05 Richard M. Stallman <rms@gnu.org>
5687
5688 * simple.el (goto-line): Use a number at point as the default.
5689 With C-u as arg, switch buffers.
5690
5691 2005-03-05 Juri Linkov <juri@jurta.org>
5692
5693 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5694 with `no-blinking-cursor'.
5695
5696 * startup.el (no-blinking-cursor): New defvar.
5697 (command-line): Add `--no-blinking-cursor' to longopts.
5698 Set `no-blinking-cursor' to t for command line arguments
5699 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5700 with `no-blinking-cursor' in the condition for calling
5701 `blink-cursor-mode'.
5702
5703 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5704
5705 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5706 (menu-bar-options-save): Add blink-cursor-mode.
5707 (menu-bar-options-menu): Add blink-cursor-mode.
5708
5709 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5710
5711 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5712 (icalendar-export-file, icalendar-export-region)
5713 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5714 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5715
5716 2005-03-04 Lute Kamstra <lute@gnu.org>
5717
5718 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5719 (debug-function-list): Ditto.
5720
5721 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5722
5723 * textmodes/texinfmt.el (texinfo-append-refill):
5724 Redefine the types of line to which @refill
5725 is not appended by replacing a search for `@refill\\|@bye' with
5726 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5727 itemize@refill' bug and the unfilled long lines bug.
5728 (texinfmt-version): Update number and date.
5729
5730 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5731
5732 * international/code-pages.el (windows-1250, windows-125[2-8])
5733 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5734
5735 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5738 bound yet.
5739
5740 2005-03-02 Romain Francoise <romain@orebokech.com>
5741
5742 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5743 buffer after removing limits.
5744 (ibuffer-pop-filter): Ditto.
5745 Update copyright.
5746
5747 2005-03-02 Miles Bader <miles@gnu.org>
5748
5749 * button.el (make-text-button): If the user doesn't specify a
5750 type, use the default. Rewrite to use `add-text-properties' and
5751 plist functions.
5752
5753 2005-03-01 Lute Kamstra <lute@gnu.org>
5754
5755 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5756 (debugger-jumping-flag): New var.
5757 (debug-entry-code): Use it.
5758 (debugger-jump): Use debugger-jumping-flag and add
5759 debugger-reenable to post-command-hook.
5760 (debugger-reenable): Use debugger-jumping-flag and remove itself
5761 from post-command-hook.
5762 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5763 debugger-reenable.
5764
5765 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5766
5767 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5768 inclusion of "itemize\\|", which may be unnecessary, is certainly
5769 inelegant, and stops refilling in itemize lists when formatting
5770 Japanese Texinfo files to Info.
5771 Update copyright to 2005.
5772
5773 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5774
5775 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5776 of an error if GDB can't find the source file.
5777
5778 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5779
5780 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5781 not just the calendar.
5782
5783 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5784 first.
5785 (diary-redraw-calendar): New function.
5786 (make-diary-entry): Add diary-redraw-calendar to local
5787 write-contents-functions. Turn off selective display before
5788 inserting in diary.
5789
5790 2005-03-01 Kim F. Storm <storm@cua.dk>
5791
5792 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5793
5794 2005-03-01 Lute Kamstra <lute@gnu.org>
5795
5796 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5797 that debug-entry-code can be safely removed from a function while
5798 this code is being evaluated. Revert the 2005-02-27 change as the
5799 new implementation no longer requires it. Make sure that a
5800 function body containing just a string is not mistaken for a docstring.
5801 (debug): Skip one more frame in case of debug on entry.
5802 (debugger-setup-buffer): Delete one more frame line in case of
5803 debug on entry.
5804 (debugger-frame-number): Update to use the new text introduced by
5805 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5806
5807 2005-02-28 Kim F. Storm <storm@cua.dk>
5808
5809 * double.el (double-translate-key): Call force-window-update after
5810 read-event to avoid crash in redisplay.
5811
5812 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5815 (debug): Use it. Move the inhibit-trace earlier.
5816 (debug-entry-code): New const.
5817 (debug-on-entry-1): Use it.
5818
5819 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5820
5821 * international/utf-16.el (ccl-encode-mule-utf-16le):
5822 Fix BUFFER_MAGNIFICATION to 2.
5823 (ccl-encode-mule-utf-16be): Likewise.
5824
5825 2005-02-28 Kenichi Handa <handa@m17n.org>
5826
5827 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5828 Fix BUFFER_MAGNIFICATION to 4.
5829 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5830
5831 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5832
5833 * speedbar.el (speedbar-update-flag): Doc fix.
5834 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5835 argument.
5836
5837 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5840 have a non-nil `invisible' property but are actually visible.
5841
5842 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5843 for perldoc sections.
5844 (perl-outline-regexp, perl-outline-level): New var and function.
5845 (perl-mode): Use them.
5846
5847 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5848
5849 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5850 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5851
5852 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5853
5854 * cus-edit.el: Comment change.
5855 (custom-buffer-create-internal): Slightly reword text at top of
5856 Custom buffers. Mention there that saving an option edits the
5857 init file. Add link to Emacs manual node on `custom-file'.
5858 (custom-magic-alist): Rewrite individual State messages to use
5859 capitalized keywords. Doc fix.
5860
5861 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5862
5863 * calendar/calendar.el (calendar-buffer): Move above
5864 calendar-week-start-day.
5865 (calendar-week-start-day): Doc fix. Add :set function.
5866 (calendar-minimum-window-height): New variable.
5867 (generate-calendar-window): Only resize window if selected-window
5868 is displaying the calendar buffer. Use new variable
5869 calendar-minimum-window-height.
5870 (generate-calendar): Reword error message.
5871 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5872
5873 2005-02-27 Andreas Schwab <schwab@suse.de>
5874
5875 * vc.el (vc-do-command): Don't run command asynchronously when
5876 operating in a remote directory.
5877
5878 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5879 change from sync with Tramp 2.0.47.
5880
5881 2005-02-27 Richard M. Stallman <rms@gnu.org>
5882
5883 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5884
5885 * textmodes/flyspell.el (flyspell-mode-on):
5886 Call ispell-change-dictionary only if necessary.
5887
5888 * emacs-lisp/re-builder.el (regexp-builder): New function.
5889
5890 * register.el (describe-register-1): Explicitly handle
5891 yank-excluded-properties = t.
5892
5893 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5894 (custom-magic-alist): Change the status descriptions again.
5895 (face widget-type): Total rewrite based on `restricted-sexp'
5896 to eliminate the confusing double hiding levels.
5897
5898 * emacs-lisp/debug.el (debug-on-entry-1):
5899 If function body is empty, add nil as body form.
5900
5901 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * emacs-lisp/trace.el (inhibit-trace): New var.
5904 (trace-make-advice): Use it.
5905
5906 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5907
5908 2005-02-26 Kim F. Storm <storm@cua.dk>
5909
5910 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5911 (mouse-on-link-p, mouse-drag-region-1): Use it.
5912
5913 2005-02-25 Lute Kamstra <lute@gnu.org>
5914
5915 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5916
5917 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5918
5919 * frame.el (blink-cursor-mode): Add :group keyword.
5920
5921 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5922
5923 * calendar/icalendar.el (icalendar--decode-isodatetime):
5924 New optional argument DAY-SHIFT.
5925 (icalendar-export-region): Fix coding-system-for-write.
5926 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5927 events by one.
5928
5929 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5932
5933 2005-02-24 Kim F. Storm <storm@cua.dk>
5934
5935 * international/iso-acc.el (iso-accents-compose): Fix crash
5936 during redisplay. Call force-window-update after read-event
5937 and delete-region to signal that window is not accurate.
5938
5939 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5940
5941 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5942 Remove unused and inexistent var `inhibit-trace'.
5943 (debugger-mode): Use run-mode-hooks.
5944 (debugger-list-functions): Add buttons; setup xref stack.
5945
5946 2005-02-23 Richard M. Stallman <rms@gnu.org>
5947
5948 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5949 appointment says it was explicitly made.
5950 (appt-add): Set the 3rd element.
5951 (appt-make-list): Preserve explicit appointments.
5952
5953 * subr.el (find-tag-default): Catch errors in forward-sexp.
5954
5955 2005-02-23 Juri Linkov <juri@jurta.org>
5956
5957 * info.el (Info-isearch-search): New defcustom.
5958 (Info-isearch-search): Call the default isearch function
5959 when Info-isearch-search is nil.
5960 (Info-isearch-wrap): Use variable Info-isearch-search.
5961
5962 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5963
5964 * cus-edit.el: Comment change.
5965
5966 2005-02-22 Kim F. Storm <storm@cua.dk>
5967
5968 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5969 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5970
5971 2005-02-22 Simon Josefsson <jas@extundo.com>
5972
5973 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5974 New variable.
5975 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5976 Oskarsson" <myrkraverk@users.sourceforget.net>.
5977
5978 2005-02-22 Kim F. Storm <storm@cua.dk>
5979
5980 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5981 check that window of that event is the selected window.
5982 (mouse-drag-region-1): Compare mouse event window to selected
5983 window before setting point.
5984
5985 * tooltip.el (tooltip-show-help-function): Pass event to
5986 mouse-on-link-p so it can check selected window.
5987
5988 2005-02-22 Kenichi Handa <handa@m17n.org>
5989
5990 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5991 (ps-mule-show-warning): New function.
5992 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5993 characters are found.
5994
5995 * ps-print.el (ps-header-footer-string): Return a list of header
5996 and footer strings.
5997
5998 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5999
6000 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6001
6002 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * frame.el (blink-cursor-mode): Use define-minor-mode.
6005
6006 * term/mac-win.el (function-key-map): Use char-names more consistently.
6007 (file-name-coding-system): Only set it for MacOS-9. The other case is
6008 already handled in mule-cmds.el (where it also works when mac-win.el
6009 is not used).
6010
6011 2005-02-21 Kenichi Handa <handa@m17n.org>
6012
6013 * international/mule.el (ctext-pre-write-conversion): Always use
6014 " *code-converting-work*" buffer for work.
6015
6016 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6017
6018 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6019
6020 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6021
6022 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6023
6024 * ses.el (undo-more): Restore defadvice, but only the part that
6025 allows changes outside the restricted area of the buffer.
6026
6027 2005-02-20 Kim F. Storm <storm@cua.dk>
6028
6029 * simple.el (line-move): Add fourth optional arg try-vscroll which
6030 must be set to perform auto-window-vscroll.
6031 When moving backwards and doing auto-window-vscroll, automatically
6032 vscroll to the last part of lines which are taller than the window.
6033 (next-line, previous-line): Set try-vscroll arg on line-move.
6034
6035 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6036
6037 * replace.el (query-replace, query-replace-regexp)
6038 (replace-string, replace-regexp): When operating on region, make
6039 the minibuffer prompt say so.
6040
6041 * isearch.el (isearch-forward): Document isearch-query-replace and
6042 isearch-query-replace-regexp keybindings.
6043
6044 2005-02-19 Jay Belanger <belanger@truman.edu>
6045
6046 * calc/calc-aent.el (math-read-token): Add local variable.
6047
6048 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6049 (calc-edit-top): Move declaration to earlier in file.
6050 (calc-edit-macro-repeats): Add local variables.
6051
6052 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6053 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6054 calcFunc-tanh.
6055 Adjust integration rule for calcFunc-tan.
6056
6057 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6058
6059 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6060 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6061 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6062 (viper-skip-separators): Bug fix.
6063 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6064 particular major mode.
6065 (viper-del-backward-char-in-replace): Don't put deleted char on the
6066 kill ring.
6067
6068 * viper-ex.el (viper-color-display-p): New function.
6069 (viper-has-face-support-p): Use viper-color-display-p.
6070
6071 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6072
6073 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6074
6075 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6076 (viper-file-remote-p): Make equivalent to file-remote-p.
6077
6078 * viper.el (viper-major-mode-modifier-list):
6079 Use viper-gnus-modifier-map.
6080
6081 2005-02-19 David Kastrup <dak@gnu.org>
6082
6083 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6084 quoting.
6085
6086 2005-02-19 Jay Belanger <belanger@truman.edu>
6087
6088 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6089 Remove extra definitions.
6090 (calc-coth): New function.
6091 (calcFunc-cot): Fix `let'.
6092
6093 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6094
6095 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6096 the reasons we use "type pc" in these faces.
6097
6098 * button.el (button): Ditto.
6099
6100 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6101
6102 * replace.el (query-replace-read-from): Set the value of
6103 query-replace-from-history-variable to handle the case of an empty
6104 string entered to accept the suggested default.
6105
6106 * net/tramp.el (tramp-file-name-for-operation):
6107 Use dired-call-process instead of dired-call-process-command.
6108
6109 2005-02-19 Jay Belanger <belanger@truman.edu>
6110
6111 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6112 (math-div-non-trig): New variables.
6113 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6114 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6115 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6116 trig expressions.
6117
6118 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6119
6120 * progmodes/gdb-ui.el (gdb-var-update-handler)
6121 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6122 for watch expressions,
6123 (gdb-var-create-handler): Don't set speedbar-update-flag.
6124 (gdb-post-prompt): Simplify test for speedbar.
6125
6126 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6127
6128 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6129 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6130 we use the syntax table of the correct buffer.
6131 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6132 Felix Gatzemeier.
6133
6134 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6135 (ediff-file-remote-p): Make synonymous with file-remote-p.
6136 In all deffaces ediff-*-face-*, use min-colors.
6137
6138 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6139 ediff-recurse-to-subdirectories.
6140 (ediff-mark-if-equal): Check that the arguments are strings, use
6141 ediff-same-contents (after to Felix Gatzemeier).
6142
6143 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6144 nil.
6145
6146 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6149
6150 2005-02-18 David Kastrup <dak@gnu.org>
6151
6152 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6153 use `mark-active' when defined.
6154
6155 2005-02-18 Kenichi Handa <handa@m17n.org>
6156
6157 * ps-print.el (ps-font-info-database): New entry
6158 ZapfChancery-MediumItalic with correct font name. Fix font name
6159 of the entry Zapf-Chancery-MediumItalic.
6160
6161 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6162
6163 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6164
6165 2005-02-16 Kim F. Storm <storm@cua.dk>
6166
6167 * ido.el (ido-fallback-command): Pass user input to fallback command.
6168
6169 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6170
6171 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6172 (gdb-find-file-hook): Add server prefix.
6173
6174 2005-02-16 Richard M. Stallman <rms@gnu.org>
6175
6176 * replace.el (perform-replace): Pass new args to replace-highlight.
6177 (replace-highlight): Take region args,
6178 and pass them to isearch-lazy-highlight-new-loop.
6179
6180 * novice.el (disabled-command-hook): Autoload the defalias
6181 and the make-obsolete-variable call.
6182
6183 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6184
6185 * isearch.el (isearch-lazy-highlight-start-limit)
6186 (isearch-lazy-highlight-end-limit): New variables limit
6187 the region for highlighting.
6188 (isearch-lazy-highlight-new-loop): New args BEG and END.
6189 (isearch-lazy-highlight-search): Use the new vars.
6190 (isearch-lazy-highlight-update): Likewise.
6191
6192 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6193
6194 * cus-start.el (all): Use default-boundp.
6195
6196 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6197
6198 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6199
6200 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6201
6202 * autorevert.el (auto-revert-stop-on-user-input)
6203 (auto-revert-verbose): Doc fixes.
6204
6205 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6206
6207 * international/mule-cmds.el (set-locale-environment): Remove call
6208 to set-selection-coding-system on Windows.
6209
6210 2005-02-15 Jay Belanger <belanger@truman.edu>
6211
6212 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6213 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6214 calcFunc-coth.
6215 (math-simplify-sqrt): Add simplifications.
6216
6217 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6218 to list.
6219
6220 * calc/calc-ext.el: Add functions to autoloads.
6221
6222 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6223 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6224 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6225 (math-csc-raw, math-cot-raw): New functions.
6226
6227 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6228
6229 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6230 the variable name in a message.
6231
6232 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6233 calcFunc-csc, calcFunc-cot.
6234
6235 * calc/calcalg2.el: Add derivative and integration rules for
6236 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6237 calcFunc-csch, calcFunc-coth.
6238 (math-do-integral-methods): Add to checks for when to use
6239 substitutions.
6240
6241 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6242
6243 2005-02-15 Lute Kamstra <lute@gnu.org>
6244
6245 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6246 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6247 <monnier@iro.umontreal.ca>
6248 (lisp-outline-level): Improve efficiency. Suggested by David
6249 Kastrup <dak@gnu.org>.
6250
6251 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6252
6253 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6254 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6255 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6256 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6257 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6258
6259 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * cus-start.el (all): Comment change.
6262
6263 2005-02-14 Lute Kamstra <lute@gnu.org>
6264
6265 * cus-start.el (all): Check if symbol is void.
6266
6267 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6268
6269 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6270 optional argument to \cite.
6271
6272 2005-02-14 Richard M. Stallman <rms@gnu.org>
6273
6274 * cus-edit.el (custom-buffer-create-internal): Update help message.
6275 (custom-magic-alist): Update help messages.
6276
6277 * cus-start.el (all): Allow a var to specify a standard value.
6278
6279 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6280
6281 * custom.el (custom-theme-set-variables): Handle variable aliases.
6282
6283 * frame.el (blink-cursor-timer): Doc fix.
6284 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6285 declare obsolete.
6286 (blink-cursor-mode): Define with defcustom and use correct
6287 standard expression in that defcustom.
6288 * startup.el (command-line): Adapt to above changes in frame.el.
6289
6290 2005-02-11 Lute Kamstra <lute@gnu.org>
6291
6292 * apropos.el (apropos-score-doc): Prevent division by zero.
6293
6294 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6295
6296 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6297 (icalendar--get-event-property-attributes)
6298 (icalendar--get-event-properties)
6299 (icalendar--datetime-to-diary-date): New functions.
6300 (icalendar--split-value): Doc fix.
6301 (icalendar--datetime-to-noneuropean-date)
6302 (icalendar--datetime-to-european-date): New optional argument
6303 SEPARATOR. Return result as a string instead of a list.
6304 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6305 (icalendar--convert-string-for-export): Rename arg S to STRING.
6306 (icalendar-export-region): Doc fix. Change name of error buffer.
6307 Save output buffer.
6308 (icalendar-import-file): Add blank at end of prompt.
6309 (icalendar-import-buffer): Doc fix. Do not switch to error
6310 buffer. Indicate status in return value.
6311 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6312 buffer. Save output buffer. Handle exception from recurrence
6313 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6314 events. Fix problems with weekly all-day events.
6315
6316 2005-02-10 Richard M. Stallman <rms@gnu.org>
6317
6318 * simple.el (eval-expression-print-format):
6319 Avoid warning about edebug-active.
6320
6321 * help.el (help-for-help-internal): Rename from help-for-help.
6322 (help-for-help): Define with defalias.
6323
6324 * font-core.el (font-lock-default-function): Use with-no-warnings.
6325
6326 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6327
6328 * custom.el (defface): Doc fix.
6329
6330 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6331
6332 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6333 width 0" to prevent word wrapping problems.
6334
6335 2005-02-09 Kim F. Storm <storm@cua.dk>
6336
6337 * ido.el (ido-file-extensions-order): New defcustom.
6338 (ido-file-extension-lessp, ido-file-extension-aux)
6339 (ido-file-extension-order): New advanced file ordering.
6340 (ido-file-lessp): New simple file ordering.
6341 (ido-sort-list): Remove.
6342 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6343 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6344
6345 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6346
6347 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6348 that some versions of grep produce.
6349 (grep-mode-font-lock-keywords): Likewise.
6350
6351 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6354 (gdb-cdir): Delete.
6355 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6356 (gdb-source-info): Treat case when source file is in another
6357 directory properly.
6358 (gdb-get-location): New function.
6359
6360 2005-02-07 Jay Belanger <belanger@truman.edu>
6361
6362 * calc/calc-prog.el (calc-write-parse-table-part)
6363 (calc-fix-token-name): Fix a check for language type.
6364
6365 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6366
6367 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6368
6369 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6370 as directory not writable.
6371
6372 2005-02-07 Kim F. Storm <storm@cua.dk>
6373
6374 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6375 (cua--standard-movement-commands): Remove list.
6376 Instead, set CUA property value to move for movement commands.
6377 (cua-movement-commands): Remove. Users must set CUA prop instead.
6378 (cua--pre-command-handler): Check CUA property.
6379 (cua--init-keymaps): Don't remap undo commands.
6380 (cua-mode): Don't call cua--rectangle-on-off.
6381
6382 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6383 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6384 (cua--rect-undo-set-point): New var.
6385 (cua--rectangle-undo-boundary): Setup undo apply entry.
6386 (cua--rect-undo-handler): New function for rectangle undo.
6387 (cua--rect-start-position, cua--rect-end-position): Add.
6388 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6389 for restored rectangle. Set point if cua--rect-undo-set-point.
6390
6391 2005-02-06 Jay Belanger <belanger@truman.edu>
6392
6393 * calc/calc-lang.el (calc-tex-language): Display more information
6394 in messages.
6395
6396 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6397 in TeX mode.
6398
6399 2005-02-06 Richard M. Stallman <rms@gnu.org>
6400
6401 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6402
6403 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6404
6405 * net/ldap.el (ldap-search-internal): Support attributes with
6406 optional descriptions separated by a semi-colon, as in
6407 "userCertificate;binary".
6408
6409 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6410
6411 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6412 isn't a cons (i.e. the version is 0).
6413
6414 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6415
6416 * help.el (help-for-help): Doc fix.
6417
6418 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6419
6420 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6421 GDB-Windows on the menu-bar as this works better.
6422
6423 2005-02-04 Jay Belanger <belanger@truman.edu>
6424
6425 * calc/calc-embed.el (calc-embedded-update): Don't put in
6426 unnecessary newlines. Adjust the end of formula marker.
6427
6428 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6429 (math-latex-parse-two-args): New function.
6430
6431 2005-02-03 Lute Kamstra <lute@gnu.org>
6432
6433 * help-fns.el (help-with-tutorial): Make sure that users cannot
6434 remove the entire text of the tutorial by means of `undo'.
6435
6436 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6439 in recent changes, where the ispell process was repeatedly
6440 killed & restarted.
6441
6442 * international/mule-cmds.el (set-locale-environment): Set file-name
6443 coding system to utf-8 on Darwin systems.
6444 (set-default-coding-systems): Don't set default-file-name-coding-system
6445 on Darwin systems.
6446
6447 2005-02-03 Richard M. Stallman <rms@gnu.org>
6448
6449 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6450
6451 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6452
6453 * faces.el (list-faces-display): Add optional argument.
6454
6455 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * font-core.el (font-lock-default-function): Handle the rare case where
6458 only font-lock-keywords is set.
6459
6460 2005-02-02 Kenichi Handa <handa@m17n.org>
6461
6462 * international/characters.el: Cancel previous change for
6463 I-WITH-DOT-ABOVE and DOTLESS-i.
6464
6465 * international/latin-5.el: Cancel previous change.
6466
6467 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6468
6469 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6470
6471 2005-02-02 Kenichi Handa <handa@m17n.org>
6472
6473 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6474 DOTLESS-i.
6475
6476 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6477 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6478
6479 * case-table.el (get-upcase-table): New function.
6480 (copy-case-table): Copy upcaes table too if non-nil.
6481 (set-case-syntax-delims): Maintain upcase table too.
6482 (set-case-syntax-pair): Likewise.
6483 (set-upcase-syntax, set-downcase-syntax): New functions.
6484 (set-case-syntax): Maintain upcase table too.
6485
6486 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6487
6488 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6489
6490 * progmodes/gud.el (gud-goto-info): New function.
6491 (gud-tool-bar-map): Use correct icon.
6492
6493 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6494
6495 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6496 When delegating, order args in the funcall correctly.
6497
6498 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6499
6500 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6501
6502 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6503
6504 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6505 buffer not visiting a file.
6506
6507 2005-01-31 Jay Belanger <belanger@truman.edu>
6508
6509 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6510 bound on the line with the formula.
6511
6512 2005-01-31 Kim F. Storm <storm@cua.dk>
6513
6514 * ses.el (ses-create-cell-variable-range)
6515 (ses-destroy-cell-variable-range, ses-reset-header-string)
6516 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6517 (ses-insert-row): Fix format of apply undo entries.
6518
6519 2005-01-31 Jay Belanger <belanger@truman.edu>
6520
6521 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6522 parts.
6523
6524 * calc/calc-embed.el (calc-embedded-open-formula)
6525 (calc-embedded-close-formula): Ignore matrix environments.
6526
6527 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6528 TeX mode.
6529
6530 * calc/calc-lang.el (math-function-table, math-oper-table)
6531 (math-variable-table): Adjust the LaTeX portions.
6532
6533 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6534 (math-latex-ignore-words): New constant.
6535
6536 2005-01-31 Richard M. Stallman <rms@gnu.org>
6537
6538 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6539 (ispell-local-dictionary): Doc fix.
6540 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6541 Don't reinitialize at run time. Don't defcustom.
6542 All uses changed to append ispell-local-dictionary-alist,
6543 or check it first.
6544 (ispell-current-dictionary): New variable for dictionary in use.
6545 (ispell-dictionary): Now used only for global default.
6546 (ispell-start-process): Set ispell-current-dictionary,
6547 not ispell-dictionary.
6548 (ispell-change-dictionary): Use this only for setting
6549 user preferences.
6550 (ispell-internal-change-dictionary): New function
6551 to change the current dictionary in use.
6552 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6553 Use ispell-current-dictionary.
6554 Handle ispell-local-dictionary-overridden.
6555 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6556
6557 2005-01-31 Jay Belanger <belanger@truman.edu>
6558
6559 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6560
6561 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6562 (calc-mode-map): Add calc-latex-language.
6563
6564 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6565 (math-latex-print-frac): New functions.
6566 (math-oper-table, math-function-table, math-variable-table)
6567 (math-complex-format, math-input-filter): Add latex properties.
6568 (calc-set-language): Set math-expr-special-function-mapping.
6569
6570 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6571 (calc-write-parse-table-part): Add LaTeX support.
6572
6573 * calc/calc.el (calc-language): Adjust docstring.
6574 (calc-set-mode-line): Add LaTeX support.
6575 (math-expr-special-function-mapping): New variable.
6576 (math-tex-ignore-words): Add to list.
6577
6578 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6579 Add LaTeX support.
6580 (math-compose-expr): Add support for special functions.
6581
6582 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6583
6584 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6585
6586 * progmodes/gdb-ui.el (gdb-memory-address)
6587 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6588 (gdb-memory-mode-map, gdb-memory-format-keymap)
6589 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6590 (gdb-memory-unit-menu): New variables for a buffer
6591 that lets the user examine program memory.
6592 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6593 (gdb-memory-format-binary, gdb-memory-format-octal)
6594 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6595 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6596 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6597 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6598 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6599 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6600 (gdb-memory-mode, gdb-memory-buffer-name)
6601 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6602 New functions for above buffer.
6603
6604 2005-01-30 Richard M. Stallman <rms@gnu.org>
6605
6606 * cus-edit.el (custom-bury-buffer): Function deleted.
6607 (custom-buffer-done-function): Option deleted.
6608 (custom-buffer-done-kill): New (replacement option.
6609 (Custom-buffer-done): Call quit-window.
6610 (custom-buffer-create-internal): Update for above changes.
6611
6612 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6613
6614 * simple.el (undo-ask-before-discard): New var.
6615 (undo-outer-limit-truncate): Implement it.
6616 (undo-extra-outer-limit): Doc update.
6617
6618 2005-01-29 Richard M. Stallman <rms@gnu.org>
6619
6620 * ses.el (undo-more): Delete defadvice.
6621 (ses-begin-change): Doc fix.
6622
6623 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6624 instead of rebinding C-x u and C-_.
6625
6626 * files.el (normal-backup-enable-predicate): Return nil for files
6627 in /tmp, regardless of temporary-file-directory.
6628
6629 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6630
6631 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6632 (open-rectangle, delete-whitespace-rectangle-line)
6633 (clear-rectangle-line): If FILL, pass t instead of FILL
6634 for move-to-column's 2nd arg.
6635
6636 * simple.el (undo): Fix the test for continuing a series of undos.
6637 (undo-more): Set pending-undo-list to t when we reach end.
6638 (pending-undo-list): Move up defvar.
6639
6640 * wid-edit.el (widget-button-click):
6641 Shorten the range of the track-mouse binding.
6642
6643 * comint.el (comint-insert-input): Undo previous changes;
6644 use last-input-event in interactive spec.
6645
6646 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6647
6648 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6649 to nil before invoking call-process. Reset buffer's modified flag
6650 after fontifying it in the no-async branch.
6651
6652 * wid-edit.el (widget-specify-button): If mouse pointer shape
6653 cannot be changed, use mouse face instead.
6654
6655 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6656
6657 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6658 (gdb-goto-breakpoint): Make breakpoint handling work on template
6659 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6660 (gdb-assembler-custom): Update to recognise breakpoint information
6661 added on 2005-01-19.
6662
6663 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6666 (dsssl-mode): Use define-derived-mode.
6667 (scheme-mode-initialize): Remove.
6668 (scheme-mode): Use run-mode-hooks.
6669
6670 * cus-edit.el (customize-group-other-window)
6671 (custom-buffer-create-other-window): Don't override special-display-*.
6672 (custom-mode-map): Make it dense.
6673
6674 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6675 sets the default value.
6676
6677 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6678
6679 * descr-text.el: Add more keywords.
6680
6681 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * speedbar.el: Avoid unnecessary use of locate-library.
6684
6685 * international/mule-cmds.el (standard-display-european-internal):
6686 Don't fiddle with latin-1 non-break space any more since it's now
6687 special cased in the C code.
6688 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6689
6690 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6691
6692 * cus-start.el (all): Add `undo-outer-limit'.
6693
6694 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6695
6696 * textmodes/bibtex.el (bibtex-format-entry):
6697 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6698 field lines.
6699 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6700 not on part of a buffer.
6701
6702 2005-01-25 Lute Kamstra <lute@gnu.org>
6703
6704 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6705 nonempty field text strings like "{letters\\macro{}more letters}".
6706 Clarify docstring.
6707 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6708 (bibtex-entry-offset, bibtex-parse-association)
6709 (bibtex-parse-field-name): Fix typos in docstrings.
6710 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6711
6712 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6713
6714 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6715 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6716 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6717 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6718
6719 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6720 isearch minor mode.
6721
6722 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6723
6724 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6725
6726 2005-01-24 Lute Kamstra <lute@gnu.org>
6727
6728 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6729 CASECHARS and NOT-CASECHARS regular expressions of the
6730 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6731 striding over charsets" error.
6732
6733 2005-01-24 Jay Belanger <belanger@truman.edu>
6734
6735 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6736 display variable name.
6737
6738 2005-01-24 Kenichi Handa <handa@m17n.org>
6739
6740 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6741 Fix setting of the element of encoded-kbd-iso2022-invocations.
6742
6743 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6744
6745 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6746 (gdb-threads-select): Change to also accept mouse events.
6747 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6748 (gdb-threads-mouse-select): Delete.
6749
6750 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6751
6752 * files.el (insert-directory): Take care of empty directory,
6753 listed without -a switch.
6754
6755 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * textmodes/refill.el (refill-post-command-function):
6758 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6759 to the list of functions that we should be careful not to undo.
6760 (refill-late-fill-paragraph-function): Remove.
6761 (refill-saved-state): New var.
6762 (refill-mode): Use it to save fill-paragraph-function.
6763 Save also the value of auto-fill-function.
6764
6765 * term/w32-win.el: Simplify code.
6766
6767 2005-01-23 Kim F. Storm <storm@cua.dk>
6768
6769 * simple.el (line-move): Adapt to new return value from
6770 pos-visible-in-window-p.
6771
6772 * simple.el (line-move): Fix last change. Check partial
6773 visibility at point rather than at window-start.
6774
6775 2005-01-22 Jason Rumney <jasonr@gnu.org>
6776
6777 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6778
6779 2005-01-22 David Kastrup <dak@gnu.org>
6780
6781 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6782
6783 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6784
6785 * type-break.el (type-break-mode): Add a test for
6786 type-break-file-name being non-nil.
6787
6788 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6789
6790 * net/eudc.el (top level): Call (message "") via progn, so that
6791 eudc-options-file is loaded.
6792
6793 2005-01-22 Kim F. Storm <storm@cua.dk>
6794
6795 * simple.el (line-move-1): Rename from line-move.
6796 (line-move): New function that adjusts vscroll for partially
6797 visible rows, and calls line-move-1 otherwise.
6798
6799 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6800
6801 * pcomplete.el: define pcomplete-read-event instead of read-event,
6802 since it's not a complete read-event implementation
6803
6804 2005-01-20 Jay Belanger <belanger@truman.edu>
6805
6806 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6807 for called function.
6808
6809 2005-01-20 Steven Tamm <steventamm@mac.com>
6810
6811 * term/mac-win.el (process-connection-type): Remove.
6812 Controlled now by s/darwin.h:PTY_ITERATION.
6813
6814 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * window.el (handle-select-window): Don't switch window when we're
6817 in the minibuffer.
6818
6819 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6820
6821 * subr.el (dotimes-with-progress-reporter): New macro.
6822
6823 * ses.el (ses-dotimes-msg): Remove macro.
6824 Use `dotimes-with-progress-reporter' instead.
6825
6826 2005-01-19 Steven Tamm <steventamm@mac.com>
6827
6828 * term/mac-win.el (process-connection-type): Use new
6829 operating-system-release variable to use ptys on Darwin 7 (OSX
6830 10.3) when using carbon build.
6831
6832 2005-01-19 Jay Belanger <belanger@truman.edu>
6833
6834 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6835 flags if the last command was a tab or M-tab.
6836
6837 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6838 in formula editing buffer.
6839
6840 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6841
6842 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6843 breakpoint image symbol in margin.
6844
6845 2005-01-19 Jay Belanger <belanger@truman.edu>
6846
6847 * calc/calc-prog.el (calc-execute-kbd-macro):
6848 Ignore calc-keep-arg-flag.
6849
6850 2005-01-19 Kenichi Handa <handa@m17n.org>
6851
6852 * textmodes/ispell.el (ispell-looking-at): New function.
6853 (ispell-process-line): Use ispell-looking-at to compare the ispell
6854 output and the buffer contents.
6855
6856 2005-01-18 Jay Belanger <belanger@truman.edu>
6857
6858 * calc/calc.el (calc-display-raw): Fix docstring.
6859
6860 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * simple.el (blink-matching-open): Strip extra info from syntax.
6863
6864 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6865 funny chars in the end-of-here-doc marker.
6866
6867 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6868
6869 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6870 that enable/disabled state of breakpoints is shown correctly in
6871 fringe and on ttys.
6872 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6873 Add breakpoint information as text properties.
6874 (gdb-mouse-toggle-breakpoint):
6875 Rename to gdb-mouse-set-clear-breakpoint.
6876 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6877 breakpoints in the margin.
6878 (gdb-remove-strings): Simplify.
6879
6880 2005-01-17 Jay Belanger <belanger@truman.edu>
6881
6882 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6883 erasing buffer.
6884
6885 2005-01-17 Richard M. Stallman <rms@gnu.org>
6886
6887 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6888 for calling grep-compute-defaults.
6889
6890 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6891 if buffer is empty.
6892
6893 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6894
6895 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6898
6899 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6900 non-preloaded variables.
6901
6902 2005-01-17 Steven Tamm <steventamm@mac.com>
6903
6904 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6905 tex-shell cause to force interactivity when using pipes.
6906
6907 2005-01-17 Kim F. Storm <storm@cua.dk>
6908
6909 * simple.el (just-one-space): Make arg optional.
6910
6911 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6912
6913 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6914 posn-at-x-y to t to access left-margin.
6915
6916 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6917
6918 Sync with Tramp 2.0.47.
6919
6920 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6921 catching keep-date problems in cp/scp operations.
6922 (tramp-handle-copy-file): Don't call `set-file-modes'
6923 unconditionally. Specialized functions should know better what is
6924 necessary. This improves performance a little bit, and the
6925 functions could catch errors with `cp -p' and `scp -p'.
6926 (tramp-do-copy-or-rename-file-via-buffer)
6927 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6928 when appropriate.
6929 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6930 Call `set-file-modes' when appropriate.
6931 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6932 Johnsson <isak@hypergene.com>
6933 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6934 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6935 <joakim@verona.se>
6936 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6937 Emacs only.
6938
6939 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6940 `find-file-hooks' and `dired-mode-hook'.
6941 (tramp-minor-mode-map): Respective map. Add remapping for
6942 `compile' and `recompile'.
6943 (tramp-remap-command, tramp-recompile): New defuns.
6944 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6945 in buffer "*Compilation*". Call the commands asynchronously.
6946
6947 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6948 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6949 `shell-command', because it isn't magic in XEmacs. Reported by
6950 Adrian Aichner <adrian@xemacs.org>.
6951
6952 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6953 `substitute-in-file-name.
6954 (tramp-smb-handle-substitute-in-file-name): New defun.
6955 (tramp-smb-advice-PC-do-completion): Delete advice.
6956
6957 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6958
6959 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6960 Fix error in deleting region.
6961
6962 2005-01-15 Richard M. Stallman <rms@gnu.org>
6963
6964 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6965 In non-temp buffer, switch syntax table temporarily.
6966
6967 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6968
6969 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6970
6971 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6972
6973 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6974 (imenu--generic-function): Use START, not BEG, as pos of definition.
6975
6976 * simple.el (just-one-space): Argument specifies number of spaces.
6977
6978 * simple.el (eval-expression-print-format): Avoid warning
6979 about edebug-active.
6980
6981 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6982
6983 * progmodes/sh-script.el: Code copied from make-mode.el
6984 with small changes,
6985 (sh-mode-map): Bind C-c C-\.
6986 (sh-backslash-column, sh-backslash-align): New variables.
6987 (sh-backslash-region, sh-append-backslash): New functions.
6988
6989 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6990
6991 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6992 (rmail-pop-password, rmail-pop-password-required): Move to
6993 rmail-obsolete group.
6994 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6995 All callers updated.
6996 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6997 Take an argument specifying whether it is POP or IMAP mailbox we
6998 are using. All callers updated.
6999 (rmail-pop-password-error): Rename to
7000 rmail-remote-password-error. Added mailutils-specific error message.
7001 (rmail-movemail-search-path)
7002 (rmail-movemail-variant-in-use): New variables.
7003 (rmail-remote-password, rmail-remote-password-required):
7004 New customization variables.
7005 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7006 (rmail-parse-url): New function.
7007 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7008 with GNU mailutils movemail.
7009
7010 2005-01-15 Kevin Ryde <user42@zip.com.au>
7011
7012 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7013 suffix to space, $ or '$, to correctly position point when going
7014 to @table style constants like DBL_MAX.
7015
7016 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7017
7018 * type-break.el (type-break-mode, type-break-file-time)
7019 (type-break-file-keystroke-count, type-break-choose-file):
7020 Don't store data in or load data from the file if type-break-file-name
7021 is nil.
7022 (type-break-file-name): Doc update as per the above.
7023
7024 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7025
7026 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7027 lookup-key might return nil; handle that.
7028
7029 2005-01-15 Alan Mackenzie <acm@muc.de>
7030
7031 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7032 rather than the element found, thus enabling the tree to be setcar'd.
7033
7034 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7035
7036 * textmodes/org.el (org-show-following-heading): New option.
7037 (org-show-hierarchy-above): Use `org-show-following-heading'.
7038 (org-cycle): Documentation fix.
7039
7040 * textmodes/org.el (orgtbl-optimized): New option
7041 (orgtbl-mode): New command, a minor mode.
7042 (orgtbl-mode-map): New variable.
7043 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7044 (orgtbl-error, orgtbl-self-insert-command)
7045 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7046
7047 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7048 a local variable in each org-mode buffer.
7049
7050 * textmodes/org.el (org-set-regexps-and-options): Rename from
7051 `org-set-regexps'. Added checking for STARTUP keyword.
7052 (org-get-current-options): Add STARTUP options.
7053 (org-table-insert-row): Mode mode intelligent about when
7054 realignment is needed.
7055 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7056 New commands.
7057 (org-enable-table-editor): New default value `optimized'.
7058 (org-table-blank-field): Support blanking regions if active.
7059
7060 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7061
7062 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7063 if the year is not given.
7064
7065 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7066 Add new escapes %m and %M, fixed bug with %F by adding
7067 save-match-data.
7068 (reftex-reference): Remove ?. from list of spaces.
7069 (reftex-label-info): Add automatic label prefix recognition.
7070
7071 * textmodes/reftex-index.el (reftex-index-next-phrase):
7072 Add slave parameter to call of `reftex-index-this-phrase'.
7073 (reftex-index-this-phrase): New optional argument.
7074 (reftex-index-region-phrases): Add slave parameter to call of
7075 `reftex-index-this-phrase'.
7076 (reftex-display-index): New argument redo.
7077 (reftex-index-rescan): Add 'redo to arguments of
7078 `reftex-display-index'.
7079 (reftex-index-Rescan, reftex-index-revert)
7080 (reftex-index-switch-index-tag): Add 'redo to arguments of
7081 `reftex-display-index'.
7082 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7083 indexing. Fix bug with matching is there is a quote before or
7084 after the word.
7085
7086 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7087 Fix bug when collecting citation keys in lines with comments.
7088 (reftex-citation): Prefix argument no longer rescans the document,
7089 but forces prompting for optional arguments of cite macros.
7090 (reftex-do-citation): Prompting for optional arguments implemented.
7091
7092 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7093 Add optional arguments to most cite commands.
7094 (reftex-cite-cleanup-optional-args): New option
7095 (reftex-cite-prompt-optional-args): New option.
7096 (reftex-trust-label-prefix): New option.
7097
7098 * textmodes/reftex-toc.el (reftex-toc-find-section):
7099 Add push-mark before changing the position in the buffer.
7100
7101 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7102 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7103
7104 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7105
7106 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7107 more carefully.
7108
7109 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7112 (sgml-mode): Use it.
7113 (sgml-get-context): Better keep track of implicitly closed tags.
7114
7115 2005-01-13 Kenichi Handa <handa@m17n.org>
7116
7117 * textmodes/ispell.el: These changes are to fix misalignment error
7118 caused by equivalent characters of different Emacs charsets.
7119 (ispell-unified-chars-table): New variable.
7120 (ispell-get-decoded-string): New function.
7121 (ispell-get-casechars, ispell-get-not-casechars)
7122 (ispell-get-otherchars): Call ispell-get-decoded-string.
7123
7124 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7125
7126 * custom.el (custom-declare-variable): Just put symbol instead
7127 of (defvar . symbol) in `current-load-list'.
7128
7129 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7130
7131 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7132
7133 2005-01-12 Jay Belanger <belanger@truman.edu>
7134
7135 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7136 to create a Calc summary.
7137
7138 2005-01-12 Kim F. Storm <storm@cua.dk>
7139
7140 * mouse.el (mouse-on-link-p): Change functionality and doc
7141 string to comply with latest description in lisp ref.
7142
7143 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7144
7145 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7146 Enable mouse clicks on mode-line, header-line and margin.
7147 (event-type): Give mouse event symbols an 'event-kind property
7148 with value 'mouse-click.
7149
7150 2005-01-12 Juri Linkov <juri@jurta.org>
7151
7152 * facemenu.el (list-colors-display): Add new arg buffer-name.
7153 Use it. Fix docstring. Replace code for identifying duplicate
7154 colors by the name with call to `list-colors-duplicates' which
7155 identifies duplicate colors by the value unless the color
7156 is one of special Windows colors. Set truncate-lines to t.
7157 Print sorted duplicate color names on each line. Indent to 22
7158 \(the longest color name in rgb.txt) instead of 20. Optimize.
7159 (list-colors-duplicates): New function.
7160 (facemenu-color-name-equal): Delete function.
7161
7162 * facemenu.el (list-colors-print): New function created from code
7163 in list-colors-display. Print #RRGGBB at the window right edge.
7164 (list-colors-display): When temp-buffer-show-function is not
7165 defined, call list-colors-print from temp-buffer-show-hook
7166 to get the right value of window-width in list-colors-print
7167 after the buffer is displayed.
7168
7169 * simple.el (pop-mark): Move deactivate-mark out of conditional
7170 part to deactivate the active mark regardless of the state of the
7171 mark ring.
7172
7173 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7174 variables line in desktop files.
7175
7176 2005-01-12 Juri Linkov <juri@jurta.org>
7177
7178 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7179 Bring together isearch highlight related options.
7180 (lazy-highlight): Replace group `replace' by `matching'.
7181 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7182 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7183 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7184 and declare them obsolete.
7185 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7186 (isearch-faces): Remove defgroup.
7187 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7188 Move isearch highlighting code closer to lazy highlighting code.
7189
7190 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7191 (query-replace-highlight, query-replace-lazy-highlight)
7192 (query-replace): Move definitions to the beginning of the file.
7193
7194 2005-01-11 Juri Linkov <juri@jurta.org>
7195
7196 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7197 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7198 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7199
7200 * info.el (Info-history-forward): New variable.
7201 (Info-select-node): Reset Info-history-forward to nil.
7202 (Info-last): Turn into defalias.
7203 (Info-history-back): Rename from Info-last.
7204 Add current node to Info-history-forward.
7205 (Info-history-forward): New fun.
7206 (Info-mode-map): Replace Info-last by Info-history-back.
7207 Bind Info-history-forward to "r".
7208 (Info-mode-menu): Replace Info-last by Info-history-back.
7209 Fix menu item text. Add menu item for Info-history-forward.
7210 (info-tool-bar-map): Replace Info-last by Info-history-back.
7211 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7212 for Info-history-forward.
7213 (Info-mode): Replace Info-last by Info-history-back in docstring.
7214 Add local variable Info-history-forward.
7215 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7216
7217 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7220 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7221 Ignore select-window events rather than fiddle with
7222 mouse-autoselect-window.
7223
7224 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7225
7226 * type-break.el (type-break-mode): Fix previous change.
7227
7228 2005-01-10 Jay Belanger <belanger@truman.edu>
7229
7230 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7231 calculator; only reset when point is inside a calculator.
7232 Don't adjust the window height if the window takes up the whole height
7233 of the frame.
7234
7235 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7236
7237 * ebuff-menu.el (Electric-buffer-menu-mode):
7238 Preserve value of buffer-local var header-line-format.
7239
7240 2005-01-09 Jay Belanger <belanger@truman.edu>
7241
7242 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7243 Make sure settings file exists before accessing it.
7244
7245 * calc/calc-embed.el (calc-embedded-subst):
7246 Replace math-multi-subst-rec, which is only supposed to be called
7247 by math-multi-subst, by math-multi-subst.
7248
7249 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7250
7251 * vc.el (vc-allow-async-revert): New user option.
7252 (vc-disable-async-diff): New internal variable.
7253 (vc-revert-buffer): Use them to disable asynchronous diff.
7254
7255 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7256 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7257 asynchronously if vc-disable-async-diff is t.
7258
7259 2005-01-09 Jay Belanger <belanger@truman.edu>
7260
7261 * calc/calc.el (defcalcmodevar): New macro.
7262 (calc-mode-var-list-restore-default-values)
7263 (calc-mode-var-list-restore-saved-values): New functions.
7264 (calc-mode-var-list): Use defcalcmodevar to define it.
7265 (calc-always-load-extensions, calc-line-numbering)
7266 (calc-line-breaking, calc-display-just, calc-display-origin)
7267 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7268 (calc-group-char, calc-point-char, calc-frac-format)
7269 (calc-prefer-frac, calc-hms-format, calc-date-format)
7270 (calc-float-format, calc-full-float-format, calc-complex-format)
7271 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7272 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7273 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7274 (calc-matrix-brackets, calc-language, calc-language-option)
7275 (calc-left-label, calc-right-label, calc-word-size)
7276 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7277 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7278 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7279 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7280 (calc-window-height, calc-display-trail, calc-show-selections)
7281 (calc-use-selections, calc-assoc-selections)
7282 (calc-display-working-message, calc-auto-why, calc-timing)
7283 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7284 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7285 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7286 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7287 (calc-gnuplot-geometry, calc-graph-default-resolution)
7288 (calc-graph-default-resolution-3d, calc-invocation-macro)
7289 (calc-show-banner): Use defcalcmodevar to declare them and set
7290 their default values.
7291
7292 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7293 instead of default values (but restore default values if there is
7294 an argument of 0).
7295
7296 2005-01-09 David Kastrup <dak@gnu.org>
7297
7298 * desktop.el (desktop-restore-eager): Fix typo in type.
7299
7300 2005-01-08 Richard M. Stallman <rms@gnu.org>
7301
7302 * cus-edit.el (customize): Delete :link.
7303
7304 2005-01-08 Jay Belanger <belanger@truman.edu>
7305
7306 * calc/calc.el (calc-mode): Remove the extension from the
7307 `calc-settings-file' file name when loading it.
7308
7309 2005-01-08 Kim F. Storm <storm@cua.dk>
7310
7311 * info.el (Info-mode-map, Info-next-link-keymap)
7312 (Info-prev-link-keymap, Info-up-link-keymap):
7313 Map follow-link to mouse-face.
7314 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7315
7316 2005-01-08 Jay Belanger <belanger@truman.edu>
7317
7318 * calc/calc.el (calc-settings-file): Change default value.
7319 Suggested by cgw in a comment in calc-mode.el.
7320
7321 * calc/calc-mode.el (calc-settings-file-name):
7322 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7323 Replace ~/.emacs in a prompt by calc-settings-file.
7324
7325 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7326
7327 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7328 (desktop-lazy-idle-delay): New customizable variables.
7329 (desktop-buffer-args-list): New variable.
7330 (desktop-append-buffer-args): New function.
7331 (desktop-save): Call desktop-append-buffer-args for some buffers.
7332 (desktop-lazy-create-buffer): New function.
7333 (desktop-idle-create-buffers): New function.
7334 (desktop-read): Add message about buffers to restore lazily.
7335 (desktop-lazy-abort): New command.
7336 (desktop-clear): Call desktop-lazy-abort.
7337 (desktop-lazy-complete): New command.
7338
7339 2005-01-06 Richard M. Stallman <rms@gnu.org>
7340
7341 * emacs-lisp/find-func.el (find-face-definition):
7342 Rename from find-face.
7343
7344 2005-01-06 Kim F. Storm <storm@cua.dk>
7345
7346 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7347
7348 * man.el (Man-xref-man-page, Man-xref-header-file)
7349 (Man-xref-normal-file): Add follow-link property.
7350
7351 2005-01-06 Jay Belanger <belanger@truman.edu>
7352
7353 * calc/calc-units.el: Make sure the proper macro definitions are
7354 available when compiling.
7355
7356 2005-01-06 Juri Linkov <juri@jurta.org>
7357
7358 * isearch.el (isearch-lazy-highlight-update):
7359 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7360
7361 2005-01-06 Miles Bader <miles@gnu.org>
7362
7363 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7364 (isearch-lazy-highlight-face): Use new name.
7365
7366 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * uniquify.el (uniquify-rationalize-file-buffer-names):
7369 Re-add an interactive spec.
7370 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7371 to the same name.
7372
7373 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7374 (isearch-update, isearch-done): Adjust calls accordingly.
7375
7376 2005-01-05 Richard M. Stallman <rms@gnu.org>
7377
7378 * custom.el (custom-set-variables, custom-theme-set-variables):
7379 Clarify documentation.
7380
7381 * emacs-lisp/find-func.el (find-variable)
7382 (find-variable-other-window, find-variable-other-frame):
7383 Fix the TYPE args to find-function-read and find-function-do-it.
7384 (find-function): Doc fix.
7385 (find-function-at-point): Replace function-at-point alias.
7386
7387 2005-01-04 Richard M. Stallman <rms@gnu.org>
7388
7389 * cus-face.el (custom-declare-face):
7390 Record defface in current-load-list.
7391
7392 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7393
7394 * emacs-lisp/find-func.el: Doc fixes.
7395 (find-face-regexp): New variable.
7396 (find-function-regexp-alist): New variable.
7397 (find-function-C-source): Third arg is now TYPE.
7398 (find-function-search-for-symbol): Handle general TYPE.
7399 (find-function-read, find-function-do-it): Handle general TYPE.
7400 (find-definition-noselect, find-face): New functions.
7401 (function-at-point): Alias deleted.
7402
7403 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * battery.el (display-battery-mode): Rename from display-battery.
7406 Handle the case where it gets turned off.
7407
7408 2005-01-04 Richard M. Stallman <rms@gnu.org>
7409
7410 * cus-edit.el (customize): Make :link point to user doc.
7411
7412 * man.el (Man-fontify-manpage): Turn off undo generation.
7413
7414 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7415
7416 2005-01-04 Andreas Schwab <schwab@suse.de>
7417
7418 * files.el (insert-directory): Only look for error lines in
7419 inserted text. Don't move too far after processing --dired markers.
7420
7421 2005-01-04 Richard M. Stallman <rms@gnu.org>
7422
7423 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7424 Don't expand if the character is @, period, dash, etc.
7425 (define-mail-abbrev): Quote names that contain problem characters.
7426
7427 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7428
7429 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7430
7431 2005-01-03 Richard M. Stallman <rms@gnu.org>
7432
7433 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7434 (query-replace-highlight, query-replace-lazy-highlight)
7435 (query-replace): Definitions moved up. Doc fix.
7436
7437 2005-01-03 Richard M. Stallman <rms@gnu.org>
7438
7439 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7440 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7441 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7442 (lazy-highlight-face): Rename from isearch-lazy-...
7443 Change all references to them.
7444
7445 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7446
7447 * cus-edit.el (custom-file): Doc fix for defcustom.
7448 (custom-file): The function no longer sets the variable
7449 `custom-file' to its return value.
7450
7451 * startup.el (command-line): No longer load `custom-file'.
7452
7453 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7456
7457 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7458 Don't confuse module-prefixed identifiers for labels.
7459 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7460
7461 2005-01-02 Richard M. Stallman <rms@gnu.org>
7462
7463 * files.el (basic-save-buffer-1): Fix previous change.
7464
7465 * loadhist.el (file-loadhist-lookup): New function.
7466 (file-provides, file-requires): Use it.
7467
7468 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7469 instead of calculating the right size.
7470
7471 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7472
7473 * vc-svn.el (vc-svn-diff): Stay local if possible.
7474
7475 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7478
7479 * files.el (hack-local-variables): Fix last change.
7480
7481 2005-01-02 Jay Belanger <belanger@truman.edu>
7482
7483 * calc/calc-yank.el (calc-edit-top): New variable.
7484 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7485 object. Change header properties.
7486 (calc-edit-finish, calc-edit-finish-stack-object)
7487 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7488 edited object.
7489 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7490 for the beginning of the edited object.
7491 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7492 for the beginning of the edited object.
7493 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7494 (calc-finish-formula-edit, calc-macro-repeats)
7495 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7496 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7497 beginning of the edited object.
7498 (calc-user-define-edit): Change the header for editing macros.
7499 Remove unnecessary variable.
7500
7501 2005-01-01 Jay Belanger <belanger@truman.edu>
7502
7503 * calc/calc-yank.el (calc-edit-mode): Change default header.
7504 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7505 * calc/calc-store.el (calc-edit-variable): Change title to match new
7506 header.
7507 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7508 mode to match new header.
7509 (calc-user-define-edit): Change titles to include names of commands.
7510 (calc-finish-formula-edit): Adjust to handle new header.
7511 (calc-finish-macro-edit): Remove.
7512 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7513 (calc-edit-macro-command, calc-edit-macro-command-type)
7514 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7515 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7516 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7517 (calc-edit-macro-finish-edit): New functions.
7518 (calc-user-define-edit): Use new functions to edit named calc macros.
7519
7520 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7521
7522 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7523
7524 * ses.el (copy-region-as-kill): Deactivate mark.
7525
7526 2005-01-01 Richard M. Stallman <rms@gnu.org>
7527
7528 * replace.el (occur-1): If the output buffer is also an input,
7529 don't kill it, rename it.
7530
7531 * faces.el (set-face-background, set-face-foreground): Doc fix.
7532
7533 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7534 for :foreground and :background.
7535
7536 * dired.el (dired-view-command-alist): Variable deleted.
7537 (dired-view-file, dired-mouse-find-file-other-window):
7538 Delete the code to use it.
7539
7540 2005-01-01 Kim F. Storm <storm@cua.dk>
7541
7542 * image.el (insert-sliced-image): Use t for line-height property.
7543
7544 2004-12-31 Jay Belanger <belanger@truman.edu>
7545
7546 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7547 for "var-" at the beginning of the minibuffer.
7548
7549 2004-12-31 Richard M. Stallman <rms@gnu.org>
7550
7551 * faces.el (read-face-name):
7552 Don't treat an attribute spec as a list of faces.
7553
7554 * simple.el (undo): Use undo-equiv-table to detect
7555 unexpected changes since previous undo.
7556 (undo-list-saved): Variable deleted.
7557 (buffer-disable-undo): Don't alter undo-list-saved.
7558
7559 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7560 (mode-require-final-newline): New option.
7561 (after-find-file): Handle require-final-newline with new values.
7562 (basic-save-buffer): Handle new values of require-final-newline.
7563
7564 * progmodes/sh-script.el (sh-require-final-newline):
7565 Alist value now controls whether to use mode-require-final-newline.
7566 (sh-set-shell): Implement that new meaning.
7567
7568 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7569 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7570 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7571 Delete old-Emacs compatibility code.
7572 (antlr-c-common-init): Function deleted.
7573
7574 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7575 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7576 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7577 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7578 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7579 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7580 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7581 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7582 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7583 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7584 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7585 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7586 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7587 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7588 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7589 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7590
7591 2004-12-31 Jay Belanger <belanger@truman.edu>
7592
7593 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7594 way to return to Calc.
7595
7596 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7597 finish, C-xk as the way to cancel the edit. Add cancel routine to
7598 kill-buffer-hook.
7599
7600 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7601 MacEdit code.
7602
7603 * calc/calc-prog.el: Remove obsolete MacEdit code.
7604 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7605 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7606
7607 2004-12-31 Kenichi Handa <handa@m17n.org>
7608
7609 * international/mule.el (buffer-file-coding-system-explicit):
7610 Rename for explicit-buffer-file-coding-system.
7611 (after-insert-file-set-coding): Adjust for the above change.
7612
7613 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7614 to buffer-file-coding-system-explicit.
7615 (basic-save-buffer-1): Likewise.
7616
7617 2004-12-30 Richard M. Stallman <rms@gnu.org>
7618
7619 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7620 (artist-butlast, artist-last): Functions deleted.
7621 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7622 (artist-compute-key-compl-table): Call remq directly.
7623 (artist-remove-nulls): Function deleted.
7624 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7625 (artist-push, artist-pop): Macro deleted.
7626
7627 2004-12-30 Andreas Leue <al@sphenon.de>
7628
7629 * textmodes/artist.el (artist-version): 1.2.6
7630 (artist-prev-next-op-alist): New variable.
7631 (artist-select-next-op-in-list): New function.
7632 (artist-select-prev-op-in-list): New function.
7633 (artist-make-prev-next-op-alist): New function.
7634 (artist-is-in-op-list-p): New function.
7635 (artist-get-first-non-nil-op): New function.
7636 (artist-get-last-non-nil-op): New function.
7637 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7638 artist-prev-next-op-alist.
7639 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7640 change drawing operation.
7641
7642 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7643
7644 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7645
7646 2004-12-31 Masatake YAMATO <jet@gyve.org>
7647
7648 * server.el (server-process-filter): Suppress `error', too.
7649
7650 2004-12-30 Jay Belanger <belanger@truman.edu>
7651
7652 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7653 Change the way a variable is displayed in a message.
7654
7655 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7656 (calc-user-define-permanent, calc-execute-kbd-macro):
7657 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7658
7659 2004-12-30 Kenichi Handa <handa@m17n.org>
7660
7661 * files.el (basic-save-buffer-1):
7662 Set explicit-buffer-file-coding-system to last-coding-system-used.
7663 (revert-buffer): Pay attention to
7664 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7665 on bind coding-system-for-read.
7666
7667 * international/mule.el (explicit-buffer-file-coding-system):
7668 New buffer local variable.
7669 (after-insert-file-set-coding): Set it to coding-system-for-read.
7670
7671 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7672
7673 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7674
7675 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7676
7677 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7678 that include line numbers.
7679
7680 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7681
7682 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7683 Redundant variable PREFIXLEN removed.
7684
7685 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7686
7687 * eshell/em-hist.el (eshell-previous-matching-input):
7688 Start the deletion from the end of the output.
7689
7690 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7691
7692 * term/mac-win.el: Require x-dnd.
7693 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7694
7695 2004-12-29 David Kastrup <dak@gnu.org>
7696
7697 * international/mule.el (decode-coding-inserted-region):
7698 Don't barf if `buffer-undo-list' is already set to `t'.
7699
7700 2004-12-29 Jay Belanger <belanger@truman.edu>
7701
7702 * calc/calc-prog.el (calc-user-define-formula): Put default values
7703 for function names in prompts.
7704 (calc-user-define-permanent, calc-user-define-composition)
7705 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7706 default input for algebraic functions.
7707
7708 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7709
7710 * vc-rcs.el (vc-rcs-annotate-command):
7711 Fix omission bug: Call `vc-setup-buffer'.
7712
7713 2004-12-29 Kenichi Handa <handa@m17n.org>
7714
7715 * international/mule.el (recode-region): New function.
7716
7717 2004-12-28 Richard M. Stallman <rms@gnu.org>
7718
7719 * simple.el (undo-extra-outer-limit): New variable.
7720 (undo-outer-limit-truncate): Test and set it.
7721
7722 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7723 enables the feature to extend the existing region.
7724
7725 * simple.el (mark-word): New arg ALLOW-EXTEND
7726 enables the feature to extend the existing region.
7727
7728 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7729 enables the feature to extend the existing region.
7730
7731 * startup.el (site-run-file): Don't allow setting it with Custom.
7732
7733 * simple.el (buffer-disable-undo): Fix previous change.
7734
7735 2004-12-27 Masatake YAMATO <jet@gyve.org>
7736
7737 * hexl.el (hexlify-buffer): Remove fontification here.
7738 Use font lock mechanism instead.
7739 (hexl-font-lock-keywords): New font lock kewords.
7740 (hexl-mode-old-font-lock-keywords): New variable.
7741 (hexl-mode): Store the old font lock keywords.
7742 (hexl-mode-exit): Restore the old font lock keywords.
7743
7744 2004-12-27 Richard M. Stallman <rms@gnu.org>
7745
7746 * simple.el (undo): Fix previous change.
7747
7748 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7749
7750 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7751 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7752 Call x-open-connection on Mac OS X.
7753
7754 2004-12-27 Richard M. Stallman <rms@gnu.org>
7755
7756 * files.el (buffer-save-without-query): New var (buffer-local).
7757 (save-some-buffers): Save those buffers first, w/o asking.
7758
7759 * files.el (insert-directory-ls-version): New variable.
7760 (insert-directory): When ls returns an error, test the version
7761 number to decide what the return code means.
7762 With --dired output format, detect and distinguish lines
7763 that are really error messages.
7764 (insert-directory-adj-pos): New function.
7765
7766 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7767
7768 * battery.el (battery-mode-line-format): Remove initial spaces.
7769
7770 * uniquify.el (uniquify-rationalize-file-buffer-names):
7771 Delete interactive spec.
7772
7773 * type-break.el (type-break-mode): Set buffer-save-without-query.
7774 Remove code that tried to set save-some-buffers-always.
7775 (type-break-file-keystroke-count): Bind deactivate-mark.
7776
7777 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7778
7779 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7780 Test that the buffer is live, and maybe reject current buffer too.
7781 Clarify.
7782 (next-error-find-buffer): Rewrite for clarity.
7783
7784 * loadup.el: Don't use buffer-disable-undo; do it directly.
7785
7786 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7787 (describe-variable): Call symbol-file with `defvar'.
7788
7789 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7790 (symbol-file): Rewritten to handle new load-history format.
7791 Now takes an arg TYPE to specify looking for a particular
7792 type of definition only.
7793
7794 * emacs-lisp/debug.el (debugger-make-xrefs):
7795 Call symbol-file with `defun'.
7796
7797 * emacs-lisp/find-func.el (find-function-noselect):
7798 Call symbol-file with `defun'.
7799 (find-variable-noselect): Call symbol-file with `defvar'.
7800
7801 * eshell/esh-cmd.el (eshell-find-alias-function):
7802 Call symbol-file with `defun'.
7803
7804 * eshell/esh-test.el (eshell-test-goto-func):
7805 Call symbol-file with `defun'.
7806
7807 * mail/rmail.el (rmail-resend):
7808 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7809
7810 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7811
7812 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7813
7814 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7815 Call buffer-disable-undo.
7816
7817 * simple.el (undo-list-saved): New variable (buffer-local).
7818 (undo): Set and test it.
7819 (buffer-disable-undo): Move here from buffer.c.
7820 Clear out undo-list-saved.
7821
7822 * international/mule.el (decode-coding-inserted-region):
7823 Set buffer-undo-list in a correct and optimal way.
7824
7825 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7826 (cperl-font-lock-unfontify-region-function): No need to save and
7827 restore info, since font-lock.el does it for us.
7828
7829 * ansi-color.el (save-buffer-state): Definition deleted.
7830 (ansi-color-unfontify-region): Don't use save-buffer-state.
7831
7832 2004-12-27 Dave Love <fx@gnu.org>
7833
7834 * wid-edit.el (function): Use restricted-sexp as parent.
7835
7836 2004-12-27 Kevin Ryde <user42@zip.com.au>
7837
7838 * simple.el (next-matching-history-element): Use same
7839 `interactive' form as previous-matching-history-element.
7840
7841 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7842 it can appear unencoded and has been seen from yahoo.
7843
7844 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7845
7846 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7847 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7848
7849 2004-12-27 Kenichi Handa <handa@m17n.org>
7850
7851 * international/utf-8.el (utf-translate-cjk-load-tables):
7852 Bind coding-system-for-read to nil while loading subst-*.
7853
7854 2004-12-26 Jay Belanger <belanger@truman.edu>
7855
7856 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7857 default input.
7858
7859 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7860
7861 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7862 before reverting and disable undo recording while reverting.
7863
7864 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7865
7866 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7867 (hs-make-overlay): New function.
7868 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7869 (hs-flag-region): Delete function.
7870 (hs-hide-comment-region): No longer use `hs-flag-region'.
7871 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7872 (hs-hide-block-at-point): Likewise.
7873 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7874 (hs-hide-all, hs-show-all): Likewise.
7875 (hs-show-block): Likewise.
7876 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7877
7878 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7879
7880 * progmodes/hideshow.el: Require `cl' when compiling.
7881 Remove XEmacs and Emacs 19 compatibility.
7882 Use `dolist' and `add-to-list' for load-time actions.
7883 (hs-discard-overlays): Use `dolist'.
7884 (hs-show-block): Likewise.
7885
7886 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7887
7888 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7889
7890 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7891
7892 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7893 When extending backwards, move outside the current comment first.
7894
7895 2004-12-22 Kenichi Handa <handa@m17n.org>
7896
7897 * international/quail.el (quail-start-translation): Fix prompt
7898 string for the case if input-method-use-echo-area being non-nil.
7899 (quail-start-conversion): Likewise.
7900 (quail-show-guidance): Don't show guidance if
7901 input-method-use-echo-area is non-nil.
7902
7903 2004-12-21 Richard M. Stallman <rms@gnu.org>
7904
7905 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7906
7907 2004-12-21 Markus Rost <rost@ias.edu>
7908
7909 * calendar/diary-lib.el (mark-diary-entries):
7910 Set mark-diary-entries-in-calendar only after checking for diary-file.
7911
7912 2004-12-21 Richard M. Stallman <rms@gnu.org>
7913
7914 * faces.el (escape-glyph): Use blue against light foreground.
7915
7916 * simple.el (undo-outer-limit-truncate): New function.
7917 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7918
7919 2004-12-21 Eli Barzilay <eli@barzilay.org>
7920
7921 * calculator.el (calculator-radix-grouping-mode)
7922 (calculator-radix-grouping-digits)
7923 (calculator-radix-grouping-separator):
7924 New defcustoms for the new radix grouping mode functionality.
7925 (calculator-mode-hook): Now used in electric mode too,
7926 (calculator): Call it.
7927 (calculator-mode-map): Some new keys.
7928 (calculator-message): New function. Some new calls.
7929 (calculator-op, calculator-set-register): Use it.
7930 (calculator-string-to-number): New function, mostly moved and
7931 updated code from calculator-curnum-value.
7932 (calculator-curnum-value): Use it.
7933 (calculator-paste): Use it, and update grabbing the current-kill.
7934 (calculator-rotate-displayer)
7935 (calculator-rotate-displayer-back): Toggle digit grouping when
7936 in radix mode, use calculator-message.
7937 (calculator-displayer-prev, calculator-displayer-next):
7938 Change digit group size when in radix mode.
7939 (calculator-number-to-string): Rename from
7940 calculator-num-to-string. Now deals with digit grouping in
7941 radix mode.
7942 (calculator-update-display, calculator-put-value): Use the new name.
7943 (calculator-fact): Return a floating point number.
7944 (calculator-mode): Doc fix.
7945
7946 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7947
7948 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7949 * calendar/diary-lib.el (view-other-diary-entries):
7950 Use current-prefix-arg in interactive spec.
7951
7952 2004-12-19 Jay Belanger <belanger@truman.edu>
7953
7954 * calc/calc-aent.el (calcAlg-blank-matching-open):
7955 Temporarily adjust the syntax of both delimiters of half-open intervals.
7956
7957 2004-12-19 Kim F. Storm <storm@cua.dk>
7958
7959 * mouse.el (mouse-1-click-follows-link): Doc fix.
7960
7961 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7962
7963 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7964 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7965 instead of centraleuropean as the name
7966
7967 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7968
7969 Sync with Tramp 2.0.46.
7970
7971 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7972 parameters wrt Tramp convention.
7973 (tramp-handle-file-attributes-with-perl)
7974 (tramp-handle-directory-files-and-attributes): Apply it.
7975 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7976 `copy-program'. Reported by Zack Weinberg
7977 <zack@codesourcery.com>.
7978 (top): Set `edebug-form-spec' property directly rather than
7979 calling `def-edebug-spec'.
7980
7981 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7982 advice less fragile. Surround temporary redefinition of
7983 `substitute-in-file-name' with `unwind-protect'. Suggested by
7984 Matt Hodges <MPHodges@member.fsf.org>.
7985
7986 2004-12-17 Juri Linkov <juri@jurta.org>
7987
7988 * replace.el (occur-accumulate-lines, occur-engine):
7989 Make forcing deferred font-lock fontification jit-specific.
7990
7991 2004-12-17 Kim F. Storm <storm@cua.dk>
7992
7993 * mouse.el (mouse-1-click-follows-link): New defcustom.
7994 (mouse-on-link-p): New function.
7995 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7996 functionality. Map a mouse-1 click event into a mouse-2 (or
7997 other) event when position is inside a link.
7998
7999 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8000 prefix in tooltip text with "mouse-1" when this is a link
8001 recognized by mouse-1-click-follows-link functionality.
8002
8003 * help.el (describe-key): Report effective and original binding
8004 for mouse-1 when clicked on a link.
8005 (describe-mode): Add follow-link property to "minor-mode" button.
8006
8007 * help-fns.el (describe-variable): Add follow-link property to
8008 "below" button.
8009
8010 * help-mode.el (help-xref): Add follow-link property.
8011
8012 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8013 (apropos-command, apropos-variable, apropos-face, apropos-group)
8014 (apropos-widget, apropos-plist): Add follow-link property.
8015
8016 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8017 checks if position is in a filename, rather than some other
8018 clickable item. Function looks for cvs-filename-face at position.
8019
8020 * wid-edit.el (widget-specify-field, widget-specify-button):
8021 Map a :follow-link keyword into a follow-link property.
8022 (link): Add :follow-link keyword, map to RET binding.
8023
8024 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8025
8026 * progmodes/compile.el (compilation-minor-mode-map)
8027 (compilation-button-map, compilation-mode-map): Likewise.
8028
8029 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8030
8031 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8032 (zone-replace-char): Take `count' and `del-count'
8033 instead of `direction'. Update callers. When `del-count' is
8034 non-nil, delete that many characters, otherwise `count' characters
8035 backwards. Insert the newly-replaced string `count' times.
8036 (zone-fret): Handle chars w/ width greater than one.
8037 (zone-fall-through-ws): No longer take window width `ww'.
8038 Update callers. Add handling for `char-width' greater than one.
8039 (zone-pgm-drip): Update var holding window-end position every cycle.
8040
8041 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8042
8043 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8044 rather than insert-file.
8045
8046 2004-12-16 Jay Belanger <belanger@truman.edu>
8047
8048 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8049 (math-init-random-base, math-random-digit): Check to see if
8050 var-RandSeed is bound.
8051 (math-random-last): Declare it.
8052 (math-random-digit): Don't make math-random-last local.
8053
8054 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8055
8056 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8057 one-shot thunk for uniform (error, quit, normal) recovery.
8058 Reported by John Paul Wallington.
8059 (zone-pgm-random-life): Fix bug:
8060 Recognize empty initial field by lack of "@" chars.
8061
8062 2004-12-16 Juri Linkov <juri@jurta.org>
8063
8064 * help.el (function-called-at-point):
8065 * help-fns.el (variable-at-point): As a last resort try stripping
8066 non-word prefixes and suffixes.
8067
8068 * descr-text.el (describe-property-list): Don't treat syntax-table
8069 specially. Use describe-text-sexp which inserts [show] button
8070 for large objects and handles printing errors. Sort properties
8071 by names in alphabetical order instead of by value sizes.
8072 Add `mouse-face' to list of properties for `describe-face' widget.
8073 (describe-char): Mask out face-id from 19 bits of character.
8074 Print face-id separately.
8075
8076 * replace.el (occur-accumulate-lines, occur-engine):
8077 Fontify unfontified matching lines in the source buffer
8078 before copying them.
8079 (occur-engine): Don't put mouse-face on context lines.
8080 (occur-next-error): Set point to line beginning/end
8081 before searching for prev/next property to skip multiple
8082 matches on a line (not supported by occur engine).
8083 Remove redundant prefix-numeric-value.
8084
8085 2004-12-15 Juri Linkov <juri@jurta.org>
8086
8087 * replace.el (match): New face.
8088 (list-matching-lines-face): Change default from `bold' to `match'.
8089
8090 * progmodes/grep.el (grep-match-face): New defvar.
8091 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8092 compilation-column-face to highlight grep matches.
8093
8094 * apropos.el (apropos-match-face): Change default from
8095 `secondary-selection' to `match'.
8096
8097 * info-look.el (info-lookup-highlight-face): Change default from
8098 `highlight' to `match'.
8099
8100 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8101
8102 * progmodes/executable.el (executable-interpret): Eliminate
8103 obsolete compile-internal, and switch to comint for interaction.
8104
8105 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8106
8107 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8108 `&&' when skipping multiple statements on a line.
8109
8110 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8111
8112 * play/zone.el (zone): Set `truncate-lines'.
8113 Also, init `tab-width' with value from original buffer.
8114 (zone-shift-up): Rewrite for speed.
8115 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8116 (zone-pgm-jitter): Remove redundant entries from ops vector.
8117 (zone-exploding-remove): Reduce iteration count.
8118 (zone-cpos): Convert to defsubst.
8119 (zone-replace-char): New defsubst.
8120 (zone-park/sit-for): Likewise.
8121 (zone-fret): Take window-start arg.
8122 Update callers. Use `zone-park/sit-for'.
8123 (zone-fill-out-screen): Rewrite.
8124 (zone-fall-through-ws): Likewise. Update callers.
8125 (zone-pgm-drip): Use `zone-replace-char'.
8126 Move var inits before while-loop. Use `zone-park/sit-for'.
8127 (zone-pgm-random-life): Handle empty initial field.
8128 Use `zone-replace-char' and `zone-park/sit-for'.
8129
8130 2004-12-15 Juri Linkov <juri@jurta.org>
8131
8132 * isearch.el (isearch-update): Test isearch-lazy-highlight
8133 before calling isearch-lazy-highlight-new-loop.
8134 (isearch-lazy-highlight-new-loop):
8135 Don't test isearch-lazy-highlight.
8136
8137 * replace.el (perform-replace): Add isearch-case-fold-search.
8138 Use delimited-flag for isearch-regexp.
8139 Reset isearch-lazy-highlight-last-string to force lazy
8140 highlighting when called from isearch mode.
8141 (query-replace-highlight): Revert defcustom type to boolean.
8142 (query-replace-lazy-highlight): New defcustom.
8143 (query-replace): New face.
8144 (perform-replace, replace-highlight, replace-dehighlight):
8145 Test query-replace-lazy-highlight instead of special value
8146 `isearch' of query-replace-highlight.
8147 (replace-dehighlight): Don't call isearch-dehighlight.
8148 (replace-highlight): Don't call isearch-highlight.
8149 Use face `query-replace' unconditionally.
8150
8151 2004-12-14 Kim F. Storm <storm@cua.dk>
8152
8153 * simple.el (inhibit-mark-movement): Remove defvar.
8154 (beginning-of-buffer, end-of-buffer): Don't use it.
8155
8156 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8157 Don't use inhibit-mark-movement.
8158
8159 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8160 (cua--undo-push-mark): Remove.
8161 (cua--pre-command-handler, cua--post-command-handler):
8162 Don't fiddle with inhibit-mark-movement.
8163
8164 2004-12-14 Juri Linkov <juri@jurta.org>
8165
8166 * buff-menu.el (list-buffers-noselect): Collect internal info
8167 for every buffer in BUFFER-LIST arg too.
8168 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8169 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8170 Bind same-window-buffer-names and same-window-regexps to nil.
8171
8172 2004-12-13 Juri Linkov <juri@jurta.org>
8173
8174 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8175
8176 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8177 (sc-cite-region, sc-uncite-region, sc-recite-region):
8178 Fix previous change to handle not alist as a symbol, but
8179 a citation frame as a symbol that represents a variable name.
8180
8181 2004-12-13 Richard M. Stallman <rms@gnu.org>
8182
8183 * filecache.el (file-cache-add-directory-using-find):
8184 Only set up file-cache-find-command-posix-flag if we will use it.
8185
8186 * bindings.el (mode-line-buffer-identification-keymap):
8187 Don't cancel the mode-line's usual down-mouse-1 binding.
8188
8189 * cus-edit.el (custom-face-selected): Handle `default' specs.
8190 (custom-face-edit): Increase extra-offset.
8191 (custom-display): Handle `default' specs.
8192
8193 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8194
8195 * emacs-lisp/elint.el (elint-standard-variables)
8196 (elint-unknown-builtin-args): Move definitions up.
8197
8198 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8199
8200 * info.el (info-xref-visited): Use `default' instead of t.
8201 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8202
8203 * faces.el (header-line, mode-line-inactive, tool-bar):
8204 Use `default' instead of t for setting the defaults.
8205 (face-spec-choose): Separate `t' from `default'.
8206
8207 * subr.el (while-no-input): New macro.
8208
8209 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8210
8211 * filecache.el (file-cache-add-directory-using-find):
8212 Only test file-cache-find-command-posix-flag on some systems.
8213
8214 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8217 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8218 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8219 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8220 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8221
8222 2004-12-12 Juri Linkov <juri@jurta.org>
8223
8224 * files.el (find-file-other-window, find-file-other-frame):
8225 Add the first buffer to the returned value to return the complete
8226 list of all visited buffers.
8227 (find-file-read-only, find-file-read-only-other-window)
8228 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8229 `find-file-read-args'. Signal an error about non-existent file
8230 only if file name doesn't contain wildcards. Toggle read-only in
8231 all visited buffers.
8232 (find-alternate-file, find-alternate-file-other-window):
8233 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8234 called interactively. Pass arg `wildcards' to other functions.
8235 (find-file-noselect): Doc fix.
8236
8237 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8238 Doc fix.
8239 (ffap-directory-finder): New variable.
8240 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8241 (ffap-file-at-point): Add /* to immediately rejected names.
8242 Return absolute file names matching ffap-dired-wildcards.
8243 (ffap-read-file-or-url): Set default value for `completing-read'
8244 to `buffer-file-name'.
8245 (find-file-at-point): When filename matches ffap-dired-wildcards,
8246 call ffap-file-finder with t arg `wildcards', instead of dired.
8247 (ffap-other-window, ffap-other-frame): Return visited buffers.
8248 (ffap-read-only, ffap-read-only-other-window)
8249 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8250 (dired-at-point): Call ffap-directory-finder instead of dired.
8251 (ffap-dired-other-window, ffap-dired-other-frame)
8252 (ffap-list-directory): New commands.
8253 (ffap-bindings): New keybindings for new commands.
8254
8255 2004-12-12 Juri Linkov <juri@jurta.org>
8256
8257 * simple.el (beginning-of-buffer, end-of-buffer):
8258 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8259 Do not push mark when mark is active in transient-mark-mode.
8260
8261 * simple.el (mark-word):
8262 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8263 * textmodes/paragraphs.el (mark-paragraph):
8264 Extend the region when mark is active in transient-mark-mode,
8265 regardless of the last command. Doc fix.
8266
8267 * simple.el (mark-word): Preserve direction when repeating.
8268 Make arg optional. Interactive "p" -> "P".
8269 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8270
8271 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8272 preserving direction, to mark forward instead of backward when mark
8273 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8274
8275 2004-12-12 Juri Linkov <juri@jurta.org>
8276
8277 * isearch.el (isearch-edit-string): Set 7th arg of
8278 `read-from-minibuffer' to `t' to inherit the current input
8279 method (whose name is indicated by [IM] in the minibuffer prompt)
8280 from the current buffer to the minibuffer.
8281 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8282 to allow C-g quitting for lazy highlighting looping inside the
8283 search with nested repetition operators. Add overlay to the list
8284 before setting its face and other properties to avoid the case of
8285 code quitting after placing the new overlay but before it's
8286 recorded on the list. Select the window where isearch was
8287 activated, to highlight matches in the right window when isearch
8288 switches the current window to the minibuffer.
8289
8290 * international/isearch-x.el
8291 (isearch-process-search-multibyte-characters):
8292 Use `isearch-message' as initial input for `read-string' instead
8293 of adding it to the minibuffer prompt. After reading a string
8294 remove the initial value of `isearch-message' from the string.
8295
8296 * replace.el (replace-match-maybe-edit): Doc fix.
8297 (perform-replace): Don't call `replace-highlight' when automatic
8298 replacement is requested in literal mode, since it is intended
8299 only to highlight words during entering a new replacement string
8300 for \? in non-literal mode.
8301
8302 * replace.el (query-replace-highlight): Add new value `isearch'
8303 that allows query replacement to use isearch highlighting.
8304 Change type from `boolean' to `choice'. Doc fix.
8305 (replace-highlight, replace-dehighlight, perform-replace):
8306 Use isearch highlighting if query-replace-highlight eq `isearch'.
8307
8308 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8311 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8312
8313 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8314 case of \end{verbatim}.
8315
8316 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8317
8318 * term.el (term-termcap-format): Synchronyze with terminfo.
8319 (term-emulate-terminal): Handle reset.
8320 (term-reset-terminal): New function.
8321
8322 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8323
8324 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8325 (zone-fill-out-screen): New func.
8326 (zone-pgm-drip): Use `zone-fill-out-screen'.
8327 Also, no longer go to point-min on every cycle.
8328 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8329 (zone-pgm-random-life-wait): New user var.
8330 (zone-pgm-random-life): New func.
8331
8332 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8333
8334 * files.el (auto-mode-alist): Map .com to DCL mode.
8335
8336 2004-12-09 Richard M. Stallman <rms@gnu.org>
8337
8338 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8339
8340 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8341
8342 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8343 buffer with a display margin.
8344
8345 2004-12-08 Jay Belanger <belanger@truman.edu>
8346
8347 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8348 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8349
8350 2004-12-08 Richard M. Stallman <rms@gnu.org>
8351
8352 * faces.el: Delete code to set display table.
8353 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8354
8355 2004-12-08 Jay Belanger <belanger@truman.edu>
8356
8357 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8358
8359 * calc/calc-ext.el (math-read-replacement-list)
8360 (math-read-superscripts, math-read-preprocess-string): Move to
8361 calc-aent.el.
8362
8363 * calc/calc-aent.el (math-read-replacement-list)
8364 (math-read-superscripts, math-read-preprocess-string): Move from
8365 calc-ext.el.
8366
8367 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * isearch.el (isearch-quote-char): Fix up typo in last change.
8370
8371 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8372
8373 * mouse.el (mouse-set-font): Handle the case where the command was
8374 not invoked using the mouse.
8375
8376 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8377 (edmacro-finish-edit): Further update for keyboard macros that are
8378 lambda forms.
8379 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8380
8381 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8382
8383 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8384 (font-lock-default-unfontify-region): Don't save buffer state any more.
8385
8386 2004-12-07 Jay Belanger <belanger@truman.edu>
8387
8388 * calc/calc-help.el (calc-describe-key):
8389 Set calc-summary-indentation even when Calc Summary buffer exists.
8390
8391 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8392
8393 * calendar/holidays.el (holiday-easter-etc): Make arguments
8394 optional for backwards compatibility. Doc fix.
8395 Remove un-necessary local vars mandatory, output-list.
8396 (holiday-advent): Make arguments optional for backwards
8397 compatibility. Doc fix.
8398
8399 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * paren.el (show-paren-function): Fix last change (2004-12-02).
8402
8403 * international/mule-util.el (char-displayable-p): Return nil for
8404 unibyte mode.
8405
8406 * subr.el (subregexp-context-p): New function.
8407
8408 * isearch.el (isearch-quote-char): Use it.
8409
8410 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8411 (regexp-opt-not-groupie*-re): Remove.
8412 (regexp-opt): Properly handle inputs with duplicate entries.
8413
8414 2004-12-06 Richard M. Stallman <rms@gnu.org>
8415
8416 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8417
8418 * cus-edit.el (custom-file): Doc fix.
8419
8420 * textmodes/org.el: New file.
8421
8422 2004-12-06 Kenichi Handa <handa@m17n.org>
8423
8424 * ldefs-boot.el: Update international/mule-util.el section.
8425
8426 2004-12-05 Sam Steingold <sds@gnu.org>
8427
8428 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8429 Fix `tramp-time-diff' comparison logic.
8430
8431 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8432
8433 * progmodes/which-func.el (which-function):
8434 Use `run-hook-with-args-until-success' instead of a custom loop.
8435 Fixes bug with local hooks.
8436
8437 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8438
8439 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8440 Use delete-dups when calculating the initial value.
8441 (bibtex-autokey-get-title): Use <=.
8442 (bibtex-goto-line): New function.
8443 (bibtex-reposition-window): Use line numbers instead of point
8444 positions. Use window-body-height.
8445 (bibtex-find-crossref): Use bibtex-reposition-window.
8446 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8447 position of entry if key is found or nil if not found.
8448
8449 2004-12-05 Richard M. Stallman <rms@gnu.org>
8450
8451 * cus-edit.el (custom-file): Doc fix.
8452
8453 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8454
8455 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * simple.el (blink-matching-open):
8458 * textmodes/tex-mode.el (tex-validate-region):
8459 Obey syntax-table text properties.
8460
8461 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8462
8463 * wid-edit.el (widget-specify-field): Add `real-field' property to
8464 boundary.
8465 (widget-field-at): Use it.
8466
8467 2004-12-02 Richard M. Stallman <rms@gnu.org>
8468
8469 * progmodes/cc-mode.el (awk-mode autoload):
8470 Supply t meaning interactive function.
8471
8472 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8473 (isearch-mode-map): No special definition for space.
8474 (isearch-whitespace-chars): Command deleted.
8475 (isearch-forward-regexp): Doc fix.
8476 (isearch-quote-char): When a space is not inside brackets,
8477 use `[ ]' instead of just space.
8478 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8479
8480 * imenu.el (imenu--generic-function): Delete code to exclude
8481 matches in comments.
8482
8483 * man.el (Man-reverse-face): Change default to `highlight'.
8484
8485 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8486 (occur-engine): Use `face' prop rather than `font-lock-face'
8487 when specifying use of `match-face'.
8488 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8489
8490 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8491
8492 * add-log.el (add-log-current-defun): Handle the case where point
8493 is in the header part of a DEFUN construct.
8494
8495 2004-12-02 Dave Love <fx@gnu.org>
8496
8497 * progmodes/python.el (python-font-lock-syntactic-keywords):
8498 Fix previous change.
8499
8500 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8501
8502 * paren.el (show-paren-function): Check for matching chars
8503 specified by text props.
8504
8505 2004-12-02 Jay Belanger <belanger@truman.edu>
8506
8507 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8508 when reading a new key sequence.
8509
8510 2004-12-02 Kim F. Storm <storm@cua.dk>
8511
8512 * faces.el (escape-glyph): Rename from glyph.
8513 (standard-display-table): Set it here. Add escape-glyph face to
8514 extra slot characters.
8515
8516 * disp-table.el: Undo 2004-12-01 change. Display table is now
8517 setup in faces.el.
8518
8519 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8520
8521 * xml.el (xml-parse-dtd): Don't show validity messages when
8522 xml-validating-parser is nil.
8523 (xml-substitute-special): Fix validity error messages to
8524 actually show the unexpandable entity. Added validity error if &
8525 isn't followed by an entity.
8526 (xml-parse-tag): Concatenate any string following the a
8527 <![CDATA[]]> section to the parsed CDATA.
8528 (xml-parse-dtd): Skip parameter entity declarations and use of
8529 parameter entities.
8530
8531 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8532
8533 * kmacro.el (kmacro-default-counter-format): New var.
8534 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8535 (kmacro-display): Remove `nil' from `and' form. Delete call to
8536 `format' inside `message'.
8537 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8538
8539 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * pcvs.el (cvs-header-msg): New function.
8542 (cvs-update-header): Use it. Change calling convention.
8543 Correctly handle the case of having simultaneous active processes.
8544 (cvs-sentinel): Don't call cvs-update-header any more.
8545 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8546
8547 2004-12-01 Jay Belanger <belanger@truman.edu>
8548
8549 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8550 Change message.
8551
8552 2004-12-01 Juri Linkov <juri@jurta.org>
8553
8554 * progmodes/prolog.el (prolog-mode-variables):
8555 Fix imenu-generic-expression.
8556
8557 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8558
8559 * faces.el (glyph): New face.
8560
8561 * disp-table.el: Add an autoloaded table, that doesn't require
8562 this library, with glyph face.
8563
8564 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8565 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8566 (conf-quote-normal): Allow normalizing only ' or ".
8567 (conf-mode): Regexp-quote constructed comment-start and don't
8568 match section {} where "name" contains braces.
8569
8570 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8571 files.
8572
8573 2004-12-01 Kenichi Handa <handa@m17n.org>
8574
8575 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8576 (x-select-text): Don't treat eight-bit-control/graphic chars
8577 specially. Store the encoded text in the X cut buffer.
8578 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8579 with x-last-selected-text-cut-encoded.
8580
8581 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8584
8585 2004-11-30 Markus Rost <rost@ias.edu>
8586
8587 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8588 AUCTeX.
8589
8590 2004-11-30 Jay Belanger <belanger@truman.edu>
8591
8592 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8593 on signs of intervals.
8594 (math-pow-of-zero): Strengthen checks for positive and negative
8595 exponents.
8596
8597 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8598 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8599 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8600 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8601 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8602 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8603 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8604 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8605 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8606 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8607 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8608 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8609 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8610 with provide statements.
8611
8612 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8613
8614 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8615
8616 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8617 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8618 functions by require statements.
8619 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8620
8621 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8622 (calc-gnuplot-print): Give them values.
8623
8624 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8625 autoloads.
8626 Add calc-do-embedded-activate to autoloads.
8627 (calc-gnuplot-name, calc-gnuplot-plot-command)
8628 (calc-gnuplot-print-command): Move them to calc-graph.el.
8629
8630 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8631
8632 * term/mac-win.el (ccl-encode-mac-roman-font)
8633 (ccl-encode-mac-cyrillic-font)
8634 (ccl-encode-mac-centraleuropean-font, encoder-list)
8635 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8636 Support Cyrillic, CentralEuropean, and Dingbat font display
8637
8638 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8639
8640 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8641
8642 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8643 still nil.
8644
8645 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8646
8647 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8648 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8649
8650 2004-11-29 Jay Belanger <belanger@truman.edu>
8651
8652 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8653 cases of the base and exponent.
8654
8655 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8656
8657 * simple.el (next-error-buffer-p): Allow for inclusive and
8658 exclusive tests for finding a buffer.
8659 (next-error-find-buffer): Pass the exclusive and inclusive tests
8660 to next-error-buffer-p.
8661
8662 * replace.el (occur-next-error): Switch to the Occur buffer when
8663 appropriate, use the exclusive filter to next-error-find-buffer to
8664 do it. Use the absolute value of the motion amount.
8665
8666 2004-11-29 Kenichi Handa <handa@m17n.org>
8667
8668 * startup.el (command-line): Decode all default-directory by
8669 locale-coding-system.
8670
8671 2004-11-29 Jay Belanger <belanger@truman.edu>
8672
8673 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8674 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8675 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8676 Replace calls to calc-extensions by appropriate require, replace
8677 calc-extensions-loaded by appropriate featurep.
8678
8679 * calc/calc-ext.el: Move require to end of file.
8680 Remove redundant loading of calc.el.
8681 (calc-extensions-loaded): Remove unnecessary variable.
8682 (calc-extensions): Remove unnecessary function.
8683 (calc-load-everything): Replace calc-need-macros by appropriate require.
8684
8685 * calc/calc-macs.el: Move provide to end of file.
8686 (calc-need-macros): Remove unnecessary function.
8687
8688 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8689 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8690 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8691 Replace calc-extensions by appropriate require.
8692 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8693
8694 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8695 Replace calc-need-macros by appropriate require.
8696
8697 * calc/calc.el: Move require to end of file.
8698 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8699 Remove unnecessary variable.
8700 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8701 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8702 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8703 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8704 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8705 (math-format-number, math-format-bignum, math-read-number)
8706 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8707 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8708 by appropriate require.
8709 (calc-check-defines): Replace calc-need-macros by appropriate require.
8710
8711 2004-11-29 Kim F. Storm <storm@cua.dk>
8712
8713 * macros.el (insert-kbd-macro): Handle kmacro functions.
8714
8715 2004-11-28 Juri Linkov <juri@jurta.org>
8716
8717 * compare-w.el (compare-windows-highlight): Attach each overlay
8718 to its window to properly highlight differences while comparing
8719 two windows of the same buffer. Fix arguments.
8720 (compare-windows-sync-default-function): Fix arguments of
8721 `compare-windows-highlight'.
8722
8723 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8724 Use `read-expression-history'. Set initial contents only if
8725 `edebug-global-break-condition' is non-nil. Set histpos to 1
8726 if initial contents is equal to the last history element.
8727 (edebug-set-conditional-breakpoint): Instead of temporarily
8728 prepending the current condition to the history, set initial
8729 contents to the current condition. Set histpos to 1 if initial
8730 contents is equal to the last history element.
8731
8732 * info.el (Info-search-whitespace-regexp): Remove shy group.
8733 (Info-search): Forward line if search is on the header line.
8734 Use search-whitespace-regexp in two other places.
8735
8736 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8737
8738 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8739 warning. Delay real definition, which uses
8740 `set-fringe-indicators-1' till after the definition of that function.
8741
8742 2004-11-28 Kim F. Storm <storm@cua.dk>
8743
8744 * fringe.el (fringe): New defgroup.
8745 (fringe-mode): Move to fringe group.
8746 (fringe-indicators): New defcustom.
8747 (set-fringe-indicators-1): New defun.
8748
8749 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8750 (menu-bar-showhide-fringe-ind-menu): New keymap.
8751 (menu-bar-showhide-fringe-ind-empty)
8752 (menu-bar-showhide-fringe-ind-mixed)
8753 (menu-bar-showhide-fringe-ind-box)
8754 (menu-bar-showhide-fringe-ind-right)
8755 (menu-bar-showhide-fringe-ind-left)
8756 (menu-bar-showhide-fringe-ind-none): New defuns.
8757 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8758
8759 2004-11-27 Richard M. Stallman <rms@gnu.org>
8760
8761 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8762
8763 * generic.el (define-generic-mode): Doc fix.
8764
8765 * menu-bar.el (menu-bar-options-save): For the options
8766 that are toggled with menu-bar-make-mm-toggle, don't check
8767 for customized-value prop.
8768
8769 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8770
8771 * mail/supercite.el (sc-cite-region): Handle the case where
8772 sc-cite-frame-alist is a symbol.
8773 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8774 a symbol.
8775 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8776 a symbol.
8777
8778 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8779
8780 * wid-edit.el (widget-narrow-to-field): New function.
8781 (widget-complete): Use it.
8782
8783 2004-11-27 Jay Belanger <belanger@truman.edu>
8784
8785 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8786 variable.
8787 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8788 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8789 (math-alg-inequalities): Move declaration to earlier in the file.
8790
8791 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8792 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8793 Declare them.
8794
8795 * calc/calc-lang.el (math-expr-data, math-expr-token)
8796 (math-exp-old-pos): Declare them.
8797
8798 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8799 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8800
8801 2004-11-27 Kim F. Storm <storm@cua.dk>
8802
8803 * progmodes/flymake.el: Use (featurep 'xemacs).
8804 (flymake-makehash): Change to defsubst. Use fboundp.
8805 (flymake-time-to-float): Remove.
8806 (flymake-float-time): Merge code from flymake-time-to-float here.
8807 (flymake-replace-regexp-in-string): Change to defsubst.
8808 (flymake-split-string-remove-empty-edges):
8809 Rename to flymake-split-string.
8810 (flymake-split-string): Remove previous defalias.
8811 (flymake-get-temp-dir): Change to defsubst.
8812 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8813 Define for xemacs only.
8814 (flymake-master-file-count-limit): Change into compiler defvar only.
8815 (flymake-find-possible-master-files): Let-bind it dynamically while
8816 sorting files using flymake-master-file-compare.
8817
8818 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8819
8820 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8821 of defun-prompt-regexp matches inside a comment/string but the
8822 beginning is correctly outside everything.
8823
8824 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8825 appears within a string or a comment.
8826
8827 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8828 rather than make-symbol for symbols which are used in
8829 a symbol-macrolet or equivalent.
8830
8831 2004-11-26 Jay Belanger <belanger@truman.edu>
8832
8833 * calc-misc.el (calc-last-why-command): Declare it.
8834
8835 * calc-vec.el (math-grade-vec): New variable.
8836 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8837 Replace variable grade-vec by declared variable.
8838 (math-rb-close): New variable.
8839 (math-read-brackets, math-read-vector): Replace variable close by
8840 declared variable.
8841
8842 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8843 (calc-one-window, calc-edit-handler, calc-restore-trail)
8844 (calc-allow-ret): Declare them.
8845
8846 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8847 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8848 (math-radix-float-cache-tag, math-random-cache)
8849 (math-max-digits-cache, math-integral-cache, math-units-table)
8850 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8851 (math-moc-func): New variable.
8852 (math-map-over-constants, math-map-over-constants-rec):
8853 Replace variable func by declared variable.
8854
8855 * calc/calc-store.el (calc-given-value, calc-store-opers):
8856 Declare them.
8857 (calc-var-name-map): Move declaration to earlier in the file.
8858 (calc-pv-pos): New variable.
8859 (calc-permanent-variable, calc-insert-permanent-variable):
8860 Replace variable pos by declared variable.
8861
8862 * calc/calc-mtx.el (calc-det-lu): New variable.
8863 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8864
8865 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8866 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8867 and arg by declared variables.
8868 (calcFunc-reducer): Fix incorrect variable.
8869 (math-inner-mul-func, math-inner-add-func): New variables.
8870 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8871 and add-func by declared variables.
8872
8873 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8874 (calc-digit-value): Declare them.
8875
8876 * calc/calc-help.el (Info-history): Declare it.
8877 (calc-describe-key): Make calc-summary-indentation a local variable.
8878 (calc-help-long-names): Move declaration to earlier in file.
8879
8880 * calc/calc-embed.el (calc-original-buffer): Declare it.
8881 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8882 (calc-embed-bot): New variables.
8883 (calc-do-embedded, calc-embedded-mark-formula)
8884 (calc-embedded-find-bounds, calc-embedded-duplicate)
8885 (calc-embedded-new-formula, calc-embedded-make-info):
8886 Replace vars outer-top, outer-bot, bot and top by declared variables.
8887 (calc-embed-prev-modes): New variable.
8888 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8889 prev-modes with declared variable.
8890 (calc-embed-vars-used): New variable.
8891 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8892 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8893 vars-used by declared variable.
8894
8895 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8896 (math-format-radix-float): Remove unnecessary setq.
8897 (math-radix-float-cache): Declare it.
8898
8899 * calc/calcsel2.el (calc-keep-selection): Declare it.
8900
8901 * calc/calc-maint.el: Remove file.
8902
8903 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8904
8905 * textmodes/bibtex.el (bibtex-sort-entry-class)
8906 (bibtex-comment-start): Use defcustom.
8907 (bibtex-entry-field-alist): Use nil if initial content of the
8908 field is undefined. Fix docstring.
8909 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8910 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8911 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8912 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8913 Fix docstring.
8914 (bibtex-autokey-title-terminators): Use only one regexp.
8915 (bibtex-string-maybe-empty-head): New variable.
8916 (bibtex-remove-delimiters-string): New function.
8917 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8918 Use bibtex-remove-delimiters-string.
8919 (bibtex-progress-message, bibtex-field-left-delimiter)
8920 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8921 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8922 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8923 Simplify.
8924 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8925 Use eq and bibtex-remove-delimiters-string. For end markers use
8926 insertion type so that marker stays after inserted text.
8927 (bibtex-autokey-get-names): Return empty string if name is missing.
8928 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8929 calling bibtex-autokey-name-case-convert.
8930 (bibtex-autokey-demangle-title):
8931 Call bibtex-autokey-titleword-case-convert. Remove call to
8932 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8933 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8934 (bibtex-read-key): New optional arg global.
8935 (bibtex-files-expand): New optional arg force.
8936 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8937 (bibtex-complete-crossref-cleanup): Rename from
8938 bibtex-complete-key-cleanup. Simplify code.
8939 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8940 Operate on current entry.
8941 (bibtex-button): Add docstring.
8942 (bibtex-entry): Simplify.
8943 (bibtex-make-field): Replace optional arg called-by-yank with more
8944 specific args move and interactive.
8945 (bibtex-end-of-entry): Use forward-sexp.
8946 (bibtex-find-entry-globally): Remove.
8947 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8948 Bound to C-c C-x.
8949 (bibtex-find-entry): New optional args global and display.
8950 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8951 (bibtex-validate): Use arg force of bibtex-files-expand.
8952 (bibtex-clean-entry): Bugfix, clean string entries properly.
8953 Always keep point at beginning of entry.
8954 (bibtex-complete): Bugfix. Handle string entries properly.
8955 Call cleanup functions only if needed.
8956 (bibtex-String): Use bibtex-read-string-key.
8957 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8958 case of replacement text.
8959
8960 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8961
8962 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8963 (tramp-perl-directory-files-and-attributes): New constant.
8964 (tramp-file-name-handler-alist): Delete file-directory-files, add
8965 directory-files-and-attributes.
8966 (tramp-perl-file-attributes): Surround uid and gid by double
8967 quotes. Change parameter id-format from nonnumeric.
8968 (tramp-convert-file-attributes): New function.
8969 (tramp-handle-file-attributes): Use it.
8970 (tramp-maybe-send-perl-script): New function.
8971 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8972 file mode. Change parameter id-format from nonnumeric.
8973 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8974 from nonnumeric.
8975 (tramp-post-connection): Don't send tramp-perl-file-attributes
8976 script. Reset connection property "perl-scripts".
8977 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8978 in use.
8979
8980 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8981
8982 * desktop.el (desktop-read): Replace mapcar with mapc.
8983 (desktop-create-buffer): Replace mapcar with mapc.
8984 Remove redundant piece of code.
8985
8986 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8987
8988 * progmodes/gud.el (gud-display-line): Use display-buffer
8989 for GDB-UI as for GUD.
8990
8991 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8992 Delete variables.
8993 (gdb-ann3): Don't make GUD buffer dedicated.
8994 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8995 (gdb-display-source-buffer): Delete function.
8996 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8997 (menu): Delete menu bindings for viewing source/assembler.
8998 (gdb-setup-windows, gdb-restore-windows):
8999 Don't dedicate GUD. No assembler now.
9000 (gdb-reset): No need to undedicate source buffers now.
9001 (gdb-source-info): No assembler now.
9002
9003 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9004
9005 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9006 width to those for special frames.
9007 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9008 Use display-buffer.
9009 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9010 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9011 (gdb-frame-assembler-buffer): Rework like
9012 gdb-frame-breakpoints-buffer.
9013
9014 2004-11-25 Richard M. Stallman <rms@gnu.org>
9015
9016 * progmodes/flymake.el: Reindent.
9017 (flymake-split-string): Turn into defalias.
9018 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9019 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9020 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9021 (flymake-build-relative-filename): Rename from ...path.
9022 Fix error message.
9023
9024 2004-11-25 Cheng Gao <chenggao@gmail.com>
9025
9026 * progmodes/flymake.el: Much whitespace and capitalization change.
9027 Move `provide' to end. Require `compile' only when compiling.
9028
9029 2004-11-24 Jay Belanger <belanger@truman.edu>
9030
9031 * calc/calc-alg.el: Added comment.
9032 (math-polynomial-base): Replace variable mpb-top-expr by
9033 math-poly-base-top-expr.
9034
9035 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9036 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9037 variable.
9038 (math-poly-base-total-base): New variable.
9039 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9040 mpb-total-base by declared variable.
9041 (math-factored-vars, math-to-list): Declare it.
9042 (math-fact-expr): New variable.
9043 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9044 (math-factor-expr-try, math-factor-expr-part): Replace variable
9045 expr by declared variable.
9046 (math-fet-x): New variable.
9047 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9048 by declared variable.
9049 (math-factor-poly-coefs): Make temp a local variable.
9050
9051 * calc/calc-units.el (calc-convert-units): Make units a local
9052 variable.
9053 (calc-num-units, calc-den-units): New variables.
9054 (calc-explain-units, calc-explain-units-rec): Replace variables
9055 num-units and den-units by declared variables.
9056 (math-cu-unit-list): New variable.
9057 (math-build-units-table, math-compare-unit-names)
9058 (math-convert-units, math-convert-units-rec): Replace variable
9059 unit-list by declared variable.
9060 (math-fbu-base, math-fbu-entry): New variables.
9061 (math-find-base-units, math-find-base-units-rec): Replace variables
9062 base and entry by declared variables.
9063 (math-which-standard): New variable.
9064 (math-to-standard-units, math-to-standard-rec): Replace variable
9065 which-standard by declared variable.
9066 (math-fcu-u): New variable.
9067 (math-find-compatible-unit, math-find-compatible-unit-rec):
9068 Replace variable u by declared variable.
9069 (math-cu-new-units, math-cu-pure): New variables.
9070 (math-convert-units, math-convert-units-rec): Replace variables
9071 new-units and pure by declared variables.
9072 (math-try-cancel-units): New variable.
9073 (math-simplify-units-quotient): Replace variable try-cancel-units by
9074 declared variable.
9075
9076 2004-11-24 Richard M. Stallman <rms@gnu.org>
9077
9078 * textmodes/ispell.el (ispell-check-version):
9079 If default-directory is nonexistent, use home dir.
9080
9081 * progmodes/grep.el (grep-regexp-alist):
9082 Don't match parens around line numbers.
9083
9084 * progmodes/cperl-mode.el (cperl-indent-region)
9085 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9086 Don't print progress messages.
9087
9088 * progmodes/compile.el (compilation-mode-map):
9089 Don't inherit from compilation-minor-mode-map;
9090 copy its bindings instead. But the menu bar Compile
9091 entry now does inherit from compilation-menu-map.
9092
9093 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9094 Use with-no-warnings around compiler-macroexpand.
9095
9096 * imenu.el: Don't always require newcomment.
9097 (imenu--generic-function): Call comment-normalize-vars
9098 if we have a comment syntax.
9099 Exit the loop if REGEXP matches the null string.
9100 Test comment-start as well as comment-start-skip
9101 when deciding whether to check for comments.
9102
9103 * tooltip.el (tooltip-mode): Doc fix.
9104
9105 * term.el (term-escape-char, term-mode): Doc fixes.
9106
9107 2004-11-24 Dave Love <fx@gnu.org>
9108
9109 * progmodes/python.el (python-font-lock-syntactic-keywords):
9110 Check for escapes in the regexp.
9111 (python-quote-syntax): Don't do it here.
9112
9113 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9114
9115 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9116 (gdb-frames-mode-map, gdb-threads-mode-map)
9117 (gdb-registers-mode-map, gdb-locals-mode-map)
9118 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9119 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9120
9121 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9122 (dedicated-switch-to-buffer): Rework.
9123 (gdb-var-evaluate-expression-handler, gdb-put-string):
9124 Remove unused variable bindings.
9125 (gdb-setup-windows, gdb-display-buffer):
9126 Simplify. Use pop-to-buffer.
9127 (gdb-view-source-function): Simplify.
9128 (gdb-frame-breakpoints-buffer):
9129 Use pop-to-buffer, special-display-regexps.
9130
9131 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9132
9133 * progmodes/f90.el (f90-smart-end)
9134 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9135 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9136 (f90-end-of-block): Doc fix. Make check of outermost block
9137 conditional on value of `f90-smart-end'.
9138 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9139 Handle case where END-BLOCK is nil.
9140 (f90-match-end): Handle un-named PROGRAM blocks.
9141 (f90-backslash-not-special): New function.
9142
9143 2004-11-24 Jay Belanger <belanger@truman.edu>
9144
9145 * calc/calc.el (calc-embedded-active): Removed unnecessary
9146 declaration.
9147 (calc-show-banner): Removed redundant declaration.
9148
9149 * calc/calc-graph.el (calc-gnuplot-default-device)
9150 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9151 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9152 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9153 Remove redundant initial values.
9154
9155 * calc/calc-arith.el (math-scalar-functions)
9156 (math-nonscalar-functions, math-scalar-if-args-functions)
9157 (math-real-functions, math-positive-functions)
9158 (math-nonnegative-functions, math-real-scalar-functions)
9159 (math-real-if-arg-functions, math-integer-functions)
9160 (math-num-integer-functions, math-rounding-functions)
9161 (math-float-rounding-functions, math-integer-if-args-functions)
9162 (math-super-types): Move declarations to earlier in file.
9163 (math-unit-prefixes): Declared it.
9164 (math-floor-prec, math-trunc-prec): New variables.
9165 (math-trunc-fancy): Replace variable prec by declared variable.
9166 (math-floor-fancy): Replace variable prec by declared variable.
9167 (math-com-bterms): New variable.
9168 (math-commutative-equal, math-commutative-collect):
9169 Replace variable bterms by declared variable.
9170
9171 * calc/calc-misc.el (math-trunc): Replace variable prec by
9172 math-trunc-prec.
9173 (math-floor): Replace variable prec by math-floor-prec.
9174
9175 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9176 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9177 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9178 (math-format-date, math-format-date-part): Replace variables
9179 date, dt, year, month, day, weekday, hour, minute, second and
9180 bc-flag by declared variables.
9181 (math-pd-str): New variable.
9182 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9183 Replace variable str by declared variable.
9184 (math-daylight-savings-hook, math-tzone-names): Move definitions
9185 to earlier in the file.
9186 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9187 (math-sh-year): New variable.
9188 (math-setup-add-holidays, math-setup-holidays)
9189 (math-setup-year-holidays): Replace variable `year' by declared
9190 variable.
9191
9192 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9193 New variables.
9194 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9195 n, nf and nfm1 by declared variables.
9196 (math-nri-n): New variable.
9197 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9198 n by declared variable.
9199 (calcFunc-log): Removed misplaced condition.
9200
9201 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9204
9205 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9208 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9209 Dedicate gdb-related windows.
9210 (gdb-display-buffer): Dedicate gdb-related windows.
9211 Don't grab other frames.
9212 (gdb-reset): Remove dedicated property after debugging.
9213
9214 2004-11-24 Jay Belanger <belanger@truman.edu>
9215
9216 * calc/calc-sel.el: Add comment.
9217
9218 * calc/calc.el (math-stack-value-offset): Replace variables c,
9219 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9220
9221 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9222 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9223 (math-stack-value-offset-fancy): Replace variables c, wid and off
9224 by declared variables.
9225 (math-comp-just, math-comp-comma-spc): New variables.
9226 (math-compose-expr, math-compose-matrix): Replace variables `just'
9227 and comma-spc by declared variable.
9228 (math-comp-vector-prec): New variable.
9229 (math-compose-expr, math-compose-matrix, math-compose-rows):
9230 Replace variable vector-prec by declared variable.
9231 (math-comp-left-bracket, math-comp-right-bracket)
9232 (math-comp-comma): New variables.
9233 (math-compose-expr, math-compose-rows): Replace variables
9234 left-bracket, right-bracket and comma by declared variables.
9235 (math-comp-full-width): New variable.
9236 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9237 Replace variable full-width by declared variable.
9238 (math-comp-highlight, math-comp-word, math-comp-level)
9239 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9240 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9241 New variables.
9242 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9243 (math-comp-sel-flat-term): Replace variables comp-highlight,
9244 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9245 declared variables.
9246 (math-comp-simplify, math-comp-simplify-term)
9247 (math-comp-add-string, math-comp-add-string-sel):
9248 Replace variables comp-highlight, comp-buf, comp-base,
9249 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9250
9251 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9252
9253 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9254
9255 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9256 and x-server-version may throw.
9257
9258 2004-11-23 Kim F. Storm <storm@cua.dk>
9259
9260 * subr.el (substitute-key-definition-key): Optimize.
9261 Don't call indirect-function for nil defn (always signals error).
9262
9263 * ido.el (ido-read-internal): Fix require-match check when
9264 ido-directory-too-big is set.
9265
9266 2004-11-23 Jay Belanger <belanger@truman.edu>
9267
9268 * calc/calc-ext.el (math-read-replacement-list)
9269 (math-read-superscripts): New variables.
9270 (math-read-preprocess-string): New function.
9271 (math-read-expr): Filter input through math-read-preprocess-string.
9272
9273 * calc/calc-aent.el (math-read-exprs): Filter input through
9274 math-read-preprocess-string.
9275
9276 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9277
9278 * progmodes/compile.el (compilation-start): In cd command use
9279 substitute-env-vars -- not quite shell compatible but better than
9280 nothing.
9281 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9282 handle the newer versions messages, which are more parseable.
9283
9284 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9285
9286 * reveal.el (reveal-mode-map): New var.
9287 (reveal-mode): Use it.
9288
9289 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9290
9291 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9292 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9293
9294 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9297 header-line when needed.
9298 Use fixed-pitch only in the header-line.
9299 Build the underline automatically. Use emdash if available.
9300
9301 2004-11-22 Richard M. Stallman <rms@gnu.org>
9302
9303 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9304 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9305
9306 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9307
9308 * progmodes/gdb-ui.el (gdb-resync): New function.
9309 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9310 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9311 Use it to fail more gracefully.
9312 (gdb-variables): Delete variable.
9313 Re-order variables to reduce byte-compiler warnings.
9314
9315 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * descr-text.el (describe-char):
9318 * paren.el (show-paren-function):
9319 * subr.el (syntax-after): Undo last change.
9320
9321 * progmodes/python.el (run-python): Don't hard code *Python*.
9322 Don't modify global process-environment.
9323 (python-send-region, python-load-file): Don't assume that
9324 python-buffer == (process-buffer (python-proc)).
9325 (python-switch-to-python): Simplify.
9326
9327 * dired.el (dired-align-file): Don't assume line starts with spaces.
9328
9329 2004-11-21 Jay Belanger <belanger@truman.edu>
9330
9331 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9332 Replace variable `lines' by math-read-big-lines.
9333 (math-read-big-expr): Replace variables the-baseline, the-h2
9334 and err-msg by math-read-big-baseline, math-read-big-h2 and
9335 math-read-err-msg.
9336 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9337
9338 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9339 (math-read-big-balance): Replace unbound variable by value.
9340 (math-read-big-lines): New variable.
9341 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9342 (math-read-big-error, math-read-big-balance): Replace variable
9343 `lines' by declared variable.
9344 (math-read-big-baseline, math-read-big-h2): New variables.
9345 (math-read-big-rec): Replace variables the-baseline and the-h2
9346 by declared variables.
9347 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9348 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9349 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9350 declared variables.
9351 (math-read-big-err-msg): New variable.
9352 (math-read-big-error): Replace variable err-msg by declared variable.
9353
9354 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * ses.el: Add coding cookie.
9357 Fix up docstrings, follow new commenting conventions.
9358 (ses-header-line-menu): Fix missing variable rename for header-row.
9359 (ses-cell-size): Remove.
9360 (ses-make-cell): New function.
9361 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9362 (ses-calculate-cell): Remove unused var `symbol'.
9363 (ses-narrowed-p): New function.
9364 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9365 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9366 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9367 (ses-setup): Use restore-buffer-modified-p.
9368 (ses-cleanup): Remove unused var `end'.
9369 (ses-header-string-left-offset): Remove.
9370 (ses-create-header-string): Adjust to new behavior of `align-to'.
9371 Truncate excessively large fields to preserve alignment.
9372 (ses-reconstruct-all): Remove unused var `refs'.
9373 (ses-read-cell-printer): Remove unused var `prompt'.
9374 (ses-delete-row): Remove unused var `pos'.
9375 (ses-delete-column): Remove unused var `new'.
9376
9377 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9378
9379 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9380 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9381 Eliminate eval-and-compile usage.
9382 (ps-insert-file): Use insert-file-contents instead of insert-file.
9383 (ps-setup): Code fix.
9384
9385 * printing.el (pr-setup, lpr-setup): Code fix.
9386
9387 2004-11-21 Jay Belanger <belanger@truman.edu>
9388
9389 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9390 (calc-original-buffer): Declare them.
9391 (calc-user-formula-alist): New variable.
9392 (calc-user-define-formula, calc-fix-user-formula)
9393 (calc-user-define-composition, calc-finish-formula-edit):
9394 Replace variable `alist' by declared variable.
9395 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9396 (var-q7, var-q7, var-q8, var-q9): Declare them.
9397 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9398 are bound.
9399 (calcFunc-typeof): Replace undeclared variable by expression.
9400 (math-exp-env): New variable.
9401 (math-define-body, math-define-exp): Replace exp-env by declared var.
9402 (math-define-exp): Replace misplaced variable by expression.
9403
9404 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9405 (calc-curve-model, calc-curve-coefnames): New variables.
9406 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9407 varnames, model and coefnames by declared variables.
9408 (math-root-widen): New variable.
9409 (math-search-root, math-find-root): Replace variable root-widen by
9410 declared variable.
9411 (var-DUMMY): Declare it.
9412 (math-root-vars, math-min-vars): Move the declarations to earlier in
9413 the file.
9414 (math-brent-min): Make d a local variable.
9415 (math-find-minimum): Replace non-existent variable.
9416 (math-ninteg-romberg): Remove unnecessary variable.
9417 (math-ninteg-temp): New variable.
9418 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9419 integ-temp by declared variable.
9420 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9421 New variables.
9422 (math-general-fit): Replace variables first-var, first-coef and
9423 new-coefs by declared variables.
9424 (calcFunc-fitvar): Replace variable first-var by declared variable.
9425 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9426 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9427 (math-all-vars-vars, math-all-vars-found): New variables.
9428 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9429 found by declared variable math-all-vars-vars.
9430
9431 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9432
9433 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9434 of `defconst'.
9435
9436 2004-11-20 Richard M. Stallman <rms@gnu.org>
9437
9438 * isearch.el (isearch-mode-map): Don't bind SPC.
9439 (isearch-whitespace-chars): Function deleted.
9440 (isearch-search): Bind search-spaces-regexp.
9441 (isearch-lazy-highlight-search): Likewise.
9442 (search-whitespace-regexp): Doc fix.
9443 (isearch-forward-regexp): Doc fix.
9444
9445 * emacs-lisp/bytecomp.el (byte-compile-form):
9446 Move the calls to byte-compile-set-symbol-position,
9447 to avoid having two for the same symbol occurrence.
9448
9449 * comint.el (comint-input-ring-size): Increase to 150.
9450
9451 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9452 New variables.
9453 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9454 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9455
9456 * imenu.el (imenu--generic-function):
9457 Ensure we keep moving backward even if BEG isn't further back.
9458
9459 * replace.el (query-replace-read-to, query-replace-read-from):
9460 Specify t for KEEP-ALL in read-from-minibuffer.
9461
9462 * progmodes/python.el (python-switch-to-python):
9463 If Python isn't running, start it.
9464 Don't alter debug-ignored-errors.
9465
9466 * progmodes/cperl-mode.el (cperl-indent-region):
9467 Don't mind imenu-scanning-message.
9468
9469 * bindings.el (global-map): Bind C-e to move-end-of-line.
9470
9471 * simple.el (line-move-finish): New arg FORWARD.
9472 Ignore invisible newlines, not intangible ones.
9473 Conditions for acceptable stopping positions depend on FORWARD.
9474 (line-move): Pass FORWARD arg to line-move-finish.
9475
9476 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9477 of HEADER. Compensate for this change in the code to add display
9478 properties. Don't make the first line intangible.
9479
9480 * info.el (Info-search): Fix previous change.
9481
9482 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9483
9484 * Makefile.in (recompile): Revert 2004-11-19 change.
9485 (compile): Likewise.
9486
9487 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9488
9489 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9490
9491 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9492
9493 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9494 defgroup and defcustom. Eliminate eval-and-compile usage.
9495
9496 * progmodes/ebnf-otz.el: Fix typos.
9497
9498 2004-11-19 Jay Belanger <belanger@truman.edu>
9499
9500 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9501 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9502 disp-trail by declared variable.
9503
9504 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9505 (calc-finish-selection-edit): Replace variable disp-trail by
9506 declared variable.
9507 (calc-selection-cache-entry): Move declaration to earlier in the file.
9508 (calc-selection-cache-num, calc-selection-cache-comp)
9509 (calc-selection-cache-offset, calc-selection-true-num)
9510 (calc-final-point-line, calc-final-point-column)
9511 (calc-original-buffer): Declare them.
9512 (calc-fnp-op, calc-fnp-num): New variables.
9513 (calc-find-nth-part, calc-find-nth-part-rec)
9514 (calc-select-previous): Replace op and num by declared variables.
9515 (calc-rsf-old, calc-rsf-new): New variables.
9516 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9517 Replace variables old and new by declared variables.
9518 (calc-sel-reselect): New variable.
9519 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9520 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9521 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9522 reselect with declared variable.
9523
9524 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9525 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9526 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9527 (math-import-list, math-rewrite-phase): Declare them.
9528 (math-rewrite): Use let* to declare variables.
9529 (calc-rewrite-selection): Make rules a local variable.
9530 (calc-rewr-sel): New variable.
9531 (calc-rewrite-selection, calc-locate-selection-marker)
9532 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9533 of sel.
9534 (math-rewrite-whole-expr): New variable.
9535 (math-rewrite, math-rewrite-phase): Replace variable expr by
9536 declared variable.
9537 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9538 (math-rewrite-heads-blanks ): New variables.
9539 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9540 heads, skips and blanks by declared variables.
9541 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9542 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9543 New variables.
9544 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9545 old, new, old-func and new-func by declared variables.
9546 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9547 Remove unnecessary variable.
9548 (math-apply-rw-regs): New variable.
9549 (math-apply-rewrites, math-rwapply-replace-regs)
9550 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9551 (math-apply-rw-ruleset): New variable.
9552 (math-apply-rewrites, math-rwapply-remember): Replace variable
9553 ruleset by declared variable.
9554
9555 2004-11-19 Richard M. Stallman <rms@gnu.org>
9556
9557 * info.el (Info-search): Use search-whitespace-regexp.
9558
9559 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9560
9561 * vc-rcs.el (vc-rcs-parse): New function.
9562 (vc-rcs-annotate-command): Likewise.
9563 (vc-rcs-annotate-current-time): Likewise.
9564 (vc-rcs-annotate-time): Likewise.
9565 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9566
9567 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9568
9569 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9570
9571 2004-11-18 Jay Belanger <belanger@truman.edu>
9572
9573 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9574
9575 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9576
9577 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9578 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9579 Use make-temp-file to generate PostScript files in any situation.
9580 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9581 (pr-interactive-p): Eliminate var.
9582 (pr-save-interactive): Eliminate macro.
9583 (pr-interface, pr-ps-directory-preview)
9584 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9585 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9586 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9587 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9588 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9589 (pr-ps-region-ps-print, pr-ps-mode-preview)
9590 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9591 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9592 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9593 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9594 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9595 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9596 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9597 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9598 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9599 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9600 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9601 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9602 Eliminate pr-save-interactive usage.
9603 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9604 Eliminate pr-interactive-p usage.
9605 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9606 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9607 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9608 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9609 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9610 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9611 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9612 New funs.
9613 (pr-ps-file): Use make-temp-file to generate a temporary file.
9614
9615 2004-11-17 Jay Belanger <belanger@truman.edu>
9616
9617 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9618 a local variable.
9619 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9620 (math-top-only): New variable.
9621 (math-simplify, math-simplify-step): Replace variable top-only by
9622 declared variable math-top-only.
9623 (math-simplify-expr): Declare it.
9624 Replace argument expr in all calls of math-defsimplify by
9625 math-simplify-expr.
9626 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9627 (math-simplify-divisor, math-simplify-one-divisor)
9628 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9629 (math-simplify-pow): Replace variable expr by declared variable
9630 math-simplify-expr.
9631 (math-simplify-divisor): Remove local variables temp and op.
9632 (math-simplify-one-divisor): Make temp and op local variables.
9633 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9634 New variables.
9635 (math-simplify-divisor, math-simplify-one-divisor):
9636 Replace variables nover and dover by declared variables.
9637 (math-expr-subst-new, math-expr-subst-old): New variables.
9638 (math-expr-subst, math-expr-subst-rec): Replace variables new
9639 and old by declared variables.
9640 (math-is-poly-degree, math-is-poly-loose): New variables.
9641 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9642 and loose by declared variables.
9643 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9644 (math-polynomial-base, math-polynomial-base-rec):
9645 Replace variables const-ok and mpb-pred by declared variables.
9646
9647 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9648
9649 * calc/calc-ext.el (math-defsimplify): Change the argument in
9650 the created function to math-simplify-expr.
9651
9652 * calc/calc-units.el (math-simplify-expr): Declare it.
9653 Replace argument expr in all calls of math-defsimplify by
9654 math-simplify-expr.
9655 (math-simplify-units-prod): Replace variable expr by declared
9656 variable math-simplify-expr.
9657
9658 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9661 Replace mapcar->dolist, format->string.
9662
9663 2004-11-17 Miles Bader <miles@gnu.org>
9664
9665 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9666 * progmodes/idlwave.el: Remove RCS keywords.
9667
9668 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9669
9670 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9671 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9672 Update to IDLWAVE version 5.5. Too many changes to list them here.
9673 * progmodes/idlw-help.el: New file.
9674
9675 2004-11-16 Richard M. Stallman <rms@gnu.org>
9676
9677 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9678 Discard spaces after \i according to TeX rules.
9679
9680 * international/mule.el (set-buffer-file-coding-system):
9681 New arg NOMODIFY.
9682 (after-insert-file-set-coding): Pass that new arg.
9683 Prevent set-buffer-multibyte from trying to lock the file.
9684
9685 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9686
9687 * saveplace.el (save-place): Doc fix.
9688
9689 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9690 temporarily widen before finding the following word to copy.
9691
9692 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9693 (cl-map-keymap): Definition deleted.
9694
9695 * subr.el (map-keymap-internal): New function.
9696
9697 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9700 when pressing rather than when releasing mouse-2. Simplify.
9701
9702 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9705 (compilation-mode): Set it here instead.
9706
9707 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9708
9709 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9710 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9711
9712 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * progmodes/compile.el (compilation-internal-error-properties):
9715 Fix up a transposition-typo. Check end-col before using it.
9716
9717 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9718
9719 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9720 Discard whitespace after macro \i when converting it.
9721
9722 2004-11-16 Juri Linkov <juri@jurta.org>
9723
9724 * emacs-lisp/find-func.el (find-function-regexp):
9725 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9726 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9727 Remove invalid `\W' from [^cgv\W]. Doc fix.
9728 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9729
9730 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9731
9732 * play/life.el: Maintainer is now FSF.
9733 (life-patterns, life-neighbor-deltas, life-window-start)
9734 (life-current-generation, life-generation-string): Use defvar
9735 instead of defconst.
9736
9737 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * progmodes/compile.el (compilation-move-to-column): New fun.
9740 (compilation-internal-error-properties)
9741 (compilation-next-error-function): Use it to make sure we don't go past
9742 the end of line.
9743
9744 2004-11-15 John Paul Wallington <jpw@gnu.org>
9745
9746 * autoinsert.el (auto-insert-alist): Insert the user's name in
9747 copyright notice, rather than Free Software Foundation, for the
9748 Emacs Lisp header case too.
9749
9750 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9751
9752 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9753 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9754 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9755 return the list of string in a string.
9756 (pr-call-process): Message if calling process returns an error, that
9757 is, the exit status is different of zero.
9758
9759 2004-11-15 Jay Belanger <belanger@truman.edu>
9760
9761 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9762 variable var-thing.
9763 (math-integ-depth, math-integ-level, math-integral-limit)
9764 (math-enable-subst, math-any-substs, math-integ-msg)
9765 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9766 (math-int-threshold, math-int-factors, math-double-roots)
9767 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9768 (var-GenCount): Declare these variables.
9769 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9770 (math-integral-cache, math-integral-cache-state):
9771 Move declarations to earlier in the file.
9772 (math-deriv-var, math-deriv-total, math-deriv-symb)
9773 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9774 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9775 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9776 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9777 (math-solve-res): New variables
9778 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9779 (math-integral, math-replace-integral-parts)
9780 (math-integrate-by-parts, calc-dump-integral-cache)
9781 (math-try-integral, math-do-integral, math-do-integral)
9782 (math-do-integral-methods, math-try-solve-for)
9783 (math-try-solve-prod, math-solve-poly-funny-powers)
9784 (math-solve-crunch-poly, math-decompose-poly)
9785 (math-solve-find-root-term, math-find-root-in-prod)
9786 (math-integ-try-linear-substitutions)
9787 (math-integ-try-substitutions, math-expr-rational-in)
9788 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9789 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9790 (math-solve-for, math-solve-system, math-solve-system-rec)
9791 (math-solve-get-sign, math-solve-get-int)
9792 (math-solve-system-subst): Replace undeclared variables with newly
9793 declared variables.
9794
9795 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * winner.el (winner-active-region, winner-edges, winner-window-list):
9798 Define at toplevel.
9799 (winner-mode-map): Move init inside declaration.
9800
9801 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9802
9803 * files.el (convert-standard-filename): Doc fix.
9804
9805 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9806
9807 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9808 passwd, group, shadow, default/* and pam.d/*.
9809
9810 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9811
9812 * printing.el (pr-menu-spec): Adjust menu specification.
9813
9814 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9815
9816 * printing.el: Doc fix. Insert :version tag into all defcustom.
9817 Handle interactive-p as is recommended in Emacs Lisp Reference.
9818 Set the file permission bits for newly created files.
9819 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9820 The printing menu specification (in `pr-menu-spec') was merged.
9821 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9822 (pr-version): New version number (6.8.3).
9823 (pr-file-modes): New option.
9824 (pr-interactive-p): New var.
9825 (pr-save-interactive, pr-save-file-modes): New macros.
9826 (pr-setup): Code fix.
9827 (pr-menu-spec): Menu specification merged.
9828 (pr-call-process, pr-text2ps): Set file permission bits.
9829 (pr-despool-print): Set file permission bits. Handle interactive-p as
9830 is recommended.
9831 (pr-interface, pr-ps-directory-preview)
9832 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9833 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9834 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9835 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9836 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9837 (pr-ps-region-ps-print, pr-ps-mode-preview)
9838 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9839 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9840 (pr-despool-using-ghostscript, pr-despool-ps-print)
9841 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9842 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9843 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9844 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9845 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9846 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9847 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9848 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9849 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9850 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9851 Handle interactive-p as is recommended.
9852
9853 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9854
9855 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9856 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9857
9858 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9859 so it doesn't forget to highlight the beginning of the region either.
9860
9861 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9862
9863 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9864 (c-font-lock-init): Eliminate obsolete make-local-hook.
9865 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9866 (awk-mode): Use run-mode-hooks.
9867
9868 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9869
9870 2004-11-13 Kim F. Storm <storm@cua.dk>
9871
9872 * mouse.el (mouse-drag-copy-region): Add :version.
9873 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9874 while dragging mode line, so mode line can be dragged downwards.
9875 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9876 while pressing mouse button so window doesn't scroll until we
9877 release the mouse if clicking on partially visible line.
9878
9879 2004-11-12 Jay Belanger <belanger@truman.edu>
9880
9881 * calc/calc-graph.el (calc-dumb-map): Declare it.
9882 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9883 than unbound.
9884 (calc-graph-name): Made `end' a local variable.
9885 (calc-graph-lookup): Made `varname' a local variable.
9886 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9887 Declare them.
9888 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9889 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9890 the unused variable y3vec.
9891 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9892 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9893 calc-graph-prev-kill-hook.
9894 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9895 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9896 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9897 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9898 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9899 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9900 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9901 (calc-graph-y3value, calc-graph-y3name)
9902 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9903 (calc-graph-stepcount, calc-graph-is-splot)
9904 (calc-graph-surprise-splot, calc-graph-blank)
9905 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9906 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9907 (calc-graph-recompute-2d, calc-graph-compute-3d)
9908 (calc-graph-format-data): Replace undeclared variables with the
9909 above newly declared variables.
9910
9911 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9912
9913 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9914 `rsf-beep' and `rsf-sleep-after-message'.
9915
9916 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9917 list if `message-sender' is non-nil.
9918
9919 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9920
9921 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9922 consing by using mapc instead of mapcar.
9923
9924 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9925
9926 * tooltip.el (require): Explain why CL is needed.
9927
9928 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9929
9930 * printing.el: Insert :version into defgroup (printing). All reference
9931 to Files option in menubar were changed to File.
9932 (pr-version): New version number (6.8.2).
9933 (pr-get-symbol): Call easy-menu-intern.
9934 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9935 compilation gripes.
9936
9937 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9940 new byte-compile-function-environment binding to t.
9941
9942 * font-lock.el (font-lock-fontify-syntactically-region):
9943 Don't forget to highlight the last char when we hit `end'.
9944
9945 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9946 (mwheel-scroll): Adjust accordingly.
9947
9948 * cvs-status.el: Reduce spurious warnings.
9949 (cvs-status-checkout): Remove.
9950 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9951
9952 * pcvs.el (cvs-mode-checkout): New command.
9953
9954 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9955
9956 * tooltip.el: Require CL.
9957
9958 * emacs-lisp/bytecomp.el: Use push.
9959 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9960 (defalias): Remove the `byte-compile' property and add
9961 a `byte-hunk-handler'.
9962
9963 2004-11-11 Juri Linkov <juri@jurta.org>
9964
9965 * info.el (Info-search): Save match data for isearch.
9966 Skip Tag Table node.
9967
9968 * descr-text.el (describe-char): Replace syntax-after with code
9969 from its previous version.
9970
9971 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9972 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9973
9974 * international/mule.el (sgml-html-meta-auto-coding-function):
9975 Remove > after <html to allow HTML attributes.
9976
9977 2004-11-11 Jay Belanger <belanger@truman.edu>
9978
9979 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9980 a variable.
9981 (calcFunc-dfac): Replace unbound max by n.
9982 (math-stirling-local-cache): New variable.
9983 (math-stirling-number, math-stirling-1, math-stirling-2):
9984 Replace the variable `cache' by the declared variable
9985 math-stirling-local-cache.
9986 (var-RandSeed): Declare it as a variable.
9987 (math-init-random-base, math-random-digit): Don't check to see if
9988 var-RandSeed is bound.
9989 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9990 Declare them instead of just setting them.
9991 (math-init-random-base): Made i a local variable.
9992 (math-random-digit): Made math-random-last a local variable.
9993 (math-prime-test-cache): Move declaration to before it is used.
9994 (math-prime-test-cache-k, math-prime-test-cache-q)
9995 (math-prime-test-cache-nm1, math-prime-factors-finished):
9996 Declare them as variables.
9997
9998 2004-11-11 Jay Belanger <belanger@truman.edu>
9999
10000 * calc/calc-ext.el (math-defcache): Use defvar for the new
10001 variables it creates.
10002
10003 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10004
10005 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10006 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10007 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10008 (desktop-save): Add :version.
10009
10010 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * printing.el (pr-get-symbol): Don't downcase.
10013
10014 2004-11-10 Jay Belanger <belanger@truman.edu>
10015
10016 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10017 string to kill-ring.
10018
10019 * calc/calc-aent.el (calc-alg-exp, math-toks)
10020 (math-exp-pos,math-exp-old-pos, math-exp-token)
10021 (math-exp-keep-spaces, math-exp-str): New variables.
10022 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10023 (calcAlg-enter): Use declared variable calc-alg-exp.
10024 (math-build-parse-table, math-find-user-token): Use declared
10025 variable math-toks.
10026 (math-read-exprs, math-read-token, calc-check-user-syntax)
10027 (calc-match-user-syntax, match-factor-after, math-read-factor):
10028 Use declared variables math-exp-pos math-exp-old-pos.
10029 (math-read-exprs, math-read-token, math-read-expr-level)
10030 (calc-check-user-syntax, calc-match-user-syntax)
10031 (match-factor-after, math-read-factor): Use declared variable
10032 math-exp-token.
10033 (math-read-exprs, math-read-expr-list, math-read-token)
10034 (math-read-factor): Use declared variable math-exp-keep-spaces.
10035 (math-read-exprs, math-read-token): Use declared variable
10036 math-exp-str.
10037 (calc-match-user-syntax): Make m a local variable.
10038
10039 * calc/calc-ext.el (math-read-expr): Use declared variables
10040 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10041 math-exp-keep-spaces.
10042
10043 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10044 variables math-exp-pos, math-exp-str.
10045
10046 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10047 math-exp-old-pos.
10048 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10049 (math-parse-eqn-prime): Use declared variable math-exp-token.
10050
10051 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10052 Use declared variable math-exp-pos.
10053 (math-check-for-commas): Use declared variable math-exp-str.
10054 (math-read-brackets): Use declared variables math-exp-old-pos,
10055 math-exp-keep-spaces.
10056 (math-read-brackets, math-read-vector, math-read-matrix):
10057 Use declared variable math-exp-token.
10058
10059 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10062 where the keymap is a symbol.
10063 (easy-menu-add-item): Use keymap-prompt. Simplify.
10064
10065 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10066
10067 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10068 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10069
10070 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10071
10072 * ebuff-menu.el: Doc fixes throughout.
10073 (electric-buffer-menu-mode-hook): New defvar.
10074
10075 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10076
10077 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10078 The resulting compiler warnings appear to be harmless.
10079
10080 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10081
10082 * textmodes/conf-mode.el: New file.
10083
10084 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10085
10086 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10087
10088 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10089
10090 2004-11-09 Jay Belanger <belanger@truman.edu>
10091
10092 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10093
10094 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10095 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10096 (calc-z-prefix-help, calc-user-function-list): Use declared
10097 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10098 (math-map-tree, math-map-tree-rec): Use declared variables
10099 math-mt-many, math-mt-func.
10100 (math-read-expression, math-read-string): Use declared variable
10101 math-expr-data.
10102
10103 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10104 variable math-normalize-a.
10105
10106 * calc/calc.el (math-normalize-a): New variable.
10107 (math-normalize): Use declared variable math-normalize-a.
10108
10109 * calc/calc-poly.el (math-expand-form): Use declared variable
10110 math-mt-many.
10111
10112 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10113 Use declared variable math-mt-many.
10114 (math-rewrite): Use declared variable math-mt-func.
10115
10116 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10117 (math-read-matrix): Use declared variable math-expr-data.
10118
10119 * calc/calc-lang.el (math-parse-fortran-vector)
10120 (math-parse-fortran-vector-end, math-parse-tex-sum)
10121 (math-parse-eqn-matrix, math-parse-eqn-prime)
10122 (math-read-math-subscr): Use declared variable math-expr-data.
10123
10124 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10125 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10126 (calc-match-user-syntax, math-read-if, math-factor-after)
10127 (math-read-factor): Use declared variable math-expr-data.
10128
10129 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10130
10131 * calendar/diary-lib.el (diary-from-outlook)
10132 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10133 interactive-p; but rather new optional argument NOCONFIRM.
10134
10135 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10136
10137 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10138 (easy-menu-name-match): Revert correspondingly.
10139
10140 2004-11-09 Richard M. Stallman <rms@gnu.org>
10141
10142 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10143 Turn off warnings for the new function even if definition not constant.
10144 If the definition isn't a quoted symbol, record (FUNCTION . t).
10145 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10146 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10147 (display-call-tree, byte-compile-arglist-warn):
10148 Handle t returned by byte-compile-fdefinition.
10149
10150 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10151
10152 * Makefile.in (maintainer-clean): Depend on distclean.
10153
10154 * help-fns.el (help-C-file-name): File name must be in build-files
10155 to be returned.
10156
10157 2004-11-09 Jay Belanger <belanger@truman.edu>
10158
10159 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10160 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10161
10162 * calc/calc.el (calc, calc-trail-display, calc-mode):
10163 Remove obsolete sections.
10164
10165 * calc/calc.el (calc-x-paste-text): Remove.
10166
10167 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10168 mouse-2.
10169
10170 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10171
10172 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10173 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10174 current frame (in case of recursive calls).
10175 (gdb-show-changed-values): Add :version keyword.
10176
10177 2004-11-09 Kenichi Handa <handa@m17n.org>
10178
10179 * international/mule-cmds.el: Change coding: tag back to
10180 iso-2022-7bit.
10181
10182 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * international/mule-cmds.el: Change coding-system to utf-8.
10185 (select-safe-coding-system-interactively):
10186 New function extracted from select-safe-coding-system.
10187 (select-safe-coding-system): Use it.
10188
10189 2004-11-08 Richard M. Stallman <rms@gnu.org>
10190
10191 * subr.el (syntax-after): Doc fix.
10192
10193 * paren.el (show-paren-function): Change calls to syntax-after
10194 for new way of returning the value.
10195
10196 * menu-bar.el (menu-bar-file-menu): Make this the real name
10197 and menu-bar-files-menu the alias. Use the former.
10198 (global-map): Use `file', not `files', as the symbol.
10199
10200 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10201
10202 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10203 Don't use beginning-of-buffer.
10204 (filesets-cmd-show-result): Use with-no-warnings.
10205
10206 2004-11-08 Juri Linkov <juri@jurta.org>
10207
10208 * progmodes/compile.el (compile): Don't overwrite last command in
10209 minibuffer history with default command if they are not equal.
10210
10211 2004-11-08 Jay Belanger <belanger@truman.edu>
10212
10213 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10214 non-linear substitutions.
10215
10216 2004-11-08 Jay Belanger <belanger@truman.edu>
10217
10218 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10219 (math-do-integral): Set `math-linear-subst-tried' to nil.
10220 (math-do-integral-methods): Use `math-linear-subst-tried' to
10221 determine what type of substitution to try.
10222 (math-integ-try-linear-substituion):
10223 Set `math-linear-subst-tried' to t.
10224
10225 2004-11-08 Kim F. Storm <storm@cua.dk>
10226
10227 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10228
10229 2004-11-07 Juri Linkov <juri@jurta.org>
10230
10231 * info-look.el (info-lookup): Allow reusing in the current buffer
10232 not only *info* buffer, but all (even renamed) Info buffers
10233 by checking for major-mode instead of *info* buffer name.
10234 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10235 (octave-mode, maxima-mode) <doc-spec>:
10236 Allow long dashes generated by Texinfo 4.7 before definitions.
10237 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10238 definitions with argument separated by space.
10239
10240 2004-11-06 Richard M. Stallman <rms@gnu.org>
10241
10242 * simple.el (next-error group, face): Move before first use.
10243 (next-error-highlight, next-error-highlight-no-select): Likewise.
10244
10245 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10246 (line-move): New args NOERROR and TO-END.
10247 Return t if if succeed in moving specified number of lines.
10248 (move-end-of-line): New function.
10249
10250 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10251 (end-of-buffer-other-window): Likewise.
10252
10253 * simple.el (line-move-ignore-invisible): Default to t.
10254
10255 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10256
10257 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10258
10259 * international/iso-cvt.el (iso-cvt-define-menu):
10260 Rename menu-bar-files-menu to menu-bar-file-menu.
10261
10262 * net/browse-url.el (browse-url-gnome-moz-program)
10263 (browse-url-gnome-moz-arguments): Move up before first use.
10264
10265 * net/tramp.el (tramp group): Add :version.
10266
10267 * progmodes/ada-xref.el (ada-gdb-application):
10268 Use goto-char instead of beginning-of-buffer.
10269
10270 * progmodes/cperl-mode.el (cperl-info-on-command):
10271 Use goto-char instead of beginning-of-buffer.
10272
10273 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10274 Move up before first use.
10275 (idlwave-shell-temp-pro-file): Likewise.
10276 (idlwave-shell-temp-rinfo-save-file): Likewise.
10277 (idlwave-shell-temp-file): Minor doc fix.
10278
10279 * textmodes/flyspell.el (flyspell-external-point-words):
10280 Use goto-char instead of beginning-of-buffer.
10281
10282 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10283
10284 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10285 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10286 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10287
10288 2004-11-06 David Ponce <david@dponce.com>
10289
10290 * recentf.el (recentf-menu-path): Use menu item name.
10291
10292 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10293
10294 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10295 display doesn't support images.
10296
10297 2004-11-06 Andreas Schwab <schwab@suse.de>
10298
10299 * tempo.el (tempo-match-finder): Doc fix.
10300
10301 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10302
10303 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10306 (easy-menu-lookup-name): New fun to replace it.
10307 (easy-menu-get-map): Use it to obey menu item names (rather than just
10308 keys) when looking up `path'.
10309 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10310 (easy-menu-convert-item-1): Adjust to new name.
10311
10312 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10313
10314 * outline.el (hide-body): Don't hide lines at the top of the file
10315 that precede the first header line.
10316
10317 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10318
10319 * align.el (align-areas): Delete whitespace before reindenting, so
10320 that tabs are never placed after spaces.
10321
10322 2004-11-06 Alan Shutko <ats@acm.org>
10323
10324 * macros.el (insert-kbd-macro): Do completions based on macros,
10325 rather than all commands.
10326
10327 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10328
10329 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10330 to solve a bug whereby tags with 'b' don't match.
10331
10332 2004-11-05 Juri Linkov <juri@jurta.org>
10333
10334 * info.el (Info-search): Don't search in node header lines
10335 and file headers.
10336
10337 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10338 symbol-constituent characters after dot, not only digits.
10339
10340 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10341
10342 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10343
10344 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10345
10346 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10347 if a dialog will be used, read-file-name otherwise.
10348
10349 2004-11-04 Richard M. Stallman <rms@gnu.org>
10350
10351 * textmodes/table.el (table group): Add :version.
10352
10353 * textmodes/ispell.el (ispell-word):
10354 Don't alter args; set them only thru `interactive' spec.
10355
10356 * textmodes/flyspell.el (flyspell-word):
10357 Don't alter FOLLOWING; set it only thru `interactive' spec.
10358
10359 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10360
10361 * net/browse-url.el (browse-url-maybe-new-window):
10362 Use called-interactively-p.
10363
10364 * mail/supercite.el (sc-cite-region):
10365 Don't use interactive-p. Add arg INTERACTIVE.
10366 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10367
10368 * international/mule-cmds.el (set-input-method, toggle-input-method):
10369 Don't use interactive-p. Add arg INTERACTIVE.
10370
10371 * eshell/esh-mode.el (eshell-show-maximum-output):
10372 Don't use interactive-p.
10373 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10374
10375 * mouse.el (mouse-show-mark): Get positions to delete from mark
10376 and point, not from mouse-drag-overlay.
10377
10378 * imenu.el (imenu-eager-completion-buffer): Add :version.
10379
10380 * filesets.el (filesets group): Add :version.
10381
10382 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10383
10384 * files.el (xml-based-modes): Delete var.
10385 (magic-mode-alist): New more general var.
10386 (set-auto-mode): Use it.
10387
10388 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10389 when clicking from another window.
10390
10391 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10392
10393 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10394 (vc-cvs-annotate-time): Incorporate value of deleted var.
10395 Remove special-case handling of beginning-of-buffer cruft.
10396 Cache ending position (point) and return value in text property
10397 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10398
10399 * vc-cvs.el (vc-cvs-annotate-command):
10400 Delete extraneous lines from beginning of buffer.
10401 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10402
10403 * progmodes/grep.el (grep-default-command): Take empty string
10404 for tag if all other methods yield nil. Shell-quote the tag.
10405
10406 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10407 spec in `interactive' form, and mention it in the docstring.
10408 Also, make sure point is at bol after calling `annotate-time'.
10409
10410 2004-11-02 Richard M. Stallman <rms@gnu.org>
10411
10412 * cus-edit.el (customize-group-other-window):
10413 Select the window that displays the custom buffer.
10414 (custom-buffer-create-other-window): Likewise.
10415
10416 * comint.el (comint-insert-input): Fix previous change.
10417
10418 * emacs-lisp/elp.el (elp-instrument-function):
10419 Use called-interactively-p.
10420
10421 * emacs-lisp/easymenu.el (easy-menu-intern):
10422 Don't downcase; rather, case-flip the first letter of each word.
10423
10424 * emacs-lisp/easy-mmode.el (define-minor-mode):
10425 Use called-interactively-p.
10426
10427 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10428 Add interactive-only.
10429 (byte-compile-warnings): Add interactive-only as option.
10430 (byte-compile-interactive-only-functions): New variable.
10431 (byte-compile-form): Warn about calls to functions
10432 in byte-compile-interactive-only-functions.
10433
10434 * emacs-lisp/autoload.el (update-file-autoloads):
10435 Don't use interactive-p; take new arg SAVE-AFTER.
10436
10437 * emacs-lisp/advice.el (ad-make-advised-definition):
10438 Use called-interactively-p.
10439
10440 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10441
10442 * files.el (find-file-existing): New function.
10443
10444 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10445 find-file-existing. Add "New File..." that calls find-file.
10446
10447 * diropen.pbm, diropen.xpm: New files.
10448
10449 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10450 icon diropen. New tool bar item find-file-existing uses icon open.
10451
10452 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10453 instead of read-file-name.
10454
10455 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10456
10457 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10458 (icalendar--split-value): Change name of work buffer.
10459 (icalendar--get-weekday-abbrev): Return nil on error.
10460 (icalendar--date-to-isodate): New function.
10461 (icalendar-convert-diary-to-ical)
10462 (icalendar-extract-ical-from-buffer): Use only two args for
10463 make-obsolete (XEmacs compatibility).
10464 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10465 (icalendar-export-region): Doc fix.
10466 If error, return non-nil and write errors to a buffer.
10467 Use correct weekday for weekly recurring events.
10468 Check whether date has been parsed for ordinary events.
10469 Make weekly events start in the year 2000.
10470 DTEND is non-inclusive, shift end date by one day if
10471 necessary (not for entries that have date and time).
10472 Rename local let variables: oops -> found-error, datestring ->
10473 startdatestring.
10474
10475 2004-11-02 Kim F. Storm <storm@cua.dk>
10476
10477 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10478 keep-mode-if-same variable. Add it as optional arg instead.
10479 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10480
10481 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10482 substitute-command-keys will select lower-case bindings like those
10483 used in the static help texts.
10484
10485 * descr-text.el (describe-text-properties): Don't err if called in
10486 the *Help* buffer; output to *Help-2* buffer instead.
10487
10488 * kmacro.el (group kmacro): Add :version.
10489 (kmacro-keyboard-quit): New function to cleanup on C-g.
10490 (kmacro-start-macro): Set defining-kbd-macro to append when
10491 appending to last macro.
10492
10493 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10494
10495 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10496
10497 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10498 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10499 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10500 Add :version keyword.
10501
10502 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10503
10504 * progmodes/flymake.el (flymake-err-line-patterns):
10505 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10506 `compilation-error-regexp-alist-alist' to internal Flymake format.
10507
10508 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10509
10510 2004-11-01 Jay Belanger <belanger@truman.edu>
10511
10512 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10513 with `interactive "s"'.
10514
10515 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10516
10517 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10518 Revert change from 2004-10-16. '*' checks the current buffer, but the
10519 mouse click may be in another buffer.
10520
10521 2004-11-01 John Paul Wallington <jpw@gnu.org>
10522
10523 * files.el (large-file-warning-threshold): Add :version keyword.
10524 (kill-some-buffers): Doc fix.
10525
10526 * thumbs.el (group thumbs): Add :version keyword.
10527
10528 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10529
10530 2004-11-01 Richard M. Stallman <rms@gnu.org>
10531
10532 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10533
10534 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10535
10536 * allout.el (allout group): Add :version.
10537 (allout-init): Don't use interactive-p.
10538 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10539 (allout-forward-current-level, allout-backward-current-level):
10540 Don't use interactive-p.
10541
10542 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10543 (bibtex-find-text): Likewise.
10544
10545 * progmodes/vhdl-mode.el (vhdl-fill-region)
10546 (vhdl-beginning-of-statement): Don't use interactive-p.
10547
10548 * progmodes/idlwave.el (idlwave-update-routine-info):
10549 Don't use interactive-p.
10550
10551 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10552 Don't use interactive-p.
10553
10554 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10555 Don't use interactive-p.
10556
10557 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10558 Don't use interactive-p.
10559
10560 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10561 (fortune-in-buffer): Doc fix.
10562
10563 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10564
10565 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10566 don't select the temporary buffer.
10567 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10568 (eudc-get-phone): Likewise.
10569
10570 2004-11-01 Kim F. Storm <storm@cua.dk>
10571
10572 * man.el (Man-xref-normal-file): Fix help-echo.
10573
10574 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * reveal.el (reveal-last-tick): New var.
10577 (reveal-post-command): Use it to avoid closing overlays when we're
10578 appending text to them.
10579
10580 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10581
10582 * textmodes/bibtex.el: Require button.
10583 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10584 (bibtex-reference-keys): Distinguish between header keys and
10585 crossref keys.
10586 (bibtex-beginning-of-field): New function.
10587 (bibtex-url-map): Remove.
10588 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10589 (bibtex-font-lock-url-regexp): Assume that field names begin at
10590 the beginning of a line.
10591 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10592 Remove field delimiters. Use bibtex-beginning-of-field.
10593 Bugfix, point can be inside a field with a url.
10594 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10595 New functions.
10596 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10597 (bibtex-key-in-head): Simplify.
10598 (bibtex-current-line): Use bolp.
10599 (bibtex-parse-keys): Remove unused arg `add'.
10600 Use bibtex-type-in-head and bibtex-key-in-head.
10601 (bibtex-parse-entry, bibtex-autofill-entry):
10602 Use bibtex-type-in-head and bibtex-key-in-head.
10603 (bibtex-autokey-get-field): Do not alter case of replacement text.
10604 (bibtex-autokey-get-names): Do all processing of name list.
10605 (bibtex-autokey-get-year): New function.
10606 (bibtex-autokey-get-title): Do all processing of title words.
10607 (bibtex-generate-autokey): Simplify.
10608 (bibtex-string-files-init): Use default-directory.
10609 Allow for absolute file names in bibtex-string-files.
10610 (bibtex-files, bibtex-file-path): New variables.
10611 (bibtex-files-expand): New function.
10612 (bibtex-find-entry-globally): New command.
10613 (bibtex-summary-function): New variable.
10614 (bibtex-summary): Default value of bibtex-summary-function.
10615 (bibtex-find-crossref): New optional args pnt and split.
10616 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10617 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10618 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10619 Fix handling of required and alternative fields.
10620 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10621 Use cons and display-buffer.
10622 (bibtex-validate-globally): New command.
10623 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10624 bibtex-parse-keys and bibtex-parse-strings for updating
10625 bibtex-reference-keys and bibtex-strings.
10626 (bibtex-realign): Remove blank lines past the last entry.
10627 (bibtex-reformat): Use bibtex-entry-format as default.
10628 (bibtex-choose-completion-string): Remove.
10629 (bibtex-complete): Do not use bibtex-choose-completion-string.
10630 (bibtex-url): Simplify.
10631
10632 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10633
10634 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10635 (x-dnd-types-alist, x-dnd-open-file-other-window)
10636 (x-dnd-known-types): Add :version.
10637
10638 2004-10-31 John Paul Wallington <jpw@gnu.org>
10639
10640 * ibuffer.el (group ibuffer): Add :version keyword.
10641
10642 2004-10-31 Kim F. Storm <storm@cua.dk>
10643
10644 * ido.el (group ido): Add :version keyword.
10645 (ido-mode): Remove :version keyword.
10646
10647 * emulation/cua-base.el (group cua): Add :version keyword.
10648 (cua-mode): Remove :version keyword.
10649
10650 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10651
10652 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10653
10654 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10655 compiler warning.
10656 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10657 function.
10658 (help-at-pt-display-when-idle): Remove autoload.
10659
10660 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10663
10664 2004-10-30 Juri Linkov <juri@jurta.org>
10665
10666 * help.el (function-called-at-point):
10667 * help-fns.el (variable-at-point): Read -> intern.
10668
10669 2004-10-30 Simon Josefsson <jas@extundo.com>
10670
10671 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10672 Recognize AS_* too.
10673
10674 2004-10-29 Simon Josefsson <jas@extundo.com>
10675
10676 * subr.el (read-passwd): Move back from password.el.
10677
10678 * password.el: Remove, not ready yet.
10679
10680 2004-10-29 Andreas Schwab <schwab@suse.de>
10681
10682 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10683
10684 2004-10-29 Sam Steingold <sds@gnu.org>
10685
10686 * mouse.el (mouse-show-mark): Replace the last occurrence of
10687 x-lost-selection-hooks with x-lost-selection-functions.
10688
10689 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10692 x-lost-selection-functions is bound.
10693
10694 * mouse-sel.el (mouse-sel-mode):
10695 * emacs-lisp/lselect.el: Adjust to new names for
10696 x-(lost|sent)-selection-functions.
10697
10698 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10699 New obsolete aliases of x-lost-selection-functions and
10700 x-sent-selection-functions.
10701
10702 2004-10-28 Kim F. Storm <storm@cua.dk>
10703
10704 * imenu.el (imenu-scanning-message): Remove.
10705 (imenu-progress-message): Make it a no-op.
10706
10707 2004-10-28 John Paul Wallington <jpw@gnu.org>
10708
10709 * files.el (set-auto-mode): Call `throw' correctly.
10710
10711 2004-10-28 Juri Linkov <juri@jurta.org>
10712
10713 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10714 to search `Info-...' commands in `info' manual.
10715 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10716 Add 'info-file "emacs" property.
10717 (Info-find-emacs-command-nodes): Fix index line number regexp.
10718 Set real line number (instead of fake 0) in first element of the
10719 returned list.
10720 (Info-goto-emacs-command-node): Use line number of first element
10721 to set point in the first found Info node.
10722
10723 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10724 code to `grep-mode-font-lock-keywords'.
10725 (grep-mode-font-lock-keywords): Delete grep markers instead
10726 of making them invisible.
10727
10728 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10729
10730 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10731 and x-server-version in bug report.
10732
10733 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10734
10735 * files.el (set-auto-mode-0): New function.
10736 (set-auto-mode): Use it to handle aliased modes and to
10737 be consistent between C-x C-f and C-x C-w.
10738
10739 2004-10-28 Kenichi Handa <handa@m17n.org>
10740
10741 * international/utf-8.el (utf-translate-cjk-charsets):
10742 Add katakana-jisx0201.
10743
10744 * international/subst-jis.el: Add data for JISX0201.
10745
10746 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * obsolete/hilit19.el (hilit-mode): New function.
10749 Move all the toplevel side-effecting stuff into it, so that loading
10750 hilit19 doesn't mess everything up any more.
10751
10752 2004-10-27 Richard M. Stallman <rms@gnu.org>
10753
10754 * add-log.el (add-change-log-entry): Set up mailing address
10755 and full name later, and don't alter add-log-mailing-address
10756 or add-log-full-name.
10757
10758 * elide-head.el (elide-head): Change error to message.
10759 (elide-head-show): Likewise.
10760
10761 * apropos.el (apropos-macrop): Doc fix.
10762
10763 * mouse.el (mouse-show-mark): Do most processing the same
10764 regardless of transient-mark-mode.
10765
10766 * shadowfile.el (shadow-copy-files): Use interactive-p
10767 only to control whether to print a message.
10768
10769 * tar-mode.el (tar-mode): Use write-contents-functions,
10770 not write-contents-hooks.
10771
10772 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10773 directory-sep-char.
10774
10775 2004-10-27 Richard M. Stallman <rms@gnu.org>
10776
10777 * strokes.el (strokes-unload-hook): Fix previous change.
10778
10779 * type-break.el (type-break-run-at-time): Always use run-at-time;
10780 forget the alternatives.
10781 (type-break-cancel-function-timers): Always use cancel-function-timers;
10782 forget the alternatives.
10783
10784 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10785
10786 2004-10-27 Kenichi Handa <handa@m17n.org>
10787
10788 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10789
10790 * international/subst-gb2312.el: Likewise.
10791
10792 * international/subst-big5.el: Likewise.
10793
10794 * international/subst-ksc.el: Likewise.
10795
10796 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10797 New variable.
10798 (utf-translate-cjk-set-unicode-range): New function.
10799 (utf-translate-cjk-unicode-range): Make it customizable.
10800 (utf-8-post-read-conversion):
10801 Use utf-translate-cjk-unicode-range-string.
10802 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10803 Unicode ranges.
10804
10805 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10806
10807 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10808 trivial variants to shorten the list.
10809 (xml-based-modes): New var.
10810 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10811 declaration higher priority than auto-mode-alist.
10812
10813 * find-file.el (cc-other-file-alist): Bring it in line with
10814 cc-mode's auto-mode-alist entries and use \' instead of $.
10815
10816 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10817 and add "Id" and "Name" submenus to it.
10818
10819 * imenu.el (imenu--generic-function): Skip matches in comments.
10820
10821 2004-10-26 Jay Belanger <belanger@truman.edu>
10822
10823 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10824 (full-calc-keypad, calc-trail-display): Use an extra argument
10825 instead of `interactive-p'.
10826
10827 * calc/calc-misc.el (calc-other-window): Use an extra argument
10828 instead of `interactive-p'.
10829
10830 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10831 `interactive-p'.
10832
10833 2004-10-26 Kim F. Storm <storm@cua.dk>
10834
10835 * help.el (describe-key): Describe both down-event and up-event
10836 for a mouse click.
10837
10838 2004-10-26 Richard M. Stallman <rms@gnu.org>
10839
10840 * woman.el (woman): Don't call interactive-p.
10841
10842 * pcomplete.el (pcomplete): Instead of interactive-p,
10843 use an arg set non-nil by the interactive spec.
10844
10845 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10846 use an arg set non-nil by the interactive spec.
10847
10848 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10849 use an arg set non-nil by the interactive spec.
10850
10851 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10852
10853 * progmodes/flymake.el (flymake-split-string):
10854 Use `flymake-split-string-remove-empty-edges' in any case.
10855
10856 2004-10-26 Masatake YAMATO <jet@gyve.org>
10857
10858 * progmodes/flymake.el (flymake-err-line-patterns):
10859 Use `compilation-error-regexp-alist-alist' instead of
10860 `compilation-error-regexp-alist'.
10861
10862 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10865 verbatim face on the \ of \end{verbatim}.
10866
10867 2004-10-25 Jay Belanger <belanger@truman.edu>
10868
10869 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10870 erasing minibuffer.
10871
10872 2004-10-25 Simon Josefsson <jas@extundo.com>
10873
10874 * subr.el (read-passwd): Move to net/password.el.
10875
10876 * net/password.el (read-passwd): Add. Autoload it.
10877
10878 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10879
10880 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10881
10882 * simple.el (process-file): Fix logic.
10883
10884 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10885
10886 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10887 (increase-right-margin): Remove erroneous call to `interactive-p'.
10888
10889 2004-10-24 Kim F. Storm <storm@cua.dk>
10890
10891 * help.el (describe-mode): Fix 2004-10-13 change.
10892 Copy pure "Auto Fill" string so it can be propertized later
10893 without causing a read-only error.
10894
10895 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10896
10897 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10898 style indexes.
10899
10900 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10901
10902 * simple.el (process-file): Accept nil for INFILE. Reported by
10903 Luc Teirlinck.
10904
10905 2004-10-24 Masatake YAMATO <jet@gyve.org>
10906
10907 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10908 Handle periods and underscores in a function name.
10909 Remove the address fontification.
10910
10911 2004-10-24 Masatake YAMATO <jet@gyve.org>
10912
10913 * progmodes/asm-mode.el (asm-font-lock-keywords):
10914 Use font-lock-variable-name-face for registers.
10915
10916 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10917
10918 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10919 kill-all-local-variables.
10920 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10921 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10922 Use kill-all-local-variables and provide mode-hooks.
10923 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10924 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10925 Suggested by Masatake YAMATO <jet@gyve.org>.
10926
10927 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10928
10929 * simple.el (process-file): New function, similar to call-process
10930 but supports file handlers.
10931 * vc.el (vc-do-command): Use it, instead of call-process.
10932 * net/tramp-vc.el (vc-do-command): Do not advise it if
10933 process-file is fboundp.
10934 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10935 process-file.
10936 (tramp-handle-process-file): New function.
10937 (tramp-file-name-for-operation): Support process-file.
10938
10939 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10940
10941 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10942 (icalendar-weekdayabbrev-table)
10943 (icalendar-monthnumber-table): Delete.
10944 (icalendar--get-month-number): Use calendar-month-name-array.
10945 (icalendar--get-weekday-number): New function.
10946 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10947 (icalendar-export-region): Handle multi-line entries.
10948 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10949
10950 2004-10-23 John Paul Wallington <jpw@gnu.org>
10951
10952 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10953 `wildcards' set to t in interactive spec.
10954
10955 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10956 interactive spec rather than use `interactive-p'.
10957 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10958 rather than use function `interactive-p'.
10959
10960 2004-10-22 Kenichi Handa <handa@m17n.org>
10961
10962 * international/mule.el (translate-region): Implement it in Lisp
10963 as a front end of translate-region-internal.
10964
10965 2004-10-21 Jay Belanger <belanger@truman.edu>
10966
10967 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10968 Declare these variables with defvar.
10969
10970 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10971 is bound, only check to see if it is bound.
10972
10973 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10974
10975 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10976 Don't output messages.
10977
10978 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10979
10980 2004-10-21 John Paul Wallington <jpw@gnu.org>
10981
10982 * calc/calc-graph.el (calc-graph-init):
10983 Use `set-process-query-on-exit-flag'.
10984
10985 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10986
10987 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10988 dir right and also allow argumentless cd.
10989
10990 2004-10-19 Richard M. Stallman <rms@gnu.org>
10991
10992 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10993
10994 * eshell/em-unix.el (eshell-grep):
10995 Don't bind compilation-process-setup-function.
10996
10997 * comint.el (comint-insert-input): Use @ in `interactive'.
10998 (comint-input-filter-functions): Doc fix.
10999 (comint-kill-whole-line, comint-get-source): Doc fix.
11000
11001 * progmodes/compile.el (compilation-setup):
11002 Don't set buffer-read-only if MINOR is non-nil.
11003
11004 2004-10-19 Jay Belanger <belanger@truman.edu>
11005
11006 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11007 (calc-emacs-type-gnu19): Remove.
11008 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11009 Remove check for old emacs versions.
11010
11011 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11012 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11013 for current Emacs.
11014
11015 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11016 the end of the minibuffer.
11017 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11018 copy `esc-map'.
11019
11020 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11021
11022 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11023 call that would be given when the current emacs was used.
11024
11025 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11026
11027 * calendar/icalendar.el: Set coding to utf-8.
11028 (icalendar-version): Increase to 0.07.
11029 (icalendar-monthnumber-table): Change March pattern.
11030 (icalendar-get-all-event-properties)
11031 (icalendar-set-event-property): Delete.
11032 (icalendar-all-events): No longer interactive.
11033 (icalendar-convert-diary-to-ical)
11034 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11035 their replacements.
11036 (icalendar-export-file, icalendar-export-region): New functions;
11037 essentially old `icalendar-convert-diary-to-ical' but appending to
11038 target rather than overwriting.
11039 (icalendar-import-file): Append to target file rather than
11040 overwriting. Fourth arg deleted.
11041 (icalendar-import-buffer): New name for old
11042 `icalendar-extract-ical-from-buffer'.
11043 (icalendar--convert-string-for-import): New name for
11044 old `icalendar-convert-for-import'.
11045 (include-icalendar-files): Delete.
11046 Prefix for all internal functions changed from `icalendar-'
11047 to `icalendar--'.
11048
11049 2004-10-19 Richard M. Stallman <rms@gnu.org>
11050
11051 * paths.el (news-path): Fix previous change.
11052
11053 2004-10-18 Jay Belanger <belanger@truman.edu>
11054
11055 * calc/calc-help.el (calc-describe-bindings):
11056 Set `buffer-read-only' to nil while working in the keybindings buffer;
11057 remove some extra information from the keybindings buffer.
11058
11059 2004-10-18 David Ponce <david@dponce.com>
11060
11061 * mouse.el (mouse-drag-move-window-top): New function.
11062 (mouse-drag-mode-line-1): Use it.
11063
11064 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11065
11066 * info.el (Info-fontify-node): For multiline refs,
11067 arrange to unfontify newline and surrounding whitespace.
11068
11069 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11072 directory is missing.
11073
11074 2004-10-17 John Paul Wallington <jpw@gnu.org>
11075
11076 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11077 New customizable variable; whether to display buffers that match
11078 `ibuffer-maybe-show-predicates' by default.
11079 (ibuffer-maybe-show-predicates): Mention it in docstring.
11080 (ibuffer-display-maybe-show-predicates): New variable.
11081 (ibuffer-update): Prefix arg now toggles whether buffers that
11082 match `ibuffer-maybe-show-predicates' should be displayed.
11083 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11084 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11085 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11086
11087 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11088
11089 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11090 work correctly.
11091
11092 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11093
11094 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11095 (Buffer-menu-beginning): New helper function.
11096 (Buffer-menu-execute): Use it.
11097 (Buffer-menu-select): Use it.
11098 (Buffer-menu-sort): Use it and also keep markers.
11099
11100 2004-10-17 Richard M. Stallman <rms@gnu.org>
11101
11102 * paths.el (news-directory): Rename from news-path. Old name alias.
11103 (rmail-spool-directory): Use defvar.
11104 (sendmail-program): Use defcustom.
11105 (remote-shell-program): Use defcustom.
11106 (term-file-prefix): Use defvar.
11107 (abbrev-file-name): Use defvar.
11108
11109 * term.el: Add maintainer.
11110
11111 * subr.el (with-local-quit): Return nil if there's a quit.
11112 (read-passwd): Use with-local-quit. Doc fix.
11113
11114 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11115 (strokes-unload-hook): Set as a variable with add-hook.
11116
11117 * startup.el (fancy-splash-tail, normal-splash-screen):
11118 Update copyright year.
11119
11120 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11121
11122 * server.el (server-unload-hook): Set as a variable with add-hook.
11123
11124 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11125
11126 * frame.el (special-display-popup-frame):
11127 Make the buffer current as its frame is created.
11128
11129 * delsel.el (delsel-unload-hook): Set as a variable.
11130
11131 * comint.el (comint-output-filter-functions):
11132 Add comint-watch-for-password-prompt.
11133 (comint-read-noecho): Function deleted.
11134 (send-invisible): Use read-passwd.
11135
11136 * fringe.el (fringe-mode-initialize): New function.
11137 (fringe-mode): Use fringe-mode-initialize as :initialize.
11138
11139 2004-10-17 Kim F. Storm <storm@cua.dk>
11140
11141 * language/indian.el (indian-script-language-alist): Swap value and doc.
11142 (indian-font-char-index-table): Doc fix.
11143
11144 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11145
11146 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11147
11148 2004-10-16 Juri Linkov <juri@jurta.org>
11149
11150 * progmodes/compile.el (compilation-start): Move let-binding of
11151 `process-environment' into `with-current-buffer' body.
11152 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11153
11154 2004-10-16 Richard M. Stallman <rms@gnu.org>
11155
11156 * pcvs-util.el (cvs-bury-buffer):
11157 Don't call get-buffer-window for effect.
11158
11159 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11160
11161 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11162
11163 * msb.el (msb-unload-hook): Set the variable.
11164
11165 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11166 Use * to err if buffer is readonly.
11167
11168 * subr.el (looking-back): Return only t or nil.
11169
11170 * whitespace.el (whitespace-unload-hook): Set the variable.
11171
11172 * view.el (view-mode-enable): Set view-page-size and
11173 view-half-page-size to nil.
11174 (view-set-half-page-size-default): view-half-page-size = nil
11175 means the default.
11176 (View-scroll-page-forward): Use view-page-size-default.
11177 (View-scroll-page-backward): Likewise.
11178 (view-page-size, view-half-page-size): Doc fixes.
11179
11180 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11181
11182 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11183
11184 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11185 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11186 (byte-compile-log-1): Bind inhibit-read-only.
11187 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11188 (byte-compile-log-warning): Likewise.
11189 (byte-compile-file-form-require): Detect "cl" from the arg value.
11190
11191 * progmodes/compile.el (compilation-start): Assume compilation-mode
11192 will make the buffer read-only.
11193 (compilation-mode): Take arg name-of-mode.
11194 (compilation-setup): Make buffer read-only.
11195 (compilation-handle-exit): Bind inhibit-read-only.
11196
11197 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11198 (ispell-message): Likewise.
11199 (ispell-show-choices): Don't call get-buffer-window uselessly.
11200 (ispell-init-process): Use set-process-query-on-exit-flag.
11201
11202 2004-10-16 Kim F. Storm <storm@cua.dk>
11203
11204 * fringe.el (fringe-bitmaps): Only initialize when defined.
11205
11206 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11207 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11208
11209 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11210
11211 2004-10-15 Simon Josefsson <jas@extundo.com>
11212
11213 * net/password.el: Add.
11214
11215 2004-10-14 Masatake YAMATO <jet@gyve.org>
11216
11217 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11218 (gdb-script-end-of-defun): New function.
11219 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11220 `gdb-script-end-of-defun' as *-of-defun-function.
11221
11222 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11223
11224 * button.el (button-activate): Allow a marker to display as an action.
11225
11226 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11227
11228 * help.el (describe-mode): Use it to make minor mode list into
11229 hyperlinks.
11230
11231 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * vc.el (vc-annotate-display-select): Fix typo.
11234
11235 * subr.el (substitute-key-definition-key): New function.
11236 (substitute-key-definition): Use it with map-keymap.
11237 (event-modifiers): Use push.
11238 (mouse-movement-p, with-temp-buffer): Simplify.
11239
11240 2004-10-12 Jay Belanger <belanger@truman.edu>
11241
11242 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11243 New variables.
11244 (calc-help-index-entries): New function.
11245 (calc-describe-function): Use `calc-help-function-list' instead of
11246 obarray for completion.
11247 (calc-describe-variable): Use `calc-help-variable-list' instead
11248 of obarray for completion.
11249
11250 2004-10-12 Richard M. Stallman <rms@gnu.org>
11251
11252 * info-look.el (info-lookup-file): Add info-file property.
11253 (info-lookup-symbol): Likewise.
11254
11255 * info.el (info-xref): Add underlining.
11256 (info): Add info-file property.
11257 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11258
11259 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11260
11261 Sync with Tramp 2.0.45.
11262
11263 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11264 defined. This is not the case for XEmacs without package "edebug".
11265 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11266 remote files to the permissions of the original file. This is not
11267 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11268 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11269 (tramp-perl-decode): Fix an error in Perl implementation.
11270 $pending must be cleared every loop. Reported by Benjamin Place
11271 <benjaminplace@sprintmail.com>
11272
11273 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11274 Don't activate advice during definition. This is done later on,
11275 depending on test result of `substitute-in-file-name'.
11276 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11277
11278 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11281
11282 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11283
11284 2004-10-12 David Ponce <david@dponce.com>
11285
11286 * recentf.el (recentf-edit-list): Update the menu when the recentf
11287 list has been modified.
11288
11289 2004-10-12 Simon Josefsson <jas@extundo.com>
11290
11291 * net/tls.el (tls-certtool-program): New variable.
11292 (tls-certificate-information): New function, based on
11293 ssl-certificate-information.
11294
11295 2004-10-12 Kenichi Handa <handa@m17n.org>
11296
11297 * international/mule.el (coding-system-equal): Move from mule-util.el.
11298
11299 * international/mule-util.el (coding-system-equal): Move to mule.el.
11300
11301 2004-10-12 Kim F. Storm <storm@cua.dk>
11302
11303 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11304 reset kmacro-initial-counter-value if set.
11305 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11306 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11307 (kmacro-display): Show macro counter if non-zero.
11308
11309 * subr.el (substitute-key-definition): Mention command remapping
11310 in doc string.
11311
11312 2004-10-11 Jay Belanger <belanger@truman.edu>
11313
11314 * calc/calc-misc.el (calc-info-goto-node): New function.
11315 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11316 node in one step.
11317 (calc-describe-copying, calc-describe-distribution)
11318 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11319 Go to appropriate info node in one step.
11320
11321 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11322
11323 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11324
11325 * font-lock.el (font-lock-apply-highlight): Fix last change.
11326
11327 2004-10-11 Simon Josefsson <jas@extundo.com>
11328
11329 * mail/smtpmail.el (smtpmail-open-stream): Look for
11330 starttls-gnutls-program instead of starttls-program iff
11331 starttls-use-gnutls is non-nil.
11332 (smtpmail-open-stream): Don't overwrite user settings of
11333 starttls-extra-arguments and starttls-extra-args.
11334
11335 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11336
11337 * comint.el (comint-mouse-insert-input): Remove.
11338 (comint-insert-input): Make it work for mouse bindings.
11339 (comint-mode-map): Move defs into the declaration.
11340 (comint-output-filter): Typo.
11341
11342 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11343
11344 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11345
11346 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11347 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11348 ange-ftp-remote-shell.
11349
11350 2004-10-10 Andreas Schwab <schwab@suse.de>
11351
11352 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11353 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11354 Reported by <sri@asu.edu>.
11355
11356 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11357
11358 * vc.el (vc-annotate-mode): Remove variable.
11359 (vc-annotate-display-select): Only call vc-annotate-mode
11360 if we're not in that mode already.
11361
11362 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11363
11364 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11365 (imenu-choose-buffer-index): Check here for rescan instead.
11366
11367 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11368 where the face expression evals to nil.
11369
11370 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11371 (tex-font-lock-keywords-2): Use it.
11372 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11373
11374 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11375
11376 2004-10-09 Kim F. Storm <storm@cua.dk>
11377
11378 * subr.el (progress-reporter-update): Define before first usage.
11379 (make-progress-reporter): Doc fix.
11380
11381 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11382
11383 * textmodes/paragraphs.el (sentence-end-double-space)
11384 (sentence-end-without-period, sentence-end-without-space)
11385 (sentence-end): Doc fixes.
11386
11387 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11388
11389 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11390 Change paragraph-start regexp so we don't fill code starting with #'(.
11391
11392 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11393
11394 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11395 New defcustom.
11396 (extract-address-components): Use it.
11397
11398 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11399
11400 * subr.el (make-progress-reporter, progress-reporter-update)
11401 (progress-reporter-force-update, progress-reporter-do-update)
11402 (progress-reporter-done): New functions.
11403
11404 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11405
11406 * progmodes/etags.el (etags-tags-completion-table): Use progress
11407 reporter.
11408 (etags-tags-apropos): Likewise.
11409
11410 2004-10-08 Alan Mackenzie <acm@muc.de>
11411
11412 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11413 of current line.
11414
11415 2004-10-08 Masatake YAMATO <jet@gyve.org>
11416
11417 * server.el (server-process-filter): Wrap `process-send-region'
11418 by `condition-case' to guard the case when the pipe to PROC is closed.
11419
11420 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11421
11422 * xml.el (xml-substitute-special): Limit handling of external entities.
11423
11424 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11425
11426 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11427
11428 2004-10-06 John Paul Wallington <jpw@gnu.org>
11429
11430 * xml.el (xml-parse-dtd): Fix `error' call.
11431
11432 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11433
11434 * xml.el (xml-substitute-special): Return a single string instead
11435 of a list of strings if an entity substitution is made.
11436
11437 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11438
11439 * calendar/icalendar.el: New file.
11440
11441 2004-10-05 Juri Linkov <juri@jurta.org>
11442
11443 * isearch.el (isearch-done): Set mark after running hook.
11444 Reported by Drew Adams <drew.adams@oracle.com>.
11445
11446 * info.el (Info-history, Info-toc): Fix Info headers.
11447 (Info-toc): Narrow buffer before Info-fontify-node.
11448 (Info-build-toc): Don't check for special Info file names.
11449 Set main-file to nil if Info-find-file returns a symbol.
11450
11451 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11452
11453 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11454 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11455 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11456
11457 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11458
11459 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11460 for old interactive spec from calendar-goto-iso-date.
11461 (calendar-goto-iso-date): Use it.
11462 (calendar-goto-iso-week): New function. Suggested by Emilio
11463 C. Lopes <eclig@gmx.net>.
11464
11465 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11466
11467 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11468 `set-right-margin' bindings that follow the minor mode conventions.
11469
11470 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11473 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11474 (latex-block-args-alist): Add minipage and picture.
11475 (latex-block-body-alist): Use reftex-label if enabled.
11476 (latex-insert-block): Don't insert a \n if not necessary.
11477 (tex-compile-commands): Make sure dvips doesn't send to printer.
11478 (tex-compile-default): Handle the case where no executable is found.
11479 (latex-noindent-environments): New var.
11480 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11481 If tex-indent-allhanging is non-nil, make sure we only align for macros
11482 at beginning of line.
11483
11484 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11485
11486 * newcomment.el (comment-beginning): Doc fix and don't choke on
11487 unset `comment-end-skip' when at beginning of comment.
11488
11489 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11490
11491 * term.el (term-adjust-current-row-cache): Don't allow the current
11492 row to become negative.
11493 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11494 the end of the line. Fix scroll down. Add comments.
11495 (term-handle-ansi-escape): Don't exceed terminal width when moving
11496 right.
11497 (term-scroll-region): Move the cursor after setting the scroll region.
11498
11499 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11500
11501 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11502 to `width' for consistency with docstring. Doc fix.
11503
11504 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11505
11506 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11507 This is necessary for derived modes.
11508
11509 2004-09-30 Kim F. Storm <storm@cua.dk>
11510
11511 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11512 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11513
11514 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11515 kmacro-extract-lambda functions.
11516 (edit-kbd-macro): Handle kmacro lambda forms.
11517 Include counter and counter format in edit buffer.
11518 (edmacro-finish-edit): Get counter and format from edit buffer and
11519 update kmacro bindings when found.
11520
11521 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11522
11523 * textmodes/paragraphs.el (forward-paragraph):
11524 Avoid args-out-of-range error when point winds up at the beginning of
11525 the buffer and hard newlines are enabled.
11526
11527 * newcomment.el (comment-multi-line): Doc fix.
11528
11529 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11532 (diff-fixup-modifs): Catch unified-diff file-headers.
11533
11534 2004-09-29 Kim F. Storm <storm@cua.dk>
11535
11536 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11537 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11538 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11539
11540 * fringe.el (fringe-bitmap-p): New macro.
11541 (fringe-bitmaps): Add standard fringe bitmaps on load.
11542
11543 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * dired.el (dired-view-command-alist): Use more efficient regexps.
11546 Remove dubious arguments.
11547 (dired-align-file): New function.
11548 (dired-insert-directory): Use it.
11549 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11550 (dired-buffers-for-dir): Remove unused var `pattern'.
11551
11552 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11553
11554 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11555 from diary display excursion. Store diary buffer's point for
11556 `simple-diary-display'.
11557 (simple-diary-display): Set window point and start when
11558 displaying buffer, to preserve point.
11559
11560 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11561
11562 * textmodes/enriched.el (enriched-translations): Replace defconst
11563 with defvar.
11564
11565 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11566
11567 * printing.el: Doc fix.
11568 (pr-version): New version number (6.8.1).
11569 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11570 make-temp-name.
11571 (pr-delete-file): Check if file exists before deleting it.
11572 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11573
11574 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * term.el (term-display-table): New variable.
11577 (term-mode): Use it.
11578 (term-exec-1): Set the coding system to binary.
11579 (term-emulate-terminal): Decode the string before inserting it.
11580
11581 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11582
11583 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11584 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11585 (map): Bind S-prior, S-next and S-insert.
11586 (term-mode): Set `indent-tabs-mode' to nil.
11587 (term-paste): New function to be bound to S-insert.
11588 (term-send-del, term-send-backspace): Change the strings sent.
11589 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11590 (term-handle-colors-array): Fix handling of underline and reverse.
11591 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11592 (term-erase-in-line): Fix comparison.
11593 (term-emulate-terminal): Fix line wrap handling.
11594 (term-start-output-log): Rename from `term-set-output-log'.
11595 (term-stop-output-log): Rename from `term-stop-photo'.
11596 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11597
11598 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11599
11600 * dired.el (dired-move-to-filename): Don't output a message if
11601 raise-error is non-nil. Fix return position and value.
11602
11603 * files.el (insert-directory): Obey --dired even with symlinks.
11604
11605 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11606
11607 * ls-lisp.el (ls-lisp-format): Mark file names with property
11608 dired-filename.
11609
11610 2004-09-25 Kim F. Storm <storm@cua.dk>
11611
11612 * ido.el (ido-max-directory-size): New defcustom.
11613 (ido-decorations): Add "too big" element.
11614 (ido-directory-too-big): New dynamic var.
11615 (ido-may-cache-directory): Don't cache big directories.
11616 (ido-directory-too-big-p): New defun.
11617 (ido-set-current-directory): Update ido-directory-too-big.
11618 (ido-read-internal): Make empty ido-cur-item if too-big.
11619 (ido-buffer-internal): Use ido-read-internal directly instead of
11620 ido-read-buffer.
11621 (ido-file-internal): Init ido-directory-too-big.
11622 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11623 and redo completion with full list.
11624 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11625 it, and show completions.
11626 (ido-all-completions): Let bind ido-directory-too-big to nil.
11627 (ido-exhibit): Handle ido-directory-too-big.
11628 (ido-read-buffer): Handle fallback to read-buffer.
11629 Init ido-directory-too-big.
11630 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11631 Init ido-directory-too-big.
11632
11633 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11634
11635 * subr.el (delay-mode-hooks): Doc fix.
11636
11637 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11638
11639 * textmodes/enriched.el
11640 (enriched-default-text-properties-local-flag): New variable.
11641 (enriched-mode): Make sure that enabling and disabling the mode is
11642 a no-op. Doc fix.
11643
11644 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11645
11646 * calendar/holidays.el (holiday-advent): Report on a specified day
11647 offset from advent, not just advent.
11648 (holiday-easter-etc): Report on one specified day offset from
11649 easter, not all easter holidays. Various Easter holidays moved to
11650 `christian-holidays' variable in calendar.el.
11651 * calendar/calendar.el (christian-holidays): Adapt for new
11652 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11653
11654 2004-09-23 Kim F. Storm <storm@cua.dk>
11655
11656 * image.el (insert-sliced-image): Add doc string.
11657
11658 * ido.el (ido-choice-list): New dynamic var for `list' context.
11659 (ido-context-switch-command): New dynamic var.
11660 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11661 (ido-read-internal): Handle new `list' context.
11662 Handle insert-buffer and insert-file ido-exit values.
11663 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11664 ido-context-switch-command. Handle insert-file ido-exit value.
11665 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11666 unless it is already bound by caller.
11667 (ido-file-internal): New arg switch-cmd. Use it to setup
11668 ido-context-switch-command. Handle insert-buffer ido-exit value.
11669 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11670 used for context switching.
11671 (ido-all-completions): Handle new `list' context.
11672 (ido-make-choice-list): Return choices for `list' context.
11673 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11674 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11675 (ido-insert-buffer, ido-insert-file): Setup context switching.
11676 (ido-exhibit): Handle `list' context.
11677 (ido-read-file-name): Disable context switching. Handle fallback.
11678 (ido-read-directory-name): Disable context switching.
11679 (ido-completing-read): New defun like completing-read. Setup and
11680 use new `list' context.
11681
11682 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11683
11684 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11685
11686 2004-09-21 Jay Belanger <belanger@truman.edu>
11687
11688 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11689 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11690 separate window.
11691
11692 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11693
11694 * subr.el (after-change-major-mode-hook): Doc fix.
11695
11696 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11697
11698 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11699 of ghostscript for monochrome PostScript file in Windows.
11700
11701 2004-09-21 Kenichi Handa <handa@m17n.org>
11702
11703 * descr-text.el (describe-char): Checking of quail activation fixed.
11704
11705 2004-09-21 Jay Belanger <belanger@truman.edu>
11706
11707 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11708
11709 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11710
11711 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11712 after the mode hooks instead of before. Doc fix.
11713
11714 2004-09-20 Jason Rumney <jasonr@gnu.org>
11715
11716 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11717 _emacs, but revert to .emacs if neither exists in home directory.
11718
11719 2004-09-20 John Paul Wallington <jpw@gnu.org>
11720
11721 * bindings.el (completion-ignored-extensions): Add .dfsl.
11722
11723 2004-09-20 Richard M. Stallman <rms@gnu.org>
11724
11725 * bindings.el (scroll-left): Make it disabled.
11726
11727 * files.el (enable-local-eval): Doc fix.
11728
11729 * indent.el (move-to-left-margin): Special case for minibuffer.
11730
11731 * term.el (term-emulate-terminal): Turn off undo for output.
11732 Use with-current-buffer and save-selected-window.
11733
11734 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11735
11736 * progmodes/make-mode.el (makefile-fill-paragraph):
11737 Don't insist on spaces when looking for comments. # is enough.
11738
11739 * files.el (hack-local-variables): Copy the variables list
11740 to another buffer, strip prefixes and suffixes there, then read.
11741 (enable-local-eval): Doc fix.
11742 (ignored-local-variables): Initialize to nil.
11743 (risky-local-variable-p): Don't check ignored-local-variables here.
11744 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11745
11746 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11747
11748 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11749 of = to "." (punctuation).
11750
11751 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11752
11753 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11754
11755 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11756
11757 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11758 (enriched-before-change-major-mode): New function.
11759 Add it to `change-major-mode-hook'.
11760 (enriched-after-change-major-mode): New function.
11761 Add it to `after-change-major-mode-hook'.
11762 (enriched-mode): Make it work correctly if called from
11763 `after-change-major-mode-hook'.
11764 No longer set `indent-line-function'.
11765
11766 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11767
11768 * subr.el (after-change-major-mode-hook): New variable.
11769 (run-mode-hooks): Implement it.
11770
11771 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * battery.el (battery-linux-proc-apm): Use string-to-number.
11774 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11775 Use dolist (and less indentation). Use erase-buffer.
11776 Pre-initialize `design-capacity', `warn', and `low'.
11777 (battery-format): Use replace-regexp-in-string.
11778
11779 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11780
11781 * battery.el: Delete superfluous empty lines.
11782 (battery-linux-proc-acpi): Attempt to gather information from all
11783 battery subdirectories regardless of their file name.
11784 (battery-linux-proc-apm): Replace all occurrences of
11785 battery-hex-to-int-2 with string-to-int (base 16).
11786 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11787 (battery-hex-map): Delete variable.
11788
11789 2004-09-18 John Paul Wallington <jpw@gnu.org>
11790
11791 * calc/calc-units.el (calc-quick-units): Fix overzealous
11792 s/or/unless/.
11793
11794 2004-09-17 Jay Belanger <belanger@truman.edu>
11795
11796 * calc/calc.el (calc-mode-var-list): Fix the value of
11797 `calc-matrix-brackets'.
11798
11799 2004-09-17 Romain Francoise <romain@orebokech.com>
11800
11801 * ibuf-ext.el (define-ibuffer-filter filename):
11802 Expand dired-directory since buffer-file-name is absolute.
11803
11804 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11805
11806 * ediff-init.el (ediff-current-diff-face-A)
11807 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11808 (ediff-current-diff-face-Ancestor)
11809 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11810 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11811 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11812 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11813 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11814 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11815 Use min-colors.
11816
11817 * term.el (term-down): Perform vertical motion if DOWN is negative.
11818 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11819 (term-termcap-format): Synchronyze with the eterm terminfo entry
11820 in etc/e/eterm.ti.
11821 (term-handle-colors-array): If the current foreground or
11822 background are zero (i.e. unspecified), use the foreground and
11823 background of the default face for reverse video.
11824 (term-ansi-at-eval-string, term-ansi-default-fg)
11825 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11826 (term-mem): Delete ununsed function.
11827 (term-protocol-version): Increment.
11828 (term-current-face): Set to default.
11829
11830 2004-09-15 Jay Belanger <belanger@truman.edu>
11831
11832 * calc/calc.el (calc-mode-var-list): Define this variable.
11833 (calc-always-load-extensions, calc-line-numbering)
11834 (calc-line-breaking, calc-display-just, calc-display-origin)
11835 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11836 (calc-group-char, calc-point-char, calc-frac-format)
11837 (calc-prefer-frac, calc-hms-format, calc-date-format)
11838 (calc-float-format, calc-full-float-format, calc-complex-format)
11839 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11840 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11841 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11842 (calc-matrix-brackets, calc-language, calc-language-option)
11843 (calc-left-label, calc-right-label, calc-word-size)
11844 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11845 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11846 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11847 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11848 (calc-window-height, calc-display-trail, calc-show-selections)
11849 (calc-use-selections, calc-assoc-selections)
11850 (calc-display-working-message, calc-auto-why, calc-timing)
11851 (calc-mode-save-mode, calc-standard-date-formats)
11852 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11853 (calc-user-parse-tables, calc-gnuplot-default-device)
11854 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11855 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11856 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11857 (calc-invocation-macro, calc-show-banner): Give these values as
11858 part of `calc-mode-var-list's initialization after the variables
11859 are declared with defvar.
11860 (calc-bug-address): Change email address to send bug reports to.
11861 Change the maintainer address at the top.
11862 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11863 than "\\.emacs" to determine if it is the user-init-file.
11864
11865 * calc/calc-embed.el (calc-embedded-set-modes): Use
11866 `calc-mode-var-list' correctly.
11867
11868 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11869
11870 * vc.el (annotate-time): Document point handling.
11871 (vc-annotate-display-autoscale): Doc fix.
11872
11873 2004-09-15 Miles Bader <miles@gnu.org>
11874
11875 * generic.el (generic-make-keywords-list): Use symbol rather than
11876 word anchors in regexp.
11877
11878 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11879
11880 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11881 no file name consider `dired-directory'.
11882
11883 2004-09-14 Kim F. Storm <storm@cua.dk>
11884
11885 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11886
11887 2004-09-14 Simon Josefsson <jas@extundo.com>
11888
11889 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11890
11891 * textmodes/dns-mode.el: Add.
11892
11893 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11896 (disabled-command-function): Make the ?\ char more obvious.
11897
11898 * vc-arch.el (vc-arch-root, vc-arch-registered):
11899 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11900
11901 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11902
11903 * windmove.el (windmove-frame-edges): Report coordinates of
11904 outside edges of frame, not inside edges.
11905 (windmove-coordinates-of-position): Convert into wrapper to new
11906 function `windmove-coordinates-of-window-position';
11907 `compute-motion' always applies to selected window.
11908 (windmove-coordinates-of-position): Update documentation to refer
11909 to Emacs 21 Lisp Reference Manual.
11910 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11911
11912 2004-09-13 Kim F. Storm <storm@cua.dk>
11913
11914 * isearch.el (isearch-resume-in-command-history): Rename from
11915 isearch-resume-enabled and change default to nil.
11916
11917 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11918
11919 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11920 (vc-registered): Use it.
11921 (vc-find-root): New fun.
11922
11923 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11924 Don't tell to use \\{...} when it's already done.
11925
11926 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11927 Provide a sample complex default.
11928 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11929 (bibtex-entry): Use mapc.
11930
11931 2004-09-12 Kim F. Storm <storm@cua.dk>
11932
11933 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11934
11935 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11936 inhibit-field-text-motion to t so rectangles work in comint buffers.
11937
11938 * simple.el (choose-completion-string): Set buffer before running
11939 choose-completion-string-functions hook so it can be buffer-local.
11940
11941 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11942
11943 * progmodes/compile.el (compilation-start): Parse command to see
11944 if it starts with a cd, and if so perform it for the *compilation*
11945 buffer. Change the header to reflect this.
11946
11947 2004-09-11 Kim F. Storm <storm@cua.dk>
11948
11949 * ido.el (ido-enable-dot-prefix): Doc fix.
11950 (ido-enable-dot-prefix): New defcustom.
11951 (ido-set-matches1): Use it.
11952
11953 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * textmodes/bibtex.el (bibtex-mark-active)
11956 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11957
11958 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11959
11960 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11961 used in a case insensitive environment.
11962 (bibtex-mode-map): Rearrange order of menus.
11963 (bibtex-quoted-string-re): Obsolete.
11964 (bibtex-complete-key-cleanup): Variable replaced by new function.
11965 (bibtex-font-lock-keywords): Use backquotes.
11966 (bibtex-font-lock-url-regexp): New internal variable.
11967 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11968 "OPT" and "ALT".
11969 (bibtex-insert-current-kill, bibtex-make-field)
11970 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11971 (bibtex-parse-field-text): Simplify.
11972 (bibtex-string=): New helper function.
11973 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11974 (bibtex-map-entries): Use bibtex-string=.
11975 (bibtex-search-entry): Use not.
11976 (bibtex-enclosing-field): Fix docstring.
11977 (bibtex-assoc-regexp): Obsolete.
11978 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11979 (bibtex-autokey-get-names): Handle empty name field.
11980 (bibtex-parse-strings): Use assoc-string and unless.
11981 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11982 Use assoc-string.
11983 (bibtex-pop): Simplify.
11984 (bibtex-mode): Set font-lock-extra-managed-props.
11985 (bibtex-entry-update): Use assoc-string.
11986 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11987 (bibtex-autofill-entry): Use bibtex-string=.
11988 (bibtex-print-help-message): Simplify.
11989 (bibtex-find-entry): New optional arg START.
11990 (bibtex-validate): Use bibtex-string= and assoc-string.
11991 Do not call obsolete function compilation-parse-errors.
11992 (bibtex-remove-delimiters): Only remove delimiters if present.
11993 (bibtex-copy-entry-as-kill): Add docstring.
11994 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11995 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11996 (bibtex-complete): Use bibtex-predefined-month-strings,
11997 bibtex-string=, and new function bibtex-complete-key-cleanup.
11998 (bibtex-generate-url-list): New variable.
11999 (bibtex-url): New command bound to C-c C-l and mouse-2.
12000 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12001 (bibtex-font-lock-url): New function.
12002
12003 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12004
12005 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12006
12007 2004-09-09 Kim F. Storm <storm@cua.dk>
12008
12009 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12010 counter and format with binding.
12011 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12012 the declared macro uses own macro counter and format. Give symbol
12013 kmacro property.
12014 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12015 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12016 (kmacro-end-and-call-macro): Doc fix.
12017
12018 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12019
12020 * desktop.el (desktop-clear-preserve-buffers):
12021 Remove make-obsolete-variable.
12022
12023 2004-09-08 Richard M. Stallman <rms@gnu.org>
12024
12025 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12026 with the buffer as argument.
12027
12028 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12031
12032 2004-09-08 Juri Linkov <juri@jurta.org>
12033
12034 * replace.el (perform-replace): Use `query-replace-descr'.
12035
12036 * cus-start.el (history-delete-duplicates): Specify customization.
12037
12038 * diff-mode.el (diff-mode-map):
12039 * progmodes/compile.el (compilation-mode-map):
12040 * progmodes/grep.el (grep-mode-map):
12041 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12042 to `next-error-follow-minor-mode'.
12043
12044 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12045
12046 * isearch.el (isearch-lazy-highlight-update): Take into account
12047 the case of zero-length match at the search bound.
12048
12049 2004-09-08 Kim F. Storm <storm@cua.dk>
12050
12051 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12052 change. Use zero width overlays when necessary.
12053
12054 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12055
12056 * subr.el (split-string): Docfix.
12057
12058 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12059
12060 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12061 (display-call-tree): Ensure newline after caller/calls blocks.
12062
12063 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12064
12065 * startup.el (command-line-1): Make option
12066 --directory/-L modify `load-path' straight away.
12067
12068 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12069
12070 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12071
12072 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12073
12074 * emacs-lisp/autoload.el (make-autoload):
12075 Handle `define-compilation-mode'.
12076
12077 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12078 Specify `doc-string-elt' property.
12079
12080 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12081
12082 * bs.el (bs-mode): Doc fix.
12083
12084 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12085
12086 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12087
12088 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12089
12090 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12091
12092 2004-09-08 Kenichi Handa <handa@m17n.org>
12093
12094 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12095 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12096 ps-mule-next-point -> 1+).
12097
12098 * composite.el (encode-composition-rule): Add autoload cooky.
12099
12100 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12101
12102 * format.el (buffer-auto-save-file-format): Make it permanent local.
12103
12104 2004-09-07 Kim F. Storm <storm@cua.dk>
12105
12106 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12107 (authors-fixed-entries): Fix typo.
12108 (authors-canonical-author-name): Compact multiple spaces.
12109 Ignore trivial names (e.g. only first name).
12110
12111 * term.el (term-window-width): Only use full window width on
12112 window system if overflow-newline-into-fringe is enabled.
12113 (term-mode): Don't disable overflow-newline-into-fringe.
12114
12115 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12118 motion as seen on my Mac OS X xterms.
12119
12120 * newcomment.el (uncomment-region-default, comment-region-default):
12121 New functions extracted from uncomment-region and comment-region.
12122 (comment-region, comment-region-function, uncomment-region)
12123 (uncomment-region-function): Use them.
12124
12125 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12126
12127 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12128 It's not crucial but can make sense at times.
12129
12130 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12131 the first commit.
12132
12133 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12134 Disable obsolete code.
12135
12136 2004-09-07 Juri Linkov <juri@jurta.org>
12137
12138 * progmodes/grep.el (grep-highlight-matches): Change default from
12139 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12140 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12141 if grep option `--color' is available, or to `nil' otherwise.
12142 (grep-process-setup): Call `grep-compute-defaults' if
12143 `grep-highlight-matches' is not computed. Set env-vars only
12144 if `grep-highlight-matches' is `t'.
12145 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12146 is already defined).
12147
12148 * progmodes/compile.el (compilation-start): Use copy of
12149 `process-environment' created by `copy-sequence' to not
12150 modify env-vars in the global `process-environment'.
12151
12152 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12153
12154 * simple.el (next-error-follow-minor-mode): Fix last change.
12155
12156 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12157
12158 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12159 permanent local.
12160
12161 2004-09-04 Richard M. Stallman <rms@gnu.org>
12162
12163 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12164 highlighting if the search string is empty.
12165
12166 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12167
12168 * facemenu.el (facemenu-active-faces): Change condition of inner
12169 `while' loop to also check the first two elements of `face-atts'
12170 and `mask-atts'.
12171
12172 2004-09-04 John Paul Wallington <jpw@gnu.org>
12173
12174 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12175 (thumbs-view-image-mode): Make buffer read-only.
12176
12177 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12178
12179 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12180 (ispell-check-version): Set it.
12181 (ispell-send-replacement): New function.
12182 (ispell-process-line): Call ispell-send-replacement.
12183
12184 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12185
12186 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12187 Support choosing seconds with "s".
12188
12189 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12190
12191 * terminal.el (te-escape): Show `?' in prompt for help key.
12192
12193 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12194
12195 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12196
12197 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12198
12199 * simple.el (next-error-follow-minor-mode)
12200 (next-error-follow-mode-post-command-hook): New functions.
12201 (next-error-follow-last-line): New defvar.
12202
12203 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12204 * progmodes/compile.el (compilation-mode-map): Likewise.
12205 * progmodes/grep.el (grep-mode-map): Likewise.
12206 * replace.el (occur-mode-map): Likewise.
12207
12208 * newcomment.el (uncomment-region): Bind comment-use-global-state
12209 to nil.
12210
12211 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12212
12213 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12214 locally around the call to `revert-buffer'.
12215
12216 2004-09-03 Juri Linkov <juri@jurta.org>
12217
12218 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12219 `isearch-adjusted' to `t'.
12220 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12221 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12222 (isearch-other-meta-char): Restore isearch-point unconditionally.
12223 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12224 Set point to start of match if region is not active in transient
12225 mark mode (to include the current match to region boundaries).
12226 Push the search string to `query-replace-from-history-variable'.
12227 Add prompt "Query replace regexp" for isearch-regexp.
12228 Add region beginning/end as last arguments of `perform-replace.'
12229 (isearch-query-replace-regexp): Replace code by the call to
12230 `isearch-query-replace' with arg `t'.
12231
12232 2004-09-03 Richard M. Stallman <rms@gnu.org>
12233
12234 * startup.el (normal-top-level): Undo previous TERM change.
12235
12236 2004-09-03 Kim F. Storm <storm@cua.dk>
12237
12238 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12239 highlight overlays; allow using RET when cursor is over a button.
12240 (cua--highlight-rectangle): Use it.
12241 (cua--rectangle-set-corners): Don't move backwards at eol.
12242 (cua--forward-line): Don't move into void after eob.
12243
12244 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12245 point is set (and displayed) inside rectangle.
12246 (cua--rectangle-operation): Fix for highlight of empty lines.
12247 (cua--highlight-rectangle): Fix highlight for tabs.
12248 Position cursor at left/right edge of rectangle using new `cursor'
12249 property on overlay strings.
12250 (cua--indent-rectangle): Don't tabify.
12251 (cua-rotate-rectangle): Ignore that point has moved.
12252
12253 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12254
12255 * term/mac-win.el: Add ASCII equivalents for some function keys.
12256 (mode-line-frame-identification): Sync with x-win.el.
12257
12258 2004-09-02 Juri Linkov <juri@jurta.org>
12259
12260 * progmodes/compile.el (compilation-buffer-name): Compare major
12261 mode with second element of compilation-arguments instead of third
12262 to reflect latest changes in compilation-arguments structure.
12263 (recompile): Use global variable `compilation-directory' to get
12264 recent compilation directory only when `recompile' is invoked NOT
12265 in the compilation buffer. Otherwise, use `default-directory' of
12266 the compilation buffer.
12267 (compilation-error-properties): Allow to funcall col and end-col.
12268 (compilation-mode-font-lock-keywords): Check col and end-col by
12269 `integerp'.
12270 (compilation-goto-locus): If end-mk is non-nil in transient mark
12271 mode don't activate the mark (and don't display message in
12272 push-mark), but highlight overlay between mk and end-mk.
12273
12274 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12275 (grep-regexp-alist): Add rule to highlight grep matches.
12276 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12277
12278 * info.el (Info-fontify-node): Don't compute other-tag
12279 if Info-hide-note-references=hide.
12280
12281 * help.el (function-called-at-point):
12282 * help-fns.el (variable-at-point):
12283 Try `find-tag-default' when other methods failed.
12284
12285 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12286 Do not push mark if inhibit-mark-movement is non-nil.
12287
12288 * textmodes/ispell.el (ispell-html-skip-alists):
12289 Fix backslashes in docstring.
12290
12291 2004-09-01 Juri Linkov <juri@jurta.org>
12292
12293 * isearch.el (isearch-wrap-function)
12294 (isearch-push-state-function): New defvars.
12295 (isearch-pop-fun-state): New defsubst.
12296 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12297 (isearch-push-state): Set the result of calling
12298 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12299 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12300 restore the mode-specific starting point of terminated search.
12301 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12302 (isearch-repeat): Call `isearch-wrap-function' if defined.
12303 (isearch-message-prefix): Don't add prefix "over" to the message
12304 for wrapped search if `isearch-wrap-function' is defined.
12305 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12306 restore the mode-specific starting point of failed search.
12307
12308 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12309 (Info-search): Add new optional arguments for the sake of isearch.
12310 Replace whitespace in Info-search-whitespace-regexp literally.
12311 Add backward search. Don't call `Info-select-node' if regexp is
12312 found in the same Info node. Don't add node to Info-history for
12313 wrapped isearch.
12314 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12315 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12316 (Info-mode): Set local variables `isearch-search-fun-function',
12317 `isearch-wrap-function', `isearch-push-state-function',
12318 `search-whitespace-regexp'.
12319
12320 * isearch.el: Remove ancient Change Log section.
12321 (isearch-string, isearch-message-string, isearch-point)
12322 (isearch-success, isearch-forward-flag, isearch-other-end)
12323 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12324 (isearch-barrier, isearch-within-brackets)
12325 (isearch-case-fold-search): Add suffix `-state' to state-related
12326 defsubsts to avoid name clashes with other function names.
12327
12328 * simple.el (next-error): New defgroup and defface.
12329 (next-error-highlight, next-error-highlight-no-select):
12330 New defcustoms.
12331 (next-error-no-select): Let-bind next-error-highlight to the value
12332 of next-error-highlight-no-select before calling `next-error'.
12333
12334 * progmodes/compile.el (compilation-goto-locus):
12335 Use `next-error' face instead of `region'. Set 4-th argument of
12336 `move-overlay' to `current-buffer' to move overlay to different
12337 source buffers. Use new variable `next-error-highlight'.
12338
12339 * simple.el (next-error-find-buffer): Move the rule
12340 "if current buffer is a next-error capable buffer" after the
12341 rule "if next-error-last-buffer is set to a live buffer".
12342 Simplify to test all rules in one `or'.
12343 (next-error): Doc fix.
12344 (next-error, previous-error, first-error)
12345 (next-error-no-select, previous-error-no-select):
12346 Make arguments optional.
12347
12348 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12349
12350 * macros.el (apply-macro-to-region-lines): Make it operate on all
12351 lines that begin in the region, rather than on all complete lines
12352 in the region.
12353
12354 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12355
12356 * x-dnd.el (x-dnd-protocol-alist): Document update.
12357 (x-dnd-known-types): Defcustom it.
12358 (x-dnd-handle-motif): Print message-atom in error message.
12359
12360 2004-08-30 John Paul Wallington <jpw@gnu.org>
12361
12362 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12363 strings rather than programatically constructing message.
12364
12365 2004-08-30 Richard M. Stallman <rms@gnu.org>
12366
12367 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12368 Don't return a string that would read as the wrong character code.
12369
12370 2004-08-29 Kim F. Storm <storm@cua.dk>
12371
12372 * emulation/cua-base.el (cua-auto-expand-rectangles):
12373 Remove automatic rectangle padding feature; replace by non-destructive
12374 virtual rectangle edges feature.
12375 (cua-virtual-rectangle-edges): New defcustom.
12376 (cua-auto-tabify-rectangles): New defcustom.
12377 (cua-paste): If paste into a marked rectangle, insert rectangle at
12378 current column, even if virtual; also paste exactly as many lines
12379 as has been marked (ignore additional lines or add empty lines),
12380 but paste whole source if only one line is marked.
12381 (cua--update-indications): No longer use overwrite-cursor to
12382 indicate rectangle padding
12383
12384 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12385 (cua--rectangle-virtual-edges): New defun.
12386 (cua--rectangle-get-corners): Remove optional PAD arg.
12387 (cua--rectangle-set-corners): Never do padding.
12388 (cua--forward-line): Remove optional PAD arg. Simplify.
12389 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12390 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12391 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12392 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12393 (cua--rectangle-move): Never do padding. Simplify.
12394 (cua--tabify-start): New defun.
12395 (cua--rectangle-operation): Add tabify arg. All callers changed.
12396 (cua--pad-rectangle): Remove.
12397 (cua--delete-rectangle): Handle delete with virtual edges.
12398 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12399 (cua--insert-rectangle): Handle insert at virtual column.
12400 Perform auto-tabify if necessary.
12401 (cua--activate-rectangle): Remove optional FORCE arg.
12402 Never do padding. Simplify.
12403 (cua--highlight-rectangle): Enhance for virtual edges.
12404 (cua-toggle-rectangle-padding): Remove command.
12405 (cua-toggle-rectangle-virtual-edges): New command.
12406 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12407 (cua--rectangle-post-command): Don't force rectangle padding.
12408 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12409
12410 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12411
12412 * indent.el (edit-tab-stops-buffer): Doc fix.
12413
12414 2004-08-28 Richard M. Stallman <rms@gnu.org>
12415
12416 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12417 (grep-tag-default): Function deleted.
12418
12419 * subr.el (find-tag-default): Move from etags.el.
12420
12421 * progmodes/etags.el (find-tag-default): Move to subr.el.
12422
12423 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12424 into the basic character if it has an uppercase form.
12425
12426 2004-08-27 Kenichi Handa <handa@m17n.org>
12427
12428 * international/utf-8.el (utf-8-post-read-conversion): If the
12429 buffer is unibyte, temporarily make it multibyte.
12430
12431 2004-08-27 Masatake YAMATO <jet@gyve.org>
12432
12433 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12434
12435 2004-08-25 John Paul Wallington <jpw@gnu.org>
12436
12437 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12438 0, 1, and many mismatches in message.
12439 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12440
12441 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12442 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12443
12444 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12447 vc-diff-switches differently.
12448
12449 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12450
12451 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12452 before and a real defvar after
12453 `speedbar-supported-extension-expressions'. This is to silence
12454 the compiler without breaking bootstrapping.
12455
12456 2004-08-22 Richard M. Stallman <rms@gnu.org>
12457
12458 * textmodes/flyspell.el (flyspell-word):
12459 Use set-process-query-on-exit-flag.
12460 (flyspell-highlight-duplicate-region): Take POSS as arg.
12461 (flyspell-word): Pass POSS as arg.
12462
12463 * progmodes/ada-xref.el: Many doc and style fixes.
12464 (ada-find-any-references): Use compilation-start.
12465 (ada-get-ali-file-name): Improve error msg.
12466 (ada-get-ada-file-name): Likewise.
12467
12468 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12469 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12470
12471 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12472 Add forward defvar.
12473
12474 * whitespace.el (global-whitespace-mode): New alias
12475 for whitespace-global-mode.
12476
12477 * speedbar.el (speedbar-file-regexp): Move definition up.
12478 (speedbar-mode, speedbar-set-mode-line-format):
12479 Use with-no-warnings.
12480 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12481
12482 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12483 controls whether to display the error buffer.
12484
12485 * ps-mule.el: Delete compatibility code for old Emacses.
12486 (ps-mule-find-wrappoint): Don't use chars-in-region.
12487
12488 * frame.el (display-mouse-p, display-selections-p):
12489 Use with-no-warnings.
12490
12491 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12492
12493 2004-08-22 David Kastrup <dak@gnu.org>
12494
12495 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12496 information.
12497
12498 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12499
12500 2004-08-22 Andreas Schwab <schwab@suse.de>
12501
12502 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12503
12504 2004-08-22 Masatake YAMATO <jet@gyve.org>
12505
12506 * cvs-status.el (cvs-status-checkout): New function.
12507 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12508
12509 2004-08-21 David Kastrup <dak@gnu.org>
12510
12511 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12512 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12513 has been converted to use hashtables, the relation `nil=none' is
12514 no longer valid, as `nil' is not a hashtable. This patch tries to
12515 reduce the number of resulting errors.
12516
12517 2004-08-21 John Paul Wallington <jpw@gnu.org>
12518
12519 * subr.el (process-kill-without-query): Made obsolete in
12520 version 21.4, not 21.5.
12521
12522 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12523 (vc-previous-comment, vc-next-comment)
12524 (vc-comment-search-reverse, vc-comment-search-forward)
12525 (vc-comment-to-change-log): Likewise.
12526
12527 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12528
12529 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12530
12531 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12532 Correct indentation of DEFMETHODS with non-standard method
12533 combinations (e.g., PROGN, MIN, MAX).
12534
12535 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * startup.el (normal-top-level-add-subdirs-to-load-path):
12538 Avoid unnecessarily checking system-type.
12539 (normal-top-level): Set TERM to "dumb". Simplify.
12540
12541 * avoid.el (mouse-avoidance-ignore-p): New fun.
12542 Also ignore switch-frame, select-window, double, and triple clicks.
12543 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12544 (mouse-avoidance-fancy-hook): Use it.
12545
12546 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12547
12548 * avoid.el (mouse-avoidance-nudge-mouse)
12549 (mouse-avoidance-banish-destination): Stay within the current window
12550 to avoid problems with mouse-autoselect-window.
12551
12552 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12553
12554 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12555 the newer format of some messages in cvs-1.12.1.
12556
12557 2004-08-19 Masatake YAMATO <jet@gyve.org>
12558
12559 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12560 (elp-results-jump-to-definition-by-mouse)
12561 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12562 (elp-output-result): Use elp-output-insert-symname.
12563
12564 2004-08-18 Kenichi Handa <handa@m17n.org>
12565
12566 * language/cyrillic.el: Register koi8-r in
12567 ctext-non-standard-encodings-alist.
12568 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12569
12570 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12571
12572 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12573 that replaces 20xy with xy.
12574
12575 2004-08-17 John Paul Wallington <jpw@gnu.org>
12576
12577 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12578 (reb-force-update): Doc fix.
12579
12580 2004-08-16 Richard M. Stallman <rms@gnu.org>
12581
12582 * progmodes/which-func.el (which-func-update-1): Doc fix.
12583
12584 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12585 (sh-mode-abbrev-table): New variable.
12586
12587 * progmodes/compile.el (compilation-mode): Doc fix.
12588
12589 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12590 Don't cons a new symbol each time.
12591 (eval-last-sexp-fake-value): New variable.
12592
12593 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12594 (copyright-update-year): Detect continuation of list of years.
12595
12596 * term.el (term-default-fg-color, term-default-bg-color)
12597 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12598
12599 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12600
12601 2004-08-16 Davis Herring <herring@lanl.gov>
12602
12603 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12604 (isearch-success, isearch-forward-flag, isearch-other-end)
12605 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12606 (isearch-barrier, isearch-within-brackets)
12607 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12608
12609 2004-08-16 Kenichi Handa <handa@m17n.org>
12610
12611 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12612
12613 2004-08-15 Kenichi Handa <handa@m17n.org>
12614
12615 * term/x-win.el (x-selection-value): If utf8 was successful but
12616 ctext was not, use utf8 string.
12617
12618 2004-08-14 Davis Herring <herring@lanl.gov>
12619
12620 * isearch.el: Remove accidental changes of March 4. Fix backing
12621 up when a regexp isearch is made more general. Use symbolic
12622 accessor functions for isearch stack frames to make usage clearer.
12623 (search-whitespace-regexp): Made groups in documentation shy (as
12624 is the group in the default value).
12625 (isearch-fallback): New function, addresses problems with regexps
12626 liberalized by `\|', adds support for liberalization by `\}' (the
12627 general repetition construct), and incorporates behavior for
12628 `*'/`?'.
12629 (isearch-}-char): New command, calls `isearch-fallback' with
12630 arguments appropriate to a typed `}'.
12631 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12632 appropriately.
12633 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12634 (isearch-string, isearch-message,string, isearch-point)
12635 (isearch-success, isearch-forward-flag, isearch-other-end)
12636 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12637 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12638 New inline functions to read fields of a stack frame.
12639
12640 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12641
12642 * battery.el (battery-linux-proc-acpi): Look into battery
12643 directories matching the literal string "CMB", too (required for
12644 Linux kernel version 2.6.7).
12645
12646 2004-08-14 John Paul Wallington <jpw@gnu.org>
12647
12648 * cus-start.el (read-file-name-completion-ignore-case): Add.
12649 (blink-cursor-alist): Change version to "21.4".
12650
12651 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12652
12653 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12654
12655 * speedbar.el (speedbar-scan-subdirs): New option.
12656 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12657 dolist.
12658 (speedbar-insert-files-at-point): Take an extra argument and use
12659 it to optionally find out if a subdir is empty. Also unreadable
12660 files don't get expand buttons.
12661 (speedbar-directory): New image (unused pixmap already existed).
12662 (speedbar-expand-image-button-alist): Use it.
12663
12664 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12665
12666 CC Mode update to 5.30.9:
12667
12668 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12669 Move from cc-vars to cc-defs for dependency reasons. Fix the
12670 POSIX char class test to check that it works in
12671 `skip-chars-(forward|backward)' too.
12672
12673 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12674 first argument starts with a special brace list.
12675
12676 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12677 when `c-opt-type-concat-key' is used (i.e. in Pike).
12678
12679 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12680 Fix bug when the inner char pair doesn't have paren syntax,
12681 i.e. "(<>)".
12682
12683 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12684 whitespace safe.
12685
12686 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12687 position for `arglist-intro', `arglist-cont-nonempty' and
12688 `arglist-close' when there are two arglist open parens on the same
12689 line and there's nothing in front of the first.
12690
12691 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12692 locking of qualified names in Java, which previously could fontify
12693 common indexing expressions in many cases. The standard Java
12694 naming conventions are used to tell them apart.
12695
12696 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12697 Fix inconsistency wrt opening parens on the first line inside a paren
12698 block.
12699
12700 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12701 compile time for the sake of `c-major-mode-is'.
12702
12703 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12704 `c-major-mode-is' in the event that this is used inside a
12705 `c-lang-defconst'.
12706
12707 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12708 `c-lang-defconst' so that it works better with fallback languages.
12709
12710 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12711 it to fail to record the base mode.
12712
12713 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12714 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12715 is used. Reorder the syntax checks to get more efficient
12716 skipping in some situations.
12717
12718 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12719 continuation which might precede the newly inserted '{'.
12720
12721 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12722 Fix cases where it could loop indefinitely.
12723
12724 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12725 size specs correctly. Only fontify identifiers in front of '('
12726 with as functions - don't accept any paren char. Tighten up
12727 initializer skipping to stop before function and class blocks.
12728
12729 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12730 the point could be left directly after an open paren when finding
12731 the beginning of the first decl in the block.
12732
12733 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12734 table when filtering out legitimate open parens to be recorded.
12735 This could cause cache inconsistencies when e.g.
12736 `c++-template-syntax-table' was temporarily in use.
12737
12738 * progmodes/cc-engine.el (c-on-identifier)
12739 (c-simple-skip-symbol-backward): Small fix for handling "-"
12740 correctly in `skip-chars-backward'. Affected the operator lfun
12741 syntax in Pike.
12742
12743 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12744 Fix bug that could cause an error from `after-change-functions' when
12745 the changed region is at bob.
12746
12747 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12748
12749 CC Mode update to 5.30.9:
12750
12751 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12752 to say that <TAB> doesn't insert WS into a CPP line.
12753 (c-indent-command, c-tab-always-indent): Amend doc strings.
12754
12755 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12756 checks for user errors, thus eliminating cryptic and unhelpful
12757 Emacs error messages. (1) Check the arg to `c-set-style' is a
12758 string. (2) Check that settings to `c-offsets-alist' are not
12759 spuriously quoted.
12760
12761 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12762 which precedes the newly inserted `{'.
12763
12764 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12765
12766 Sync with Tramp 2.0.44.
12767
12768 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12769 function "tramp_file_attributes". Otherwise, file names
12770 containing spaces are misinterpreted. Reported by Magnus Henoch
12771 <mange@freemail.hu>.
12772 (tramp-handle-file-truename): FILENAME must be expanded first.
12773 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12774 obscure results. Reported by D. Goel <deego@gnufans.org>.
12775 (tramp-handle-verify-visited-file-modtime): If file does not
12776 exist, say it is not modified if and only if that agrees with the
12777 buffer's record. Check whether a file is visiting the buffer, or
12778 the buffer has no recorded last modification time. Return t in
12779 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12780 <teirllm@auburn.edu>.
12781 (tramp-handle-write-region): Pass modtime explicitely to
12782 `set-visited-file-modtime', because filename can be different
12783 from (buffer-file-name) if `file-precious-flag' is set.
12784 `set-visited-file-modtime' must be called always when `visit' is t
12785 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12786 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12787 nil, don't apply the whole body. If the file doesn't exists, set
12788 modtime to '(-1 65535). Suggested by Luc Teirlinck
12789 <teirllm@auburn.edu>.
12790
12791 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12792
12793 * help.el (describe-bindings): Doc fix.
12794
12795 * subr.el (kbd): Doc fix.
12796
12797 2004-08-08 John Paul Wallington <jpw@gnu.org>
12798
12799 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12800 instead of `string-to-int'.
12801 (define-ibuffer-column mode): Fix indentation.
12802
12803 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12804
12805 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12806
12807 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12808
12809 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12810
12811 * novice.el (disabled-command-function): New variable renamed from
12812 `disabled-command-hook'.
12813 (disabled-command-hook): Keep the _variable_ as alias for
12814 `disabled-command-function' and make obsolete.
12815 (disabled-command-function): Function renamed from
12816 `disabled-command-hook'. Adapt code to name change of the variable.
12817
12818 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12819
12820 * simple.el (completion-root-regexp): New defvar.
12821 (completion-setup-function): Use it instead of a literal string.
12822
12823 2004-08-07 John Paul Wallington <jpw@gnu.org>
12824
12825 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12826 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12827 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12828 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12829
12830 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12831
12832 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12833 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12834
12835 2004-08-04 Kenichi Handa <handa@m17n.org>
12836
12837 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12838 Fix previous change.
12839
12840 2004-08-03 Kenichi Handa <handa@m17n.org>
12841
12842 * international/encoded-kb.el: The following changes are to
12843 utilize key-translation-map instead of minor mode map.
12844 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12845 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12846 (encoded-kbd-last-key): New function.
12847 (encoded-kbd-iso2022-single-shift): New function.
12848 (encoded-kbd-iso2022-designation)
12849 (encoded-kbd-self-insert-iso2022-7bit)
12850 (encoded-kbd-self-insert-iso2022-8bit)
12851 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12852 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12853 key-translation-map.
12854 (encoded-kbd-setup-keymap): Setup key-translation-map.
12855 (saved-key-translation-map): New variable.
12856 (encoded-kbd-mode): Save/restore key-translation-map.
12857 Adjust for the change of encoded-kbd-setup-keymap.
12858
12859 2004-08-02 Kim F. Storm <storm@cua.dk>
12860
12861 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12862 and call compute-motion with nil for topos and width to get proper
12863 usable width and height for both window and non-window systems.
12864
12865 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12866 calculate usable window width and height.
12867
12868 * window.el (window-buffer-height): Call compute-motion with nil width.
12869
12870 2004-08-01 David Kastrup <dak@gnu.org>
12871
12872 * replace.el (query-replace-read-from):
12873 Use `query-replace-compile-replacement'.
12874 (query-replace-compile-replacement): New function.
12875 (query-replace-read-to): Use `query-replace-compile-replacement'
12876 for repeating the last command.
12877
12878 2004-08-01 John Paul Wallington <jpw@gnu.org>
12879
12880 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12881 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12882 (pr-switches): Remove period from end of error messages.
12883
12884 * help-mode.el (help-go-back): Likewise.
12885
12886 * abbrev.el (only-global-abbrevs): Doc fix.
12887 (edit-abbrevs-map): Define within defvar.
12888 (quietly-read-abbrev-file): Doc fix.
12889
12890 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12891
12892 * novice.el (enable-command, disable-command): Doc fixes.
12893
12894 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12895
12896 2004-07-30 Richard M. Stallman <rms@gnu.org>
12897
12898 * subr.el (with-local-quit): Doc fix.
12899
12900 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12901
12902 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12903
12904 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12905
12906 * custom.el (defcustom): Doc fix.
12907
12908 2004-07-28 Masatake YAMATO <jet@gyve.org>
12909
12910 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12911
12912 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12913
12914 * imenu.el (imenu-prev-index-position-function)
12915 (imenu-extract-index-name-function, imenu-name-lookup-function)
12916 (imenu--index-alist): Docstring redundancy fix.
12917
12918 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12919
12920 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12921 binding dired-backup-overwrite.
12922
12923 2004-07-25 John Paul Wallington <jpw@gnu.org>
12924
12925 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12926
12927 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12928
12929 * term/tty-colors.el (tty-color-approximate): Doc fix.
12930
12931 * select.el (x-get-selection, x-set-selection): Doc fixes.
12932
12933 * frame.el (make-frame): Doc fix.
12934
12935 2004-07-24 Richard M. Stallman <rms@gnu.org>
12936
12937 * mail/rmail.el (rmail-mime-charset-pattern):
12938 Don't include semicolon in the charset value.
12939
12940 * replace.el (occur-next-error): Call set-window-point.
12941 (occur-engine): Handle negative NLINES.
12942
12943 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12944
12945 * frame.el (modify-all-frames-parameters): Minor doc fix.
12946 (set-frame-configuration): Doc fix.
12947
12948 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12949
12950 * simple.el (completion-setup-function): Compute the common parts
12951 and the first difference place correctly when
12952 partial-completion-mode is on.
12953
12954 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12955
12956 * ps-print.el: Doc fix.
12957 (ps-print-version): New version 6.6.5.
12958 (ps-printing-region): Doc fix.
12959 (ps-generate-string-list): Comment fix.
12960 (ps-message-log-max): Code fix.
12961
12962 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12963
12964 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12965 generated PostScript.
12966
12967 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12968
12969 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12970 with Gnus v5_10 branch.)
12971
12972 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12973
12974 * calendar/time-date.el (time-to-number-of-days): New function.
12975 Imported from from Gnus.
12976
12977 2004-07-22 Kim F. Storm <storm@cua.dk>
12978
12979 * progmodes/make-mode.el: Fix comments.
12980
12981 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12982
12983 * printing.el: Doc fix.
12984
12985 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12986
12987 * frame.el (modify-all-frames-parameters): Minor doc fix.
12988
12989 2004-07-20 Richard M. Stallman <rms@gnu.org>
12990
12991 * textmodes/fill.el (fill-nobreak-p): If this break point is
12992 at the end of the line, don't consider the newline which follows
12993 as a reason to return t.
12994
12995 2004-07-19 John Paul Wallington <jpw@gnu.org>
12996
12997 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12998
12999 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13000
13001 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13002 Delete irrelevant code.
13003
13004 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13005
13006 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13007 New docstring. From Luc Teirlinck.
13008
13009 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13010
13011 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13012 section.
13013 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13014 non-file buffers. We know it is nil.
13015
13016 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13017
13018 Sync with Tramp 2.0.43.
13019
13020 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13021 Remove outdated comment.
13022 (tramp-locked, tramp-locker): New variables for implementing a
13023 global lock.
13024 (tramp-sh-file-name-handler): Use them to implement the global lock.
13025
13026 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13027
13028 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13029 calls to respective `xxx` calls.
13030 (tramp-process-alive-regexp): Precise doc string.
13031 (tramp-multi-action-process-alive): New defun.
13032 (tramp-multi-actions): Use it.
13033 (tramp-handle-find-backup-file-name): `copy-tree' is available
13034 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13035 in order to avoid this function.
13036 (tramp-handle-write-region): Set current buffer. If connection
13037 wasn't open, `file-modes' has changed it accidently. Reported by
13038 David Kastrup <dak@gnu.org>.
13039 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13040 HOST.
13041 (tramp-action-password, tramp-multi-action-password): Apply it.
13042 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13043 name must still contain the port number. Otherwise, we have two
13044 Tramp buffers, with all the confusion. Reported by Myron Selby
13045 <myron@xytech.com> and Rolf Dubitzky
13046 <Dubitzky@physi.uni-heidelberg.de>.
13047
13048 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13049 HOST to `tramp-enter-passwd'.
13050
13051 * net/tramp-vc.el (all): Code cleanup. Change all
13052 `tramp-handle-xxx' calls to respective `xxx` calls.
13053
13054 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13055
13056 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13057 functions that are not erroneous if either 1-valued or
13058 multi-valued. Detect functions in this class.
13059 (testcover-1value-functions, testcover-compose-functions)
13060 (testcover-progn-functions) Add some additional functions to lists.
13061 (testcover-mark): Bugfix when marking up the definition for an
13062 empty function.
13063
13064 2004-07-17 Richard M. Stallman <rms@gnu.org>
13065
13066 * replace.el (occur-read-primary-args): Pass default to
13067 read-from-minibuffer.
13068
13069 * mail/footnote.el (footnote-section-tag): Use defcustom.
13070
13071 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13072 Compile font-lock-keywords, not KEYWORDS.
13073 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13074 Add warn, check-type. Handle cerror like error.
13075
13076 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13077
13078 * progmodes/which-func.el (which-func-keymap): New var.
13079 (which-func-face): New face.
13080 (which-func-format): Use them.
13081
13082 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13083
13084 * buff-menu.el (list-buffers-noselect): Append the buffer's
13085 process status to its mode name.
13086
13087 2004-07-16 Kim F. Storm <storm@cua.dk>
13088
13089 * simple.el (inhibit-mark-movement): New defvar.
13090 (beginning-of-buffer, end-of-buffer): Do not push mark if
13091 inhibit-mark-movement is non-nil or C-u prefix is given.
13092
13093 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13094 Init to beginning-of-buffer and end-of-buffer.
13095 (cua--undo-push-mark): New defvar.
13096 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13097 already active and command is in cua--preserve-mark-commands.
13098 Also fix check for shift modifier on non-window systems.
13099 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13100
13101 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13102
13103 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13104 of two integers, instead of a cons.
13105
13106 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13107 `visited-file-modtime' now returns a list of two integers, instead
13108 of a cons.
13109
13110 * dired.el (dired-directory-changed-p): Ditto.
13111
13112 * progmodes/grep.el (grep): Doc fix.
13113
13114 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13115
13116 * autorevert.el (auto-revert-tail-mode)
13117 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13118 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13119 in both at the same time.
13120 (auto-revert-tail-mode): New command.
13121 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13122 (auto-revert-handler): Revert only either tail or whole file.
13123
13124 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13125 add auto-revert-tail-mode.
13126
13127 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13128
13129 * printing.el: Doc fix. Change name of some funs.
13130 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13131 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13132 (pr-standard-file-name): New fun. Replace pr-standard-path.
13133 (pr-call-process): Code fix.
13134
13135 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13136
13137 * subr.el (with-selected-window): Doc fix.
13138
13139 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13140
13141 * subr.el (get-buffer-window-list): Doc fix.
13142
13143 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13144
13145 * files.el (switch-to-buffer-other-window): Doc fix.
13146
13147 * window.el (save-selected-window, one-window-p)
13148 (split-window-keep-point, split-window-vertically)
13149 (split-window-horizontally): Doc fixes.
13150
13151 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13152
13153 * printing.el: Doc fix. Now it uses call-process instead of
13154 shell-command for low command execution.
13155 (pr-version): New version number (6.8).
13156 (pr-shell-file-name): Option removed.
13157 (pr-shell-command): Fun removed.
13158 (pr-call-process): New fun. Replace pr-shell-command.
13159 (pr-standard-path, pr-remove-nil-from-list): New funs.
13160 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13161 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13162 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13163 (pr-ps-utility-process, pr-txt-print): Code fix.
13164
13165 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13166
13167 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13168 boolean.
13169
13170 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13171
13172 * wid-edit.el (widget-field-buffer): Doc fix.
13173
13174 2004-07-09 John Paul Wallington <jpw@gnu.org>
13175
13176 * emacs-lisp/re-builder.el (reb-update-overlays):
13177 Distinguish between one and several matches in message.
13178
13179 2004-07-09 Richard M. Stallman <rms@gnu.org>
13180
13181 * mouse.el (mouse-set-region-1): If transient-mark-mode
13182 is `identity', change it to `only'.
13183
13184 * simple.el (current-word): Doc fix.
13185
13186 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13187
13188 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13189 so that it is more understanding of whitespace.
13190
13191 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13192 (("ns" . "element") (attr-list) children) instead of
13193 ((:ns . "element") (attr-list) children) in order to reduce the
13194 number of symbols used.
13195 (xml-skip-dtd): Change to use xml-parse-dtd but set
13196 xml-validating-parsing to nil.
13197 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13198 (xml-substitute-entity): Remove in favor of new entity substitution.
13199 (xml-substitute-special): Rewrite in to substitute complex
13200 entities from DOCTYPE declarations.
13201 (xml-parse-fragment): Parse fragments from entity deleclarations.
13202 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13203 (xml-parse-dtd, xml-substitute-special): Make validity checks
13204 conditioned on xml-validating-parser. Add "Not Well Formed" to
13205 error messages about well-formedness.
13206
13207 2004-07-08 Steven Tamm <steventamm@mac.com>
13208
13209 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13210 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13211 Do not treat double clicks and triple clicks specially in the
13212 scroll bar (preventing strange repositioning problems)
13213
13214 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * replace.el (query-replace-regexp-eval): Fix last change.
13217
13218 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * replace.el (query-replace-descr): New fun.
13221 (query-replace-read-from, query-replace-read-args): Default to the
13222 previous from&to.
13223 (query-replace-read-to): Quote the `from' string when displaying it.
13224 (query-replace-regexp-eval): Immediately check read-only status.
13225 Use query-replace-read-from to get the \n checking.
13226 Quote the `from' string when displaying it.
13227 (map-query-replace-regexp, occur-read-primary-args):
13228 Quote the `from' string when displaying it.
13229
13230 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13231 delimited-ness of the search to query-replace.
13232
13233 * replace.el (query-replace-read-from, query-replace-read-to):
13234 New funs extracted from query-replace-read-args.
13235 (query-replace-read-args): Use them.
13236
13237 * replace.el (query-replace-interactive, query-replace-read-args):
13238 Remove the `initial' special value.
13239 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13240 (occur-engine): Remove unused var `matchend'.
13241
13242 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13243 Use the search string without prompting.
13244
13245 2004-07-05 Kenichi Handa <handa@m17n.org>
13246
13247 * international/mule.el (decode-coding-inserted-region):
13248 Set last-coding-system-used only when coding is nil.
13249
13250 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13251
13252 * progmodes/grep.el (grep-compute-defaults, grep-command)
13253 (grep-program, find-program, grep-find-use-xargs, grep-history)
13254 (grep-find-history, grep-tag-default, grep-find-command)
13255 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13256 Add autoload cookies, for unbundled packages that load `compile'
13257 and expect all grep-related symbols to become defined.
13258
13259 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13260
13261 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13262 (iimage-mode-image-search-path): New user option to search the
13263 image file.
13264 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13265 have locate-file.
13266 (iimage-mode-buffer): Use it.
13267
13268 2004-07-03 Nick Roberts <nickrob@gnu.org>
13269
13270 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13271 carefully.
13272 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13273
13274 2004-07-03 Juri Linkov <juri@jurta.org>
13275
13276 * replace.el (query-replace-read-args): Swallow space after 'foo,
13277 not after (quote foo). Match space only immediately after symbol,
13278 not anywhere in the whole string.
13279
13280 2004-07-02 Richard M. Stallman <rms@gnu.org>
13281
13282 * replace.el (query-replace-read-args): Swallow space after
13283 symbols, not after closeparens. But avoid error if string ends there.
13284
13285 * progmodes/python.el (python-beginning-of-statement):
13286 Exit the loop if backward-up-list gets error.
13287
13288 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13289
13290 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13291
13292 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13293 only if vc-consult-headers is non-nil.
13294
13295 2004-07-02 Juri Linkov <juri@jurta.org>
13296
13297 * pcvs.el (cvs-mode-diff-repository): New command.
13298
13299 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13300
13301 2004-07-01 Juri Linkov <juri@jurta.org>
13302
13303 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13304 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13305 C-M-% to isearch-query-replace-regexp.
13306 (minibuffer-local-isearch-map): Add arrow key bindings.
13307 Bind C-f to isearch-yank-char-in-minibuffer.
13308 (isearch-forward): Doc fix.
13309 (isearch-edit-string): Doc fix.
13310 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13311 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13312 (isearch-yank-char): Add optional arg.
13313 (isearch-yank-char-in-minibuffer): New fun.
13314
13315 * replace.el (query-replace-interactive): Change type from boolean
13316 to choice. Add value `initial'.
13317 (query-replace-read-args): Handle value `initial' of
13318 query-replace-interactive.
13319
13320 2004-06-29 Kim F. Storm <storm@cua.dk>
13321
13322 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13323 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13324
13325 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13326 Add :group 'ada.
13327
13328 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13329
13330 2004-06-29 Juri Linkov <juri@jurta.org>
13331
13332 * replace.el (query-replace-read-args): Swallow a space after
13333 everything except )]" which in most cases means after a symbol.
13334
13335 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13336
13337 2004-06-28 Richard M. Stallman <rms@gnu.org>
13338
13339 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13340 More changes to go with previous change in font-lock.el.
13341
13342 2004-06-26 David Kastrup <dak@gnu.org>
13343
13344 * replace.el (perform-replace): Highlight the match even in
13345 non-query mode if there is potential replace string editing.
13346
13347 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13348
13349 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13350 agree with new return value of `file-remote-p'.
13351 This syncs with Tramp 2.0.42.
13352
13353 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13354 according to new documentation of `file-remote-p'.
13355
13356 * files.el (file-remote-p): Fix doc to say that return value is
13357 identification of remote system, if not nil.
13358 (file-relative-name): Use new return value of `file-remote-p'.
13359
13360 2004-06-26 Nick Roberts <nickrob@gnu.org>
13361
13362 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13363 (gdb-goto-breakpoint): Fix breakage.
13364
13365 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13366
13367 * man.el (Man-getpage-in-background): Add windows-nt to the list
13368 of systems where shell-file-name should be used instead of
13369 literal "sh".
13370
13371 2004-06-25 Sam Steingold <sds@gnu.org>
13372
13373 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13374 function names `(setf symbol)'.
13375
13376 2004-06-24 Richard M. Stallman <rms@gnu.org>
13377
13378 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13379
13380 * font-lock.el (font-lock-keywords): Change format of compiled values.
13381 Document it.
13382 (font-lock-add-keywords): If font-lock-keywords is compiled,
13383 extract the uncompiled version, modify, then recompile.
13384 (font-lock-remove-keywords): Likewise.
13385 (font-lock-fontify-keywords-region): Handle changed format.
13386 (font-lock-compile-keywords): Handle changed format.
13387 (font-lock-set-defaults): Compile the keywords explicitly here.
13388
13389 2004-06-24 David Kastrup <dak@gnu.org>
13390
13391 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13392 replacements here.
13393 (query-replace-regexp): Doc string explaining this and the new
13394 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13395 is better placed in `query-replace-read-args'.
13396 (replace-regexp): Explain `\,', `\#' and `\?'.
13397 (replace-match-data): New function for thorough reuse/destruction
13398 of old match-data.
13399 (replace-match-maybe-edit): Function for implementing `\?' editing.
13400 (perform-replace): Fix maintaining of the match stack including
13401 already matched regions, implement `\?', fix various problems
13402 with regions while editing and other stuff.
13403 (replace-highlight): Simplify.
13404
13405 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13406
13407 * progmodes/grep.el (grep-error-screen-columns): New variable.
13408 (grep-regexp-alist): Give it the full functionality of gnu style
13409 compilation messages with line and column ranges. Ask me for the
13410 perl script I'm working on, that uses these.
13411
13412 2004-06-23 Nick Roberts <nickrob@gnu.org>
13413
13414 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13415 Remove.
13416 (comint-insert-input, comint-mouse-insert-input): New functions
13417 based on comint-insert-clicked-input for two bindings but just
13418 one functionality.
13419
13420 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13421
13422 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13423
13424 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13425
13426 * files.el (write-contents-functions): Doc fix.
13427
13428 2004-06-21 Juanma Barranquero <lektu@terra.es>
13429
13430 * image.el (image-library-alist): Rewrite docstring in active voice.
13431
13432 2004-06-20 Richard M. Stallman <rms@gnu.org>
13433
13434 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13435
13436 * isearch.el (isearch-repeat): Avoid testing old match data.
13437 (isearch-message): Display trailing space in special font
13438 when search is failing.
13439 (isearch-search-fun-function): Doc fix.
13440
13441 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13442
13443 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13444
13445 * frame.el (show-trailing-whitespace): Doc fix.
13446
13447 * cus-edit.el (custom-variable-documentation): New function.
13448 (custom-variable): Use it.
13449
13450 2004-06-19 Nick Roberts <nickrob@gnu.org>
13451
13452 * man.el (Man-getpage-in-background): Revert previous change but
13453 make cygwin a special case.
13454
13455 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13456
13457 * autorevert.el (global-auto-revert-non-file-buffers):
13458 Update docstring.
13459
13460 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13461
13462 * progmodes/compile.el (compilation-error-properties): Store one
13463 more than end-col, if present, so that transient-mark-mode will
13464 highlight last char too.
13465 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13466 ranges, if present.
13467
13468 2004-06-18 Jason Rumney <jasonr@gnu.org>
13469
13470 * makefile.w32-in: Double percent signs in for loops.
13471
13472 2004-06-17 David Kastrup <dak@gnu.org>
13473
13474 * replace.el (query-replace-read-args): Only warn about use of \n
13475 and \t when we are doing a regexp replacement and the actual
13476 escaped character is n or t.
13477 (query-replace-regexp): Add \, and \# interpretation to
13478 interactive call and document it.
13479 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13480 as shortkey for replace-count.
13481 (replace-quote): New function for doubling backslashes.
13482
13483 2004-06-17 Juanma Barranquero <lektu@terra.es>
13484
13485 * files.el (parse-colon-path, cd): Mention in docstring that the
13486 path separator is colon in GNU-like systems.
13487
13488 * newcomment.el (comment-region-internal): Fix docstring.
13489
13490 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13491 (ewoc-invalidate, ewoc-collect): Doc fixes.
13492 (ewoc--create-node, ewoc--delete-node-internal):
13493 Fix typos in docstring.
13494
13495 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13496
13497 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13498 manual to docstring.
13499
13500 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13501
13502 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13503
13504 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13505
13506 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13507 Add hyperlink to emacs-xtra manual to docstring.
13508
13509 * autorevert.el (global-auto-revert-non-file-buffers):
13510 Add hyperlink to emacs-xtra manual to docstring, as well as an
13511 info-link.
13512
13513 2004-06-14 Juanma Barranquero <lektu@terra.es>
13514
13515 * image.el (image-library-alist): New variable to map image types
13516 to external libraries. Initialized to nil, unless system-specific
13517 configs change it.
13518 (image-type-available-p): Determine whether an image type is
13519 available by calling `init-image-library'.
13520
13521 * term/w32-win.el (image-library-alist): Initialize to a known set
13522 of probable library names.
13523
13524 2004-06-14 Kenichi Handa <handa@m17n.org>
13525
13526 * international/code-pages.el (windows-1256, cp1125): Fix tables
13527 for several characters.
13528
13529 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13530
13531 2004-06-13 Richard M. Stallman <rms@gnu.org>
13532
13533 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13534
13535 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13536 not "`pc-selection-mode'".
13537
13538 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13539
13540 * simple.el (previous-matching-history-element): Specify a default.
13541
13542 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13543
13544 * cus-face.el (custom-declare-face): Simplify code.
13545
13546 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13547
13548 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13549
13550 * files.el (before-save-hook): Add `time-stamp' to the options.
13551
13552 * time-stamp.el (time-stamp): Recommend adding it to
13553 `before-save-hook', rather than `write-file-functions'.
13554 Make a similar change in `Commentary' section.
13555
13556 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13557
13558 * diff-mode.el (diff-current-defun): If at start of hunk, use
13559 position of first change.
13560
13561 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13562
13563 * dired-x.el (dired-mark-omitted): Bind to "*O".
13564
13565 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13566
13567 * bookmark.el (bookmark-bmenu-relocate): New function, as
13568 suggested by David J. Biesack <David.Biesack@sas.com>.
13569 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13570 (bookmark-bmenu-mode): Describe binding in doc string.
13571 (bookmark-set-filename): Save the bookmark list if it's time.
13572
13573 2004-06-13 Kenichi Handa <handa@m17n.org>
13574
13575 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13576 (ccl-untranslated-to-ucs): Fix typo.
13577
13578 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13579
13580 * progmodes/python.el (python-open-block-statement-p):
13581 Fix indentation after a block opening that contains a comment.
13582
13583 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13584
13585 * bindings.el (completion-ignored-extensions): Add file extensions
13586 of Python byte-compiled files.
13587
13588 2004-06-12 Juri Linkov <juri@jurta.org>
13589
13590 * info.el (Info-goto-node): Add autoload.
13591 (Info-toc): Add substring-no-properties on Info file name.
13592 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13593 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13594
13595 2004-06-12 Kenichi Handa <handa@m17n.org>
13596
13597 * international/mule-cmds.el (set-language-environment):
13598 Load subst tables if necessary.
13599
13600 * international/mule.el (decode-char): Load subst tables if necessary.
13601 (encode-char): Likewise.
13602
13603 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13604 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13605 (utf-16le-decode-loop): Set r5 to -1 before loop.
13606 (utf-16be-decode-loop): Likewise.
13607 (ccl-decode-mule-utf-16le): Add EOF processing block.
13608 (ccl-decode-mule-utf-16be): Likewise.
13609 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13610 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13611 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13612 (ccl-mule-utf-16-encode-untrans): New CCL.
13613 (utf-16-decode-to-ucs): Handle pre-read character.
13614 (utf-16le-encode-loop): Handle surrogate pair.
13615 (utf-16be-encode-loop): Likewise.
13616 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13617 of utf-16le-encode-loop.
13618 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13619 of utf-16be-encode-loop.
13620 (mule-utf-16-post-read-conversion):
13621 Call utf-8-post-read-conversion at first.
13622 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13623 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13624 Add post-read-conversion and pre-write-conversion.
13625
13626 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13627 (utf-translate-cjk-unicode-range): New variable.
13628 (utf-translate-cjk-load-tables): New function.
13629 (utf-lookup-subst-table-for-decode): New function.
13630 (utf-lookup-subst-table-for-encode): New function.
13631 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13632 tables here. Update safe-charsets of utf-* coding systems.
13633 (ccl-mule-utf-untrans): New CCL.
13634 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13635 at end of each branch.
13636 (ccl-mule-utf-8-encode-untrans): New CCL.
13637 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13638 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13639 length of encoding. Don't return r0.
13640 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13641 (utf-8-post-read-conversion): Narrow to region properly.
13642 If utf-translate-cjk-mode is on, load tables if necessary.
13643 Call utf-8-compose with hash-table arg if necessary.
13644 Call XXX-compose-region instead of XXX-post-read-convesion.
13645 (utf-8-pre-write-conversion): New function.
13646 (mule-utf-8): Include CJK charsets in safe-charsets if
13647 utf-translate-cjk-mode is on. Add pre-write-conversion.
13648
13649 * international/characters.el: Temporarily set
13650 utf-translate-cjk-mode to nil.
13651
13652 * language/devan-util.el (devanagari-compose-region):
13653 Add autoload cookie.
13654
13655 * international/ccl.el (ccl-dump-call): Fix printing the
13656 subroutine name.
13657
13658 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13659
13660 * dired.el (dired-revert): If buffer is marked unmodified before
13661 reverting, keep it marked unmodified.
13662 Adapt to new conventions for commenting out code.
13663 (dired-make-relative): Adapt to new conventions for commenting out code.
13664
13665 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13666
13667 * eshell/esh-module.el (eshell-load-defgroups):
13668 Bind `vc-handled-backends' to nil when opening files.
13669
13670 2004-06-11 Juanma Barranquero <lektu@terra.es>
13671
13672 * files.el (parse-colon-path, cd): Doc fixes (refer to
13673 `path-separator', not colon).
13674
13675 2004-06-10 Juanma Barranquero <lektu@terra.es>
13676
13677 * newcomment.el (comment-search-forward)
13678 (comment-search-backward): Fix typos in docstring.
13679 (comment-region): Doc fix.
13680
13681 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13682
13683 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13684 switch is no longer stored in `dired-switches-alist'.
13685
13686 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13687 `dired-switches-alist'.
13688
13689 2004-06-10 Kim F. Storm <storm@cua.dk>
13690
13691 * pcvs.el (cvs-mode-diff-yesterday): New command.
13692
13693 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13694
13695 2004-06-10 Juri Linkov <juri@jurta.org>
13696
13697 * emacs-lisp/edebug.el (edebug-eval-defun):
13698 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13699 Fix docstring.
13700
13701 * simple.el (eval-expression-print-format): Don't print additional
13702 information on the first call to `eval-print-last-sexp'.
13703 (next-error-find-buffer): Fix punctuation.
13704 (killing) <defgroup>: Fix punctuation.
13705 (yank-excluded-properties): Change group from editing to killing.
13706
13707 * replace.el (perform-replace): Use `limit' to terminate the
13708 while-loop explicitly.
13709
13710 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13711
13712 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13713 Use lc-*.xpm as prefix instead of *-locol.xpm.
13714
13715 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13716 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13717 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13718 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13719 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13720 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13721 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13722 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13723 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13724 * toolbar/lc-up_arrow.xpm:
13725 Rename from *-locol.xpm.
13726
13727 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13728
13729 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13730 include forms like &<str>; as valid url patterns.
13731
13732 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13733
13734 * dired.el (dired-diff, dired-backup-diff)
13735 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13736 (dired-do-chown, dired-do-touch, dired-do-print)
13737 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13738 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13739 (dired-create-directory, dired-do-copy, dired-do-symlink)
13740 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13741 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13742 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13743 (dired-maybe-insert-subdir, dired-next-subdir)
13744 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13745 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13746 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13747 (dired-run-shell-command, dired-query): Remove redundant,
13748 or incorrect, autoloads.
13749
13750 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13751 does not end in a slash. Add optional argument KILL-ROOT.
13752 Update docstring.
13753 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13754 (dired-query): Add autoloads.
13755
13756 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13757
13758 * progmodes/compile.el (compilation-set-window-height):
13759 Rearrange the save-* functions because a buffer can have several current
13760 point in different windows.
13761 (compilation-error-regexp-alist-alist): Recognize {standard input}
13762 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13763
13764 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13765
13766 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13767 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13768 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13769 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13770 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13771 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13772 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13773 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13774 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13775 * toolbar/up_arrow-locol.xpm:
13776 New versions of icons that uses fewer colors.
13777
13778 * toolbar/tool-bar.el (tool-bar-local-item)
13779 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13780 if display-color-cells is 256 or less.
13781
13782 2004-06-08 Kim F. Storm <storm@cua.dk>
13783
13784 * wid-edit.el (widget-specify-button): Use hand pointer rather
13785 than mouse-face as visible mouse-over effect.
13786
13787 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13788
13789 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13790 and `print-level' to nil when writing out `save-place-alist'.
13791 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13792
13793 2004-06-07 Juanma Barranquero <lektu@terra.es>
13794
13795 * completion.el (completion-kill-region): Doc fix.
13796
13797 * format.el (format-insert-annotations)
13798 (format-annotate-location): Doc fixes.
13799 (format-subtract-regions): Make arguments match their use in docstring.
13800
13801 * simple.el (kill-region): Doc fix.
13802
13803 * subr.el (insert-buffer-substring-no-properties)
13804 (insert-buffer-substring-as-yank): Doc fixes.
13805
13806 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13807
13808 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13809 Update docstring.
13810 (dired-reset-subdir-switches): New function.
13811
13812 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13813 Limit scope of `buffer-read-only' binding.
13814
13815 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13816
13817 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13818 eshell-explicit-command-char.
13819
13820 2004-06-06 Juanma Barranquero <lektu@terra.es>
13821
13822 * help-fns.el (help-argument-name): Inherit from italic face only
13823 if the frame supports it.
13824
13825 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13826
13827 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13828 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13829 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13830 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13831 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13832 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13833 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13834 New conversions from xpm files.
13835
13836 * toolbar/README: New file.
13837
13838 2004-06-06 Richard M. Stallman <rms@gnu.org>
13839
13840 * isearch.el (isearch-mode-map): Undo previous change.
13841
13842 2004-06-05 Juri Linkov <juri@jurta.org>
13843
13844 * bindings.el (debug-ignored-errors): Add regexps for history
13845 related messages. Remove $ from "No further undo information".
13846 Move Ediff's messages to ediff.el.
13847
13848 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13849
13850 * cus-edit.el (custom-display): Add `min-colors'.
13851
13852 * custom.el (defface): Add `supports' to docstring.
13853
13854 * help-fns.el (help-argument-name): Add :group 'help.
13855
13856 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13857
13858 * find-dired.el (find-ls-subdir-switches): New user option.
13859 (find-dired): No longer call `abbreviate-file-name' on DIR.
13860 Set `dired-subdir-switches' buffer-locally.
13861
13862 * locate.el: Merge the two `Commentary' sections.
13863 (locate-ls-subdir-switches): New user option.
13864 (locate): Update for other changes.
13865 (locate-mode-map): Restore Dired binding for mouse-2.
13866 Bind `locate-mouse-view-file' to M-mouse-2.
13867 Bind `l' to `locate-do-redisplay'.
13868 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13869 (locate-mouse-view-file, locate-tags, locate-find-directory):
13870 Print message if used outside main listing.
13871 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13872 Various changes to support inserted subdirectories.
13873 (locate-insert-header): Change header of *Locate* buffer.
13874
13875 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13876 Change interactive default switches.
13877 (dired-rename-subdir-2): Update `dired-switches-alist'.
13878 (dired-insert-subdir, dired-kill-subdir):
13879 Handle `dired-switches-alist'. Do not mark buffer modified.
13880 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13881 (dired-insert-subdir-doinsert): Omit messages.
13882 Handle `dired-subdir-switches'.
13883 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13884
13885 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13886 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13887 subdirs if -R switch is used for a subdir.
13888 (dired-mode): Set `dired-switches-alist'.
13889 (dired-build-subdir-alist): Only print number of directories in
13890 echo area when invoked interactively.
13891
13892 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13893
13894 * dired-x.el (dired-omit-mode): Rename from
13895 dired-omit-files-p. Use define-minor-mode to define it.
13896 (dired-omit-files-p): Add as alias for dired-omit-mode.
13897 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13898 dired-mark-omitted.
13899 (dired-mark-omitted): Add. Bind to M-O.
13900
13901 2004-06-05 Kenichi Handa <handa@m17n.org>
13902
13903 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13904
13905 2004-06-05 Juanma Barranquero <lektu@terra.es>
13906
13907 * help-fns.el (help-argument-name): Reintroduce face.
13908 (help-default-arg-highlight): Use it, now that
13909 `face-differs-from-default-p' can be trusted.
13910
13911 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13912
13913 * textmodes/table.el: Sentence commands added to Point Motion
13914 group; kill and backward-kill commands added to Extraction group.
13915
13916 2004-06-04 Mario Lang <mlang@delysid.org>
13917
13918 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13919 systems appear to use mW, make the code handle this. Fix a
13920 division-by-zero bug while at it, and handle kernels with
13921 a slightly different layout in /proc/acpi.
13922
13923 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13924
13925 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13926 because the latter is a CL-ism. This fixes the bug reported by
13927 Shawn Boyette <mdxi@collapsar.net> in
13928 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13929
13930 2004-06-04 Miles Bader <miles@gnu.org>
13931
13932 * faces.el (display-supports-face-attributes-p): Function moved to
13933 C code. Previously only the tty-related portion of this function
13934 was done in C; however the previous attempt to do a halfway-proper
13935 job for non-tty displays in lisp didn't work properly because of
13936 funny conditions during Emacs startup.
13937 (face-differs-from-default-p): Simplify, now that
13938 display-supports-face-attributes-p works properly on all display
13939 types. Remove :stipple from comparison; it doesn't really work
13940 in emacs anyway.
13941
13942 2004-06-04 Miles Bader <miles@gnu.org>
13943
13944 * faces.el (face-differs-from-default-p): Use a different
13945 implementation, so we can really check whether FACE displays
13946 differently or not.
13947
13948 2004-06-04 Miles Bader <miles@gnu.org>
13949
13950 * faces.el (display-supports-face-attributes-p): Implement a
13951 `different from default' check for non-tty displays.
13952
13953 2004-06-03 David Kastrup <dak@gnu.org>
13954
13955 * woman.el (woman-mapcan): More concise code.
13956 (woman-topic-all-completions, woman-topic-all-completions-1)
13957 (woman-topic-all-completions-merge): Replace by a simpler and
13958 much faster implementation based on O(n log n) sort/merge instead
13959 of the old O(n^2) behavior.
13960
13961 2004-06-03 Miles Bader <miles@gnu.org>
13962
13963 * subr.el (read-number): Use canonical format for default in prompt.
13964
13965 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13966 Add regexp for " [...]" style defaults.
13967
13968 2004-06-02 Romain Francoise <romain@orebokech.com>
13969
13970 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13971 groups: if the user asks for a hidden buffer, open the
13972 corresponding filter group to expose it.
13973
13974 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13975 `ibuffer-jump-to-buffer'.
13976 (ibuffer-jump-offer-only-visible-buffers): New user option.
13977
13978 2004-06-02 Juanma Barranquero <lektu@terra.es>
13979
13980 * faces.el (frame-update-faces): Add empty docstring so the one
13981 for `ignore' doesn't show through.
13982
13983 * subr.el (process-kill-without-query): Remove spurious "\n" on
13984 obsolescence string.
13985 (focus-frame, unfocus-frame): Add obsolescence declaration and
13986 empty docstring.
13987
13988 * international/mule.el (register-char-codings): Make alias for
13989 `ignore'. Move docstring to obsolescence info and remove redundancy.
13990
13991 2004-06-02 Kim F. Storm <storm@cua.dk>
13992
13993 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13994 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13995
13996 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 * comint.el (comint-replace-by-expanded-history-before-point):
13999 Obey `start' as the docstring says.
14000 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14001 (comint-update-fence): Prevent font-lock from running unnecessarily.
14002 (comint-dynamic-list-completions): Use with-current-buffer.
14003
14004 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14005
14006 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14007 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14008 (bibtex-entry-update): Handle alternatives and optional fields.
14009 (bibtex-parse-entry): Bugfix, handle empty key.
14010
14011 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14014
14015 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14016
14017 * desktop.el (desktop-save): Don't save minor modes without a
14018 known mode initialization function.
14019
14020 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14021
14022 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14023
14024 * autorevert.el: Update `Commentary' section.
14025
14026 2004-05-30 Juanma Barranquero <lektu@terra.es>
14027
14028 * dos-fns.el (convert-standard-filename):
14029 * files.el (convert-standard-filename):
14030 * w32-fns.el (convert-standard-filename):
14031 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14032
14033 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14034
14035 Sync with Tramp.
14036
14037 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14038 (tramp-let-maybe): Move to an earlier spot in the file.
14039 Patch by Andreas Schwab.
14040
14041 2004-05-30 Andreas Schwab <schwab@suse.de>
14042
14043 * dired.el (dired-get-filename): Don't use dired-re-dot.
14044
14045 2004-05-30 Richard M. Stallman <rms@gnu.org>
14046
14047 * files.el (find-file): Doc fix.
14048
14049 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14050
14051 2004-05-30 Nick Roberts <nickrob@gnu.org>
14052
14053 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14054 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14055 modeline of the locals buffer.
14056 (gdb-goto-breakpoint): Handle gdbmi.
14057 (gdb-get-frame-number): Change for gdbmi.
14058
14059 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14060
14061 * files.el (file-remote-p): Apply file name handler for operation
14062 `file-remote-p'. It isn' a property any longer.
14063 (file-relative-name): `fh' and `fd' get the required value via
14064 `find-file-name-handler' already.
14065
14066 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14067 (top): Remove setting of `file-remote-p' property for
14068 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14069
14070 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14071
14072 Version 2.0.41 of Tramp released.
14073
14074 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14075 Throw away if process has died.
14076 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14077 (tramp-out-of-band-prompt-regexp): Rename to
14078 `tramp-process-alive-regexp', because its usage is widen.
14079 (tramp-actions-copy-out-of-band): Apply it.
14080 (tramp-actions-before-shell, tramp-multi-actions):
14081 Add `tramp-action-process-alive' action.
14082 (tramp-action-process-alive): New defun.
14083 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14084 Add entry for `file-remote-p'.
14085 (tramp-handle-file-remote-p): New defun.
14086 (top): Remove setting of `file-remote-p'. Don't set
14087 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14088
14089 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14090 `file-remote-p'.
14091
14092 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14093 counted for (last) line. [They should or they shouldn't? --Stef]
14094 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14095
14096 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14097
14098 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14099 not really necessary but seems to keep the shell history smaller
14100 in some cases. It is no substitute for setting HISTFILE and
14101 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14102 though. Suggested by Luc Teirlinck.
14103 (tramp-open-connection-setup-interactive-shell): Export variables
14104 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14105 (tramp-set-process-query-on-exit-flag): New compat function.
14106 (tramp-open-connection-multi, tramp-open-connection-su)
14107 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14108 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14109 (tramp-let-maybe): New macro, let-binds a variable only if it
14110 isn't obsolete.
14111 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14112 (tramp-handle-file-truename): Use it.
14113 (tramp-completion-file-name-regexp-unified): Avoid matching
14114 filenames starting with "/:" -- those are reserved for
14115 file-name-non-special.
14116
14117 * tramp-smb.el (tramp-smb-open-connection):
14118 Use tramp-set-process-query-on-exit-flag compat function.
14119
14120 2004-05-29 Richard M. Stallman <rms@gnu.org>
14121
14122 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14123
14124 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14125 (eval-last-sexp-print-value): Print char equivalent regardless
14126 of standard-output value.
14127
14128 * thumbs.el (thumbs-subst-char-in-string): Delete.
14129 (thumbs-thumbname): Use subst-char-in-string.
14130 (thumbs-resize-image): Use condition-case, not ignore-errors.
14131 (thumbs-kill-buffer): Likewise.
14132
14133 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14134 (thumbs-mode): Make buffer read-only.
14135 (thumbs-make-thumb): Unconditionally accept an existing file.
14136 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14137 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14138 (thumbs-show-thumbs-list): Error if images not supported.
14139 (thumbs-save-current-image): Improve prompt string.
14140 (thumbs-mode-map): Define u, R, x.
14141 (thumbs-unmark): New command.
14142 (thumbs-emboss-image): Minor cleanup.
14143 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14144 (thumbs-rename-images): New command.
14145 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14146
14147 * thumbs.el (thumbs-current-image): New function.
14148 (thumbs-file-list, thumbs-file-alist): New functions.
14149 (thumbs-find-image): Delete arg L.
14150 Don't set up thumbs-fileL as buffer-local global var.
14151 (thumbs-find-image-at-point): Use thumbs-current-image.
14152 (thumbs-set-image-at-point-to-root-window): Likewise.
14153 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14154 Record and warn about errors. Update thumbs-markedL for deletions.
14155 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14156 (thumbs-redraw-buffer): Use thumbs-file-list.
14157 (thumbs-mark): Use thumbs-current-image.
14158 (thumbs-show-name): Use thumbs-current-image.
14159
14160 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14161 and imenu--last-menubar-index-alist.
14162
14163 * subr.el (with-selected-window): Undo previous change.
14164
14165 2004-05-29 John Paul Wallington <jpw@gnu.org>
14166
14167 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14168 (thumbs-mouse-find-image): New command.
14169 (thumbs-mode-map): Bind it to mouse-2.
14170 (thumbs-mode): Make mode-class special.
14171 (thumbs-view-image-mode): Likewise.
14172
14173 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14174
14175 * flymake.el: New file.
14176
14177 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14178
14179 * files.el (find-file-noselect-1): Do not bind
14180 `inhibit-read-only' to t during execution of
14181 `find-file-not-found-functions'.
14182
14183 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14184
14185 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14186 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14187
14188 2004-05-28 Juri Linkov <juri@jurta.org>
14189
14190 * simple.el (eval-expression-print-format): New fun.
14191
14192 * simple.el (eval-expression):
14193 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14194 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14195 (edebug-eval-expression): Print additionally the value returned by
14196 `eval-expression-print-format'.
14197
14198 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14199 (insert-pair): Make arguments optional. Find character pair
14200 from `insert-pair-alist' according to the last input event.
14201 (insert-parentheses): Make arguments optional.
14202 (raise-sexp, delete-pair): New funs.
14203
14204 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14205 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14206 Bind C-M-q to `indent-pp-sexp'.
14207
14208 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14209 `pp-to-string' modified to be able to format text with newlines.
14210 (pp-to-string): Move the buffer-formatting part of the code to
14211 `pp-buffer'. Call `pp-buffer'.
14212
14213 * info.el (Info-desktop-buffer-misc-data): Don't save information
14214 about virtual files.
14215 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14216 buffers with names obtained from the desktop file instead of the
14217 default *info* buffer.
14218
14219 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14220
14221 * subr.el (with-selected-window): Only save/restore the selected window.
14222
14223 * progmodes/compile.el (compilation-error-regexp-alist):
14224 Use expand-file-name and data-directory.
14225
14226 * progmodes/grep.el (grep-tree): Rework previous fix.
14227
14228 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14229 after the user marked text with the mouse.
14230
14231 * startup.el (command-line): Keep the first regexp of
14232 auto-save-file-name-transforms intact.
14233
14234 2004-05-28 Juanma Barranquero <lektu@terra.es>
14235
14236 * cus-edit.el (customize-face, customize-face-other-window)
14237 (custom-face-edit-delete): Make arguments match their use in
14238 docstring.
14239 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14240 docstring.
14241
14242 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14243 not `cvs-butlast'.
14244
14245 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14246 `nbutlast' are in subr.el).
14247
14248 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14249 (set-w32-system-coding-system): Doc fixes.
14250
14251 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14252 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14253 Make arguments match their use in docstring.
14254 (artist-draw-region-trim-line-endings)
14255 (artist-mouse-choose-operation): Fix typo in docstring.
14256 (artist-key-set-point-common): Doc fix.
14257
14258 2004-05-28 Simon Josefsson <jas@extundo.com>
14259
14260 * mail/smtpmail.el (smtpmail-open-stream):
14261 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14262
14263 2004-05-26 Simon Josefsson <jas@extundo.com>
14264
14265 * starttls.el: Merge with my GNUTLS based starttls.el.
14266 (starttls-gnutls-program, starttls-use-gnutls)
14267 (starttls-extra-arguments, starttls-process-connection-type)
14268 (starttls-connect, starttls-failure, starttls-success): New variables.
14269 (starttls-program, starttls-extra-args): Doc fix.
14270 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14271 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14272 and pass on to corresponding *-gnutls function if it is set.
14273
14274 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14275
14276 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14277 remote files.
14278
14279 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14280
14281 * files.el (file-name-non-special): There are more operations
14282 which need handling: `find-backup-file-name',
14283 `insert-file-contents', `verify-visited-file-modtime',
14284 `write-region'. Rename t value of method to `add'. Add new
14285 methods `quote' and `unquote-then-quote' to file-arg-indices.
14286
14287 2004-05-25 Juri Linkov <juri@jurta.org>
14288
14289 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14290 (Info-index-nodes): Enclose code in condition-case to catch errors.
14291 (Info-index-node): Don't search all index nodes if request is only
14292 for the current node and file is not in the cache of index nodes.
14293 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14294 for consistency with dired-copy-filename-as-kill.
14295 Bind `S' to Info-search-case-sensitively.
14296 (Info-copy-current-node-name): New arg. With zero prefix arg put
14297 the name inside a function call to `info'. Display copied text in
14298 the echo area.
14299
14300 2004-05-25 Sam Steingold <sds@gnu.org>
14301
14302 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14303 strip the package prefix from the symbol name, if any.
14304 Make it the `find-tag-default-function' for `lisp-mode'.
14305
14306 2004-05-25 John Paul Wallington <jpw@gnu.org>
14307
14308 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14309 instead of obsolete `process-kill-without-query'.
14310
14311 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14312 Declare as variable, not constant.
14313
14314 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14315
14316 * files.el (find-file-noselect-1): Fix bug introduced by
14317 Revision 1.694. As a side effect, `inhibit-read-only'
14318 is again, by default, t during execution of
14319 `find-file-not-found-functions'.
14320 (insert-directory): Check that lines were really inserted by
14321 the --dired switch, before erasing them.
14322
14323 2004-05-24 Nick Roberts <nickrob@gnu.org>
14324
14325 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14326 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14327 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14328 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14329 gud-minor-mode (gdbmi).
14330
14331 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14332
14333 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14334 explicitly select the text to be taken as URL.
14335
14336 2004-05-23 Juri Linkov <juri@jurta.org>
14337
14338 * info.el (Info-index-nodes): New var and fun.
14339 (Info-goto-index, Info-index, info-apropos)
14340 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14341 (Info-index): Fix docstring. Store and restore Info-history-list.
14342 (Info-complete-nodes): New var.
14343 (Info-complete-menu-item): Use it.
14344 (Info-index-node): New fun.
14345 (Info-final-node, Info-forward-node, Info-backward-node)
14346 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14347 Use Info-index-node.
14348 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14349 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14350 (Info-find-node-2): If a node with period in its name not found,
14351 try to find a node without the name part after period.
14352 (Info-select-node): Call Info-fontify-node only if
14353 Info-fontify-maximum-menu-size is not nil.
14354 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14355 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14356 Preserve Info-history-list.
14357 (Info-toc): Set Info-current-file.
14358 (Info-build-toc): Move point to the beginning of the buffer.
14359 Add main-file variable.
14360 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14361 Use backslashed representation of the control character ^_.
14362
14363 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14364 numbers in the new Texinfo 4.7 format.
14365
14366 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14367 regexps for function and variable names.
14368
14369 * descr-text.el (describe-property-list): Add [show] button for
14370 `syntax-table' property with action to pp to a separate buffer.
14371 (describe-char): Replace search-forward by re-search-forward with
14372 whitespace regexp after "character:" to not fail in too narrow windows.
14373
14374 * simple.el (next-error-find-buffer): Add a rule to return
14375 next-error capable buffer if one window on the selected frame
14376 displays such buffer.
14377
14378 2004-05-23 Nick Roberts <nickrob@gnu.org>
14379
14380 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14381 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14382 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14383 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14384 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14385 Handle new value for gud-minor-mode (gdbmi).
14386 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14387 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14388 Change from local to global gdb variable set.
14389 (gdb-ann3): Initialise above gdb variable set.
14390 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14391 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14392 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14393 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14394 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14395 (gdb-info-locals-handler, gdb-invalidate-assembler)
14396 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14397 set as global variables.
14398 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14399 Handle gdbmi.
14400 (gdb-info-breakpoints-custom): Fix regexp.
14401 (def-gdb-var): Delete.
14402
14403 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14404 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14405 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14406 a new mode. The file (gdb-mi.el) for this mode will be included
14407 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14408 primary interface.
14409
14410 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14411
14412 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14413 interpreted as a directory.
14414
14415 2004-05-22 Richard M. Stallman <rms@gnu.org>
14416
14417 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14418 as a close quote.
14419
14420 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14421
14422 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14423 Use assoc-string, not assoc-ignore-case.
14424
14425 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14426
14427 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14428 If moving back then fwd gets a defun that ends before point,
14429 try again moving fwd then back.
14430
14431 * files.el (file-name-non-special): Allow t in file-arg-indices
14432 to mean requote the return value. Use `identity' as an element
14433 rather than as the whole value.
14434
14435 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14436
14437 2004-05-22 Juanma Barranquero <lektu@terra.es>
14438
14439 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14440 `help-make-usage'.
14441 (help-highlight-arguments): Skip function name before searching
14442 for arguments.
14443
14444 2004-05-21 Juanma Barranquero <lektu@terra.es>
14445
14446 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14447 Don't mention in the docstring these arguments meant for
14448 internal (recursive) use only.
14449 (allout-char-spec): Comment out (it's not implemented).
14450 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14451 obsolescence declaration.
14452 (allout-flatten-exposed-to-buffer)
14453 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14454 (my-mark-marker): Doc fix.
14455 (produce-allout-mode-map, allout-sibling-index)
14456 (allout-isearch-expose, allout-distinctive-bullet)
14457 (allout-open-topic, allout-reindent-body)
14458 (allout-rebullet-heading, allout-process-exposed)
14459 (allout-insert-listified, allout-latex-verb-quote)
14460 (allout-insert-latex-header, allout-insert-latex-trailer):
14461 Make arguments match their use in docstring.
14462 (allout-primary-bullet, allout-old-style-prefixes)
14463 (allout-inhibit-protection, allout-init, allout-mode)
14464 (allout-before-change-protect, allout-flag-region):
14465 Use "Emacs" instead of "emacs" in docstrings.
14466
14467 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14468
14469 * international/characters.el: Modify syntax of more characters.
14470
14471 2004-05-21 Masatake YAMATO <jet@gyve.org>
14472
14473 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14474 (etags-tags-completion-table): Show parsing progress.
14475
14476 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14477
14478 * locate.el (locate-prompt-for-command): Shorten first line of
14479 docstring.
14480 (locate-mode): Expand docstring and include keymap summary.
14481
14482 * files.el (find-file-noselect-1): Limit the scope of the
14483 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14484 is, by default, nil during the execution of
14485 `find-file-not-found-functions' and `find-file-hook'.
14486
14487 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14488
14489 * facemenu.el (facemenu-color-name-equal): New function.
14490 (list-colors-display): Use it to compare colors instead of
14491 facemenu-color-equal.
14492
14493 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14494
14495 * compare-w.el (compare-windows-face): Use min-colors instead of
14496 checking for tty or pc types.
14497
14498 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14499
14500 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14501 (completion-setup-function): Use with-current-buffer.
14502 Properly save excursion. Simplify.
14503 Don't assume there is necessarily a `mouse-face' property somewhere.
14504
14505 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14506
14507 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14508
14509 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14510 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14511 Use with-current-buffer.
14512 (byte-goto-log-buffer): Delete.
14513 (byte-compile-log-file): Call compilation-forget-errors.
14514
14515 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14516
14517 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14518 output messages into the search result.
14519
14520 2004-05-19 Masatake YAMATO <jet@gyve.org>
14521
14522 * wid-edit.el (widget-radio-button-notify): Revert my last
14523 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14524
14525 2004-05-19 Kenichi Handa <handa@m17n.org>
14526
14527 * international/characters.el: Fix syntax (open/close) of CJK chars.
14528
14529 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14530
14531 * help-mode.el (help-go-back): Don't depend on position of back button.
14532
14533 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14534
14535 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14536 files files don't contain an accidental additional /.
14537
14538 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14539 in source buffer.
14540
14541 2004-05-18 Masatake YAMATO <jet@gyve.org>
14542
14543 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14544 to widget-apply. :action method assumes 2 arguments, not 3.
14545
14546 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14547
14548 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14549 New constants.
14550 (hs-special-modes-alist): Add an f90-mode entry.
14551
14552 2004-05-17 Sam Steingold <sds@gnu.org>
14553
14554 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14555 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14556
14557 2004-05-16 Kim F. Storm <storm@cua.dk>
14558
14559 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14560
14561 2004-05-15 John Wiegley <johnw@newartisans.com>
14562
14563 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14564 (eshell-output-object-to-target): Improve output speed 20% by not
14565 calling `eshell-stringify' if something is already known to be a string.
14566
14567 2004-05-15 Alex Ott <ott@jet.msk.su>
14568
14569 * textmodes/ispell.el (ispell-local-dictionary-alist):
14570 Add windows-1251 to the choice of coding systems.
14571 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14572 encoded in cp1251.
14573
14574 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14575
14576 * progmodes/compile.el (compilation-warning-face)
14577 (compilation-info-face): Use min-colors.
14578
14579 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14580
14581 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14582 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14583 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14584 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14585 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14586 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14587 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14588 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14589 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14590 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14591 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14592 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14593 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14594 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14595
14596 2004-05-15 Kim F. Storm <storm@cua.dk>
14597
14598 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14599 Use it to set triggered-p element of timer.
14600 (timer-event-handler): Set triggered-p element non-nil while running
14601 the timer function.
14602
14603 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * descr-text.el (describe-char-unicode-data)
14606 (describe-char-unicodedata-file): Re-enable the unicode code now that
14607 the licensing issues have been cleared in the unicode-4 license.
14608 (describe-text-properties-1): Remove unused `overlay' var.
14609 (describe-char): Remove unused var `buffer'.
14610
14611 2004-05-14 David Ponce <david@dponce.com>
14612
14613 * tree-widget.el: New file.
14614
14615 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14616
14617 * language/european.el ("Brazilian Portuguese"): Add support for
14618 Brazilian Portuguese.
14619
14620 2004-05-13 John Wiegley <johnw@newartisans.com>
14621
14622 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14623 `recentf-mode' if this variable has been customized to t.
14624
14625 * eshell/esh-test.el (eshell-test): Call the function
14626 `emacs-version' rather than trying to build a custom version string.
14627
14628 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14629
14630 * net/telnet.el (telnet-mode): Use define-derived-mode.
14631 Don't modify the global value of comint-prompt-regexp.
14632
14633 2004-05-13 John Paul Wallington <jpw@gnu.org>
14634
14635 * version.el (emacs-version): Check for `gtk' feature before
14636 `x-toolkit' feature.
14637
14638 2004-05-13 Juanma Barranquero <lektu@terra.es>
14639
14640 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14641 arguments in the docstring, they're used only in recursive calls.
14642
14643 * help-fns.el (help-arg-highlighting-function)
14644 (help-argument-name): Delete.
14645 (help-default-arg-highlight): New function.
14646 (help-do-arg-highlighting): Use it.
14647
14648 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14649
14650 * calendar/appt.el (appt-disp-window):
14651 Use `calendar-set-mode-line' for a centered mode-line.
14652
14653 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14654
14655 * calendar/appt.el (appt-disp-window): Do not split window
14656 excessively when `split-height-threshold' is low.
14657
14658 2004-05-12 Nick Roberts <nickrob@gnu.org>
14659
14660 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14661 kill-buffer-hook here and make it local.
14662 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14663
14664 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14665
14666 * progmodes/compile.el (compilation-set-window-height):
14667 Use save-excursion to protect against misplaced marker.
14668
14669 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14670
14671 * custom.el (defface): Document that type can have value gtk.
14672
14673 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14674
14675 2004-05-12 Kenichi Handa <handa@m17n.org>
14676
14677 * descr-text.el: Require quail at comile time.
14678 (describe-char): If an input method is on and it supports the
14679 character, show how to input it.
14680
14681 * international/quail.el (quail-install-decode-map): Accept a
14682 char-table whose subtype is `quail-decode-map'.
14683 (quail-store-decode-map-key, quail-gen-decode-map1)
14684 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14685 (quail-show-key): New functions.
14686
14687 2004-05-12 Juanma Barranquero <lektu@terra.es>
14688
14689 * generic.el (define-generic-mode): Remove redundant arglist info.
14690
14691 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14692 Make arguments match their use in docstring.
14693 (help-arg-highlighting-function): New variable.
14694 (help-argument-name): Mention it in the docstring.
14695 (help-do-arg-highlight): Use it. Expand regexp to accept also
14696 ARG-xxx and xxx-ARG references.
14697
14698 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14699
14700 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14701 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14702 and "mailto:addr1?to=addr2" equal.
14703
14704 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14705
14706 * man.el (Man-getpage-in-background): Use shell-file-name
14707 and shell-command-switch variables instead of hard-coded values.
14708
14709 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14710
14711 * iimage.el: New file.
14712
14713 2004-05-11 Juanma Barranquero <lektu@terra.es>
14714
14715 * custom.el (custom-initialize-default, defcustom):
14716 Fix typo in docstring.
14717
14718 * files.el (set-visited-file-name, file-expand-wildcards):
14719 Fix docstring.
14720
14721 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14724
14725 * subr.el (eventp): Be more discriminating with integers.
14726
14727 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14728
14729 * progmodes/compile.el (compile): Add universal prefix arg.
14730 (compilation-error-regexp-alist-alist): Add edg patterns.
14731
14732 2004-05-10 Sam Steingold <sds@gnu.org>
14733
14734 * textmodes/ispell.el (ispell-message):
14735 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14736
14737 2004-05-10 Dave Love <fx@gnu.org>
14738
14739 * progmodes/python.el (help-buffer): Autoload when compiling.
14740 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14741 (run-python): Prepend to any existing PYTHONPATH.
14742
14743 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14744
14745 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14746 for pending breakpoints.
14747
14748 2004-05-10 Richard M. Stallman <rms@gnu.org>
14749
14750 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14751 directly without calling any functions in Rmail.
14752 (unrmail-unprune): Function deleted.
14753
14754 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14755
14756 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14757 C-c C-z binding.
14758
14759 2004-05-10 Kenichi Handa <handa@m17n.org>
14760
14761 * descr-text.el (describe-char): Fix previous change. Don't make
14762 a unibyte character to multibyte in the *Help* buffer.
14763
14764 2004-05-10 Miles Bader <miles@gnu.org>
14765
14766 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14767 buffer an error if the debugger process is actually running.
14768
14769 2004-05-10 Juanma Barranquero <lektu@terra.es>
14770
14771 * help-fns.el (help-argument-name): Default to italic.
14772 (help-highlight-arguments): Return always (usage . doc), even when
14773 usage is nil.
14774
14775 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14776 (define-ibuffer-filter): Add usage info.
14777 (define-ibuffer-op): Add usage info (but CL-style defaults for
14778 keyword args are not shown).
14779
14780 * subr.el (remove-overlays, read-passwd): Fix docstring.
14781 (start-process-shell-command): Fix docstring. Put usage info in a
14782 format usable by `describe-function'.
14783 (open-network-stream, open-network-stream-nowait)
14784 (open-network-stream-server): Fix docstring.
14785
14786 2004-05-09 Jason Rumney <jasonr@gnu.org>
14787
14788 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14789 Only define cp125* if windows-125* is already defined.
14790
14791 * language/korean.el (cp949): Add alias.
14792
14793 * language/chinese.el (cp936, cp950): Add aliases.
14794
14795 * language/japanese.el (cp932): Add alias.
14796
14797 * term/w32-win.el: Require code-pages.
14798
14799 * international/mule-cmds.el (set-locale-environment):
14800 On MS-Windows use ansi code-page for default coding-systems.
14801 Set up paper sizes for Windows 3 letter languages.
14802
14803 * international/code-pages.el (cp932, cp936, cp949, cp950):
14804 Add aliases. Also add cp125* if not already defined.
14805
14806 2004-05-09 Juanma Barranquero <lektu@terra.es>
14807
14808 * help-fns.el (help-highlight-arguments): Don't try to highlight
14809 missing or autoloaded arglists. Accept structured arguments, like
14810 the first ones of `do' and `flet'.
14811
14812 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14813 (cvs-get-marked): Remove redundant arglist info.
14814
14815 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14816 Don't use CL-style default args.
14817
14818 2004-05-08 Andreas Schwab <schwab@suse.de>
14819
14820 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14821
14822 * international/subst-ksc.el: Fix references to utf-translate-cjk
14823 into utf-translate-cjk-mode.
14824 * international/subst-big5.el: Likewise.
14825 * international/subst-gb2312.el: Likewise.
14826 * international/subst-jis.el: Likewise.
14827 * international/utf-16.el: Likewise.
14828 * international/utf-8.el: Likewise.
14829
14830 2004-05-08 John Wiegley <johnw@newartisans.com>
14831
14832 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14833 "virtual buffers" (off by default), which makes it possible to
14834 switch to the "virtual" buffers of recently visited files. When a
14835 buffer name search fails, and this option is on, iswitchb will
14836 look at the list of recently visited files, and permit matching
14837 against those names. When the user hits RET on a match, it will
14838 revisit that file.
14839 (iswitchb-read-buffer): Add two optional arguments, which makes
14840 isearchb.el possible.
14841 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14842 (iswitchb-next-match): Add support for virtual buffers.
14843
14844 * isearchb.el: This module extends iswitchb to provide "as you
14845 type" buffer selection.
14846
14847 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14848 Ignore the read-only property when flyspell highlighting is on.
14849 Not ignoring it leads to a series of confusing errors.
14850 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14851 but also make sure to call flyspell-incorrect-hook.
14852 (flyspell-maybe-correct-transposition): Perform transposition test
14853 by bit twiddling a string, rather than using a temp buffer.
14854 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14855 buffer. This is also the original version of the code, which
14856 could not be checked in before due to a previous lack of
14857 assignment papers. This version has seen heavy usage on my system
14858 for several years now.
14859
14860 * calendar/cal-bahai.el: New file, which adds support for the
14861 Baha'i calendar to Emacs. This calendar is based on a solar year
14862 of 19 months of 19 days, with 4 intercalary days. Each year
14863 begins on March 21, with the calendar starting in 1844.
14864
14865 * calendar/cal-menu.el, calendar/calendar.el
14866 * calendar/diary-lib.el, calendar/holidays.el:
14867 Added support for using cal-bahai.el.
14868
14869 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14870 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14871 function can be used outside of eshell buffers.
14872 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14873
14874 2004-05-08 Juanma Barranquero <lektu@terra.es>
14875
14876 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14877 word constituent so FOO-ARG is not recognized as an arg.
14878 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14879
14880 * simple.el (next-error): Fix typo in docstring.
14881 (open-line): Make argument names match their use in docstring.
14882 (split-line): Fix docstring.
14883
14884 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14885 usable by `describe-function'.
14886 (gensym, gentemp, typep, ignore-errors): Make argument names match
14887 their use in docstring.
14888
14889 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14890 argument to `help-setup-xref'.
14891
14892 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14893
14894 Version 2.0.40 of Tramp released.
14895
14896 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14897 Use symbol-function to invoke functions only known on some Emacs
14898 flavors. This avoids byte-compiler warnings. Reported by Kevin
14899 Scaldeferri <kevin@scaldeferri.com>.
14900 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14901 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14902 consistent with the other tramp-do-* functions.
14903 (tramp-do-copy-or-rename-file): Calls adjusted.
14904 (tramp-process-initial-commands): Avoid liveness check on shell --
14905 we know that it must be alive since we're opening a connection at
14906 this moment.
14907 (tramp-last-cmd): New internal variable.
14908 (tramp-process-echoes): New tunable.
14909 (tramp-send-command): Set tramp-last-cmd.
14910 (tramp-wait-for-output): Delete echo, if applicable.
14911 (tramp-read-passwd): Construct the key for the password cache in a
14912 way that works for multi methods, too.
14913 (tramp-bug): Add backup-directory-alist and
14914 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14915
14916 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14917
14918 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14919
14920 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14921 (tramp-actions-copy-out-of-band): New defcustoms.
14922 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14923 used instead of a synchronous one. Allows password entering.
14924 (tramp-action-out-of-band): New defun.
14925 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14926 Remove restriction with password from doc string.
14927 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14928 `tramp-out-of-band-prompt-regexp',
14929 `tramp-actions-copy-out-of-band', `password-cache' and
14930 `password-cache-expiry'.
14931 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14932 password caching.
14933 (tramp-touch): FILE can be a local file, too.
14934 (TODO): Remove items done.
14935 (tramp-handle-insert-directory): Properly quote file name also if
14936 not full-directory-p. Handle wildcard case. Reported by Andreas
14937 Schwab <schwab@suse.de>.
14938 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14939 new file.
14940 (tramp-handle-file-local-copy, tramp-handle-write-region):
14941 The permissions of the temporary file are set if filename exists.
14942 Reported by Ted Stern <stern@cray.com>.
14943 (tramp-backup-directory-alist)
14944 (tramp-bkup-backup-directory-info): New defcustoms.
14945 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14946 (tramp-handle-find-backup-file-name): New function.
14947 Implements Tramp's find-backup-file-name.
14948
14949 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14950 for `find-backup-file-name'.
14951
14952 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14953 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14954
14955 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14956
14957 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14958
14959 2004-05-07 Juanma Barranquero <lektu@terra.es>
14960
14961 * subr.el (lambda): Add arglist description to docstring.
14962 (declare): Fix typo in docstring.
14963 (open-network-stream): Fix docstring.
14964 (process-kill-without-query): Fix docstring and add obsolescence info.
14965 (last, butlast, nbutlast): Make arguments match their use in docstring.
14966 (insert-buffer-substring-no-properties): Likewise.
14967 (insert-buffer-substring-as-yank): Likewise.
14968 (split-string): Fix docstring.
14969
14970 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14971 Make argument names match their use in docstring.
14972
14973 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14974
14975 2004-05-06 Nick Roberts <nickrob@gnu.org>
14976
14977 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14978 Fit first sentence on one line for apropos-command.
14979
14980 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 Changes largely merged in from Dave Love's code.
14983 * progmodes/python.el: Doc fixes.
14984 (python-mode-map): Add python-complete-symbol.
14985 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14986 (python-comment-indent, python-complete-symbol)
14987 (python-symbol-completions, python-partial-symbol)
14988 (python-try-complete): New.
14989 (python-indent-line): Remove optional arg. Use python-block-end-p.
14990 (python-check): Bind compilation-error-regexp-alist.
14991 (inferior-python-mode): Use rx. Move keybindings to top level.
14992 Set comint-input-filter.
14993 (python-preoutput-filter): Use rx.
14994 (python-input-filter): Re-introduce.
14995 (python-proc): Start new process if necessary.
14996 Check python-buffer non-nil.
14997 (view-return-to-alist): Defvar.
14998 (python-send-receive): New.
14999 (python-eldoc-function): Use it.
15000 (python-mode-running): Don't defvar.
15001 (python-mode): Set comment-indent-function.
15002 Maybe update hippie-expand-try-functions-list.
15003 (python-indentation-levels): Initialize differently.
15004 (python-block-end-p): New.
15005 (python-indent-line): Use it.
15006 (python-compilation-regexp-alist): Augment.
15007 (run-python): Import `emacs' module to Python rather than loading
15008 code directly. Set python-buffer differently.
15009 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15010 Use python-proc.
15011 (python-send-command): Go to end of comint buffer.
15012 (python-load-file): Use python-proc, emacs.eimport.
15013 (python-describe-symbol): Simplify interactive form.
15014 Use emacs.help. Do use temp-buffer-show-hook.
15015 Call print-help-return-message.
15016 (hippie-exp): Require when compiling.
15017 (python-preoutput-continuation): Use rx.
15018
15019 * diff-mode.el (diff-make-unified): Fix regexp.
15020
15021 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15022
15023 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15024 filter groups from the buffer when rebuilding the Ibuffer buffer
15025 and `ibuffer-show-empty-filter-groups' is nil.
15026
15027 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15028
15029 * ps-print.el (ps-print-quote): Call ps-value-string.
15030 (ps-setup): Call ps-comment-string.
15031 (ps-value-string, ps-comment-string): New funs.
15032
15033 2004-05-06 Juanma Barranquero <lektu@terra.es>
15034
15035 * ehelp.el (electric-help-command-loop): Check whether the last
15036 character is visible, not (point-max).
15037
15038 * help-fns.el (help-argument-name): Default to bold; don't inherit
15039 from font-lock-variable-name-face.
15040 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15041
15042 2004-05-05 Kenichi Handa <handa@m17n.org>
15043
15044 * descr-text.el (describe-char): Copy the character with text
15045 properties and overlays into the first line, and call
15046 describe-text-properties on it.
15047
15048 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15049
15050 * iswitchb.el (iswitchb-global-map): Fix typo.
15051 Remove unwanted ###autoloads from source file.
15052
15053 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15054
15055 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15056 in run-hooks. Use substitute-command-keys in message.
15057 (wdired-abort-changes): Add message.
15058
15059 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15060
15061 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15062 (sql-emacs20-p): Remove.
15063 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15064 (sql-builtin-face, sql-doc-face): Remove.
15065 (sql-mode-ansi-font-lock-keywords)
15066 (sql-mode-oracle-font-lock-keywords)
15067 (sql-mode-postgres-font-lock-keywords)
15068 (sql-mode-linter-font-lock-keywords)
15069 (sql-mode-ms-font-lock-keywords)
15070 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15071 (sql-product-font-lock): Fix font-lock reset when font rules change.
15072 (sql-highlight-product): Remove incorrect font-lock reset logic.
15073
15074 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15075
15076 * ses.el (ses-set-parameter): Fix typo.
15077
15078 2004-05-04 Kim F. Storm <storm@cua.dk>
15079
15080 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15081 Must expand directory for completion to work; and don't mess with
15082 process-environment.
15083 (ido-read-file-name): If command has ido property, don't use ido
15084 if value is ignore, or read as directory if value is dir.
15085 Set ido ignore property for dired-do-rename command.
15086
15087 2004-05-04 Juanma Barranquero <lektu@terra.es>
15088
15089 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15090 (electric-help-help): Check against unmapped commands.
15091
15092 * help-fns.el (help-argument-name): New face, inheriting from
15093 font-lock-variable-name-face, to highlight function arguments in
15094 `describe-function' and `describe-key'.
15095 (help-do-arg-highlight): Auxiliary function to highlight a given
15096 list of arguments in a string.
15097 (help-highlight-arguments): Highlight the function arguments and
15098 all uses of them in the docstring.
15099 (describe-function-1): Use it. Do docstring output via `insert',
15100 not 'princ', so text attributes are preserved.
15101
15102 * winner.el (winner-mode-map): Move `winner-undo' and
15103 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15104 previous bindings conflict with `prev-buffer', `next-buffer').
15105
15106 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15107
15108 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15109 (bibtex-entry-update): New command bound to C-c C-u.
15110 (bibtex-text-in-string): Fix regexp.
15111 (bibtex-assoc-of-regexp): Remove.
15112 (bibtex-progress-message): Fix docstring.
15113 (bibtex-inside-field): Use if.
15114 (bibtex-assoc-regexp): New function.
15115 (bibtex-format-entry): Make code more robust so that it formats
15116 also old entries.
15117 (bibtex-autokey-demangle-title): Merge with obsolete function
15118 bibtex-assoc-of-regexp.
15119 (bibtex-field-list): New function.
15120 (bibtex-entry): Use bibtex-field-list.
15121 (bibtex-parse-entry): Fix docstring.
15122 (bibtex-print-help-message): Use bibtex-field-list.
15123 (bibtex-make-field): Use bibtex-field-list.
15124 (bibtex-entry-index): Bugfix. Return crossref key if required.
15125 (bibtex-lessp): Fix docstring.
15126
15127 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15128
15129 * select.el (xselect-convert-to-string): Move comment to intended line.
15130
15131 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15132
15133 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15134 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15135
15136 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15137
15138 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15139 x-get-selection.
15140
15141 2004-05-03 Jason Rumney <jasonr@gnu.org>
15142
15143 * makefile.nt: Remove.
15144
15145 2004-05-03 Kim F. Storm <storm@cua.dk>
15146
15147 * emulation/cua-base.el (cua--update-indications): Fix last change.
15148 (cua-mode): Deactivate mark when cua-mode is enabled.
15149
15150 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15151
15152 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15153
15154 2004-05-03 Nick Roberts <nickrob@gnu.org>
15155
15156 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15157 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15158 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15159 window over visible frames.
15160 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15161
15162 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15163
15164 * progmodes/compile.el (compilation-gcpro): New var.
15165 (compilation-fake-loc): Use it.
15166 (compilation-forget-errors): Reset it.
15167
15168 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15169
15170 * diff-mode.el (diff-header-face, diff-file-header-face):
15171 Use min-colors.
15172
15173 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15174
15175 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15176 (bibtex-clean-entry): Disentangle code.
15177 (bibtex-realign): New function.
15178 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15179 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15180 Remove undocumented optional arg called-by-convert-alien.
15181 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15182 for sorting instead of bibtex-sort-buffer.
15183
15184 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15185
15186 * progmodes/compile.el (compilation-start): In the
15187 no-async-subprocesses branch, call sit-for to give redisplay a
15188 chance to show the updated process status in the mode line, and
15189 fontify the buffer explicitly after the process exits.
15190
15191 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15192
15193 * progmodes/python.el (python-compilation-line-number): Remove.
15194 (python-compilation-regexp-alist): Don't use it any more.
15195 (python-orig-start, python-input-filter): Remove.
15196 (inferior-python-mode): Don't set up comint-input-filter-functions.
15197 (python-send-region): Use compilation-fake-loc.
15198
15199 * progmodes/compile.el (compilation-messages-start): New var.
15200 (compilation-mode): Don't setup next-error-function here.
15201 (compilation-setup): Set it up here instead (for minor modes as well).
15202 Make compilation-messages-start buffer local.
15203 (compilation-next-error-function): Use it.
15204 (compilation-forget-errors): Set compilation-messages-start.
15205
15206 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15207
15208 * ielm.el (ielm-prompt-read-only): Update docstring.
15209
15210 * comint.el (comint-prompt-read-only): Update docstring.
15211 (comint-update-fence, comint-kill-whole-line)
15212 (comint-kill-region): New functions.
15213
15214 * simple.el (kill-whole-line): Use "p" instead of "P" in
15215 interactive form.
15216
15217 2004-05-01 Juanma Barranquero <lektu@terra.es>
15218
15219 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15220 format arglist so default values in CL-style argument lists are
15221 correctly shown.
15222
15223 2004-05-01 Jason Rumney <jasonr@gnu.org>
15224
15225 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15226
15227 2004-05-01 Kenichi Handa <handa@m17n.org>
15228
15229 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15230 quail file if it is up to date.
15231
15232 2004-04-30 Juri Linkov <juri@jurta.org>
15233
15234 * cus-edit.el (custom-mode-map):
15235 Add key binding `C-x C-s' to `Custom-save'.
15236
15237 * outline.el (outline-blank-line): New var.
15238 (outline-next-preface, outline-show-heading)
15239 (outline-end-of-subtree): Use it.
15240
15241 * dired-aux.el (dired-touch-initial): New fun.
15242 (dired-do-chxxx): Call it for op-symbol `touch'.
15243 (dired-diff): Use `dired-dwim-target-directory'
15244 if current dired buffer has no buffer mark.
15245
15246 * bindings.el (propertized-buffer-identification):
15247 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15248 Add C-M-arrow keys for consistency.
15249
15250 * files.el (confirm-kill-emacs):
15251 Change group from top-level `emacs' to `convenience'.
15252
15253 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15254 Push mark on the first call of successive command calls.
15255 (insert-pair): New fun created from `insert-parentheses' with
15256 `open' and `close' arguments added. Enclose active regions
15257 in paired characters. Compare adjacent characters syntax with
15258 inserted characters syntax before inserting a space.
15259 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15260
15261 * delsel.el: Don't put `delete-selection' property
15262 on `insert-parentheses' symbol to take advantage of
15263 region handling in `insert-pair' function.
15264 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15265
15266 2004-04-30 Kim F. Storm <storm@cua.dk>
15267
15268 * emulation/cua-base.el: Add support for changing cursor types;
15269 based on patch from Michael Mauger.
15270 (cua-normal-cursor-color, cua-read-only-cursor-color)
15271 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15272 Customization cursor type and/or cursor color.
15273 (cua--update-indications): Handle cursor type changes.
15274 (cua-mode): Update cursor indications if enabled.
15275
15276 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15277
15278 * mouse.el (mouse-drag-copy-region): New defcustom.
15279 (mouse-set-region, mouse-drag-region-1): Use it.
15280
15281 * simple.el (kill-ring-save): If region face background color is
15282 unspecified (if no highlighting), show extent of fully visible
15283 region even if transient-mark-mode is enabled.
15284
15285 * emulation/cua-base.el (cua--standard-movement-commands):
15286 Add cua-scroll-up and cua-scroll-down.
15287 (cua-scroll-up, cua-scroll-down): New commands.
15288 (cua--init-keymaps): Remap scroll-up and scroll-down.
15289
15290 * emulation/cua-rect.el (cua--convert-rectangle-as):
15291 New defmacro.
15292 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15293 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15294 New commands (suggested by Jordan Breeding).
15295
15296 2004-04-30 Juanma Barranquero <lektu@terra.es>
15297
15298 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15299
15300 2004-04-30 Mario Lang <mlang@delysid.org>
15301
15302 * diff.el (diff-switches): Fix typo in docstring.
15303
15304 2004-04-30 Alex Schroeder <alex@gnu.org>
15305
15306 * xml.el (xml-debug-print-internal): Don't add newline and
15307 indentation to text nodes and write empty elements as empty tags
15308 instead of opening and closing tags.
15309 (xml-debug-print): Take optional indent-string argument.
15310 (xml-print): Alias for xml-debug-print.
15311
15312 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15313
15314 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15315 than duplicate call to `line-beginning-position'.
15316
15317 * progmodes/f90.el (f90-get-present-comment-type):
15318 Return whitespace, as well as comment chars, for consistent filling
15319 of comment blocks. Use `match-string-no-properties'.
15320 (f90-break-line): Trim trailing whitespace when filling comments.
15321
15322 2004-04-30 Dave Love <fx@gnu.org>
15323
15324 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15325 (diary-from-outlook-internal, diary-from-outlook)
15326 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15327 New functions to import diary entries from Outlook-format
15328 appointments in mail messages.
15329
15330 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15331
15332 * progmodes/python.el (python-send-command): New fun.
15333 (python-send-region, python-load-file): Use it.
15334
15335 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15336
15337 * help-fns.el (help-C-file-name): Use new subr-name.
15338 Prepend `src/' to the file name.
15339 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15340 (describe-function-1, describe-variable): Only find a C source file
15341 name if DOC is already loaded.
15342
15343 * help-mode.el (help-function-def, help-variable-def):
15344 Use the new find-function-search-for-symbol functionality.
15345 Allow FILE to be `C-source'.
15346
15347 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15348 (find-function-C-source): New fun.
15349 (find-function-search-for-symbol): Use it.
15350
15351 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15352
15353 * progmodes/sql.el (sql-product-alist): Rename variable
15354 `sql-product-support'. Add Postgres login parameters.
15355 (sql-set-product, sql-product-feature): Update with renamed variable.
15356 (sql-connect-postgres): Add username prompt.
15357 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15358 Make patterns less product specific.
15359 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15360 (sql-mode-abbrev-table): Modify initialization.
15361 (sql-builtin-face): Add variable.
15362 (sql-keywords-re): Add macro.
15363 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15364 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15365 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15366 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15367 (sql-mode-linter-font-lock-keywords)
15368 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15369 (sql-mode-sybase-font-lock-keywords)
15370 (sql-mode-informix-font-lock-keywords)
15371 (sql-mode-interbase-font-lock-keywords)
15372 (sql-mode-ingres-font-lock-keywords)
15373 (sql-mode-solid-font-lock-keywords)
15374 (sql-mode-sqlite-font-lock-keywords)
15375 (sql-mode-db2-font-lock-keywords): Default to nil.
15376 (sql-product-font-lock): Always highlight ANSI keywords.
15377 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15378 (sql-send-string): Add function.
15379
15380 2004-04-29 Dave Love <fx@gnu.org>
15381
15382 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15383 (cfengine-end-of-defun): Ensure progress through buffer.
15384
15385 * info-look.el (cfengine-mode): Accept a terminal ().
15386
15387 2004-04-29 Juri Linkov <juri@jurta.org>
15388
15389 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15390 instead of isearch-yank-word-or-char. Add new key bindings for
15391 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15392 (isearch-del-char): New fun.
15393 (isearch-forward, isearch-edit-string): Update docstring.
15394 (isearch-yank-char): Doc fix.
15395 (isearch-other-meta-char): Restore point after scrolling.
15396
15397 * progmodes/compile.el (compilation-context-lines): Add nil option
15398 to disable compilation output window scrolling.
15399 (compilation-set-window): Use it.
15400
15401 * outline.el (outline-next-preface, outline-show-heading):
15402 Don't leave unhidden blank line before heading.
15403 (outline-end-of-subtree): Include last newline into subtree.
15404 (hide-entry): Leave point at beginning of heading instead of end.
15405 (outline-up-heading): Push mark for the first call of successive
15406 command calls.
15407
15408 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15409
15410 * comint.el (comint-prompt-read-only): New variable.
15411 (comint-output-filter): Implement it.
15412
15413 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15414 (ielm-prompt-internal): New variable.
15415 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15416 (ielm-send-input): Delete unused variable `buf'.
15417 (ielm-eval-input): Use `ielm-prompt-internal'.
15418 (inferior-emacs-lisp-mode): Use new variables
15419 `comint-prompt-read-only' and `ielm-prompt-internal'.
15420 Get rid of obsolete variable `directory-sep-char'.
15421 (ielm): Use `zerop'.
15422
15423 2004-04-29 John Paul Wallington <jpw@gnu.org>
15424
15425 * thumbs.el (toplevel): Require cl at compile time.
15426 Remove conditional definitions of `ignore-errors' and `caddar'
15427 because they occur at run time.
15428
15429 2004-04-28 Nick Roberts <nickrob@gnu.org>
15430
15431 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15432 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15433 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15434 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15435
15436 * progmodes/gud.el (gud-common-init): Throw an error if program is
15437 already running under gdb.
15438
15439 2004-04-28 John Paul Wallington <jpw@gnu.org>
15440
15441 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15442 (thumbs-show-image-num): Move assignment of
15443 `thumbs-current-image-filename' within scope of `i'.
15444 (thumbs-emboss-image): Don't use `evenp'.
15445
15446 2004-04-28 Richard M. Stallman <rms@gnu.org>
15447
15448 * progmodes/compile.el (compilation-context-lines): Default now 0.
15449
15450 2004-04-28 Juanma Barranquero <lektu@terra.es>
15451
15452 Use `time-less-p' from calendar/time-date.el instead of defining
15453 custom versions of it.
15454
15455 * pcomplete.el (pcomplete-time-less-p): Remove.
15456
15457 * thumbs.el (time-less-p): Remove.
15458
15459 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15460 (timeclock-generate-report): Use `time-less-p'.
15461
15462 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15463 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15464
15465 2004-04-28 Masatake YAMATO <jet@gyve.org>
15466
15467 * subr.el (remove-overlays): Make arguments optional.
15468
15469 * wid-edit.el (widget-specify-button): Put evaporate to the
15470 overlay for sample.
15471 (widget-specify-sample): Put evaporate to the overlay for sample.
15472 (widget-specify-doc): Put evaporate to the overlay for documentation.
15473
15474 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15475
15476 * info.el (info-apropos): Make it an index node. Align node names
15477 like makeinfo.
15478
15479 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15480
15481 * net/browse-url.el (browse-url-netscape-sentinel)
15482 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15483 (browse-url-epiphany-sentinel, browse-url-mosaic):
15484 Use browse-url-*-program instead of a literal program name.
15485
15486 2004-04-27 Kevin Ryde <user42@zip.com.au>
15487
15488 * eshell/em-alias.el:
15489 * eshell/em-dirs.el:
15490 * eshell/em-hist.el:
15491 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15492 features when M-x customize-group loads modules before the main
15493 eshell.el.
15494
15495 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15496
15497 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15498 either a character representation of an event or an event
15499 description list.
15500
15501 * type-break.el: Capitalise Emacs and Lisp.
15502 (type-break-good-break-interval, type-break-demo-boring-stats)
15503 (type-break-terse-messages, type-break-file-name): New defcustoms.
15504 (type-break-post-command-hook)
15505 (type-break-warning-countdown-string): Quote variable names in doc.
15506 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15507 (type-break-mode): Document type-break-good-break-interval and the
15508 "session" file. Schedule break according to the session file.
15509 Kill session file buffer on exit. Organise for save-some-buffers
15510 to always save the session file.
15511 (type-break-mode-line-message-mode, type-break-query-mode):
15512 Uppercase arguments.
15513 (type-break-file-time, type-break-file-keystroke-count, timep)
15514 (type-break-choose-file, type-break-get-previous-time)
15515 (type-break-get-previous-count): New defuns.
15516 (type-break): Avoid break querying after a completed break in the
15517 case where the query was initiated during user invocation of the
15518 break. Optional terse messages.
15519 Use type-break-good-break-interval if type-break-good-rest-interval is
15520 nil. File the break time.
15521 (type-break-schedule): New optional args for overriding the use of
15522 the current time.
15523 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15524 after a break.
15525 (type-break-check): File the keystroke count.
15526 (type-break-do-query): Prevent a second query when the break is
15527 interrupted. Optional terse message.
15528 (type-break-keystroke-reset): Record the start of a typing interval.
15529 (type-break-demo-boring): Optional terse messages. Display word
15530 per minute and keystroke counts according to
15531 type-break-demo-boring-stats.
15532
15533 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15534
15535 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15536 directories, make sure they exist under archive-tmpdir.
15537
15538 2004-04-27 Juri Linkov <juri@jurta.org>
15539
15540 * help.el (view-emacs-news): With argument, display info for the
15541 selected version by finding it among different NEWS files, and
15542 narrowing the buffer to the selected version.
15543
15544 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15545 same-window-buffer-names.
15546 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15547 non-numeric prefix argument, append the number to the buffer name
15548 for numeric prefix argument.
15549 (info-other-window): Bind same-window-regexps to nil.
15550 (Info-reference-name): Rename to Info-point-loc.
15551 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15552 and Info-find-index-name for stringy Info-point-loc.
15553 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15554 without middle `.', but with final `.' and optional line number
15555 for it. Set Info-point-loc for index nodes.
15556 (Info-index): Remove middle `.' from index entry regexp.
15557 Modify line number regexp.
15558 (Info-index-next): Decrement line number.
15559 (info-apropos): Remove middle `.' from index entry regexp.
15560 Add optional line number regexp at the end. Add matched value
15561 for line number to the result list and insert it to the buffer.
15562 Replace match-string by match-string-no-properties.
15563 Reorder result list.
15564 (Info-fontify-node): Hide index line numbers.
15565 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15566 empty matches.
15567 (Info-follow-reference): Use `str' instead of
15568 Info-following-node-name-re.
15569 (Info-toc): Use full file names. Set Info-current-node to "Top".
15570 (Info-fontify-node): Compare file names without directory name.
15571 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15572 Set second arg of Info-extract-menu-node-name for index nodes.
15573 (info-xref-visited): Use magenta3 instead of magenta4.
15574 (Info-mode): Add info-apropos to docstring.
15575
15576 * log-view.el (log-view-diff): Replace interactive code "r"
15577 by a list to allow to call it even if region is not active.
15578
15579 * paren.el (show-paren-highlight-openparen): New var.
15580 (show-paren-function): Turn on openparen highlighting when
15581 matching forward if show-paren-highlight-openparen is non-nil.
15582
15583 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15584 the constant value 1.
15585 (completions-common-part): Expand docstring.
15586
15587 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15588
15589 2004-04-27 Kim F. Storm <storm@cua.dk>
15590
15591 * image.el (insert-sliced-image): Use line-height instead of
15592 line-spacing property on newline.
15593
15594 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15595
15596 * desktop.el (desktop-buffer-misc-data-function): Rename to
15597 desktop-save-buffer and change docstring.
15598 (desktop-buffer-modes-to-save): Delete.
15599 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15600 desktop-buffer-modes-to-save.
15601 (desktop-save): Rename desktop-buffer-misc-data-function to
15602 desktop-save-buffer and allow non-function value.
15603 (desktop-missing-file-warning): Correct docstring.
15604
15605 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15606 to desktop-save-buffer.
15607
15608 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15609 desktop-save-buffer.
15610
15611 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15612
15613 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15614
15615 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15616
15617 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15618
15619 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15620
15621 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15622 (ielm): Only go to the end of the buffer when starting a new process.
15623
15624 2004-04-25 Juanma Barranquero <lektu@terra.es>
15625
15626 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15627 mode line. Bind `inhibit-read-only' to t before modifying
15628 properties of text in the buffer.
15629 (ielm): Force point to the end of buffer, even when running ielm
15630 from inside itself.
15631
15632 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15633
15634 * info.el (info-apropos): Reset Info-complete-cache.
15635
15636 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15637
15638 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15639 Also recognize severe Irix et al. messages.
15640 (compilation-normalize-filename, compile-abbreviate-directory):
15641 Delete functions.
15642 (compilation-get-file-structure): New function inherits
15643 functionality of the two preceding ones.
15644 (compilation-internal-error-properties, compilation-fake-loc):
15645 Use it so that different paths to the same file share the same
15646 markers. Also optimize finding adjacent marker slightly.
15647
15648 2004-04-25 Kim F. Storm <storm@cua.dk>
15649
15650 * image.el (insert-sliced-image): Add line-spacing t property
15651 to newlines separating image lines.
15652
15653 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15654
15655 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15656
15657 * ielm.el (ielm-prompt-read-only): New user option.
15658 (ielm-prompt): Expand docstring to describe new behavior.
15659 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15660 mention it in the docstring.
15661
15662 2004-04-24 Andreas Schwab <schwab@suse.de>
15663
15664 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15665
15666 * diff.el (diff): Set default-directory in diff buffer.
15667
15668 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15669
15670 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15671 mail was being composed if the terminal cannot display more than
15672 one frame; instead, switch to previous frame.
15673
15674 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15675 (rmail-start-mail): Support rmail-mail-new-frame even on
15676 terminals that can display only one frame at a time.
15677
15678 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15679
15680 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15681 (checkdoc-output-font-lock-keywords): Remove error regexp.
15682 (checkdoc-output-mode-map): Remove.
15683 (checkdoc-output-mode): Derive from compilation-mode.
15684 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15685
15686 * dired.el (dired-mode-map): Add a menu entry for wdired.
15687
15688 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15689 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15690
15691 * wdired.el (wdired-mode-map): Move init into declaration.
15692 Fix `return' binding.
15693 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15694 Use force-mode-line-update.
15695 (wdired-get-filename): Use `unless'.
15696 (wdired-preprocess-files): Don't assume names have no \n and use / for
15697 dir separator.
15698 (wdired-normalize-filename): Use replace-regexp-in-string.
15699 (wdired-load-hooks): Remove.
15700 (wdired-mode-hooks): Rename to wdired-mode-hook.
15701
15702 * info-look.el: Add support for cfengine-mode.
15703 (info-lookup-setup-mode): Use dolist.
15704
15705 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15706
15707 * wdired.el: New file.
15708
15709 2004-04-23 Juanma Barranquero <lektu@terra.es>
15710
15711 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15712
15713 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15714 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15715 (pcomplete--help, pcomplete--here): Doc fixes.
15716
15717 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15718
15719 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15720 handles wrong-number-of-arguments in backend call.
15721
15722 * vc.el (vc-print-log): Likewise.
15723
15724 2004-04-20 Dave Love <fx@gnu.org>
15725
15726 * emacs-lisp/rx.el: Doc fixes.
15727 (rx-constituents): Add/extend many forms.
15728 (rx-check): Check form is a list.
15729 (bracket): Defvar.
15730 (rx-check-any, rx-any, rx-check-not): Modify.
15731 (rx-not): Simplify.
15732 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15733 (rx-kleene): Use rx-trans-forms.
15734 (rx-quote-for-set): Delete.
15735 (rx): Allow multiple args.
15736
15737 2004-04-23 Kenichi Handa <handa@m17n.org>
15738
15739 * international/mule-util.el (char-displayable-p): Simplify by
15740 using internal-char-font.
15741
15742 2004-04-23 Juanma Barranquero <lektu@terra.es>
15743
15744 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15745
15746 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15747
15748 * diff-mode.el (diff-next-error): New fun.
15749 (diff-mode): Use it.
15750
15751 * simple.el (next-error): Change arg name.
15752 Add support for the documented C-u C-x ` usage.
15753
15754 * frame.el (special-display-popup-frame, next-multiframe-window)
15755 (previous-multiframe-window): Only consider frames on same display.
15756
15757 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15758
15759 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15760 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15761
15762 2004-04-22 Kim F. Storm <storm@cua.dk>
15763
15764 * net/telnet.el (telnet): Add optional port arg.
15765
15766 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15769 Minor sanity check on the `hyperlink' slot.
15770
15771 * Makefile.in (recompile): Compile new files.
15772
15773 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15774 Add byte-recompile-directory's optional `arg'.
15775
15776 * cvs-status.el (cvs-tree-use-charset): New var.
15777 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15778 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15779 (cvs-status-cvstrees): Use it.
15780
15781 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15782 Make it a normal major mode.
15783 (checkdoc-buffer-label): Make sure the file name is meaningful.
15784 (checkdoc-output-to-error-buffer): Remove.
15785 (checkdoc-error, checkdoc-start-section): Rewrite.
15786
15787 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15788 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15789 (Info-title-4-face): Use new syntax.
15790 (info-xref-visited): Inherit from info-xref.
15791
15792 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15793
15794 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15795
15796 * simple.el (next-error-last-buffer, next-error-function):
15797 New variables for the next-error framework.
15798 (next-error-buffer-p): New function.
15799 (next-error-find-buffer): Generalize compilation-find-buffer.
15800 (next-error, previous-error, first-error, next-error-no-select)
15801 (previous-error-no-select): Move from compile.el.
15802
15803 * replace.el (occur-next-error, occur-1): Hook into the next-error
15804 framework.
15805
15806 * progmodes/compile.el (compilation-start):
15807 Set next-error-last-buffer so next-error knows where to jump.
15808 (compilation-setup): Set the buffer-local variable
15809 next-error-function to 'compilation-next-error-function.
15810 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15811 alternate way to find if a buffer is a compilation buffer, for
15812 next-error convenience.
15813 (next-error-no-select, previous-error-no-select, next-error)
15814 (previous-error, first-error): Move to simple.el.
15815 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15816 (compilation-last-buffer): Remove.
15817 (compilation-start, compilation-next-error, compilation-setup)
15818 (compilation-next-error-function, compilation-find-buffer):
15819 Remove compilation-last-buffer use.
15820
15821 2004-04-21 Juanma Barranquero <lektu@terra.es>
15822
15823 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15824 (font-lock-warning-face): Fix spacing.
15825
15826 * makefile.w32-in (WINS): Add url/ directory.
15827
15828 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15829
15830 * desktop.el (desktop-buffer-mode-handlers): New variable.
15831 Alist of major mode specific functions to restore a desktop buffer.
15832 (desktop-buffer-handlers): Make variable obsolete.
15833 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15834 Catch errors signaled in handlers. Update buffer count.
15835 Evaluate desktop-buffer-point.
15836 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15837 move to dired.el.
15838 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15839 move to info.el.
15840 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15841 move to mail/rmail.el.
15842 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15843 to mh-e/mh-e.el.
15844 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15845 On fail, print message (to message buffer) even if
15846 desktop-missing-file-warning is nil.
15847 (desktop-buffer-misc-data-function): New buffer local variable.
15848 Function returning major mode specific data.
15849 (desktop-buffer-misc-functions): Make variable obsolete.
15850 (desktop-save): Use desktop-buffer-misc-data-function.
15851 (desktop-buffer-dired-misc-data): Rename to
15852 dired-desktop-buffer-misc-data and move to dired.el.
15853 (desktop-buffer-info-misc-data): Rename to
15854 Info-desktop-buffer-misc-data and move to info.el.
15855 (desktop-read): Add message about number of buffers restored/failed.
15856
15857 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15858 Add parameters. Pause to display error only when
15859 desktop-missing-file-warning is non-nil.
15860 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15861 (dired-mode): Bind desktop-buffer-misc-data-function.
15862
15863 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15864 Add Parameters.
15865 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15866 (Info-mode): Bind desktop-buffer-misc-data-function.
15867
15868 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15869 Add Parameters.
15870
15871 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15872 Add Parameters.
15873
15874 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15875
15876 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15877 the case of letters in case-insensitive expansions when the
15878 abbrev is preceded by characters with letter syntax.
15879
15880 2004-04-21 Richard M. Stallman <rms@gnu.org>
15881
15882 * progmodes/cperl-mode.el (cperl-putback-char):
15883 Delete Emacs 18 definition.
15884
15885 * international/mule.el (ctext-post-read-conversion):
15886 Use assoc-string, not assoc-ignore-case.
15887
15888 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15889
15890 * emacs-lisp/easymenu.el (easy-menu-add):
15891 Do call x-popup-menu, but only if it's defined.
15892
15893 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15894
15895 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15896 Handle multiple args: compile like progn.
15897
15898 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15899 take all args as &rest arg.
15900
15901 * autoinsert.el (auto-insert-alist): Insert the user's name in
15902 copyright notice, rather than Free Software Foundation.
15903
15904 2004-04-21 Kenichi Handa <handa@m17n.org>
15905
15906 * descr-text.el (describe-char): Make it work on *Help* buffer.
15907
15908 2004-04-21 Kim F. Storm <storm@cua.dk>
15909
15910 * image.el (insert-image): Add optional SLICE arg.
15911 (insert-sliced-image): New defun.
15912
15913 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15914
15915 * subr.el (read-number): Check whether `default' is nil.
15916
15917 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15918
15919 * progmodes/compile.el (compilation-error-properties):
15920 Split into two.
15921 (compilation-internal-error-properties): New one.
15922 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15923
15924 2004-04-20 Richard M. Stallman <rms@gnu.org>
15925
15926 * window.el (split-window-save-restore-data):
15927 Don't update the data if OLD-INFO is nil.
15928
15929 * view.el (view-return-to-alist): Mark it permanent local.
15930
15931 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15932
15933 * recentf.el (recentf-save-list): Catch and warn about errors.
15934
15935 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15936 so "Buffers" won't be pure.
15937
15938 * help-mode.el (help-mode-finish): Set help-return-alist first
15939 thing, setting only the entry for the selected window.
15940
15941 * help-fns.el (describe-function-1): If many non-control non-meta
15942 keys run the command, don't list all of them.
15943
15944 2004-04-20 Juanma Barranquero <lektu@terra.es>
15945
15946 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15947 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15948
15949 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15950
15951 2004-04-20 Kenichi Handa <handa@m17n.org>
15952
15953 * international/quail.el (quail-lookup-key): New optional arg
15954 NOT-RESET-INDICES.
15955 (quail-get-translations): Call quail-lookup-key with
15956 NOT-RESET-INDICES t.
15957 (quail-completion): Likewise.
15958 (quail-lookup-map-and-concat): Likewise.
15959
15960 2004-04-20 Kenichi Handa <handa@m17n.org>
15961
15962 * international/quail.el (quail-update-translation): Don't insert
15963 such an unsupported multibyte char in a unibyte buffer.
15964
15965 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15966
15967 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15968 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15969 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15970 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15971 (gdb-frame-assembler-buffer): Improve behaviour with
15972 multiple frames.
15973 (gdb-display-buffer): Extend search to all visible frames.
15974
15975 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15976
15977 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15978 characters left after base64 decoding.
15979 (rmail-decode-region): Use -dos variety of `coding', to remove any
15980 ^M characters left after qp or base64 decoding.
15981
15982 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15983
15984 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15985 messages.
15986
15987 2004-04-19 Stephen Eglen <stephen@gnu.org>
15988
15989 * add-log.el (add-change-log-entry): Update doc string to mention
15990 add-log-full-name and add-log-mailing-address.
15991
15992 2004-04-18 Juri Linkov <juri@jurta.org>
15993
15994 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15995 (Info-find-node-2): Simplify error message.
15996 (Info-insert-dir): Use Info-following-node-name.
15997 (Info-goto-node): Remove *info-history* and *info-toc*.
15998 (Info-history): Create a node of the virtual history file.
15999 (Info-toc): Create a node of the virtual toc file.
16000 (Info-insert-toc): New arg `curr-file' for reference file names.
16001 (info-apropos): Remove redundant var binding for temp-file.
16002 (Info-index, Info-index-next, Info-mode): Doc fix.
16003 (Info-goto-emacs-command-node): Don't jump to *info* from
16004 non-*info* Info buffers.
16005 (Info-fontify-node): Don't show the file name of external
16006 references if `Info-hide-note-references' is `hide'. Don't hide
16007 newlines at the end of paragraphs.
16008
16009 * international/mule-diag.el (list-input-methods):
16010 Fix args to help-xref-button.
16011
16012 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16013 to put into effect local variables from TUTORIAL files.
16014
16015 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16016 with default value taken from the variable `sentence-end'.
16017 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16018 Add nil const to :type.
16019 (sentence-end-without-period, sentence-end-double-space)
16020 (sentence-end-without-space): Doc fix.
16021
16022 * textmodes/paragraphs.el (forward-sentence):
16023 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16024 (fill-delete-newlines):
16025 * progmodes/cc-cmds.el (c-beginning-of-statement):
16026 Use function `sentence-end' instead of variable `sentence-end'.
16027
16028 2004-04-18 Andreas Schwab <schwab@suse.de>
16029
16030 * progmodes/compile.el (compilation-start): Set window start to
16031 point-min if compilation-scroll-output is nil.
16032
16033 2004-04-18 John Wiegley <johnw@newartisans.com>
16034
16035 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16036
16037 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16038
16039 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16040 (gdb-info-breakpoints-custom): Revert previous change.
16041 (gdb-view-assembler): Update assembler if necessary.
16042 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16043 (gdb-display-source-buffer): Update properly when both source and
16044 assembler are visible.
16045
16046 2004-04-17 John Wiegley <johnw@newartisans.com>
16047
16048 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16049 which limits the number of names shown in the minibuffer. Off by
16050 default.
16051 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16052 up iswitchb for users with a multitude of open buffers by showing
16053 only the first and last N/2 buffers in the completion list (which
16054 is enough to aid C-s/C-r, and to know that more characters are
16055 needed to refine the completion list).
16056
16057 2004-04-17 Richard M. Stallman <rms@gnu.org>
16058
16059 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16060 (file-truename): Expand all ~ constructs directly.
16061 (insert-directory): Delete any error msg output by the
16062 `insert-directory-program'.
16063
16064 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16065 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16066 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16067 (allout-init): Use find-file-hook, not find-file-hooks.
16068 (allout-mode): Eliminate Emacs 18 support.
16069 Use write-contents-functions, not local-write-file-hooks.
16070
16071 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16072
16073 * progmodes/compile.el (compilation-error-properties): Fix for
16074 adding messages when there are already markers for their file.
16075 (compilation-fake-loc): New function.
16076
16077 2004-04-16 Dave Love <fx@gnu.org>
16078
16079 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16080 (python-load-file): Fix python-orig-start setting.
16081
16082 * progmodes/compile.el: Doc fixes.
16083 (compilation-error-regexp-alist-alist)
16084 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16085 (compilation-assq): Wrap in eval-when-compile.
16086 (compilation-mode-font-lock-keywords): Don't use list*.
16087 (compilation-start): Avoid warning.
16088 (compilation-compat-error-properties)
16089 (compilation-directory-properties): Add keymap property.
16090 (compilation-parsing-end): Make it a marker for better compatibility.
16091
16092 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16093
16094 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16095
16096 * xml.el: Doc fixes.
16097 (xml-get-children): Only looks at sub-tags and ignore strings.
16098
16099 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16100
16101 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16102
16103 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16104
16105 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16106
16107 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16108
16109 * vc.el (vc-print-log): Likewise.
16110
16111 2004-04-16 Masatake YAMATO <jet@gyve.org>
16112
16113 * simple.el (completion-setup-function): Set an initial value
16114 to `element-common-end' before entering loop. Set a value
16115 to `element-common-end' at the end of loop.
16116 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16117 (completions-common-part): Rename from completion-de-emphasis.
16118 (completions-first-difference): Rename from completion-emphasis.
16119 Suggested by RMS.
16120
16121 2004-04-16 Juanma Barranquero <lektu@terra.es>
16122
16123 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16124 (bookmark-edit-annotation-mode): Add mode name.
16125
16126 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16127
16128 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16129 for nested conflict markers.
16130 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16131
16132 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16133
16134 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16135
16136 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16137
16138 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16139
16140 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16141 Give a backtrace if requested.
16142
16143 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16144
16145 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16146 Remove unused functions.
16147 (python-orig-start-line, python-orig-file): Remove.
16148 (python-orig-start): New var.
16149 (python-input-filter, python-compilation-line-number)
16150 (python-send-region, python-load-file): Use it.
16151
16152 * info.el (info): Always jump to *info*.
16153
16154 * subr.el (posn-set-point): New function.
16155
16156 * mouse.el (mouse-set-point): Use it.
16157
16158 * progmodes/compile.el (compile-goto-error): Use it.
16159 (compilation-button-map): New keymap.
16160 (compilation-error-properties): Use it.
16161 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16162
16163 * smerge-mode.el (smerge-popup-context-menu): Use it.
16164
16165 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16166 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16167 mouse and non-mouse case.
16168
16169 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16170 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16171
16172 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16173 Make it work for non-mouse events.
16174
16175 * pcvs-info.el (cvs-status-map): Update binding name.
16176
16177 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16178
16179 * xml.el (xml-maybe-do-ns): New function to handle namespace
16180 parsing of both attribute and element names.
16181 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16182 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16183 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16184 (xml-parse-attlist): Make it do its own namespace parsing.
16185
16186 2004-04-14 Dave Love <fx@gnu.org>
16187
16188 * progmodes/python.el (run-python): Fix use of \n.
16189 (python-load-file): Remove `try' from Python fragment.
16190 (python-describe-symbol): Fix message.
16191
16192 * comint.el: Doc fixes.
16193 (comint-last-input-start, comint-last-input-end)
16194 (comint-last-output-start): Give them values.
16195 (comint-arguments): Avoid warning.
16196 (comint-skip-prompt): Use line-end-position.
16197 (comint-backward-matching-input): Rename arg to agree with doc.
16198 (comint-extract-string): Use syntax-ppss.
16199 (comint-dynamic-simple-complete): Delete useless list construction.
16200 (comint-redirect-subvert-readonly): New.
16201 (comint-redirect-preoutput-filter): Use it.
16202
16203 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16204 Correctly handle negative arguments when calling hook functions.
16205
16206 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16207
16208 * info.el (info-apropos): Don't clobber Info-history-list.
16209
16210 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16211
16212 * progmodes/compile.el (compilation-setup):
16213 Localize overlay-arrow-position.
16214 (compilation-sentinel): Restructure code equivalently.
16215 (compilation-next-error): Find message on same line after point if
16216 not found before point.
16217 (compile-mouse-goto-error): Restore function so that compilation
16218 buffer need not be current and use compile-goto-error.
16219 (compile-goto-error): Restore function.
16220 (next-error): Set overlay-arrow-position.
16221 (compilation-forget-errors): Don't localize already local
16222 compilation-locs and remove FIXME about refontifying.
16223
16224 2004-04-14 Kim F. Storm <storm@cua.dk>
16225
16226 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16227 (command-line): New option -Q. Like -q --no-site-file, but
16228 in addition it also disables menu-bar, tool-bar, scroll-bars,
16229 tool-tips, and the blinking cursor.
16230 (command-line-1): Skip startup screen if -Q.
16231 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16232
16233 * emulation/cua-base.el (cua-read-only-cursor-color)
16234 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16235
16236 2004-04-13 Dave Love <fx@gnu.org>
16237
16238 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16239 (syntax): Don't require.
16240 (python) <defgroup>: Add :version.
16241 (python-quote-syntax): Re-written.
16242 (inferior-python-mode): Move stuff here from run-python and add
16243 some more.
16244 (python-preoutput-continuation, python-preoutput-result)
16245 (python-dotty-syntax-table): New.
16246 (python-describe-symbol): Use them.
16247 (run-python): Move stuff to inferior-python-mode. Modify code
16248 loaded into Python.
16249 (python-send-region): Use python-proc, python-send-string.
16250 (python-send-string): Send newlines too. Callers changed.
16251 (python-load-file): Re-written.
16252 (python-eldoc-function): New.
16253 (info-look): Don't require.
16254 (python-after-info-look): New. A modified version of former
16255 top-level code for use with eval-after-load.
16256 (python-maybe-jython, python-guess-indent): Use widened buffer.
16257 (python-fill-paragraph): Re-written.
16258 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16259 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16260
16261 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16262
16263 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16264 Set compilation-error-regexp-alist earlier.
16265
16266 * progmodes/compile.el (compilation-minor-mode-map)
16267 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16268 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16269
16270 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16271
16272 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16273 corresponding to the event.
16274
16275 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16276
16277 * loadup.el: Add cygwin to system-type list, for unexec() support.
16278
16279 2004-04-12 John Paul Wallington <jpw@gnu.org>
16280
16281 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16282 (ibuffer-restore-window-config-on-quit): New variable to replace
16283 `ibuffer-delete-window-on-quit'. Update all references.
16284 (ibuffer-prev-window-config): New variable.
16285 (ibuffer-quit): Restore previous window configuration instead of
16286 deleting window.
16287 (ibuffer): Save window configuration before showing Ibuffer buffer.
16288
16289 * help.el (describe-mode): Doc fix.
16290
16291 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16292
16293 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16294 not to treat nil as a function.
16295
16296 * vc-arch.el (vc-arch-root): Be a bit more careful.
16297 (vc-arch-register): Save the buffer if we modified it.
16298 (vc-arch-delete-rej-if-obsolete): Save excursion.
16299 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16300 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16301
16302 * net/ldap.el (ldap-search): Use list*.
16303
16304 2004-04-12 Juri Linkov <juri@jurta.org>
16305
16306 * info.el (Info-follow-reference): Allow multiline reference name.
16307
16308 2004-04-11 Dave Love <fx@gnu.org>
16309
16310 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16311
16312 * progmodes/python.el: New file.
16313
16314 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16315
16316 * vc-hooks.el (vc-arg-list): Function removed.
16317 (vc-default-workfile-unchanged-p): Use condition-case to check for
16318 backward compatibility.
16319
16320 * vc.el (vc-print-log): Use condition-case to check for backward
16321 compatibility.
16322
16323 2004-04-11 Juri Linkov <juri@jurta.org>
16324
16325 * dired.el (dired-faces): New defgroup.
16326 (dired-header, dired-mark, dired-marked, dired-flagged)
16327 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16328 New faces.
16329 (dired-header-face, dired-mark-face, dired-marked-face)
16330 (dired-flagged-face, dired-warning-face, dired-directory-face)
16331 (dired-symlink-face, dired-ignored-face): New face variables.
16332 (dired-font-lock-keywords): Use them instead of font-lock faces.
16333 Split the rule for dired marks into 3 separate rules: for marks,
16334 marked file names and flagged file names.
16335
16336 * help-mode.el (help-make-xrefs): Add a final newline to the
16337 *Help* buffer.
16338
16339 2004-04-11 John Paul Wallington <jpw@gnu.org>
16340
16341 * replace.el (occur-engine): Distinguish between one and several
16342 matches in the matches per buffer heading.
16343
16344 2004-04-11 Kim F. Storm <storm@cua.dk>
16345
16346 * ido.el (ido-confirm-unique-completion): New defcustom.
16347 (ido-complete): Use it.
16348 (ido-write-file): Set it to t unconditionally.
16349
16350 2004-04-10 Miles Bader <miles@gnu.org>
16351
16352 RCS keyword removal (only non-comment changes are enumerated here):
16353
16354 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16355 (byte-compile-insert-header): Don't use `byte-compile-version'.
16356 * forms.el (forms-version): Variable removed.
16357 (forms-mode): Don't use `forms-version'.
16358 * recentf.el (recentf-version): Variable removed.
16359 * progmodes/delphi.el (delphi-version): Variable removed.
16360 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16361
16362 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16363
16364 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16365
16366 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16367
16368 * info.el (info-apropos): Improve menu item regexp.
16369
16370 2004-04-09 Simon Josefsson <jas@extundo.com>
16371
16372 * mail/smtpmail.el: Add comment, based on report by
16373 kdc@rcn.com (Kevin D. Clark).
16374
16375 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16376
16377 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16378 Redo one more thing that I didn't notice Daniel had undone.
16379
16380 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16381
16382 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16383 (gdb-goto-breakpoint, gdb-display-buffer)
16384 (gdb-display-source-buffer, gdb-view-source-function)
16385 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16386 (gdb-source-info, gdb-frame-handler): Don't specify a window
16387 for display.
16388 (gdb-info-breakpoints-custom): Remove superfluous update of
16389 assembler buffer.
16390 (gdb-many-windows): Make settable outside gdb.
16391
16392 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16393
16394 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16395 Derive from fundamental-mode rather than text-mode.
16396
16397 2004-04-08 Juri Linkov <juri@jurta.org>
16398
16399 * info.el (Info-history): Doc fix.
16400 (Info-history-list): New var.
16401 (info-xref): Change magenta4 to blue, remove bold for dark and
16402 light backgrounds, change bold to underline for non-color classes.
16403 (info-xref-visited): New face.
16404 (Info-fontify-visited-nodes): New custom.
16405 (Info-hide-note-references): Add new value `hide'. Doc fix.
16406 (Info-reference-name): New var.
16407 (Info-selection-hook): New custom.
16408 (Info-edit-mode-hook): New var.
16409 (Info-find-file): New fun.
16410 (Info-find-node): Move part of code to Info-find-file.
16411 (Info-find-node-2): Add anchors to Info-history-list. Move point
16412 to the place with the reference name if name is defined.
16413 (Info-select-node): Add current node to Info-history-list.
16414 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16415 (Info-search-whitespace-regexp): New custom.
16416 (Info-search-case-fold): New var.
16417 (Info-search): Add "case-sensitively" to the prompt.
16418 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16419 (Info-search-case-sensitively, Info-search-next): New fun.
16420 (Info-up): Move point to the menu item of the current node.
16421 (Info-history): New fun. Add *info-history* to
16422 same-window-buffer-names.
16423 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16424 (Info-insert-toc): New fun.
16425 (Info-build-toc): New fun.
16426 (Info-follow-reference): Add new arg `fork'. Doc fix.
16427 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16428 with the same name prefer the reference closest to point.
16429 (Info-next-reference): Replace * by + in the *Note regexp.
16430 Add regexp for http:// and ftp://. Skip the *Note prefix.
16431 (Info-prev-reference): Replace * by + in the *Note regexp.
16432 Add regexp for http:// and ftp://. Skip the *Note prefix.
16433 (Info-follow-nearest-node): Add new arg `fork'.
16434 (Info-try-follow-nearest-node): Add new arg `fork'.
16435 Call browse-url for http:// and ftp:// references.
16436 Set Info-reference-name for index entries.
16437 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16438 Info-search-next, Info-history, Info-toc, clone-buffer.
16439 (Info-menu-update): Replace * by + in the *Note regexp.
16440 (Info-mode): Add documentation for Info-history, Info-toc,
16441 Info-search-case-sensitively, Info-search-next, clone-buffer.
16442 (Info-fontify-menu-headers): Remove fun. Move code to
16443 Info-fontify-node.
16444 (Info-fontify-node): Add docstring. Add local vars
16445 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16446 then fontify header line, titles, menu headers, http and ftp
16447 references, refill paragraphs. If not-fontified-p is t or
16448 fontify-visited-p is t then fontify cross references, menu items.
16449 Fontify menu headers. Fontify http and ftp references.
16450 Change regexp for cross references to require whitespace after *Note,
16451 add matching groups for file and node names. Remove hack for quote.
16452 Use display property for Info-hide-note-references=t. Use fifth
16453 or fourth match for help-echo. Display visited nodes in a
16454 different face. Unhide file names of external references.
16455 Unhide newlines. Display visited menu items in a different face.
16456
16457 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16458
16459 * progmodes/compile.el: Require CL.
16460 (compilation-mode-font-lock-keywords): Re-install the "line as
16461 function" patch.
16462
16463 * help-fns.el (help-C-source-directory): New var.
16464 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16465 (describe-function-1, describe-variable): Use them.
16466
16467 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16468 to C source files specially.
16469
16470 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16471
16472 * info.el (Info-hide-cookies-node): New function.
16473 (Info-select-node): Use it.
16474 (Info-display-images-node): Remove message with image file name.
16475
16476 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16477
16478 * progmodes/compile.el (compilation-warning-face)
16479 (compilation-info-face, compilation-skip-threshold)
16480 (compilation-skip-visited, compilation-context-lines):
16481 Declare :version when added to Emacs.
16482 (compilation-error-regexp-alist-alist): Extend caml and irix.
16483 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16484 (compilation-mode-font-lock-keywords): Temporarily undo line as
16485 function patch, which wasn't ready.
16486
16487 2004-04-07 Kenichi Handa <handa@m17n.org>
16488
16489 * international/latin1-disp.el (latin1-display-setup): Check each
16490 character is displayable or not instead of calling
16491 latin1-display-check-font.
16492
16493 2004-04-06 Kenichi Handa <handa@m17n.org>
16494
16495 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16496 New variable.
16497 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16498 instead of sera-being-called-by-w3.
16499 (ethio-fidel-to-sera-buffer): Likewise.
16500 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16501 instead of sera-being-called-by-w3.
16502 (ethio-write-file): Likewise.
16503
16504 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16505
16506 * printing.el: Doc fix.
16507
16508 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16509
16510 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16511 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16512 (gdb-setup-windows): Only use separate IO buffer if required.
16513
16514 2004-04-06 Kim F. Storm <storm@cua.dk>
16515
16516 * term.el (term-is-xemacs): Remove.
16517 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16518 (term-window-width): New function.
16519 (term-mode, term-check-size): Use it.
16520 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16521
16522 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16523
16524 * cus-edit.el (custom-add-parent-links): Change unbound variable
16525 `symbol' to `name'.
16526
16527 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16528 * info.el (info-apropos): New function.
16529 (Info-mode-menu): Add it.
16530 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16531
16532 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16533 inherited docstring.
16534
16535 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16536
16537 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16538
16539 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16540
16541 * progmodes/compile.el (font-lock): Don't require any more.
16542 (compilation-error-properties, compilation-start, compilation-sentinel)
16543 (compilation-filter, next-error): Use with-current-buffer.
16544 (compilation-skip-to-next-location, compilation-skip-threshold)
16545 (compilation-skip-visited): Move to silence the byte-compiler.
16546 (compilation-setup): Simplify.
16547 (compilation-next-error): Use line-(beginning|end)-position.
16548 Make sure `pt' is non-nil before using compilation-loop.
16549 (compile-goto-error): Add optional event arg. Use it.
16550 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16551 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16552 Update the binding for mouse-2.
16553 (first-error): Set compilation-current-error to nil rather than bob.
16554 (compilation-parsing-end, compilation-parse-errors-function)
16555 (compilation-error-list, compilation-old-error-list):
16556 "New" compatibility variables.
16557 (compile-buffer-substring, compilation-compat-error-properties)
16558 (compilation-compat-parse-errors, compilation-forget-errors):
16559 New compatibility functions.
16560 (compilation-mode-font-lock-keywords): Use them.
16561
16562 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16563
16564 * autorevert.el (auto-revert-handler): If point (or a window
16565 point) is at the end of the buffer, keep it there after
16566 reverting. This allows to tail a file.
16567 Mention this in the `Commentary'.
16568
16569 * format.el (format-write-file): Add optional argument CONFIRM
16570 and make it behave like the analogous argument to `write-file'.
16571
16572 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16573
16574 * progmodes/ebnf2ps.el: Doc fix.
16575 (ebnf-version): New version number (4.2).
16576 (ebnf-syntax): Customization and docstring fix.
16577 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16578 Put autoloaded funs before first use.
16579 (ebnf-style-database): Add dtd entry.
16580 (ebnf-syntax-alist): Add dtd initialization.
16581 (ebnf-token-sequence): New fun.
16582 (ebnf-comment-table): Add new comment action character.
16583 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16584
16585 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16586 Type Definition for XML).
16587
16588 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16589 * progmodes/ebnf-bnf.el (ebnf-sequence):
16590 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16591 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16592 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16593 Code simplification: call ebnf-token-sequence.
16594
16595 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16596
16597 * calendar/timeclock.el (timeclock-relative)
16598 (timeclock-get-project-function, timeclock-get-workday-function)
16599 (timeclock-query-out, timeclock-when-to-leave)
16600 (timeclock-when-to-leave-string, timeclock-log-data)
16601 (timeclock-generate-report, timeclock-in): Doc fixes.
16602
16603 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * url/: New dir. Import the URL package from its repository.
16606
16607 2004-04-03 Andreas Schwab <schwab@suse.de>
16608
16609 * diff-mode.el (diff-mode): Fix missing quote.
16610
16611 2004-04-03 Juri Linkov <juri@jurta.org>
16612
16613 * descr-text.el (describe-property-list): Add `font-lock-face'.
16614
16615 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16616
16617 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16618
16619 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16620 Use utf-16le on little endian machines and utf-16be otherwise.
16621
16622 2004-04-02 David Kastrup <dak@gnu.org>
16623
16624 * net/browse-url.el (browse-url-generic): Use call-process
16625 instead of start-process to allow browsers that fork and detach.
16626
16627 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16628
16629 * compile.el (compilation-current-error): New var.
16630 (compilation-setup, compile-mouse-goto-error)
16631 (compile-goto-error, next-error): Use it.
16632 (compilation-skip-to-next-location): Default to t, which gives
16633 contiguous skipping like old compile (where this was redundant).
16634 (compilation-next-error): Prevent previous-* commands from moving
16635 back to message at or just before point.
16636
16637 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16638
16639 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16640 (gdb-source-info): Don't display source at startup, if required.
16641 (gdb-show-main): New option.
16642 (gdba): Update documentation.
16643 (gdb-source): Cover case of auto-display output.
16644
16645 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16646
16647 * autorevert.el: Delete obsolete autoload's and defvar's.
16648 (auto-revert-check-vc-info): New user option.
16649 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16650 (auto-revert-handler-vc): Delete.
16651 (auto-revert-handler): Treat return value `fast' of
16652 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16653
16654 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16655 return `fast'.
16656
16657 * files.el (buffer-stale-function): Doc change.
16658
16659 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16660
16661 * printing.el: New tip on Tips section.
16662 (pr-version): New version number (6.7.4).
16663 (pr-shell-file-name): Initialization fix.
16664
16665 2004-03-31 Juri Linkov <juri@jurta.org>
16666
16667 * dired.el: Add autoload for `dired-do-touch'.
16668 (dired-touch-program): New var.
16669 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16670 (dired-no-confirm): Add `touch' to docstring.
16671
16672 * dired-aux.el (dired-do-touch): New fun.
16673 (dired-do-chxxx): Add argument -t for touch operation.
16674
16675 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16676 `dired-move-to-filename-regexp'.
16677
16678 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16679
16680 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16681
16682 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16683
16684 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16685 and only if the buffer was modified.
16686
16687 2004-03-30 Kenichi Handa <handa@m17n.org>
16688
16689 * international/characters.el: Delete pairs for U+2308..U+230B.
16690
16691 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16692
16693 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16694 to detect the beginning of a level 2 or 3 annotation.
16695
16696 2004-03-29 Kenichi Handa <handa@m17n.org>
16697
16698 * international/ucs-tables.el (ucs-insert): Fix the error message.
16699
16700 2004-03-29 Kenichi Handa <handa@m17n.org>
16701
16702 * international/mule-util.el (char-displayable-p): Fix generation
16703 of XLFD file name.
16704
16705 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16706 before finding directories by `find'.
16707
16708 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16709
16710 * subr.el (interactive-form): Delete. Now implemented in C.
16711
16712 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16713
16714 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16715 (vc-diff-label): New fun.
16716 (vc-diff-internal): Use it.
16717
16718 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16719
16720 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16721
16722 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16723
16724 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16725 specify XML (EBNFX).
16726
16727 * progmodes/ebnf2ps.el: Doc fix.
16728 (ebnf-version): New version number (4.1).
16729 (ebnf-syntax): Adjust customization.
16730 (ebnf-style-database): Add ebnfx entry.
16731 (ebnf-syntax-alist): Add ebnfx initialization.
16732 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16733
16734 * printing.el: Doc fix.
16735 (pr-version): New version number (6.7.3).
16736 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16737 returns nil for mouse position. Reported by Drew Adams
16738 <drew.adams@oracle.com>.
16739 (pr-update-menus): Modify interactive declaration. Reported by Drew
16740 Adams <drew.adams@oracle.com>.
16741
16742 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16743
16744 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16745 (gud-gdba-marker-filter): Log the process input and output, if
16746 required. From Stefan Monnier.
16747 (gdb-debug-log, gdb-enable-debug-log): New variables.
16748 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16749
16750 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16751
16752 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16753 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16754
16755 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16756
16757 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16758 Call vc-find-file-hook here instead of in auto-revert-buffers.
16759 (auto-revert-buffers): Delete call to vc-find-file-hook.
16760 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16761 (global-auto-revert-mode, auto-revert-set-timer)
16762 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16763
16764 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16765
16766 * woman.el (woman-change-fonts): Rename local variable
16767 woman-font-alist to font-alist to avoid a compiler warning.
16768
16769 2004-03-27 Dave Love <fx@gnu.org>
16770
16771 * emacs-lisp/rx.el (rx): Doc fix.
16772 Fix copyright years.
16773
16774 * strokes.el (strokes-global-set-stroke-string): New function.
16775 (strokes-list-strokes): Cope with strings, not just commands.
16776 Set foreground colour of image.
16777 (strokes-global-set-stroke): Doc fix.
16778
16779 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16780
16781 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16782 Auto Revert mode.
16783 (Buffer-menu-files-only): New variable.
16784 (Buffer-menu-toggle-files-only): New function.
16785 (Buffer-menu-mode-map): Bind it to `T'.
16786 (Buffer-menu-mode): Mention `T' in docstring.
16787 Set buffer-stale-function.
16788 (list-buffers-noselect): Mark buffer non-modified and set
16789 Buffer-menu-files-only.
16790
16791 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16792
16793 * autorevert.el (auto-revert-handler): Print revert message
16794 before, rather than after, reverting.
16795 (buffer-stale-function): Move to files.el.
16796
16797 * files.el (buffer-stale-function): Move here from autorevert.el.
16798
16799 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16800
16801 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16802
16803 * calc/calc.el (calc-mode-map): Use mapc.
16804
16805 * apropos.el (apropos-mode): Don't autoload.
16806 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16807 (apropos): Use it.
16808 (apropos-print): Add optional `text' argument.
16809 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16810 Don't assume point-min == 1.
16811
16812 * bs.el (bs-buffer-list): Use buffer-local-value.
16813 (bs--set-toggle-to-show): Use with-current-buffer.
16814
16815 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16816 New funs.
16817 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16818
16819 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16820
16821 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16822 (dabbrev--find-expansion): Use pop.
16823 (dabbrev--search): Use match-string-no-properties.
16824
16825 * dired.el (dired-mode): Use run-mode-hooks.
16826 (dired-move-to-end-of-filename): Use match-string.
16827
16828 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16829 is bound before using it.
16830 (ediff-verbose-p): Make it into a var since it's not constant.
16831
16832 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16833
16834 * faces.el (read-face-font): Don't cons up unnecessarily.
16835 (header-line, tool-bar): Share common parts.
16836
16837 * files.el (file-relative-name): Use compare-strings.
16838
16839 * finder.el (finder-mode): Follow coding convention.
16840
16841 * subr.el (read-number): New function.
16842
16843 * ses.el (ses-read-number): Move to subr.el.
16844 (ses-set-header-row): Use read-number.
16845
16846 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16847
16848 * vc-hooks.el (vc-arg-list): New function, which handles both
16849 compiled and uncompiled code.
16850 (vc-default-workfile-unchanged-p): Use it.
16851
16852 * vc.el (vc-print-log): Undo prev change, use new function
16853 vc-arg-list from vc-hooks.el.
16854
16855 2004-03-26 Masatake YAMATO <jet@gyve.org>
16856
16857 * simple.el (completion-setup-function): Emphasize the
16858 first uncommon characters in the completions; and de-emphasize
16859 the common prefix substrings.
16860 (completion-emphasis): New face.
16861 (completion-de-emphasis): New face.
16862
16863 2004-03-25 Juanma Barranquero <lektu@terra.es>
16864
16865 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16866 Comment out (it's unused and unfinished code).
16867
16868 2004-03-25 Sam Steingold <sds@gnu.org>
16869
16870 * vc.el (vc-print-log): Fix a bug in the last patch:
16871 backend-function may be a byte-compiled object, not a lambda.
16872
16873 2004-03-25 Juri Linkov <juri@jurta.org>
16874
16875 * descr-text.el (describe-property-list): Add a button
16876 for `face' property that calls `describe-face'.
16877 Suggested by luis fernandes <elf@ee.ryerson.ca>
16878
16879 * international/mule.el (keyboard-coding-system):
16880 * kmacro.el (kmacro-call-macro): Fix docstring.
16881
16882 * dired.el: Fix comments.
16883
16884 * textmodes/fill.el (fill): Fix Info link.
16885
16886 * font-lock.el (fast-lock, lazy-lock):
16887 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16888 Info node.
16889
16890 * eshell/eshell.el (eshell): Fix broken info-link.
16891
16892 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16893 * eshell/em-banner.el (eshell-banner):
16894 * eshell/em-smart.el (eshell-smart):
16895 * eshell/esh-cmd.el (eshell-cmd):
16896 Comment out broken info-links to incomplete Info manual.
16897
16898 * info-xref.el: Fix commentary.
16899
16900 2004-03-25 Kevin Ryde <user42@zip.com.au>
16901
16902 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16903 Remove spurious node duplicate suppression, doesn't work, not wanted.
16904 (info-xref-output): Take format style args, add "sit-for 0" to let
16905 user see the results as they progress.
16906 (info-xref-check-all-custom): New function.
16907
16908 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16909
16910 * gdb-ui.el: Moved to progmodes.
16911
16912 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16913
16914 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16915
16916 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16917
16918 * calendar/appt.el (appt-check): Remove superfluous progn.
16919 When finished with diary buffer: if it was not being displayed
16920 before, kill it; otherwise restore its original state.
16921 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16922
16923 * calendar/calendar.el (calendar-set-mode-line): Use total
16924 available mode-line width, rather than frame-width.
16925
16926 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16927 after mode change so effect not lost.
16928
16929 2004-03-23 Dave Love <fx@gnu.org>
16930
16931 * dired.el (dired) <defgroup>: Add link to manual.
16932 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16933 (dired-revert): Use dolist.
16934 (dired-mode-map): Add U binding.
16935 (dired-mode): Add font-lock-beginning-of-syntax-function.
16936 (dired-garbage-files-regexp): Make it a defcustom.
16937
16938 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16941 is equivalent to nil.
16942 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16943 (vc-arch-mode-line-string): Accept `added' state.
16944 (vc-arch-state): Use inode-sigs if available.
16945 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16946 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16947 (vc-arch-tagline-re): New var.
16948 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16949 New functions.
16950 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16951 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16952
16953 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16954 (vc-file-not-found-hook): Use it.
16955
16956 * diff-mode.el (diff-default-read-only): Change default.
16957 (diff-mode-hook): Make it a defcustom. Add some options.
16958 (diff-mode-map): Bind diff-refine-hook.
16959 (diff-yank-handler): New var.
16960 (diff-yank-function): New fun.
16961 (diff-font-lock-keywords): Use them.
16962 (diff-end-of-file): Handle case where file-header looks like diff text.
16963 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16964 (diff-file-kill): Delete a subsequent empty line, if applicable.
16965 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16966 (diff-find-file-name): Use it.
16967 (diff-tell-file-name): New command.
16968 (diff-mode): Be careful with view-mode.
16969 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16970 New functions, for use in diff-mode-hook.
16971 (diff-find-source-location): Catch "regex too large" errors.
16972 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16973 (diff-refine-hunk): New command.
16974
16975 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16976 (smerge-context-menu-map): Remove unused var.
16977 (smerge-keep-all): Preserve markers.
16978 (smerge-keep-n): New fun.
16979 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16980 (smerge-keep-current, smerge-ediff): Use it.
16981 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16982 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16983 (smerge-resolve): Resolve trivial 3-part conflicts.
16984
16985 2004-03-23 Juri Linkov <juri@jurta.org>
16986
16987 * man.el (Man-width): New var.
16988 (Man-getpage-in-background): Use it.
16989 (Man-support-local-filenames): New var and fun.
16990 (Man-build-man-command): Don't add a second %s.
16991 (Man-fontify-manpage): Clean up message.
16992 (Man-mode): Set outline-regexp, outline-level,
16993 imenu-generic-expression.
16994
16995 * woman.el (woman-fill-frame): Doc fix.
16996 (woman-decode-region): Use window-width instead of frame-width.
16997
16998 * abbrevlist.el (list-one-abbrev-table):
16999 * descr-text.el (describe-char):
17000 * international/mule-diag.el (describe-current-coding-system):
17001 * international/quail.el (quail-insert-decode-map):
17002 Use window-width instead of frame-width.
17003
17004 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17005 (jka-compr-mode-alist-additions): Add tbz.
17006 (jka-compr-write-region, jka-compr-insert-file-contents):
17007 Add message for undefined compress-program.
17008 (jka-compr-write-region): Remove redundant var bindings.
17009
17010 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17011 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17012 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17013 (dired-man): Use dired-guess-shell-command.
17014 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17015 Change default nil to t.
17016
17017 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17018 (dired-compare-directories): Add default value for empty input.
17019
17020 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17021
17022 * time.el (display-time-string-forms): Fix help-echo date format.
17023
17024 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17025
17026 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17027 (buffer-stale-function): New variable.
17028 (auto-revert-list-diff, auto-revert-dired-file-list)
17029 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17030 (auto-revert-handler): Take over some functionality of deleted
17031 functions.
17032 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17033
17034 * dired.el (dired-directory-changed-p): New fun, extracted from
17035 dired-internal-noselect.
17036 (dired-buffer-stale-p): New fun.
17037 (dired-internal-noselect): Use dired-directory-changed-p.
17038 Eliminate revert messages.
17039 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17040
17041 2004-03-23 Kenichi Handa <handa@m17n.org>
17042
17043 * international/characters.el: Setup syntaxes for more parentheses
17044 Unicode characters.
17045
17046 * international/mule-cmds.el (select-safe-coding-system):
17047 Merge coding-system and auto-cs before comparing them.
17048
17049 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17050
17051 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17052
17053 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17054 normal-auto-fill-function and comment-indent-function.
17055 The default values now work just as well.
17056 Don't set font-lock-beginning-of-syntax-function since we already set
17057 syntax-begin-function.
17058 (lisp-outline-level): Put ;;;###autoload at same level as (.
17059 (prin1-char): Quote special chars.
17060
17061 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17062 than with-no-warnings.
17063
17064 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17065 if the source location can't be found.
17066 (edebug-compute-previous-result): Use prin1-char.
17067
17068 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17069 (debug-ignored-errors): Add an entry.
17070
17071 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17072 (byte-compile-file): Output warning when deleting a file.
17073
17074 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17075 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17076
17077 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17078 (byte-compile-inline-expand): Use backquote.
17079 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17080 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17081
17082 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17083
17084 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17085
17086 2004-03-22 Juri Linkov <juri@jurta.org>
17087
17088 * finder.el (finder-known-keywords): Fix data, tex, unix.
17089
17090 * play/landmark.el: Fix keywords.
17091
17092 * language/ethio-util.el (ethio-find-file): Doc fix.
17093
17094 * emacs-lisp/warnings.el: Doc fix.
17095
17096 * textmodes/ispell.el (ispell-help): Doc fix.
17097
17098 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17099
17100 * format.el (format-insert-file): Always return a list of two
17101 elements, like insert-file-contents does.
17102
17103 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17104
17105 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17106 and vc-BACKEND-diff.
17107 (vc-print-log): If the print-log implementation supports it, use
17108 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17109 (vc-version-diff, vc-diff-internal): Doc fixes.
17110
17111 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17112 implementation supports it, let diff output go to *vc*,
17113 not *vc-diff*, since this is an internal call.
17114
17115 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17116
17117 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17118
17119 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17120
17121 2004-03-21 Dave Love <fx@gnu.org>
17122
17123 * progmodes/cfengine.el (cfengine-mode):
17124 Set parse-sexp-ignore-comments.
17125
17126 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17127
17128 2004-03-21 Juanma Barranquero <lektu@terra.es>
17129
17130 * allout.el (allout-mode): Fix docstring.
17131
17132 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17133
17134 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17135
17136 * autorevert.el (auto-revert-interval): Make new value take
17137 effect immediately when set through Custom.
17138 (auto-revert-set-timer): Add interactive declaration.
17139
17140 2004-03-19 David Ponce <david@dponce.com>
17141
17142 * ruler-mode.el (ruler-mode-header-line-format-old):
17143 Don't `make-variable-buffer-local'.
17144 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17145 (ruler-mode-header-line-format): Simply funcall the above.
17146 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17147 to save/restore a previous header line format.
17148 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17149 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17150 fringes and margins width.
17151 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17152
17153 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17154
17155 * log-edit.el (log-edit-font-lock-keywords): Typo.
17156
17157 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17158 (tex-send-tex-command): Rather than here.
17159 (tex-compilation-parse-errors): Simplify.
17160
17161 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17162
17163 * time.el (display-time-string-forms): Add help-echo with date on time.
17164
17165 * composite.el (compose-region): Use restore-buffer-modified-p.
17166
17167 * disp-table.el (standard-display-8bit): Simplify.
17168
17169 * server.el (server-process-filter): Delete temp frame.
17170
17171 * add-log.el (add-change-log-entry): Simplify.
17172
17173 2004-03-19 Kim F. Storm <storm@cua.dk>
17174
17175 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17176 (hexl-follow-line): Don't require 'fringe.
17177
17178 * progmodes/compile.el (compilation-start): Always set
17179 compilation-last-buffer and return it.
17180
17181 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17182
17183 * simple.el (clone-buffer): Doc fix.
17184
17185 2004-03-18 Juanma Barranquero <lektu@terra.es>
17186
17187 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17188
17189 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17190
17191 * log-edit.el (log-edit-font-lock-keywords): New var.
17192 (log-edit-mode): Use it.
17193
17194 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17195
17196 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17197 properly for watching in speedbar.
17198
17199 2004-03-17 Masatake YAMATO <jet@gyve.org>
17200
17201 * smerge-mode.el (smerge-popup-context-menu):
17202 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17203
17204 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17205
17206 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17207 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17208 Take sealed revisions into account.
17209 (vc-arch-checkin): Extract a summary line from the message.
17210
17211 2004-03-16 Masatake YAMATO <jet@gyve.org>
17212
17213 * register.el (register): Provide `register' feature.
17214
17215 2004-03-15 Masatake YAMATO <jet@gyve.org>
17216
17217 Added context menu support in smerge mode.
17218 Most of the part is written by Stefan Monnier.
17219
17220 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17221 New keymap and menu.
17222 (smerge-text-properties): New function.
17223 (smerge-remove-props): New function.
17224 (smerge-popup-context-menu): New function.
17225 (smerge-resolve): Call `smerge-remove-props'.
17226 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17227 (smerge-keep-current): Ditto.
17228 (smerge-kill-current): New function.
17229 (smerge-match-conflict): Put text properties.
17230 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17231
17232 2004-03-15 David Ponce <david@dponce.com>
17233
17234 * ruler-mode.el (ruler-mode-left-fringe-cols)
17235 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17236 (ruler-mode-right-scroll-bar-cols): Remove.
17237 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17238 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17239 Use fringe-columns and scroll-bar-columns.
17240
17241 2004-03-15 Masatake YAMATO <jet@gyve.org>
17242
17243 * hl-line.el (hl-line-range-function): New variable.
17244 (hl-line-move): New function.
17245 (global-hl-line-highlight): Use `hl-line-move'.
17246 (hl-line-highlight): Ditto.
17247
17248 * scroll-bar.el (scroll-bar-columns):
17249 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17250
17251 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17252 (ruler-mode-left-fringe-cols)
17253 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17254 (ruler-mode-right-scroll-bar-cols)
17255 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17256 (ruler-mode-ruler-function): New variable.
17257 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17258 if the value for `ruler-mode-ruler-function'is given.
17259
17260 * hexl.el (hexl-mode-hook): Make the hook customizable.
17261 (hexl-address-area, hexl-ascii-area): New customize variables.
17262 (hexlify-buffer): Put font-lock-faces on the address area and
17263 the ascii area.
17264 (hexl-activate-ruler): New function.
17265 (hexl-follow-line): New function.
17266 (hexl-highlight-line-range): New function.
17267 (hexl-mode-ruler): New function.
17268
17269 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17270
17271 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17272 (vc-default-find-file-hook): New fun.
17273 (vc-find-file-hook): Call new find-file-hook operation.
17274
17275 * vc-arch.el: New file.
17276
17277 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17278
17279 * info-look.el (info-lookup): Reuse an existing Info window.
17280
17281 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17282
17283 * woman.el (woman-preserve-ascii): Default value changed to t and
17284 doc string revised.
17285
17286 2004-03-12 Richard M. Stallman <rms@gnu.org>
17287
17288 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17289 Fix minor bug.
17290
17291 * replace.el (occur-engine): Change message for count of matches.
17292
17293 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17294 For strings, do compare text properties.
17295
17296 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17297
17298 * progmodes/compile.el (compile-auto-highlight)
17299 (compilation-error-list, compilation-old-error-list)
17300 (compilation-parse-errors-function, compilation-parsing-end)
17301 (compilation-error-message, compilation-directory-stack)
17302 (compilation-enter-directory-regexp-alist)
17303 (compilation-leave-directory-regexp-alist)
17304 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17305 (compilation-current-file, compilation-regexps): Remove vars.
17306
17307 (compile-error-at-point, compilation-error-filedata)
17308 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17309 (compilation-next-error-locus, compilation-forget-errors)
17310 (count-regexp-groupings, compilation-parse-errors)
17311 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17312
17313 (compile-internal): Make obsolete.
17314
17315 (compilation-first-column, compilation-error)
17316 (compilation-directory-matcher, compilation-page-delimiter)
17317 (compilation-mode-font-lock-keywords, compilation-debug)
17318 (compilation-error-face, compilation-warning-face)
17319 (compilation-info-face, compilation-line-face)
17320 (compilation-column-face, compilation-enter-directory-face)
17321 (compilation-leave-directory-face, compilation-skip-threshold)
17322 (compilation-skip-visited, compilation-context-lines): New vars.
17323
17324 (compilation-warning-face, compilation-info-face)
17325 (compilation-message-face): New faces.
17326
17327 (compilation-error-regexp-alist-alist): New constant.
17328
17329 (compilation-face, compilation-directory-properties)
17330 (compilation-assq, compilation-error-properties, compilation-start)
17331 (define-compilation-mode, compilation-loop)
17332 (compilation-set-window): New functions.
17333
17334 (compile): Additional argument for interactive compiles like TeX.
17335
17336 * progmodes/grep.el (kill-grep): Move here from compile.el
17337 (grep-error, grep-hit-face, grep-error-face)
17338 (grep-mode-font-lock-keywords): New variables.
17339 (grep-regexp-alist): Simplify regexp and add `binary' case.
17340 (grep-mode): New mode.
17341 (grep-process-setup): Simplify.
17342
17343 2004-03-11 Jason Rumney <jasonr@gnu.org>
17344
17345 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17346 letters on DOS/Windows.
17347
17348 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17349
17350 * server.el (server-name): New var.
17351 (server-socket-dir): New var to replace server-socket-name.
17352 (server-start): Use them.
17353
17354 2004-03-11 Simon Josefsson <jas@extundo.com>
17355
17356 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17357 died to avoid infloop. Reported by Jonathan Glauner
17358 <jglauner@sbum.org>.
17359
17360 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17363 (smerge-mode-menu): Use it to deactivate menu entries.
17364 (smerge-keep-current): New fun.
17365 (smerge-keep-current): Use it.
17366
17367 2004-03-10 John Paul Wallington <jpw@gnu.org>
17368
17369 * foldout.el (foldout-fold-list, foldout-modeline-string):
17370 Declare them as variables, not constants.
17371
17372 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17373
17374 * ps-print.el: Modification to print *Messages* buffer.
17375 (ps-print-version): New version 6.6.4.
17376 (ps-message-log-max): New fun.
17377 (ps-spool-without-faces, ps-spool-with-faces)
17378 (ps-count-lines-preprint): Code fix.
17379
17380 * printing.el: New tips in Tips section.
17381
17382 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17383
17384 * delim-col.el: Doc fix.
17385
17386 * printing.el: Doc fix. New doc section (Tips).
17387
17388 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17389
17390 * type-break.el (type-break-emacs-variant): Remove.
17391 (type-break-run-at-time, type-break-cancel-function-timers):
17392 Use fboundp rather than version name and number.
17393
17394 2004-03-09 Masatake YAMATO <jet@gyve.org>
17395
17396 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17397 `make-variable-buffer-local'.
17398
17399 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17400
17401 * find-dired.el (find-dired): Call `shell-command' instead of
17402 `start-process-shell-command'. By this, Tramp takes over
17403 handling of remote directories.
17404
17405 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17406
17407 * newcomment.el (comment-use-global-state): New var.
17408 (comment-search-forward): Use it.
17409
17410 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17411
17412 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17413
17414 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17415 (enable-kinsoku): Make it a defcustom.
17416 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17417 paragraph to same-comment-start-marker.
17418
17419 2004-03-07 Dave Love <fx@gnu.org>
17420
17421 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17422 (browse-url-mail): Use it.
17423
17424 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17425 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17426
17427 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17428
17429 * woman.el (woman-man.conf-path): Doc fix.
17430 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17431
17432 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17433
17434 * sort.el (sort-columns): Remove ms-dos from the list of systems
17435 where the external `sort' command is not used.
17436
17437 2004-03-07 Kim F. Storm <storm@cua.dk>
17438
17439 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17440 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17441 from overlay-arrow-variable-list.
17442 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17443
17444 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17445
17446 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17447 overlay arrow string properly for the assembler buffer.
17448
17449 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17450
17451 * mail/sendmail.el (mail-mode): Fix last change.
17452
17453 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17454
17455 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17456 for the assembler buffer.
17457 (gdb-assembler-custom): Position the overlay arrow.
17458 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17459
17460 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17461
17462 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17463
17464 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17465 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17466
17467 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17468
17469 * newcomment.el (uncomment-region): Allow non-terminated comment.
17470 (comment-normalize-vars): Check the user-specified comstart marker.
17471
17472 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17473
17474 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17475 Otherwise, do use it if the region only contains font-lock text
17476 properties.
17477
17478 2004-03-04 Masatake YAMATO <jet@gyve.org>
17479
17480 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17481 as the callback function for eldoc.
17482 (hexl-print-current-point-info): New function.
17483 (hexl-current-address): Print the address in both decimal
17484 and hexadecimal format.
17485
17486 2004-03-04 Richard M. Stallman <rms@gnu.org>
17487
17488 * mail/rmail.el (rmail-convert-to-babyl-format):
17489 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17490
17491 * mail/mail-utils.el (mail-unquote-printable-region):
17492 New arg UNIBYTE.
17493
17494 * startup.el (command-switch-alist): Doc fix.
17495
17496 * simple.el (undo): Temporarily set this-command to `undo-start',
17497 then set it to `undo' once undo-start returns without error.
17498
17499 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17500
17501 * simple.el (kill-line): Don't disregard trailing whitespace
17502 in eol condition, if show-trailing-whitespace is set.
17503
17504 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17505 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17506 When disabling, restore old values only if mouse-sel-has-been-enabled.
17507
17508 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17509 (isearch-{-char): New function.
17510 (isearch-mode-map): Bind { to isearch-{-char.
17511
17512 * font-lock.el (lisp-font-lock-keywords-2):
17513 Turn off the CL with-... and do-... general patterns.
17514 Instead, recognize several specific with... and do... constructs.
17515
17516 * files.el (switch-to-buffer-other-window):
17517 Bind same-window-buffer-names and same-window-regexps to nil.
17518 (switch-to-buffer-other-frame): Likewise.
17519
17520 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17521
17522 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17523 recognizing leading comment on code line.
17524
17525 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17526
17527 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17528 hidden files/directories.
17529
17530 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17531
17532 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17533 only comment-start (in case the mode hasn't set it).
17534
17535 * Makefile.in (AUTOGENEL): New var.
17536 (bootstrap-prepare): Rename from bootstrap-clean.
17537 Don't remove elc files.
17538 (maintainer-clean): New target.
17539
17540 * xml.el (xml-get-attribute-or-nil): Simplify.
17541
17542 2004-03-02 Juri Linkov <juri@jurta.org>
17543
17544 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17545 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17546 URL to prevent their substitution with the environment variable
17547 values by browsers.
17548
17549 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17550
17551 * ps-print.el: Doc fix.
17552 (ps-print-version): New version number (6.6.3).
17553 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17554 Docstring fix.
17555 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17556 before printing.
17557 (ps-time-stamp-yyyy-mm-dd): New fun.
17558 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17559
17560 2004-03-02 Kim F. Storm <storm@cua.dk>
17561
17562 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17563
17564 2004-03-01 Juanma Barranquero <lektu@terra.es>
17565
17566 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17567
17568 * desktop.el (desktop-file-version)
17569 (desktop-after-read-hook): Fix typos.
17570 (desktop-clear-preserve-buffers): Remove redundant info in
17571 docstring already shown by the obsolescence message.
17572 (desktop-truncate, desktop-internal-v2s)
17573 (desktop-value-to-string): Change argument name to match docstring.
17574
17575 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17576
17577 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17578 docstring.
17579
17580 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17581
17582 * printing.el: Replace "As Is..." in PostScript file print/preview by
17583 "No Preprocessing...". Suggested by Colin Marquardt
17584 <_marquardt_@zmd.de>.
17585 (pr-insert-section-4): Adjust buffer interface.
17586
17587 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17588
17589 Version 2.0.39 of Tramp released.
17590
17591 * net/tramp.el (tramp-handle-file-local-copy)
17592 (tramp-handle-write-region, tramp-open-connection-rsh):
17593 Variable name typo. Small change. From Patrick Tullmann
17594 <tullmann@flux.utah.edu>.
17595 (tramp-process-connection-type): New variable.
17596 (tramp-maybe-open-connection): Use it.
17597 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17598 (tramp-touch): Set last-modified time of a remote file.
17599 (tramp-handle-write-region): Say which function is used when encoding.
17600
17601 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17602
17603 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17604 case of non-existing filename, too. Reported by Christoph Bauer
17605 <c_bauer@informatik.uni-kl.de>.
17606 (tramp-smb-get-file-entries): The directory in question should
17607 have permissions "drwxrwxrwx". Just virtual, because we don't
17608 know the real permissions. Don't we know?
17609 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17610 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17611 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17612 output. If it was received chunkwise, there have been problems.
17613 Remove the "prompt not found" error message; it is obvious.
17614 Simplify algorithm.
17615 (tramp-smb-process-running): Remove. Since we acknowledge the
17616 virtual prompt for shares, there's no need for distinction of
17617 reading shares (process ends afterwards) and interactive mode of
17618 smblient.
17619 (tramp-smb-open-connection): Setting process sentinel removed.
17620 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17621 "NT_STATUS_NETWORK_ACCESS_DENIED".
17622 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17623 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17624 (top-level): Setting default value in `tramp-default-method-alist'
17625 corrected. Order of USER and HOST have been wrong.
17626 Nobody complained for months ...
17627 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17628 (tramp-smb-open-connection): Clear password cache if login has failed.
17629
17630 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17631 `tramp-unified-filenames'.
17632 (tramp-completion-mode): Make test for XEmacs explicitely.
17633 `event-to-character' can exists in Emacs packages too.
17634 Reported by Matt Swift <swift@alum.mit.edu>.
17635 (tramp-buffer-name): Buffer name must contain the user if exists.
17636 Reported by Adrian Phillips <a.phillips@met.no>.
17637 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17638 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17639 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17640 `tramp-do-copy-or-rename-file-one-local', because it handles also
17641 the case both files use the same out-of-band method.
17642 Implementation added.
17643 (tramp-handle-file-local-copy, tramp-handle-write-region):
17644 Out-of-band handling removed. `copy-file' called instead, which
17645 calls `tramp-do-copy-or-rename-file-out-of-band'.
17646 (tramp-action-password): Check for out-of-band method removed.
17647 This function is used for 'login-program.
17648 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17649 appropriate.
17650 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17651 and `tramp-parse-sknownhosts'.
17652 (tramp-completion-function-alist): It's a defvar now, because we
17653 want to apply the optimized `tramp-set-completion-function'
17654 instead of a static list.
17655 (tramp-set-completion-function): Implementation tuned.
17656 Avoid double entries, and entries where the function or the
17657 file/directory doesn't exist.
17658 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17659 for SSH2.
17660 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17661 (tramp-handle-dired-compress-file): New function.
17662 (tramp-async-proc): New variable.
17663 (tramp-handle-shell-command): Adding asynchronous processes.
17664 They are far from being perfect, but it works at least for
17665 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17666 (top-level): Require password.el if visible. Should be mandatory
17667 once No Gnus has found its way into (X)Emacs.
17668 (tramp-read-passwd): Invoke `password-read' if available,
17669 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17670 fallback any longer.
17671 (tramp-clear-passwd): New function.
17672 (tramp-process-actions, tramp-process-multi-actions):
17673 Clear password cache if login has failed.
17674
17675 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17676 its own module.
17677 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17678 `ange-ftp-ftp-name-res'. There could be incorrect values from
17679 previous calls in case the "ftp" method is used in the Tramp file
17680 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17681
17682 2004-02-28 Richard M. Stallman <rms@gnu.org>
17683
17684 * term.el (term-mouse-paste): Call mouse-set-point.
17685
17686 * thumbs.el: New file.
17687
17688 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17689
17690 * progmodes/ebnf-abn.el: Doc fix.
17691
17692 * progmodes/ebnf-bnf.el: Doc fix.
17693 (ebnf-repeat): Code fix.
17694
17695 * progmodes/ebnf2ps.el: Doc fix.
17696 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17697
17698 2004-02-28 Juri Linkov <juri@jurta.org>
17699
17700 * ffap.el (dired-at-point): Additional writability test for
17701 relative directory names.
17702 (dired-at-point-prompter): Treat directories as a directory, get
17703 the directory component from files.
17704 (ffap-string-at-point): Return string from region if region is active.
17705 (ffap-file-at-point): Remove redundant code.
17706
17707 2004-02-28 Kim F. Storm <storm@cua.dk>
17708
17709 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17710 Initialize margin area images to nil.
17711 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17712 (breakpoint-enabled-bitmap-face)
17713 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17714 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17715 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17716 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17717 (gdb-reset): Use gdb-remove-breakpoint-icons.
17718 (gdb-put-string): Add dprop arg to specify alternative display
17719 property (for setting fringe bitmap).
17720 (gdb-remove-strings): Doc fix.
17721 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17722 icon in fringe (if available), or else as icon or text in display
17723 margin. Creates necessary icons in breakpoint-bitmap,
17724 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17725 Also make left window margin if required.
17726 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17727 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17728 no longer needed.
17729 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17730 gdb-put-breakpoint-icon.
17731 (gdb-assembler-mode): Don't set left-margin-width here.
17732
17733 2004-02-27 Kevin Ryde <user42@zip.com.au>
17734
17735 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17736 comma, so that it DTRT in macros.
17737
17738 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17739
17740 * progmodes/sh-script.el (sh-shell-arg)
17741 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17742 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17743
17744 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17745
17746 * faces.el (face-spec-set-match-display): Add a new attribute,
17747 `min-colors'.
17748 (region, highlight, secondary-selection): Use `min-colors'.
17749
17750 * custom.el (defface): Add documentation for `min-colors'.
17751
17752 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17753 (font-lock-keyword-face, font-lock-function-name-face)
17754 (font-lock-variable-name-face, font-lock-constant-face):
17755 Use `min-colors'.
17756
17757 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17758
17759 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17760
17761 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17762 define assq-delete-all if it's not defined.
17763 (ebnf-generate-region): Code fix.
17764
17765 * printing.el: Doc fix.
17766 (pr-version): New version number (6.7.2).
17767 (pr-command): Return empty string if command is an empty string.
17768
17769 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17770
17771 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17772
17773 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17774 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17775 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17776 "tt" ["test"] ). Reported by Markus Dreyer
17777 <mdreyer@ix.urz.uni-heidelberg.de>.
17778 (ebnf-version): New version number (4.0).
17779 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17780 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17781 (ebnf-delete-style): New commands.
17782 (ebnf-directory, ebnf-file): New funs.
17783 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17784 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17785 (ebnf-syntax-alist): New var.
17786 (ebnf-element-width): New fun replacing ebnf-list-width.
17787 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17788 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17789 (ebnf-prologue): Adjust vars.
17790 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17791 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17792 (ebnf-check-style-values, ebnf-generate-production)
17793 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17794 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17795 (ebnf-token-repeat): Code fix.
17796
17797 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17798 %right, %left and %prec. Suggested by Matthew K. Junker
17799 <junker@alum.mit.edu>.
17800 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17801
17802 * progmodes/ebnf-iso.el: Doc fix.
17803 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17804 (ebnf-iso-lex): Code fix.
17805
17806 * progmodes/ebnf-bnf.el: Doc fix.
17807 (ebnf-bnf-lex): Code fix.
17808
17809 * progmodes/ebnf-otz.el: Doc fix.
17810
17811 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17812
17813 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17814 (abbrev-prefix-mark): Doc fix.
17815
17816 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17817
17818 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17819 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17820 (gdb-var-delete): Make interactive (really).
17821 (gdb-edit-value): Make non-interactive.
17822
17823 * progmodes/gud.el (gud-speedbar-menu-items):
17824 Add gdb-var-delete and, indirectly, gdb-edit-value.
17825 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17826 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17827 (gud-gdb-marker-filter): Add comment for annotations.
17828
17829 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17830
17831 * calendar/calendar.el (generate-calendar)
17832 (calendar-read-date): Prevent display of BC calendars once more -
17833 reverts 2003-10-01 change.
17834 (generate-calendar-month): Doc fix.
17835
17836 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17837
17838 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17839 return value of increment-calendar-month.
17840
17841 2004-02-21 Stephen Compall <s11@member.fsf.org>
17842
17843 * saveplace.el (save-place-forget-unreadable-files)
17844 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17845 (save-place-forget-unreadable-files): New function.
17846 (save-place-alist-to-file): Use it to filter out files that are
17847 no longer readable.
17848
17849 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17850 current Texinfo environment, using the same method as in
17851 `texinfo-insert-@end', and insert a space rather than a newline if
17852 point in a @table environment.
17853
17854 2004-02-21 Juri Linkov <juri@jurta.org>
17855
17856 * ffap.el (ffap-file-at-point): Try parent directories.
17857
17858 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17859
17860 * vcursor.el (vcursor-modifiers): New defcustom.
17861 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17862 hard-coded list.
17863
17864 2004-02-21 Masatake YAMATO <jet@gyve.org>
17865
17866 * play/animate.el (animate-birthday-present): Accept names other
17867 than `Sarah', too.
17868
17869 2004-02-21 Juri Linkov <juri@jurta.org>
17870
17871 * startup.el: Remove table of command line arguments from the
17872 Commentary section.
17873
17874 2004-02-20 John Wiegley <johnw@newartisans.com>
17875
17876 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17877 again" modifier from 'e' to 'E', since 'e' is also used by the
17878 "file extension" modifier.
17879
17880 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17881
17882 * help-fns.el (describe-categories): Doc fix.
17883
17884 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17885
17886 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17887 temporary file for buffer already visiting one. This change makes
17888 output likely to be directly usable by patch program.
17889 Suggested by Adrian Aichner <adrian@xemacs.org>
17890
17891 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17892
17893 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17894 case of variables defined in compound statements.
17895 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17896 Simplify constructions using switch-to-buffer.
17897
17898 2004-02-19 Simon Josefsson <jas@extundo.com>
17899
17900 * play/morse.el: Fix typo.
17901 (morse-code): Add @.
17902
17903 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17904
17905 * calendar/appt.el (appt-display-format): Change default to
17906 'ignore, for backwards compatibility.
17907 (appt-display-message): If appt-display-format is 'ignore,
17908 respect old vars appt-msg-window and appt-visible.
17909 (appt-activate): Don't depend on return value of cancel-timer.
17910
17911 * calendar/calendar.el (calendar-holidays): Doc fix.
17912
17913 * calendar/cal-coptic.el (coptic-prompt-for-date):
17914 Use assoc-string instead of assoc-ignore-case.
17915 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17916 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17917 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17918 * calendar/cal-islam.el (calendar-goto-islamic-date)
17919 (mark-islamic-diary-entries): Ditto.
17920 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17921 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17922 (calendar-read-mayan-tzolkin-date): Ditto.
17923 * calendar/calendar.el (calendar-read-date): Ditto.
17924 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17925
17926 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17927
17928 * progmodes/executable.el (executable-command-find-posix-p):
17929 Fix choice of the directory.
17930
17931 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17932
17933 * simple.el (interprogram-cut-function)
17934 (interprogram-paste-function, kill-new, kill-append):
17935 Doc fixes.
17936 (kill-region): Make it return nil. Doc fix.
17937 (yank-pop): Make its argument optional.
17938 (yank): Make ARG `-' equivalent to `-1'.
17939
17940 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17941
17942 * mail/rmail.el (rmail-get-new-mail): Don't reference
17943 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17944
17945 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17946
17947 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17948 if one of global-auto-revert-non-file-buffers or autorevert-mode
17949 is non-nil.
17950
17951 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17952
17953 * subr.el (delete-dups): A better implementation from Karl Heuer
17954 <kwzh@gnu.org>.
17955
17956 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17957
17958 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17959 correct place.
17960 * progmodes/icon.el (icon-indent-command): Ditto.
17961 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17962
17963 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17964
17965 * progmodes/grep.el (grep-compute-defaults): Undo change from
17966 2004-01-29: don't use executable-command-find-posix-p.
17967
17968 2004-02-16 Richard Sharman <rsharman@pobox.com>
17969
17970 * hilit-chg.el: Use require instead of eval-and-compile.
17971 (highlight-compare-buffers): New function.
17972
17973 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17974
17975 * man.el (Man-fontify-manpage): Render section headings in
17976 `Man-overstrike-face' even when overstrike was not used by man
17977 formatter for section headings.
17978
17979 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17980
17981 * rmail-spam-filter.el (vm-use-spam-filter)
17982 (rsf-min-region-length-added-to-spam-list): New variables.
17983 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17984 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17985 spam testing. Don't delete spam message if automatic deletion
17986 after output via variable rmail-delete-after-output is turned on.
17987 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17988 rsf-bbdb-dont-create-entries-for-spam.
17989 (check-field): New function, extracted from code in
17990 rmail-spam-filter to ease addition of header fields like content-type.
17991 (message-content-type): New variable to check the content-type:
17992 field added, also in defcustom of rsf-definitions-alist.
17993 (rmail-spam-filter): Replace repeated test code for header fields
17994 by calls to check-field; change the call to
17995 rmail-output-to-rmail-file such that rmail-current-message stays
17996 the same to avoid wrong deletion of unseen flags.
17997 (rsf-add-contents-type): New function to convert old format
17998 of rmail-spam-definitions-alist into new one.
17999 Change prefixes of all variables and functions from
18000 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18001
18002 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18003
18004 * loadhist.el (unload-hook-features-list): New defvar.
18005
18006 2004-02-16 Dave Love <fx@gnu.org>
18007
18008 * loadhist.el (unload-feature): Doc fix. Rename flist to
18009 unload-hook-features-list.
18010
18011 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18012
18013 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18014 cookie. Don't check if we are looking-at open-formula.
18015
18016 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18017
18018 * subr.el (match-string-no-properties): Use substring-no-properties.
18019
18020 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18021
18022 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18023 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18024 Use lower-case "rx" in all error message.
18025
18026 2004-02-16 Dave Love <fx@gnu.org>
18027
18028 * emacs-lisp/rx.el (rx-or): Put group around result.
18029 (rx-constituents): Add backref.
18030 (rx-syntax): Add string-delimiter, comment-delimiter.
18031 (rx-categories): Add combining-diacritic.
18032 (rx-check-not, rx-greedy, rx): Doc fix.
18033 (rx-backref, rx-check-backref): New.
18034
18035 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18036
18037 * newcomment.el (uncomment-region): Allow eob as comment end.
18038
18039 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18040
18041 * filecache.el: All message and error commands now use prefix
18042 "Filecache:" to make it easy to read *Messages* buffer.
18043
18044 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18045
18046 * autorevert.el: Add support to detect changed dired and VC buffers.
18047 (auto-revert-active-p, auto-revert-list-diff)
18048 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18049 (auto-revert-handler, auto-revert-active-p): New functions.
18050 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18051 and `auto-revert-active-p'.
18052 (eval-when-compile): Defvar dired-directory and vc-mode.
18053 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18054 (auto-revert-handler-vc): New functions.
18055
18056 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18057
18058 * progmodes/compile.el (compilation-directory): New defvar.
18059 (compile): Save current directory in compilation-directory.
18060 (recompile): Bind default-directory to compilation-directory if
18061 that is non-nil.
18062
18063 2004-02-16 Dave Love <fx@gnu.org>
18064
18065 * newcomment.el (comment-insert-comment-function)
18066 (comment-region-function, uncomment-region-function): New.
18067 (comment-indent): Use comment-insert-comment-function.
18068 (uncomment-region): Use uncomment-region-function.
18069 (comment-region): Use comment-region-function.
18070
18071 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18072
18073 2004-02-16 Richard Stallman <rms@gnu.org>
18074
18075 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18076 loaddefs* and ldefs-boot*.
18077
18078 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18079
18080 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18081 and email address at the beginning and end of the address.
18082
18083 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18084 anchored at the beginning of the email address.
18085
18086 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18087
18088 * international/ccl.el (ccl-compile-write): Pass `left' to
18089 ccl-embed-code to generate correct code of write-expr-register.
18090
18091 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18092
18093 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18094
18095 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18096
18097 * x-dnd.el: Mention support for Motif in commentary.
18098 (x-dnd-handle-drag-n-drop-event): Ditto.
18099
18100 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18101
18102 * ses.el: Use "ses--" prefixes for buffer-local variables.
18103 Use (point-min) instead of 1, even when we know the buffer
18104 is unnarrowed.
18105 (ses-build-load-map): Delete. Distribute its content to defconst's for
18106 the three maps.
18107 (ses-menu, ses-header-line-menu): New menus.
18108 (ses-mode-map): Use them.
18109 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18110
18111 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18112
18113 * Makefile.in: Fix the CC Mode recompile kludge so it works
18114 when building in a different directory.
18115
18116 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18117
18118 * simple.el (kill-new): Put yank-handler property on the entire string.
18119
18120 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18121
18122 * diff.el: Don't use compile any more, use diff-mode instead.
18123 (diff-regexp-alist, diff-old-file, diff-new-file)
18124 (diff-parse-differences, diff-process-setup): Remove.
18125 (diff-sentinel): New fun.
18126 (diff): Use it. Run the process ourselves.
18127 Use diff-mode for the rest of the processing.
18128
18129 * diff.el (diff): Simplify code handling `switch'.
18130
18131 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18132
18133 * pcvs-defs.el (cvs-menu): Add `tag'.
18134
18135 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18136
18137 * simple.el (kill-append): Doc fix.
18138
18139 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18140 Adapt outline-regexp to the new conventions for commenting out code.
18141
18142 2004-02-11 John Paul Wallington <jpw@gnu.org>
18143
18144 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18145
18146 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * diff.el (diff-switches): New fun.
18149 (diff, diff-backup): Use it.
18150 (diff): Clean up the args construction. Use backquote.
18151 Use listp instead of consp to avoid putting a nil arg.
18152 (diff): Add a revert-buffer function.
18153
18154 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18155
18156 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18157 handled by x-dnd-handle-file-name.
18158 (x-dnd-known-types): Add COMPOUND_TEXT.
18159 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18160 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18161 x-dnd-empty-state.
18162 (x-dnd-forget-drop): Ditto.
18163 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18164 (x-dnd-handle-one-url): Return private when inserting text.
18165 (x-dnd-insert-ctext): New function.
18166 (x-dnd-handle-file-name): New function for FILE_NAME.
18167 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18168 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18169 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18170
18171 2004-02-10 Kenichi Handa <handa@m17n.org>
18172
18173 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18174 instead of while loop.
18175
18176 2004-02-10 Miles Bader <miles@gnu.org>
18177
18178 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18179
18180 2004-02-09 Kenichi Handa <handa@m17n.org>
18181
18182 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18183 have end-of-line.
18184
18185 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18186
18187 * Makefile.in: Added extra dependencies in the recompile target
18188 needed to cope with the compile time macro expansions in CC Mode.
18189
18190 2004-02-09 Kim F. Storm <storm@cua.dk>
18191
18192 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18193 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18194 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18195 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18196 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18197 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18198 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18199 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18200 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18201 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18202 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18203
18204 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18205
18206 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18207 Don't allow shrink if there's a window on our right.
18208
18209 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18210 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18211 Bring together declaration and initialization.
18212 (prolog-mode-variables): Don't set the syntax table.
18213 Don't set paragraph-start and comment-indent-function.
18214 Add /*..*/ to the comment regexps.
18215 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18216 (prolog-mode-map): Don't bind TAB.
18217 (prolog-mode): Set the syntax table.
18218 (prolog-comment-indent): Remove.
18219 (inferior-prolog-mode-map): Initialize in the declaration.
18220 (inferior-prolog-mode-syntax-table)
18221 (inferior-prolog-mode-abbrev-table): New vars.
18222 (inferior-prolog-mode): Derive from comint-mode.
18223 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18224 minibuffer windows.
18225
18226 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18227 in file names, as long as it is unabmiguous.
18228
18229 2004-02-08 Andreas Schwab <schwab@suse.de>
18230
18231 * textmodes/reftex-toc.el
18232 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18233 format. Doc fix.
18234
18235 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18236 format string arguments.
18237
18238 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18239 string argument.
18240
18241 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18242
18243 * play/zone.el (zone-call): Fix format string.
18244
18245 * net/webjump.el (webjump-builtin): Add missing format string argument.
18246
18247 * midnight.el (midnight-delay-set): Remove extra format string argument.
18248
18249 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18250
18251 * hexl.el (hexl-insert-char): Add missing format string argument.
18252
18253 * format.el (format-decode): Fix format string.
18254
18255 * emulation/vi.el (vi-mode): Remove extra format string argument.
18256 (vi-repeat-last-search): Likewise.
18257 (vi-reverse-last-search): Likewise.
18258 (vi-goto-mark): Likewise.
18259 (vi-reverse-last-find-char): Likewise.
18260 (vi-repeat-last-find-char): Likewise.
18261 (vi-locate-def): Likewise.
18262
18263 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18264
18265 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18266 string argument.
18267 (ediff-toggle-regexp-match): Likewise.
18268
18269 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18270 format string argument.
18271
18272 * calc/calc-map.el (calc-get-operator): Remove extra format
18273 string argument.
18274
18275 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18276
18277 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18278 string argument.
18279
18280 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18281
18282 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18283
18284 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18285
18286 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18287 (cl-struct-setf-expander): Likewise.
18288
18289 * vc.el (with-vc-file): Fix unsafe uses of error.
18290 (vc-cancel-version): Likewise.
18291
18292 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18293
18294 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18295 thousands separator; fixes <class>:<line-number> regexp for
18296 non-english locales.
18297
18298 2004-02-08 Andreas Schwab <schwab@suse.de>
18299
18300 * view.el (view-mode-enable): Revert previous change.
18301
18302 2004-02-07 Kim F. Storm <storm@cua.dk>
18303
18304 * simple.el (line-number-at-pos): Rename from line-at-pos.
18305 Uses changed (what-line and vc-annotate-warp-version).
18306
18307 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18308
18309 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18310 (diff-mode): Remove aborted attempt at support for compile.el.
18311 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18312
18313 2004-02-06 Andreas Schwab <schwab@suse.de>
18314
18315 * view.el (view-mode-enable): Add view-mode-map to
18316 minor-mode-overriding-map-alist.
18317
18318 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18319
18320 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18321
18322 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18323
18324 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18325 with point inside rather than after the paragraph.
18326
18327 2004-02-04 Sam Steingold <sds@gnu.org>
18328
18329 * mail/smtpmail.el (smtpmail-try-auth-methods):
18330 Do not try authentication when no mechanism is available.
18331 Pass port-name as defaultport to `netrc-machine'.
18332
18333 2004-02-04 Stephen Eglen <stephen@gnu.org>
18334
18335 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18336 to show how minibuffer height can be constrained.
18337
18338 2004-02-04 John Paul Wallington <jpw@gnu.org>
18339
18340 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18341
18342 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18343
18344 * x-dnd.el: New file for drag and drop.
18345
18346 * term/x-win.el: require x-dnd, set after-make-frame-functions
18347 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18348 drag-n-drop event.
18349
18350 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18351 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18352 (dired-dnd-handle-file): New functions for drag and drop support.
18353 (dired-mode): Initialize drag and drop if x-dnd present.
18354
18355 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18356
18357 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18358 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18359 (cperl-mode): Set fill-paragraph-function.
18360 (cperl-fill-paragraph): Make it non-interactive.
18361
18362 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18363
18364 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18365
18366 2004-02-02 David Kastrup <dak@gnu.org>
18367
18368 * replace.el (perform-replace): Allow 'literal argument in
18369 regexp-flag to indicate literal replacement.
18370 (query-replace-regexp-eval): Use it.
18371
18372 2004-02-01 Andreas Schwab <schwab@suse.de>
18373
18374 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18375
18376 2004-02-01 Stephen Eglen <stephen@gnu.org>
18377
18378 * info-look.el: Add support for maxima-mode. Update commentary
18379 because info-lookup-symbol is now bound to C-h S.
18380
18381 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18382
18383 * simple.el (edit-and-eval-command): Bind print-level and
18384 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18385 Correct initial position in command-history.
18386
18387 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18388
18389 * files.el (read-directory-name): Adapt the docstring to recent
18390 change in Fread_file_name.
18391
18392 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18393
18394 * ses.el (ses-print-cell): If print format too wide for column
18395 width, truncate decimal places if that helps to avoid "#####" fill.
18396 * ses.el (ses-initial-column-width): Revert previous change.
18397
18398 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18399
18400 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18401 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18402 Add edebug info.
18403 (jit-lock-mode): Setup/cancel the new timer.
18404 (jit-lock-context-fontify): New fun. Extracted from
18405 context fontification code of jit-lock-stealth-fontify.
18406 (jit-lock-stealth-fontify): Don't do context fontification any more.
18407
18408 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18409 (jit-lock-fontify-now): Handle the `quit' case.
18410 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18411
18412 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18413
18414 * progmodes/executable.el (executable-command-find-posix-p):
18415 New. Check if find handles arguments Posix-style.
18416
18417 * progmodes/grep.el (grep-compute-defaults):
18418 Use executable-command-find-posix-p.
18419 (grep-find): Check `grep-find-command'.
18420
18421 * filecache.el (file-cache-find-posix-p): Delete.
18422 (file-cache-add-directory-using-find):
18423 Use `executable-command-find-posix-p'.
18424
18425 2004-01-29 Dave Love <fx@gnu.org>
18426
18427 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18428 Iterate the hook function if arg is given.
18429 (mark-defun, narrow-to-defun): Change order of finding the limits.
18430
18431 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18432 (byte-compile-format-warn): New.
18433 (byte-compile-callargs-warn): Use it.
18434 (Format, message, error): Add byte-compile-format-like property.
18435 (byte-compile-maybe-guarded): New.
18436 (byte-compile-if, byte-compile-cond): Use it.
18437 (byte-compile-lambda): Compile interactive forms,
18438 just to make warnings about them.
18439
18440 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18441
18442 * ses.el (ses-initial-column-width): Increase to 14, so it will
18443 work well with the default printer of "%.7g" for extreme values
18444 like "-1.234567e+07".
18445
18446 2004-01-29 Kenichi Handa <handa@m17n.org>
18447
18448 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18449
18450 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18451
18452 * dos-w32.el: Added support for the `default-printer-name' function.
18453
18454 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18455
18456 * server.el (server-socket-name): Don't use the hostname in the
18457 socket name since /tmp is local to the host anyway.
18458
18459 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18460 robust check of widening and fix var-naming.
18461
18462 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18463
18464 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18465 or rmail-spam- to rsf- in all function and variable names.
18466 (rsf-min-region-to-spam-list): New variable.
18467 (rsf-bbdb-auto-delete-spam-entries): Rename from
18468 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18469 scanned together with the recipients field for spam testing; Don't
18470 delete spam message if rmail-delete-after-output is non-nil;
18471 (rsf-check-field): New function, extracted from code in
18472 rmail-spam-filter to ease addition of header fields like
18473 content-type:;
18474 (message-content-type): New variable. The content-type: field was
18475 added also in defcustom of rsf-definitions-alist;
18476 (rmail-spam-filter): Replace repeated test code for header fields
18477 by calls to check-field; change the call to
18478 rmail-output-to-rmail-file such that rmail-current-message stays
18479 the same to avoid wrong deletion of unseen flags.
18480 (rmail-use-spam-filter): Add autoload cookie.
18481
18482 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18483
18484 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18485 (file-cache-add-directory-using-find): Add Cygwin support.
18486 (file-cache-find-command-posix-flag): New user variable.
18487
18488 * filecache.el (file-cache-add-directory): Check for
18489 directories an remove them from dir-files.
18490
18491 2004-01-27 Richard M. Stallman <rms@gnu.org>
18492
18493 * man.el (Man-fontify-manpage): Clean up message.
18494
18495 2004-01-27 Kenichi Handa <handa@m17n.org>
18496
18497 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18498 (sentence-end): Define using sentence-end-without-space.
18499
18500 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18501 a sentence ends with one of a character in sentence-end-without-space.
18502
18503 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18504
18505 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18506 (jit-lock): Group declaration moved to jit-lock.el.
18507 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18508 when necessary.
18509
18510 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18511 (jit-lock-context-unfontify-pos): Rename from
18512 jit-lock-first-unfontify-pos.
18513 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18514
18515 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18516
18517 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18518 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18519 (fortran-fill): When filling a string, adjust re-search-backward
18520 argument for special case of string just on fill-column.
18521 When filling non-string, allow one extra char if
18522 fortran-break-before-delimiters is non-nil.
18523 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18524 Use fortran-break-delimiters-re and fortran-no-break-re to
18525 correctly handle cases such as "**".
18526
18527 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18528 (f90-no-break-re): Add some extra tokens. Doc fix.
18529
18530 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18531
18532 * mail/rmail-spam-filter.el:
18533 Use two semicolons as Commentary line prefix.
18534 Add ";;; Code:" stylized comment.
18535 Delete end-of-line whitespace.
18536 Wrap (require 'cl) with `eval-when-compile'.
18537
18538 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18539
18540 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18541 at the top level of vc.el.
18542
18543 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18544
18545 * vc.el (vc-current-line): Function removed. This is now done by
18546 the new function line-at-pos in simple.el.
18547 (vc-annotate-warp-version): Use line-at-pos instead of
18548 vc-current-line.
18549
18550 2004-01-22 Kim F. Storm <storm@cua.dk>
18551
18552 * simple.el (line-at-pos): New defun.
18553 (what-line): Use it. Optimize by only counting lines in narrowed
18554 region once.
18555
18556 2004-01-22 Kenichi Handa <handa@m17n.org>
18557
18558 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18559 point (register r1) only for charset mule-unicode-0100-24ff.
18560
18561 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18562
18563 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18564 trailing white space and ensure a final newline.
18565
18566 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18567 Add autoload cookie.
18568
18569 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18570
18571 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18572 activate view-mode explicitly.
18573
18574 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18575
18576 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18577 menu-bar-enable-clipboard and make Paste use clipboard first.
18578
18579 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18580
18581 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18582 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18583 (vc-mcvs-cvs): Remove.
18584 (vc-mcvs-command): Remove use of assert.
18585
18586 * outline.el (outline-insert-heading): Tighten up match.
18587 (outline-demote, outline-move-subtree-down): Don't assume anything
18588 about outline-regexp.
18589
18590 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18591 (texinfo-show-structure): Explicitly add ^, and simplify.
18592
18593 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18594
18595 * calendar/appt.el (appt-check): Restore usage of
18596 appt-issue-message deleted in previous change.
18597 (top-level): Activate package when loaded (needed for backwards
18598 compatibility).
18599
18600 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18601
18602 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18603 following previous change to smtpmail-send-data.
18604
18605 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18606
18607 * vc.el (vc-default-previous-version): Doc enhancement.
18608 (vc-default-next-version): New function.
18609 (vc-print-log): New arg FOCUS-REV.
18610 (vc-annotate-mode): Derive from view-mode.
18611 (vc-annotate): New args REVISION, DISPLAY-MODE.
18612 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18613 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18614 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18615 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18616 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18617
18618 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18619
18620 2004-01-19 Karl Berry <karl@gnu.org>
18621
18622 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18623 or "TexInfo".
18624
18625 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18626
18627 * subr.el (delete-dups): New function.
18628
18629 2004-01-19 Karl Berry <karl@gnu.org>
18630
18631 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18632 with ^, since that's what texinfo-show-structure
18633 documentation says (plus it works much better in texinfo.txi).
18634
18635 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18636
18637 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18638
18639 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18640
18641 * progmodes/which-func.el (which-function-mode): Don't cancel
18642 which-func-update-timer if not set.
18643
18644 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18645
18646 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18647 Remove spurious left square bracket in XX:XXam regexp.
18648
18649 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18650
18651 * progmodes/cc-defs.el: Do not require cl at run time.
18652
18653 2004-01-16 Richard M. Stallman <rms@gnu.org>
18654
18655 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18656 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18657
18658 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18659 Call rmail-spam-filter. Delete and expunge spam.
18660 Print number of spam messages deleted.
18661 Save and restore the deletion status of old messages when reading
18662 new mail with spam filter, so that expunging spam does not expunge
18663 msgs deleted by the user.
18664 (rmail-only-expunge): Add an optional argument dont-show to
18665 prevent showing message after expunge.
18666
18667 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18668
18669 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18670 * subr.el (declare): New macro.
18671
18672 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18673
18674 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18675
18676 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18677
18678 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18679 Test window-system rather than system-type (for X11/Mac).
18680
18681 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18682
18683 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18684
18685 2004-01-12 Richard M. Stallman <rms@gnu.org>
18686
18687 * mail/rmail.el (rmail-convert-to-babyl-format):
18688 Use mail-unquote-printable-region.
18689 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18690 (rmail-hex-char-to-integer): Functions deleted.
18691
18692 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18693 (mail-unquote-printable-region): New arg NOERROR.
18694 For invalid encoding, either signal an error to just return nil.
18695
18696 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18697
18698 * calendar/appt.el: Update copyright and commentary.
18699 (appt-issue-message): Make obsolete.
18700 (appt-visible, appt-msg-window): Make obsolete, in favour of
18701 appt-display-format.
18702 (appt-display-mode-line, appt-display-duration)
18703 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18704 (appt-prev-comp-time, appt-display-count, appt-timer)
18705 (appt-convert-time): Doc change.
18706 (appt-disp-window-function, appt-delete-window-function):
18707 Use defcustom rather than defvar.
18708 (appt-display-format): New variable.
18709 (appt-display-message): New function with display code from appt-check.
18710 (appt-check): Add optional FORCE argument. Doc change.
18711 Add appt-make-list to diary-hook if displaying diary.
18712 Remove checking of view-diary-entries-initially.
18713 Message display section removed to new function appt-display-message.
18714 (appt-display-window): Doc change. Remove unused internal var
18715 this-buffer. Do not beep, since appt-display-message does that.
18716 (appt-make-list): Doc change. Use caar.
18717 (appt-sort-list): Simplify by using builtin sort function.
18718 (appt-update-list): New function for updating appts when diary is
18719 saved.
18720 (appt-activate): New autoloaded function to toggle package
18721 functionality.
18722
18723 * calendar/cal-x.el: (calendar-one-frame-setup)
18724 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18725
18726 * calendar/calendar.el: Update copyright.
18727 (view-diary-entries-initially, european-calendar-style): Doc change.
18728 (calendar-setup): Make defcustom rather than defvar.
18729 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18730 in let binding so local to function.
18731
18732 * calendar/diary-lib.el: Update copyright.
18733 (diary, diary-entry-time): Doc change.
18734 (list-diary-entries): Doc change. Trivial logic change.
18735 (fancy-diary-display): Restore make-face command mistakenly
18736 deleted 2003-05-08.
18737 (show-all-diary-entries): Allow to pop-up frame if needed.
18738
18739 2004-01-09 John Paul Wallington <jpw@gnu.org>
18740
18741 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18742 Temporarily select EVENT's window for changing eol type.
18743
18744 2004-01-09 Deepak Goel <deego@gnufans.org>
18745
18746 * calendar/diary-lib.el (diary-entry-time):
18747 Also accept time in the form XX[.XX][am/pm/AM/PM].
18748 (fancy-diary-font-lock-keywords): Likewise.
18749 (diary-font-lock-keywords): Likewise.
18750 * calendar/appt.el (appt-add): Likewise.
18751 (appt-make-list): Likewise.
18752 (appt-convert-time): Likewise.
18753
18754 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18755
18756 * gdb-ui.el (gdb-ann3): Revert previous change.
18757 (gdb-source-info): Allow for case of where compilation directory
18758 is not recorded.
18759
18760 2004-01-08 John Paul Wallington <jpw@gnu.org>
18761
18762 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18763
18764 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18765
18766 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18767
18768 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18769 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18770 problems.
18771 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18772
18773 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18774
18775 * files.el (write-file-functions, write-contents-functions):
18776 Clarify docstrings.
18777
18778 2004-01-07 Kenichi Handa <handa@m17n.org>
18779
18780 * international/mule.el (set-auto-coding): Fix for the case that
18781 end-of-line is only CR.
18782
18783 2004-01-07 Kim F. Storm <storm@cua.dk>
18784
18785 * subr.el (event-start, event-end): Doc fix.
18786 (posn-string, posn-image): New defuns.
18787 (posn-object): Return either image or string object.
18788 (posn-object-x-y): Return 8th element of position.
18789 (posn-object-width-height): New defun.
18790
18791 2004-01-06 Andreas Schwab <schwab@suse.de>
18792
18793 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18794 output.
18795
18796 2004-01-05 Karl Berry <karl@gnu.org>
18797
18798 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18799 / and *, too.
18800
18801 2003-12-31 Simon Josefsson <jas@extundo.com>
18802
18803 * files.el (before-save-hook): Add.
18804 (basic-save-buffer): Use before-save-hook.
18805
18806 * emacs-lisp/copyright.el: Fix comment to recommend
18807 before-save-hook instead of write-file-functions.
18808
18809 2004-01-05 Richard M. Stallman <rms@gnu.org>
18810
18811 * finder.el (finder-commentary): Call delete-other-windows.
18812
18813 * net/ange-ftp.el (ange-ftp-file-attributes):
18814 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18815
18816 2004-01-04 Karl Berry <karl@gnu.org>
18817
18818 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18819 comment characters % and # in the copyright year notice,
18820 as well as ;.
18821
18822 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18823
18824 * wid-edit.el (default): Define dummy :value-delete.
18825 Reported by Jesper Harder <harder@ifa.au.dk>.
18826
18827 2004-01-03 Richard M. Stallman <rms@gnu.org>
18828
18829 * progmodes/compile.el (compile-internal): Use point, not point-min,
18830 for set-window-point.
18831
18832 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18833
18834 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18835
18836 * progmodes/grep.el (grep-mode-map):
18837 Don't remap next-line, previous-line.
18838
18839 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18840
18841 * speedbar.el (speedbar-edit-line): Change regexp to position
18842 the cursor on the first character of this line's button.
18843
18844 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18845
18846 * subr.el (functionp): Doc fix.
18847
18848 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18849
18850 * progmodes/idlwave.el (idlwave-make-tags):
18851 * textmodes/flyspell.el (flyspell-large-region):.
18852 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18853 * emulation/viper-util.el (viper-glob-unix-files):
18854 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18855 * man.el (Man-init-defvars):
18856 * jka-compr.el (jka-compr-call-process):
18857 * files.el (get-free-disk-space,insert-directory):
18858 * ediff-ptch.el (ediff-test-patch-utility):
18859 * ediff-diff.el (ediff-test-utility):
18860 * dired-aux.el (dired-check-process):
18861 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18862 test the return value of call-process, because it can be a string.
18863
18864 2003-12-31 John Paul Wallington <jpw@gnu.org>
18865
18866 * bindings.el (completion-ignored-extensions): Add .pfsl.
18867
18868 2003-12-31 Kim F. Storm <storm@cua.dk>
18869
18870 * ido.el (ido-nonreadable-directory-p): New defun to check for
18871 nonreadable directory without activating tramp (to avoid problems
18872 with checking incomplete tramp paths).
18873 (ido-set-current-directory, ido-file-internal)
18874 (ido-file-name-all-completions1): Use it.
18875
18876 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18877
18878 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18879 documentation if the anchor (or node) name is preceded by `info
18880 anchor' or `Info anchor' in addition to earlier `info node' and
18881 `Info node'.
18882 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18883
18884 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18885
18886 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18887 error in arguments to base64-decode-region. Remove ^M characters
18888 after decoding base64.
18889
18890 2003-12-30 Simon Josefsson <jas@extundo.com>
18891
18892 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18893 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18894 have only been distributed with Emacs for some years.
18895 (texinfo-mode-hook): Customize.
18896
18897 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18898
18899 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18900 cleaner (suggested by Richard Stallman).
18901
18902 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18903 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18904 file-name clashes on 8+3 DOS filesystems.
18905
18906 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18907 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18908 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18909 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18910 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18911 file-name clashes on 8+3 filesystems.
18912
18913 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18914 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18915 file-name clashes on 8+3 DOS filesystems.
18916
18917 2003-12-29 Richard M. Stallman <rms@gnu.org>
18918
18919 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18920 Upcase the character.
18921
18922 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18923 Search for header separator alone on a line, literally,
18924 and search for it backward, not forward.
18925 (flyspell-abbrev-table): Always use global-abbrev-table
18926 if there is no local one.
18927
18928 * progmodes/sh-script.el (sh-get-indent-info):
18929 Don't move point back if at bob.
18930
18931 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18932
18933 * play/handwrite.el (handwrite): Make the handwrite credit message
18934 a comment rather than an output command.
18935
18936 * obsolete/sc.el: Display message that this file is obsolete.
18937
18938 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18939
18940 * mail/rfc822.el (rfc822-address-start): Declare variable.
18941 Renamed from address-start. All uses changed.
18942
18943 * term.el (term-exec): Set up sentinel.
18944 (term-sentinel): New function.
18945 (term-handle-exit): New function.
18946
18947 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18948 Use assoc-string, and mark them obsolete.
18949 (delay-mode-hooks): Mark as permanent local.
18950
18951 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18952
18953 * register.el (copy-rectangle-to-register): Doc fix.
18954
18955 * info.el (Info-insert-dir): Use assoc-string.
18956
18957 * info-look.el (info-lookup): Use assoc-string.
18958
18959 * frame.el (pop-up-frame-function): Use quote, not `function'.
18960 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18961 copying with lists as coordinate values.
18962
18963 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18964
18965 * find-dired.el (kill-find): New command.
18966 (find-dired): Make buffer read-only.
18967 Set up a keymap with C-c C-k running kill-find.
18968 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18969
18970 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18971
18972 * filecache.el (file-cache-ignore-case): New variable.
18973 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18974
18975 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18976 (comint-dynamic-complete-as-filename): Rename local vars.
18977 (comint-dynamic-list-filename-completions): Likewise.
18978
18979 * comint.el (comint-dynamic-list-completions-config): New var.
18980 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18981
18982 * comint.el (comint-file-name-chars): Add [].
18983 (comint-word): Use skip-chars-backward, not search.
18984
18985 * shell.el (shell-file-name-chars): Add [].
18986
18987 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18988
18989 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18990
18991 * generic.el (define-generic-mode): Doc fix.
18992
18993 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18994
18995 * files.el (kill-some-buffers): Doc fix.
18996
18997 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18998
18999 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19000 arg to send-invisible
19001 (send-invisible): Doc fix. The argument is now a prompt, not the
19002 string to send.
19003 (comint-read-noecho): Doc fix.
19004
19005 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19006
19007 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19008 "@", as required by some ISP hosting service. Fix defcustom
19009 argument syntax errors that prevented use of customization.
19010
19011 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19012
19013 * xml.el (xml-get-attribute-or-nil): Doc fix.
19014
19015 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19016
19017 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19018 write-file-hooks.
19019
19020 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19021
19022 * autorevert.el (auto-revert-interval): Doc fix.
19023
19024 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19025
19026 * xml.el (xml-get-attribute-or-nil): New function, like
19027 xml-get-attribute, but returns nil if the attribute was not found.
19028 (xml-get-attribute): Convert to defsubst, uses
19029 xml-get-attribute-or-nil.
19030
19031 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19032
19033 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19034
19035 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19036
19037 * custom.el (custom-declare-theme): Use `value' when putting
19038 properties on `theme'.
19039
19040 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19041
19042 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19043 for each yank-handler segment.
19044 (insert-for-yank-1): New function, with the body of the previous
19045 insert-for-yank.
19046
19047 * textmodes/table.el (table-yank-handler): New defcustom.
19048 (table--put-cell-indicator-property): Put yank-handler property
19049 that indicates the yank handler for the table cell.
19050
19051 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19052
19053 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19054 set of keywords.
19055
19056 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19057
19058 * international/mule-cmds.el (reset-language-environment)
19059 (set-language-environment): Don't invoke fontset-related functions
19060 if fontset-list is not fboundp.
19061
19062 2003-12-29 Kenichi Handa <handa@m17n.org>
19063
19064 * international/mule-cmds.el (reset-language-environment):
19065 Call set-overriding-fontspec-internal with nil.
19066 (set-language-environment): Call set-overriding-fontspec-internal
19067 if the language environment specify `overriding-fontspec'.
19068 (language-info-alist): Doc added.
19069
19070 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19071 characters of mule-unicode-0100-24ff.
19072 (ccl-encode-windows-1251-font): New CCL program.
19073 ("Bulgarian"): Specify overriding-fontspec.
19074 ("Belarusian"): Likewise.
19075
19076 2003-12-28 Sam Steingold <sds@gnu.org>
19077
19078 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19079 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19080
19081 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19082
19083 * progmodes/gud.el (gud-gdb-command-name): Set default to
19084 "gdb --annotate=3".
19085 (gud-gdb-marker-filter): Look out for annotations.
19086 (gdb-first-pre-prompt): New variable.
19087 Remove trailing white space.
19088
19089 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19090 if necessary.
19091 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19092 annotations are detected.
19093 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19094 instead of a local one to allow transition from
19095 gud-gdb-marker-filter.
19096 Remove trailing white space.
19097
19098 2003-12-27 Kim F. Storm <storm@cua.dk>
19099
19100 * ido.el: Handle non-readable directories.
19101 (ido-decorations): Add 9th element for non-readable directory.
19102 (ido-directory-nonreadable): New dynamic var.
19103 (ido-set-current-directory): Set it.
19104 (ido-read-buffer, ido-file-internal):
19105 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19106 (ido-file-name-all-completions1): Return empty list for
19107 non-readable directory.
19108 (ido-exhibit): Print [Not readable] if directory is not readable.
19109 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19110 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19111 Use it.
19112
19113 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19114
19115 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19116 calls to directory-files-and-attributes and file-attributes.
19117 (ls-lisp-format): Remove system dependent handling of user and
19118 group id's.
19119
19120 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19121
19122 * ffap.el (ffap-read-file-or-url): Revert previous change.
19123
19124 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19125
19126 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19127 new list of included files called `files-with-node-lines', that
19128 only have node lines. This way @include commands can include any
19129 file, such as version and update files without node lines, not
19130 just files that are chapters.
19131
19132 2003-12-25 Andreas Schwab <schwab@suse.de>
19133
19134 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19135 file not found.
19136
19137 2003-12-08 Miles Bader <miles@gnu.org>
19138
19139 * dired.el (dired-between-files): Always use dired-move-to-filename,
19140 which is more robust in non-english locales.
19141
19142 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19143
19144 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19145
19146 2003-12-24 Andreas Schwab <schwab@suse.de>
19147
19148 * shell.el (shell-file-name-quote-list): Add backslash.
19149
19150 * comint.el (comint-quote-filename): Correctly handle backslash
19151 in comint-file-name-quote-list.
19152
19153 2003-12-24 Kenichi Handa <handa@m17n.org>
19154
19155 * international/mule-cmds.el (set-default-coding-systems):
19156 Call ucs-set-table-for-input for all buffers that don't have local
19157 value of buffer-file-coding-system.
19158
19159 * international/ucs-tables.el (ucs-set-table-for-input):
19160 If translation-table-for-encode is a symbol, get its
19161 translation-table property.
19162
19163 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19164
19165 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19166 to `completing-read' on a recently fixed bug.
19167
19168 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19169 instead of SPACE, to get the list of possible fringe modes.
19170 SPACE only works if both `partial-completion-mode' and
19171 `completion-auto-help' are nil.
19172
19173 * complete.el (PC-is-complete-p): Delete.
19174 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19175 calls to `test-completion'.
19176
19177 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19178
19179 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19180 to edit values when there are no children.
19181
19182 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19183 a mode called "Assembler" already exists.
19184 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19185 (gud-watch): Use format option. Remove font properties from string.
19186 (gdb-var-create-handler, gdb-var-list-children-handler):
19187 Don't bother about properties as there are none.
19188 (gdb-var-create-handler, gdb-var-list-children-handler)
19189 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19190 with two arguments.
19191 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19192 Let speedbar show value changes with a different font.
19193 (gdb-edit-value): New defun.
19194 (gdb-clear-partial-output, gdb-clear-inferior-io)
19195 (def-gdb-auto-update-handler): Use erase-buffer.
19196 (gdb-frame-handler): Display watch expressions in
19197 FUNCTION::VARIABLE format if required.
19198
19199 2003-12-23 John Paul Wallington <jpw@gnu.org>
19200
19201 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19202 (Info-goto-emacs-command-node): Doc fixes.
19203
19204 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19205
19206 * cus-edit.el (custom-add-parent-links): Define "many".
19207
19208 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19209
19210 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19211 (widget-child-validate, widget-type-value-create)
19212 (widget-type-default-get, widget-type-match): New functions.
19213 (lazy): New widget.
19214 (menu-choice, checklist, radio-button-choice, editable-list)
19215 (group, documentation-string): Remove redundant (per 2003-10-25
19216 change) calls to `widget-children-value-delete'.
19217 (widget-choice-value-get, widget-choice-value-inline): Remove.
19218 (menu-choice): Update widget.
19219
19220 2003-12-03 Kenichi Handa <handa@m17n.org>
19221
19222 * language/cyrillic.el: Register "microsoft-cp1251" in
19223 ctext-non-standard-encodings-alist.
19224 ("Bulgarian"): Add ctext-non-standard-encodings.
19225 ("Belarusian"): Likewise.
19226
19227 * international/mule-conf.el (compound-text-with-extensions):
19228 Change the type to 2 (iso-2022 base).
19229
19230 * international/mule.el (ctext-non-standard-encodings-alist):
19231 Change the format.
19232 (ctext-non-standard-encodings): New variable.
19233 (ctext-post-read-conversion): Fully re-written.
19234 (ctext-non-standard-designations-alist): Delete it.
19235 (ctext-non-standard-encodings-table): New function.
19236 (ctext-pre-write-conversion): Fully re-written.
19237
19238 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19239
19240 * cus-edit.el (custom-add-parent-links): Add documentation links
19241 for parent, if the item has none of its own.
19242
19243 2003-11-30 Richard M. Stallman <rms@gnu.org>
19244
19245 * dired-aux.el (dired-do-query-replace-regexp):
19246 Report files visited read-only.
19247
19248 2003-11-30 Juri Linkov <juri@jurta.org>
19249
19250 * dired-aux.el (dired-compare-directories): New command.
19251 (dired-file-set-difference, dired-files-attributes): New functions.
19252
19253 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19254 Version 2.0.38 of Tramp released.
19255
19256 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19257 Charles Curley <charlescurley@charlescurley.com>.
19258 (tramp-multi-connection-function-alist): Add ssht entry which adds
19259 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19260 Aichner.
19261 (tramp-get-method-parameter): New function to retrieve a method
19262 parameter. This allows for omission of method parameters.
19263 Callers adjusted.
19264
19265 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19266
19267 * net/tramp.el: Add new optional parameter ID-FORMAT to
19268 `file-attributes'. Calls of `file-attributes' won't use this
19269 parameter for backward compatibility reasons.
19270 (tramp-perl-file-attributes): Add a new parameter to Perl script
19271 in order to handle uid/gid as strings, if desired.
19272 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19273 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19274 order to make the function more general.
19275 (tramp-handle-file-attributes): Replace proprietary optional
19276 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19277 (tramp-handle-file-attributes-with-perl): Handle parameter
19278 NONNUMERIC if set. This wasn't done in the past.
19279 (tramp-post-connection): Apply second parameter "$2" if
19280 `tramp-remote-perl' is called.
19281
19282 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19283 Correct cut'n'waste error (`filename' instead of `directory').
19284 (tramp-smb-handle-directory-files-and-attributes)
19285 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19286 introduced parameter ID-FORMAT.
19287 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19288 error (`directory' instead of `ldir').
19289
19290 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19291 `file-attributes' has a second parameter. If yes, apply it with
19292 value "'integer". Otherwise, don't use that parameter (default is
19293 integer format).
19294
19295 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19296
19297 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19298 (help-for-help): Add `C-h .' to the listed Help options.
19299 Remove trailing whitespace.
19300
19301 * help-at-pt.el: New file.
19302
19303 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19304
19305 * subr.el (noreturn, 1value): New macros for test coverage.
19306 See `testcover.el'.
19307
19308 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19309
19310 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19311 for macro `1value'.
19312 (testcover-1value): New function. Checks that a 1value form
19313 actually returns only one value. Requested by RMS.
19314
19315 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19316
19317 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19318 (gdb-var-list-children, gdb-var-list-children-handler)
19319 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19320 gdb commands that use mi to keep them out of the command history.
19321
19322 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19323
19324 * cus-start.el (all): Add use-file-dialog.
19325
19326 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19327
19328 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19329
19330 2003-11-27 Kim F. Storm <storm@cua.dk>
19331
19332 * subr.el (posn-object-x-y): New defun.
19333
19334 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19335
19336 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19337 Don't use `space' for \\\n.
19338 Be more selective as to which # are comment-starters.
19339
19340 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19341
19342 * subr.el (number-sequence): Improve handling of floating point
19343 arguments (suggested by Kim Storm). Allow negative arguments.
19344
19345 2003-11-26 Kenichi Handa <handa@m17n.org>
19346
19347 * international/mule-cmds.el (standard-display-european-internal):
19348 Cancel the standard-display-table setting for ` and '.
19349
19350 2003-11-26 Kim F. Storm <storm@cua.dk>
19351
19352 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19353 New defcustoms to add ffap-like functionality to ido.
19354 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19355 (ido-no-final-slash): New defun.
19356 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19357 (ido-read-file-name): ): Toggle VC checking via
19358 vc-handled-backends instead of vc-master-templates.
19359 (ido-file-internal): Handle ido-use-url-at-point and
19360 ido-use-filename-at-point via code borrowed from ffap-guesser.
19361 Handle new ido-exit code ffap.
19362 (ido-sort-list): Ignore final slash when sorting file names.
19363
19364 2003-11-25 Kim F. Storm <storm@cua.dk>
19365
19366 * emulation/cua-base.el (cua--standard-movement-commands):
19367 Add forward-sentence and backward-sentence.
19368
19369 2003-11-25 Stephen Eglen <stephen@gnu.org>
19370
19371 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19372 iswitchb-exit is set to 'usefirst when user selects buffer at head
19373 of list using RET. (Selecting buffers at the head of the list was
19374 broken if the substring was also a complete buffername.)
19375
19376 2003-11-23 Kim F. Storm <storm@cua.dk>
19377
19378 * progmodes/compile.el (grep-command, grep-use-null-device)
19379 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19380 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19381 (grep-regexp-alist, grep-program, find-program)
19382 (grep-find-use-xargs, grep-history, grep-find-history)
19383 (grep-process-setup, grep-compute-defaults)
19384 (grep-default-command, grep, grep-tag-default, grep-find)
19385 (grep-expand-command-macros, grep-tree-last-regexp)
19386 (grep-tree-last-files, grep-tree): Move grep variables, functions
19387 and commands to new file grep.el.
19388 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19389 (compilation-process-setup-function): Doc fix.
19390 (compilation-highlight-regexp, compilation-highlight-overlay): New
19391 defvars used for highlighting current compile error in source buffer.
19392 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19393 LOCAL-MAP which overrides compilation-highlight-regexp and
19394 compilation-mode-map for this compilation.
19395 Delay calling compilation-set-window-height until after running
19396 compilation-process-setup-function so it can buffer-local override
19397 compilation-window-height.
19398 Check buffer-local value of compilation-scroll-output.
19399 (compilation-set-window-height): Use buffer-local value of
19400 compilation-window-height.
19401 (compilation-revert-buffer): Don't pass (undefined)
19402 preserve-modes arg to revert-buffer.
19403 (next-error-no-select, previous-error-no-select): New commands.
19404 (compilation-goto-locus): Temporarily highlight current match in
19405 source buffer using compilation-highlight-regexp.
19406
19407 * progmodes/grep.el: New file with grep code from compile.el.
19408 (grep): New defcustom group.
19409 (grep-window-height): New defcustom, like compilation-window-height.
19410 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19411 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19412 (grep-command, grep-use-null-device, grep-find-command)
19413 (grep-tree-files-aliases, grep-tree-ignore-case)
19414 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19415 (grep-setup-hook): New hook variable.
19416 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19417 (grep-last-buffer): New defvar, override compilation-last-buffer.
19418 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19419 Call compile-internal with args highlight-regexp and grep-mode-map.
19420
19421 2003-11-23 Kim F. Storm <storm@cua.dk>
19422
19423 * subr.el (event-start, event-end): Doc fix.
19424 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19425 (posn-area, posn-actual-col-row, posn-object): New defuns.
19426 (posn-col-row): Simplify doc. Rewrite to use cond.
19427 (posn-point): Also return buffer position for events outside text
19428 area (that info is now present in the event position).
19429
19430 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19431 mouse-set-point so that hscroll still works now that clicks on
19432 fringes generate specific mouse events.
19433 (mouse-set-point): Note that it now works in fringes and margins
19434 too due to new semantics of posn-point in fringes and margins.
19435
19436 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19437 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19438
19439 2003-11-20 Kim F. Storm <storm@cua.dk>
19440
19441 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19442 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19443 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19444 to 100 for icons to avoid increasing line height when shown.
19445
19446 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19447
19448 * newcomment.el (comment-normalize-vars): Initialize properly if
19449 comment-start was nil.
19450
19451 2003-11-19 Andreas Schwab <schwab@suse.de>
19452
19453 * simple.el (set-variable): Fix indentation.
19454
19455 2003-11-17 Kenichi Handa <handa@m17n.org>
19456
19457 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19458 Fix docstring.
19459
19460 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19461
19462 * international/latin1-disp.el (latin1-display): Fix docstring.
19463
19464 2003-11-16 John Wiegley <johnw@newartisans.com>
19465
19466 * eshell/em-ls.el (eshell-ls-file): There are times with
19467 size-width is nil and uncomputed (when directories are created in
19468 dired, for example); in this case, 4 is reasonable default value,
19469 although it may caused skewed new entries (which could be avoided
19470 by returning the original value of 8 in all cases, but 99% of the
19471 time this is a waste of whitespace).
19472
19473 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19474
19475 * cc-engine.el (c-guess-continued-construct)
19476 (c-guess-basic-syntax): Check a little more carefully if it's a
19477 function declaration when an unknown construct followed by a block
19478 is found inside a statement context. This avoids macros followed
19479 by blocks to be taken as function declarations.
19480
19481 (c-guess-continued-construct): Change the analysis of a statement
19482 continuation with a brace open to `substatement-block', for
19483 consistency with recognized statements.
19484
19485 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19486 start is in a position so that `c-beginning-of-statement-1' jumped
19487 to the beginning of the same statement.
19488
19489 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19490 Don't accept binary operators in the arglist if we're in a function
19491 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19492 template recognition in cases like "if (a < b || c > d)".
19493
19494 (c-restricted-<>-arglists): New more appropriate name for
19495 `c-disallow-comma-in-<>-arglists'.
19496
19497 Accessing functions updated for the variable name change.
19498
19499 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19500 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19501
19502 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19503 labels.
19504
19505 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19506 instead of duplicating parts of it. This fixes bogus label
19507 recognition.
19508
19509 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19510 of checking the context in which to apply the minimum indentation,
19511 so that it isn't enforced in e.g. namespace blocks.
19512
19513 * cc-vars.el (c-inside-block-syms): New constant used by
19514 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19515 to somewhat reduce the risk of becoming stale.
19516
19517 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19518 cc-cmds to cc-engine to allow use from cc-align.
19519
19520 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19521 qualified identifiers containing "::".
19522
19523 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19524 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19525
19526 * cc-vars.el (c-emacs-features): Use a space in front of the name
19527 of the temporary buffer. That also avoids dumping problems in
19528 XEmacs due to undo info being left around after the buffer is killed.
19529
19530 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19531 arglist to see if it's a K&R style declaration.
19532
19533 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19534 before returning `knr-argdecl-intro'.
19535
19536 2003-11-16 John Wiegley <johnw@newartisans.com>
19537
19538 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19539 field in a long-listing always 8 characters, use `size-width',
19540 which has already been computed.
19541
19542 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19543
19544 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19545
19546 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19547
19548 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19549 Support operation while narrowed, with `diff-restrict-view'.
19550
19551 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19552
19553 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19554 Take additional optional arg NARROWFUN. For the generated functions:
19555 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19556 include frags that arrange to check for and save narrowing state before
19557 the move and then conditionally call NARROWFUN after the move.
19558
19559 2003-11-14 John Wiegley <johnw@newartisans.com>
19560
19561 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19562 that was optional, but obviously missing based on surrounding code.
19563
19564 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19565 string arguments to numbers unless the whole argument was seen as
19566 a number.
19567
19568 2003-11-14 Kenichi Handa <handa@m17n.org>
19569
19570 * international/mule.el (ctext-non-standard-encodings-alist):
19571 Fix coding systems.
19572
19573 2003-11-10 Kenichi Handa <handa@m17n.org>
19574
19575 * language/kannada.el ("Kannada"): Add sample-text.
19576
19577 * language/knd-util.el (kannada-compose-region)
19578 (kannada-compose-string, kannada-post-read-conversion):
19579 Add autoload cookie.
19580
19581 * international/quail.el (quail-completion): Change the message
19582 "corresponding translations" to "corresponding characters".
19583
19584 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19585
19586 * descr-text.el (describe-char): Fix typo.
19587
19588 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19589
19590 These changes are to support Kannada language/script.
19591
19592 * Makefile.in (DONTCOMPILE): Add kannada.el.
19593
19594 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19595
19596 * loadup.el: Preload kannada.el.
19597
19598 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19599 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19600 New variables.
19601
19602 * language/kannada.el: New file.
19603
19604 * language/knd-util.el: New file.
19605
19606 2003-11-07 Andreas Schwab <schwab@suse.de>
19607
19608 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19609 Also highlight AH_*.
19610
19611 * xml.el (xml-parse-dtd): Fix misplaced paren.
19612
19613 2003-11-07 Kenichi Handa <handa@m17n.org>
19614
19615 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19616
19617 2003-11-05 Juri Linkov <juri@jurta.org>
19618
19619 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19620 (desktop-buffer-file): Use saved buffer-file-coding-system
19621 for file reading. Set auto-insert to nil to prevent automatic
19622 insertion into restored empty files.
19623
19624 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19625
19626 * files.el (risky-local-variable-p): Make second argument optional.
19627
19628 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19629
19630 * subr.el (add-hook): Fix last change.
19631
19632 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19633
19634 * mail/rmail.el (rmail-convert-to-babyl-format):
19635 If base64-decode-region signals an error, catch it and silently
19636 ignore it.
19637
19638 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19639
19640 * xml.el (xml-parse-region): Allow comments to appear after the
19641 topmost element has closed.
19642 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19643 (xml-ns-expand-attr): New functions to do namespace handling.
19644 (xml-intern-attrlist): Back-compatible handling of attribute names.
19645 (xml-parse-tag): Move namespace handling to separate functions.
19646 Now produces elements in the form ((:ns . "element") (attr-list)
19647 children) instead of ('ns:element (attr-list) children).
19648 (xml-parse-attlist): Fix attribute parsing.
19649 (xml-parse-dtd): Change parsing so that it produces strings
19650 instead of interned symbols.
19651
19652 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19653
19654 * dired.el (dired-ls-sorting-switches): Doc fix.
19655
19656 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19657
19658 * emacs-lisp/rx.el (rx-or): Fix the case of
19659 "(rx (and ?a (or ?b ?c) ?d))".
19660
19661 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19662
19663 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19664 (texinfo-format-region): Use it.
19665 (texinfo-format-buffer-1): Ditto.
19666
19667 2003-11-01 Alan Mackenzie <acm@muc.de>
19668
19669 Changes to allow scrolling whilst in isearch mode:
19670 * isearch.el (isearch-unread-key-sequence): New function,
19671 extracted from isearch-other-meta-char.
19672 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19673 "scrollable" standard functions.
19674 (isearch-allow-scroll): New customizable variable.
19675 (isearch-string-out-of-window, isearch-back-into-window)
19676 (isearch-reread-key-sequence-naturally)
19677 (isearch-lookup-scroll-key): New functions.
19678 (isearch-other-meta-char): Doc string and functionality enhanced.
19679 Now accepts a prefix argument.
19680 (isearch-lazy-highlight-window-end): New variable.
19681 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19682 end (thru isearch-lazy-highlight-window-end), not only its start.
19683
19684 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19685 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19686 (universal-argument, universal-argument-more, negative-argument)
19687 (digit-argument, universal-argument-other-key): Minor changes.
19688
19689 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19690
19691 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19692 recursively if the last message is deleted, thus avoiding an
19693 infinite loop.
19694
19695 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19696
19697 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19698 (tex-main-file): Don't add .tex if the extension is already present.
19699 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19700
19701 2003-10-29 Lute Kamstra <lute@gnu.org>
19702
19703 * progmodes/octave-inf.el (inferior-octave-prompt):
19704 Recognize version number in prompt.
19705
19706 2003-10-28 Dave Love <fx@gnu.org>
19707
19708 * international/characters.el: Fix some Unicode ranges.
19709
19710 2003-10-28 Kenichi Handa <handa@m17n.org>
19711
19712 * disp-table.el (standard-display-8bit)
19713 (standard-display-default, standard-display-ascii)
19714 (standard-display-g1, standard-display-graphic)
19715 (standard-display-underline): Assure that standard-display-table
19716 is a display table.
19717
19718 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19719
19720 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19721 reindenting the first line.
19722
19723 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19724
19725 * wid-edit.el (widget-default-delete): Always delete child widgets.
19726
19727 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19728
19729 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19730 if the line has code.
19731 Don't try to line up with something that's too far left.
19732
19733 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19734 (octave-mode-syntax-table): Add % as a comment starter.
19735 (octave-point): Remove.
19736 (octave-in-comment-p, octave-in-string-p)
19737 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19738 (octave-blink-matching-block-open, octave-auto-fill):
19739 Use line-(beginning|end)-position instead.
19740
19741 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19742
19743 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19744 for Francesco Potort\e,Al\e(B.
19745
19746 2003-10-23 Dave Love <fx@gnu.org>
19747
19748 * international/mule-cmds.el (locale-charset-to-coding-system):
19749 Don't rely on nil being a coding system.
19750
19751 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19752 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19753 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19754
19755 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19756
19757 * gdb-ui.el (gdb-current-language): New variable.
19758 (gdb-update-flag): Remove variable.
19759 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19760 (gdb-take-last-elt): Remove function.
19761 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19762 (gdb-post-prompt): Check for variable object changes here.
19763
19764 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19765 object changes in gdb-ui.el.
19766
19767 2003-10-21 Richard M. Stallman <rms@gnu.org>
19768
19769 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19770
19771 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19772 Don't check for foo*/ wildcard form here.
19773 (insert-directory): Recognize foo*/ as a wildcard.
19774 Separate wildcard-regexp variable from the arg, wildcard.
19775
19776 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19777 (remove-hook): Correctly handle strange cases about local hooks.
19778
19779 2003-10-21 David Ponce <david@dponce.com>
19780
19781 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19782 argument REAL, to return a real number instead of a rounded
19783 integer value. Define as inline function.
19784 (ruler-mode-right-fringe-cols): Likewise.
19785 (ruler-mode-scroll-bar-cols): New function.
19786 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19787 (ruler-mode-right-scroll-bar-cols): Likewise.
19788 (ruler-mode-space): New function.
19789 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19790 scroll bar mode and margins in a more robust way.
19791
19792 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19793
19794 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19795 (antlr-c-init-language-vars): New function.
19796 (antlr-mode): Use it with cc-mode before v5.29.
19797 (antlr-c-common-init): Don't set some local vars here.
19798 (antlr-mode): Set them here.
19799 (antlr-c-forward-sws): New function alias.
19800 (antlr-mode): Redefine with cc-mode before v5.30.
19801 (antlr-skip-sexps): Use it.
19802 (antlr-skip-exception-part): Ditto.
19803 (antlr-skip-file-prelude): Ditto.
19804 (antlr-outside-rule-p): Ditto.
19805 (antlr-end-of-body): Ditto.
19806 (antlr-option-kind): Ditto.
19807 (antlr-insert-option-area): Ditto.
19808 (antlr-file-dependencies): Ditto.
19809
19810 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19811
19812 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19813 Move backward only if point was not inside an entry.
19814
19815 2003-10-21 Richard M. Stallman <rms@gnu.org>
19816
19817 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19818
19819 2003-10-21 Juri Linkov <juri@jurta.org>
19820
19821 * compare-w.el: Automatically skip non-matching text to resync.
19822 (compare-windows-whitespace): Doc fix.
19823 (compare-windows-sync, compare-windows-sync-string-size)
19824 (compare-windows-recenter, compare-ignore-whitespace)
19825 (compare-windows-highlight, compare-windows-face): New variables.
19826 (compare-windows): Use compare-windows-sync.
19827 (compare-windows-highlight, compare-windows-dehighlight)
19828 (compare-windows-sync-regexp)
19829 (compare-windows-sync-default-function): New functions.
19830
19831 2003-10-21 Juri Linkov <juri@jurta.org>
19832
19833 * diff.el (diff-parse-differences): Don't visit the files now;
19834 instead, just record the error locus.
19835
19836 2003-10-21 Dave Love <fx@gnu.org>
19837
19838 * progmodes/cfengine.el: New file.
19839
19840 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19841
19842 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19843 default-directory when completing file names.
19844
19845 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19846
19847 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19848 followed by the word `face', it gets treated as a face, even if
19849 it is also defined as a variable or a function.
19850
19851 2003-10-20 Dave Love <fx@gnu.org>
19852
19853 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19854 Avoid incf in macro expansion.
19855
19856 2003-10-20 John Paul Wallington <jpw@gnu.org>
19857
19858 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19859 `evenp' so we don't implicitly require cl library at runtime.
19860
19861 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19862
19863 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19864 (help-make-xrefs): Only make cross-references for faces if
19865 preceded or followed by the word `face'. Do not make a
19866 cross-reference for variables without variable documentation,
19867 unless preceded by the word `variable' or `option'. Update doc
19868 string accordingly.
19869
19870 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19871
19872 * progmodes/hideshow.el: Rewrite one-armed `if'
19873 constructs using either `when' or `unless'.
19874 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19875
19876 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19877
19878 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19879 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19880 instead of 12x12.
19881
19882 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19883
19884 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19885 message while converting to Babyl.
19886
19887 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19888
19889 * allout.el (allout-mode): Doc fix.
19890
19891 2003-10-16 Lute Kamstra <lute@gnu.org>
19892
19893 * subr.el (force-mode-line-update): Fix docstring.
19894
19895 2003-10-14 Dave Love <fx@gnu.org>
19896
19897 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19898 (default-input-method): Add :link, improve :type.
19899 (locale-charset-language-names): Fix utf-8 pattern.
19900 (locale-charset-match-p, locale-charset-alist)
19901 (locale-charset-to-coding-system): New.
19902 (set-locale-environment): Deal with codeset part of locale specs.
19903
19904 2003-10-14 Lute Kamstra <lute@gnu.org>
19905
19906 * fringe.el (fringe-mode): Use active voice in docstring.
19907 (set-fringe-style): Ditto.
19908
19909 2003-10-13 Lute Kamstra <lute@gnu.org>
19910
19911 * fringe.el (fringe-mode): Fix docstring.
19912 (set-fringe-style): Ditto.
19913
19914 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19915
19916 * ediff-mult.el (ediff-filegroup-action):
19917 Use ediff-default-filtering-regexp.
19918
19919 * ediff-util.el (ediff-recenter): Don't call
19920 ediff-restore-highlighting twice.
19921 (ediff-select-difference): Set current difference.
19922 (ediff-unselect-and-select-difference): Add comment.
19923
19924 * ediff.el (ediff-directories,ediff-directory-revisions)
19925 (ediff-directories3,ediff-merge-directories)
19926 (ediff-merge-directories-with-ancestor)
19927 (ediff-merge-directory-revisions)
19928 (ediff-merge-directory-revisions-with-ancestor):
19929 Use ediff-default-filtering-regexp.
19930
19931 2003-10-12 Andreas Schwab <schwab@suse.de>
19932
19933 * international/mule-cmds.el (locale-charset-language-names):
19934 Simplify regex by removing unused grouping.
19935
19936 2003-10-10 Dave Love <fx@gnu.org>
19937
19938 * bindings.el: Don't bind stop.
19939
19940 2003-10-08 Miles Bader <miles@gnu.org>
19941
19942 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19943 face instead of attempting to emulate it.
19944
19945 2003-10-07 Kenichi Handa <handa@m17n.org>
19946
19947 * international/mule-diag.el (list-coding-systems-1): List coding
19948 systems that are loaded automatically.
19949
19950 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19951
19952 * international/mule.el (autoload-coding-system): New function.
19953
19954 2003-10-07 Andreas Schwab <schwab@suse.de>
19955
19956 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19957 change-log-default-name in the buffer visiting the file.
19958
19959 2003-10-06 Dave Love <fx@gnu.org>
19960
19961 * files.el (find-file-hook): Customize.
19962 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19963
19964 * bindings.el (completion-ignored-extensions): Remove .log.
19965 (global-map): Add again, open, stop keys.
19966
19967 2003-10-05 Richard M. Stallman <rms@gnu.org>
19968
19969 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19970 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19971 Use sh-modify directly.
19972 (sh-select): Use sh-append, not eval.
19973
19974 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19975
19976 * info.el (Info-following-node-name): New function.
19977
19978 * loadhist.el (unload-feature-special-hooks):
19979 Rename from loadhist-hook-functions.
19980 (loadhist-hook-functions): Now an alias.
19981
19982 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19983
19984 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19985 file-name clashes on 8+3 filesystems.
19986
19987 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19988 Rename loaddefs-boot.el to ldefs-boot.el
19989
19990 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19991 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19992
19993 2003-10-03 Lute Kamstra <lute@gnu.org>
19994
19995 * info.el (Info-mode): Revert previous change.
19996 (Info-escape-percent): New function.
19997 (Info-fontify-node): Use it.
19998
19999 2003-10-02 Andreas Schwab <schwab@suse.de>
20000
20001 * loaddefs-boot.el: Regenerated.
20002
20003 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20004
20005 * ffap.el: Remove defadvice related code from CVS since `complete'
20006 provides a `PC-completion-as-file-name-predicate' variable that
20007 ffap can override.
20008
20009 2003-10-02 Kenichi Handa <handa@m17n.org>
20010
20011 * international/utf-8.el (ccl-decode-mule-utf-8):
20012 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20013
20014 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20015 * international/subst-big5.el: Likewise.
20016 * international/subst-gb2312.el: Likewise.
20017 * international/subst-ksc.el: Likewise.
20018
20019 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20020
20021 * calendar/calendar.el (increment-calendar-month)
20022 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20023 (generate-calendar, calendar-read-date, calendar-interval)
20024 (calendar-day-of-week): Handle years BC.
20025 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20026
20027 2003-10-01 Dave Love <fx@gnu.org>
20028
20029 * language/cyrillic.el (cp1251): Alias for windows-1251.
20030
20031 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20032 bootstrap.
20033
20034 2003-10-01 Lute Kamstra <lute@gnu.org>
20035
20036 * files.el: Fix typo.
20037 * imenu.el (imenu--generic-function): Docstring fix.
20038
20039 2003-09-30 Richard M. Stallman <rms@gnu.org>
20040
20041 * dired.el (dired-mode): Handle dired-directory as a list.
20042
20043 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20044
20045 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20046
20047 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20048
20049 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20050 Replace gud-display with gud-watch.
20051 (gud-speedbar-buttons): Add stuff for watching expressions
20052 in the speedbar when using M-x gdba. Use dolist on old part
20053 of this function.
20054
20055 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20056 (gdb-update-flag): New variables.
20057 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20058 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20059 (gud-watch, gdb-var-create-handler) : New functions.
20060 (gdb-var-list-children, gdb-var-list-children-handler)
20061 (gdb-var-create-regexp, gdb-var-update-regexp)
20062 (gdb-var-list-children-regexp): New constants.
20063 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20064 (gdb-annotation-rules): Reduce annotation set (level 3).
20065 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20066 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20067 updates.
20068 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20069 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20070 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20071 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20072 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20073 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20074 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20075 (gud-display, gud-display1)
20076 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20077 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20078 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20079 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20080 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20081 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20082 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20083 (gdb-display-display-buffer, gdb-toggle-display)
20084 (gdb-delete-display, gdb-expressions-popup-menu)
20085 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20086 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20087 to display buffer.
20088
20089 2003-09-30 Richard M. Stallman <rms@gnu.org>
20090
20091 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20092 Instead, set which-func-functions.
20093
20094 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20095 (which-func-functions): New variable.
20096 (which-function): Use that.
20097
20098 * info.el (Info-mode): Double each `%' in header line.
20099
20100 * emacs-lisp/lisp-mnt.el (lm-with-file):
20101 When FILE is nil, run BODY in current buffer.
20102
20103 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20104
20105 * help.el (describe-mode): Start with a brief list of minor modes.
20106 Find them thru minor-mode-list so as to find them all.
20107 Show them in alphabetical order.
20108
20109 * mail/sendmail.el (mail-aliases): Doc fix.
20110
20111 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20112
20113 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20114
20115 * mail/rmailsum.el (rmail-make-summary-line-1):
20116 Change comma after last label to a space.
20117 (rmail-summary-font-lock-keywords): Adapt to that change.
20118
20119 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20120
20121 * progmodes/scheme.el (scheme-mode-variables): When setting
20122 `font-lock-defaults', also specify that "#" should
20123 be interpreted with `word' syntax.
20124 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20125
20126 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20127
20128 * desktop.el: A lot of comments updated.
20129 (desktop-save-mode): Minor mode introduced.
20130 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20131 (desktop-load-default): Function made obsolete.
20132 (desktop-locals-to-save): Variable made customizable.
20133 (desktop-read): Optional parameter `dirname' added.
20134 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20135 `desktop-read' used.
20136 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20137
20138 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20139
20140 * whitespace.el (whitespace-clean-msg): Add user customizable message
20141 for displaying ``clean'' output.
20142 (whitespace-buffer): Use `whitespace-clean-msg'.
20143 (whitespace-global-mode): Fix typo.
20144
20145 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20146
20147 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20148
20149 2003-09-29 Lute Kamstra <lute@gnu.org>
20150
20151 * bindings.el (mode-line-modes): Remove superfluous :propertize
20152 construct in initialization.
20153 (mode-line-position): Change cons cell into proper list in
20154 initialization.
20155
20156 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20157
20158 * international/mule.el (decode-coding-inserted-region): Use car
20159 of the return value of find-operation-coding-system.
20160
20161 2003-09-29 Kenichi Handa <handa@m17n.org>
20162
20163 * descr-text.el (describe-char): Fix previous change.
20164
20165 2003-09-28 Kenichi Handa <handa@m17n.org>
20166
20167 * descr-text.el (describe-char-display): New function.
20168 (describe-char): Pay attention to display table on describing how
20169 a character is displayed.
20170
20171 * international/mule-cmds.el (encoded-string-description):
20172 Prepend "0x" to each encoded byte.
20173
20174 2003-09-28 Andreas Schwab <schwab@suse.de>
20175
20176 * find-file.el (ff-special-constructs): Add autoload cookie.
20177
20178 2003-09-28 Kevin Ryde <user42@zip.com.au>
20179
20180 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20181 makeinfo appends to duplicate index entries.
20182
20183 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20184
20185 * dired-x.el (dired-clean-tex): Doc fix.
20186
20187 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20188 using a Chinese tutorial.
20189
20190 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20191
20192 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20193 between "MAIL FROM:" and "RCPT TO:" and the following address.
20194
20195 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20196
20197 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20198
20199 2003-09-28 David Ponce <david@dponce.com>
20200
20201 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20202 (recentf-load-list): When `recentf-initialize-file-name-history'
20203 is non-nil, initialize an empty `file-name-history' with the
20204 recent list.
20205
20206 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20207
20208 * man.el (Man-default-man-entry): Remove the leading `*' from the
20209 word at point.
20210
20211 2003-09-26 Lute Kamstra <lute@gnu.org>
20212
20213 * bindings.el (mode-line-position): Mention size indication in
20214 docstring.
20215
20216 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20217
20218 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20219
20220 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20221 because it's autoloaded now.
20222
20223 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20224
20225 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20226 (sh-font-lock-keywords, sh-feature): Fix previous change of
20227 sh-feature to avoid infloop with sh-font-lock-keywords.
20228
20229 2003-09-25 Kim F. Storm <storm@cua.dk>
20230
20231 * frame.el (frame-current-scroll-bars): New defun.
20232
20233 * window.el (window-current-scroll-bars): New defun.
20234
20235 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20236
20237 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20238 cause errors when the state cache contains info on parts that have
20239 been narrowed out.
20240
20241 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20242
20243 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20244 `c-setup-paragraph-variables' has to be used when this variable is
20245 changed; it doesn't work to reinitialize the mode since that
20246 typically clobbers the variable.
20247
20248 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20249 Make it interactive.
20250
20251 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20252
20253 * progmodes/cc-fonts.el (c-font-lock-declarations):
20254 Fix recognition of constructors and destructors for classes whose
20255 names are matched by `*-font-lock-extra-types'.
20256
20257 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20258 followed by an identifier in C++ then it's a type.
20259
20260 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20261
20262 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20263 problem that primarily affected XEmacs. Don't use faces to find
20264 unterminated strings since Emacs and XEmacs fontify strings
20265 differently - this function should now work better in XEmacs.
20266
20267 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20268
20269 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20270 `expand-abbrev' workaround which caused braces to misbehave inside
20271 macros.
20272
20273 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20274 handling. This bug could cause interactive font locking to bail out.
20275
20276 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20277
20278 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20279 Handle paren-style types in Pike. Also fixed some cases of
20280 insufficient handling of unbalanced parens.
20281
20282 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20283
20284 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20285 common shell prompts that are not common filename or URL characters.
20286 (ffap-file-at-point): Use the new regexp to strip the prompts from
20287 the file names. This is an issue mostly for user prompts that
20288 don't have a trailing space and find-file-at-point is invoked from
20289 within a shell inside Emacs.
20290
20291 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20292
20293 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20294 stamps numerically, rather than textually.
20295
20296 2003-09-24 Kenichi Handa <handa@m17n.org>
20297
20298 * language/devan-util.el (devanagari-post-read-conversion):
20299 * language/mlm-util.el (malayalam-post-read-conversion):
20300 * language/tml-util.el (tamil-post-read-conversion):
20301 Add autoload cookie.
20302
20303 * international/utf-8.el (utf-8-post-read-conversion):
20304 Call post-read-conversion functions for Devanagari, Malayalam,
20305 and Tamil.
20306
20307 2003-09-23 Dave Love <fx@gnu.org>
20308
20309 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20310
20311 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20312
20313 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20314 Update gud-remove.
20315
20316 2003-09-22 Richard M. Stallman <rms@gnu.org>
20317
20318 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20319 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20320 (sh-mode-syntax-table-input): New variable.
20321 (sh-require-final-newline): Don't use eval.
20322 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20323 (sh-variables, sh-font-lock-keywords): Don't use eval.
20324 (sh-set-shell): When setting require-final-newline,
20325 treat value = `require-final-newline' as don't change it.
20326 Set sh-mode-syntax-table locally based on
20327 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20328
20329 * progmodes/compile.el (compile-internal):
20330 Call compilation-set-window-height before setting window start.
20331
20332 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20333
20334 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20335 Clear out byte-compile-last-warned-form.
20336
20337 2003-09-22 Richard M. Stallman <rms@gnu.org>
20338
20339 * woman.el (woman-file-name, woman-follow-word):
20340 If current-word returns nil, use "".
20341
20342 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20343
20344 2003-09-22 Richard M. Stallman <rms@gnu.org>
20345
20346 * emacs-lisp/lisp-mnt.el (lm-with-file):
20347 Don't visit the file, just use insert-file-contents in temp buffer.
20348
20349 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20350
20351 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20352 Add surrounding \\( and \\) around the header, as in
20353 for lm-history-header 'Change Log\\|History'.
20354
20355 2003-09-22 John Paul Wallington <jpw@gnu.org>
20356
20357 * progmodes/ld-script.el: Add Commentary section,
20358 minor cleanup of file header.
20359 (ld-script-font-lock-keywords): Doc fix.
20360 (toplevel): Provide `ld-script' feature.
20361
20362 2003-09-21 Kim F. Storm <storm@cua.dk>
20363
20364 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20365 new built-in variable default-frame-scroll-bars.
20366 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20367 scroll-bar-mode; notably, use it instead of t when we toggle
20368 scroll-bars on.
20369 (toggle-scroll-bar): Use default-frame-scroll-bars.
20370
20371 2003-09-19 Masatake YAMATO <jet@gyve.org>
20372
20373 * pcvs.el (cvs-do-removal): Change the prompt depending on
20374 `filter' value.
20375
20376 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20377
20378 * startup.el (command-line-1): Stop startup-echo-area-message
20379 being hidden by "Loading image..." message.
20380 (use-fancy-splash-screens-p, display-splash-screen):
20381 Move display-graphic-p test from latter to former.
20382
20383 * progmodes/sh-script.el (sh-font-lock-keywords):
20384 Highlight escaped EOLs differently from other backslash constructs.
20385
20386 2003-09-19 Richard M. Stallman <rms@gnu.org>
20387
20388 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20389 New functions.
20390 (edebug-enter, edebug-outside-excursion): Use them.
20391
20392 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20393 Fix the condition for whether to print "In WHERE".
20394
20395 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20396
20397 * finder.el (finder-mode-hook): New variable.
20398 (finder-mode): Run hook finder-mode-hook
20399
20400 2003-09-18 Masatake YAMATO <jet@gyve.org>
20401
20402 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20403
20404 2003-09-17 Mario Lang <mlang@delysid.org>
20405
20406 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20407 "p %e" to actually print the value in the GUD buffer.
20408
20409 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20410
20411 From David Ponce <david.ponce@wanadoo.fr>:
20412 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20413 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20414 from loaddefs-boot.el if necessary.
20415
20416 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20417
20418 * progmodes/gud.el (gud-find-class): Make jdb work again since
20419 cc-mode changed the syntactic information.
20420
20421 2003-09-15 David Ponce <david@dponce.com>
20422
20423 * recentf.el: (recentf-exclude): Accept predicates too.
20424 (recentf-file-readable-p): New function.
20425 (recentf-include-p): Handle predicates in recentf-exclude.
20426 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20427 (recentf-cleanup): Likewise.
20428 (recentf-save-list): Use write-file to handle backup of
20429 recentf-save-file.
20430
20431 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20432
20433 * loaddefs-boot.el: Renamed from `loaddefs.el'
20434 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20435 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20436 necessary.
20437
20438 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20439
20440 * electric.el (Electric-pop-up-window): For the `one-window' case,
20441 no longer disconcertingly move point in the original buffer.
20442
20443 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20444
20445 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20446
20447 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20448
20449 * dired.el (dired-mode-map): Fix typo.
20450
20451 2003-09-11 Richard M. Stallman <rms@gnu.org>
20452
20453 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20454
20455 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20456
20457 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20458 the function is less noisy. Now only `kill-buffer' can ask questions.
20459
20460 2003-09-10 Mario Lang <mlang@delysid.org>
20461
20462 * battery.el: Update Commentary and Copyright.
20463 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20464 appear due to wrong ordering of the expressions in `or'.
20465
20466 2003-09-09 Lute Kamstra <lute@gnu.org>
20467
20468 * misc.el (upcase-char): Fix docstring.
20469 (zap-up-to-char): New command.
20470
20471 2003-09-08 David Ponce <david@dponce.com>
20472
20473 Ensure that recentf correctly updates the menu bar.
20474 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20475 (recentf-menu-bar): New function.
20476 (recentf-clear-data): Use it
20477 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20478 of easy-menu-change.
20479
20480 2003-09-08 Lute Kamstra <lute@gnu.org>
20481
20482 * simple.el (size-indication-mode): New.
20483 * bindings.el (mode-line-position): Add buffer size indicator.
20484
20485 2003-09-04 Mario Lang <mlang@delysid.org>
20486
20487 * battery.el (battery-linux-proc-acpi): New function.
20488 (battery-status-function): Modify default value calculation to also
20489 check for availability of ACPI.
20490 (battery-echo-area-format): Ditto.
20491 (battery-mode-line-format): Ditto.
20492
20493 2003-09-06 Dave Love <fx@gnu.org>
20494
20495 * ielm.el (ielm-mode-hook): Add :options.
20496
20497 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20498 (eldoc-print-current-symbol-info): Use it.
20499
20500 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20501
20502 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20503 being displayed in GUD buffer.
20504 (gdb-idle-input-queue): Remove var. Use just one queue.
20505 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20506 Remove functions. Use just one queue.
20507 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20508 (gdb-invalidate-assembler, gdb-get-current-frame):
20509 Modify functions. Use just one queue.
20510
20511 2003-09-04 Dave Love <fx@gnu.org>
20512
20513 * cus-start.el: Add blink-cursor-alist.
20514
20515 * ruler-mode.el (ruler-mode-fill-column-char)
20516 (ruler-mode-current-column-char): Use char-displayable-p,
20517 not window-system.
20518
20519 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20520
20521 * language/european.el (windows-1252): Move from code-pages.
20522
20523 * language/cyrillic.el ("Windows-1251"): Delete.
20524 ("Bulgarian", "Belarusian"): Remove `features'.
20525 (windows-1251): Move from code-pages.
20526
20527 * international/mule-diag.el (non-iso-charset-alist):
20528 Remove `codepage' stuff.
20529 (print-designation, list-coding-systems-1): Output fixes.
20530
20531 * international/code-pages.el (cp-make-translation-table)
20532 (cp-valid-codes): Made defsubsts.
20533 (cp-fix-safe-chars): Delete.
20534 (mule-diag): Don't require.
20535 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20536 (top-level): Check for defined coding system when defining
20537 cp... aliases. Change w32-add-charset-info test to avoid warning.
20538 (non-iso-charset-alist): Defvar when compiling.
20539 (cp-make-coding-system): Doc fix.
20540
20541 2003-09-02 Jason Rumney <jasonr@gnu.org>
20542
20543 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20544 line-ends from CVS before doing conversion.
20545
20546 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20547
20548 * calendar/diary-lib.el (diary-header-line-flag)
20549 (diary-header-line-format): New variables.
20550 (list-diary-entries): Use them to set header line in simple diary.
20551
20552 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20553 other than font-lock-string-face to highlight backslashes.
20554
20555 2003-09-01 Jason Rumney <jasonr@gnu.org>
20556
20557 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20558 regexp.
20559
20560 2003-09-01 Dave Love <fx@gnu.org>
20561
20562 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20563
20564 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20565 and :help; also line and column numbers labels.
20566
20567 * international/mule-util.el (char-displayable-p): Move from
20568 latin1-disp, rename and autoload.
20569
20570 * international/latin1-disp.el (latin1-char-displayable-p):
20571 Now obsolete alias. Replace uses with char-displayable-p.
20572 (latin1-display-ucs-per-lynx): Fix last change.
20573
20574 * international/mule-cmds.el (standard-display-european-internal):
20575 Don't use char code for Latin-1 NBSP.
20576 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20577 U+2018, U+2019 for `'.
20578 (select-safe-coding-system): Message fix.
20579
20580 2003-09-01 Kenichi Handa <handa@m17n.org>
20581
20582 * international/fontset.el (setup-default-fontset): For Thai
20583 font, specify "*" family.
20584
20585 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20586
20587 * progmodes/compile.el (previous-error): Accept a prefix
20588 argument, similarly to next-error.
20589
20590 2003-08-31 Masatake YAMATO <jet@gyve.org>
20591
20592 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20593 the number of files. Bind the number of files to a local
20594 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20595
20596 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20597
20598 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20599 2003-07-26: msdos-long-file-names is a function, not a variable.
20600
20601 2003-08-29 Richard M. Stallman <rms@gnu.org>
20602
20603 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20604 Do nothing with mail-personal-alias-file if it is nil.
20605
20606 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20607 Do nothing if mail-personal-alias-file is nil.
20608
20609 * term.el (term-exec-1): Bind coding-system-for-read.
20610
20611 * dired.el (dired-mouse-find-file-other-window):
20612 Use dired-view-command-alist here, as in dired-view-file.
20613 (dired-view-command-alist): Use %s to substitute file name.
20614 Handle .ps_pages, .eps, .jpg, .gif, .png.
20615
20616 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20617
20618 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20619 `Info-prev-reference', instead of M-tab.
20620
20621 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20622
20623 * simple.el (blink-matching-open): Work correctly on chars that
20624 are designated as parens through the syntax-table text property.
20625
20626 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20627
20628 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20629 line break position in the middle of a non-kinsoku (e.g. latin)
20630 word, making it skip until either a space or a character with
20631 category "|".
20632 (kinsoku-longer): Test for end of buffer.
20633
20634 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20635
20636 * mail/rmail.el (rmail-convert-to-babyl-format):
20637 Detect quoted-printable- and base64-encoded messages and decode them
20638 automatically. Set the message's encoding from the charset=
20639 header, if any. Decode base64-encoded messages in Mail format as well.
20640
20641 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20642
20643 * mail/smtpmail.el: Fix previous change.
20644 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20645 calling smtpmail-via-smtp.
20646 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20647
20648 2003-08-26 John Paul Wallington <jpw@gnu.org>
20649
20650 * image.el (image-jpeg-p): Don't search beyond length of data.
20651
20652 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20653
20654 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20655 misfeature in `expand-abbrev' which caused electric keywords like
20656 "else" to disappear if an open brace was typed directly afterwards.
20657
20658 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20659
20660 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20661 mandatory in `define-widget'.
20662
20663 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20664 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20665
20666 (c-assignment-operators): New language constant that only contains
20667 the assignment operators.
20668
20669 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20670
20671 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20672
20673 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20674 Safeguard against unbalanced sexps.
20675
20676 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20677
20678 * version.el (emacs-version): Check for gtk. Include gtk version info.
20679
20680 2003-08-25 John Paul Wallington <jpw@gnu.org>
20681
20682 * man.el (Man-default-man-entry): Don't whizz past the section
20683 number before looking for it.
20684
20685 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20686
20687 * progmodes/gud.el (gud-display-line): Don't set window-point if
20688 source buffer is not visible. (Only happens with M-x gdba.)
20689
20690 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20691 documentation.
20692 (gdb-source, gdb-source-info): Update to assembler unnecessary
20693 as its done after each GDB command anyway.
20694 (gdb-pre-prompt): Use with-current-buffer.
20695 (gdb-insert-field): Add help-echo text.
20696 (gdb-invalidate-assembler): Re-display of assembler now done in
20697 gdb-info-breakpoints-custom.
20698 (gdb-info-breakpoints-custom): Force re-display of assembler to
20699 happen *after* update of breakpoints buffer.
20700 (gdb-display-source-buffer): Don't choke if gdb-source-window
20701 isn't visible.
20702 (gdb-put-string, gdb-put-arrow): Remove free variables.
20703
20704 2003-08-24 John Paul Wallington <jpw@gnu.org>
20705
20706 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20707
20708 * man.el (Man-default-man-entry): Strip text properties when
20709 snarfing parts of entry because `format' preserves properties.
20710
20711 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20712
20713 * files.el (file-newest-backup): Use `expand-file-name'.
20714
20715 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20716 Allow the diary to pop up a new frame, if needed.
20717
20718 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20719 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20720 (smtpmail-send-it): Make treatment of envelope-from consistent with
20721 sendmail.el.
20722
20723 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20724 (sh-leading-keywords): Add the bash `time' reserved word.
20725 (sh-variables): Add some bash variables.
20726 (sh-add-completer): Fix nil branch of case statement.
20727
20728 2003-08-24 Masatake YAMATO <jet@gyve.org>
20729
20730 * progmodes/ld-script.el: New file.
20731
20732 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20733
20734 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20735
20736 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20737
20738 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20739 Better explain obsolescence, and what to use instead.
20740
20741 2003-08-23 Masatake YAMATO <jet@gyve.org>
20742
20743 * pcvs.el (cvs-do-removal): Show the deleted file name
20744 on the prompt.
20745
20746 2003-08-20 Dave Love <fx@gnu.org>
20747
20748 * international/mule.el (make-coding-system)
20749 (set-buffer-file-coding-system): Doc fix.
20750
20751 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20752
20753 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20754
20755 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20756
20757 * international/utf-16.el: Add mime-text-unsuitable coding system
20758 properties.
20759
20760 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20761
20762 * cus-edit.el: Add some :links.
20763 (bib): Remove.
20764
20765 * textmodes/bib-mode.el (bib): Add :group external.
20766
20767 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20768
20769 * wid-edit.el (widget-echo-help): Make it handle expressions that
20770 evaluate to strings.
20771
20772 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20773
20774 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20775
20776 Simplify selection of SQL products to define highlighting and
20777 interactive mode. Includes detailed instructions on adding
20778 support for new products.
20779
20780 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20781 product for use in highlighting and interactive mode.
20782 (sql-interactive-product): New variable. SQL product for
20783 sql-interactive-mode.
20784 (sql-product-support): New variable. Specifies product-specific
20785 parameters to drive highlighting and interactive mode.
20786 (sql-imenu-generic-expression): Add more object types.
20787 (sql-sqlite-options): Correct comment.
20788 (sql-ms-program): Use "osql" rather than "isql".
20789 (sql-prompt-regexp, sql-prompt-length): Update comment.
20790 (sql-mode-menu): Add "Start SQLi session" entry.
20791 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20792 (sql-mode-abbrev-table): Add abbreviations. Support of
20793 SYSTEM-FLAG on define-abbrev. Support was removed with last
20794 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20795 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20796 names.
20797 (sql-mode-ansi-font-lock-keywords): Set as default value.
20798 (sql-mode-oracle-font-lock-keywords): Set as default value.
20799 Support Oracle 9i keywords.
20800 (sql-mode-postgres-font-lock-keywords): Set as default value.
20801 (sql-mode-linter-font-lock-keywords): Set as default value.
20802 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20803 SQLServer 2000.
20804 (sql-mode-sybase-font-lock-keywords)
20805 (sql-mode-interbase-font-lock-keywords)
20806 (sql-mode-sqlite-font-lock-keywords)
20807 (sql-mode-strong-font-lock-keywords)
20808 (sql-mode-mysql-font-lock-keywords)
20809 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20810 keywords.
20811 (sql-mode-font-lock-defaults): Update comment.
20812 (sql-product-feature): New function. Returns feature associated
20813 with a product from `sql-product-support' alist.
20814 (sql-product-font-lock): New function. Set font-lock support
20815 based on `sql-product'.
20816 (sql-add-product-keywords): New function. Add font-lock rules to
20817 product-specific keyword variables.
20818 (sql-set-product): New function. Set `sql-product' and apply
20819 appropriate font-lock highlighting.
20820 (sql-highlight-product): New function. Set font-lock support
20821 based on a product. Also set mode name to include product name.
20822 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20823 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20824 Use `sql-set-product'.
20825 (sql-highlight-ms-keywords)
20826 (sql-highlight-sybase-keywords)
20827 (sql-highlight-interbase-keywords)
20828 (sql-highlight-strong-keywords)
20829 (sql-highlight-mysql-keywords)
20830 (sql-highlight-sqlite-keywords)
20831 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20832 (sql-get-login): Prompt in the same order as the tokens.
20833 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20834 (sql-product-interactive): New function. Common portions of
20835 product-specific interactive mode wrappers.
20836 (sql-interactive-mode): Rewritten to use product features.
20837 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20838 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20839 (sql-db2, sql-linter): Use `sql-product-interactive'.
20840 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20841 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20842 (sql-connect-ingres, sql-connect-postgres)
20843 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20844 New functions. Format command line parameters and invoke comint on
20845 the appropriate interpreter. Code was in the corresponding
20846 `sql-xyz' function before.
20847 (sql-connect-ms): New function. Support -E argument to use
20848 operating system credentials for authentication.
20849
20850 2003-08-18 Kenichi Handa <handa@m17n.org>
20851
20852 * international/mule.el (encode-char): Fix for the ASCII case.
20853
20854 2003-08-15 Kenichi Handa <handa@m17n.org>
20855
20856 * international/fontset.el (setup-default-fontset): Change "*" to
20857 nil in the specifications of font family.
20858
20859 2003-08-18 Kim F. Storm <storm@cua.dk>
20860
20861 * kmacro.el (kmacro-keymap): Group related bindings in
20862 initialization for clarity. Bind C-s to start macro.
20863 Remove C-r binding.
20864 (kmacro-initial-counter-value): New defvar to hold initial counter
20865 value in case we set the value before defining a macro.
20866 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20867 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20868 not defining or executing macro. Doc fix.
20869 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20870 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20871 temporarily view older elements on the macro ring without cycling
20872 the ring.
20873 (kmacro-display): Doc fix.
20874 (kmacro-exec-ring-item): New helper function.
20875 (kmacro-call-ring-2nd): Use it.
20876 (kmacro-call-ring-2nd-repeat): Doc fix.
20877 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20878 (kmacro-end-or-call-macro): Execute last viewed macro (using
20879 kmacro-exec-ring-item) from ring if this follows
20880 kmacro-view-macro. This allows us to find a macro on the ring
20881 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20882 the ring to bring it to the head of the ring.
20883 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20884 Allow binding to reserved keys without specifying C-x C-k prefix.
20885 Ask for confirmation if entered key sequence is already bound to
20886 a non-macro command.
20887 (kmacro-view-macro): Repeating command will show older elements
20888 on the macro ring; C-k will execute the last viewed macro.
20889 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20890 property from 'ring to 'head.
20891
20892 2003-08-17 Alan Shutko <ats@acm.org>
20893
20894 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20895 keeping December out of the alist.
20896
20897 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20898
20899 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20900 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20901 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20902 (calendar-flatten): New function.
20903 (calendar-mouse-view-other-diary-entries)
20904 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20905 in the menu title and to show multi-line diary entries correctly
20906 in the menu.
20907
20908 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20909
20910 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20911 defcustom, because the default was recently changed.
20912
20913 2003-08-16 Richard M. Stallman <rms@gnu.org>
20914
20915 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20916
20917 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20918 New subroutine, broken out of eval-last-sexp-1.
20919 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20920
20921 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20922
20923 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20924
20925 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20926
20927 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20928
20929 * progmodes/compile.el (compilation-error-regexp-alist):
20930 Add Java ANt error detection as described in document
20931 http://ant.apache.org/faq.html
20932
20933 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20934
20935 * simple.el (backward-word, forward-to-indentation)
20936 (backward-to-indentation): Argument changed to optional.
20937 (next-line, previous-line): Use `or' instead of `unless'.
20938
20939 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20940
20941 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20942 instead of a constant.
20943
20944 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20945
20946 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20947
20948 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20949
20950 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20951 (vc-sccs-workfile-version): Search the entire delta table, rather
20952 than just the first entry, because that might be a deleted version.
20953
20954 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20955
20956 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20957 [save-place] binding in the Options menu. Have it require
20958 'saveplace' and then toggle the variable manually, to avoid an an
20959 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20960 for the bug report.
20961
20962 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20963
20964 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20965 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20966 (gdb-info-threads-custom): Add help-echo text.
20967 (gdb-display-back): Don't use purecopy.
20968 (gdb-info-breakpoints-custom, gdb-reset)
20969 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20970 icons can be displayed.
20971
20972 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20973
20974 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20975
20976 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20977
20978 * bookmark.el (bookmark-completing-read):
20979 Return a string, instead of a list of one string.
20980 Use a popup menu if activated from the mouse.
20981 (bookmark-edit-annotation): Remove unused vars.
20982 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20983 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20984 to bookmark-completing-read.
20985 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20986 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20987 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20988 and erase-buffer.
20989 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20990 (bookmark-menu-jump, bookmark-menu-insert)
20991 (bookmark-popup-menu-and-apply-function)
20992 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20993 (bookmark-menu-build-paned-menu): Remove by folding it into
20994 bookmark-menu-popup-paned-menu.
20995 (menu-bar-bookmark-map): Move the define-key statements here.
20996 Use the "non-menu" commands since they now pop up a menu if needed.
20997 (bookmark-exit-hook-internal): Simplify.
20998
20999 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21000
21001 * reftex-toc.el (reftex-toc-rename-label): New function.
21002 (reftex-toc-check-docstruct): New function.
21003
21004 * reftex.el (reftex-region-active-p): New function.
21005
21006 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21007 regexp to find the \bibliography macro.
21008
21009 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21010 which does not exist in LaTeX.
21011 (reftex-cite-format-builtin): Added amsrefs support.
21012 (reftex-toc-confirm-promotion): New option
21013
21014 * reftex-toc.el
21015 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21016 (reftex-toc-demote, reftex-toc-promote)
21017 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21018 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21019 (reftex-toc-newhead-from-alist)
21020 (reftex-toc-load-all-files-for-promotion): New functions.
21021 (reftex-toc-help): Added description of new keys.
21022 (reftex-toc-split-windows-fraction): New option.
21023 (reftex-recenter-toc-when-idle): Search *toc* window on all
21024 visible frames.
21025 (reftex-toc): Additional parameter REUSE
21026 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21027 with REUSE argument.
21028 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21029 the call of `reftex-toc'.
21030 (reftex-make-separate-toc-frame): New function .
21031 (reftex-toc-recenter): When called with triple prefix arg, call
21032 `reftex-make-separate-toc-frame' first.
21033 (reftex-toc-toggle-dedicated-frame): New command.
21034 (reftex-toc-quit): Adapted to delete frame when called in
21035 dedicated frame.
21036
21037 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21038 all enclosing macros.
21039
21040
21041 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21042
21043 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21044 first use.
21045
21046 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21047
21048 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21049
21050 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21051
21052 * calendar/calendar.el (list-diary-entries-hook)
21053 (diary-display-hook, nongregorian-diary-listing-hook)
21054 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21055 Add some customize options for these hooks.
21056 (calendar-abbrev-construct): Don't try to take a substring longer
21057 than the original string.
21058
21059 2003-08-05 Richard M. Stallman <rms@gnu.org>
21060
21061 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21062 (testcover-reinstrument-clauses): Doc fix.
21063
21064 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21065 (warning-type-format): Rename from warning-group-format.
21066
21067 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21068 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21069 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21070 to prevent warnings about defvar for an obsolete variable.
21071
21072 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21073 warning-group-format renamed to warning-type-format.
21074
21075 * subr.el (read-passwd): Use clear-string instead of fillarray.
21076
21077 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21078 Use vconcat instead of concat.
21079 (edmacro-sanitize-for-string): New function.
21080
21081 2003-08-05 Dave Love <fx@gnu.org>
21082
21083 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21084 line-number-display-limit-width.
21085
21086 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21087
21088 2003-08-05 Kenichi Handa <handa@m17n.org>
21089
21090 * international/code-pages.el: Don't require mule-diag.
21091
21092 * international/mule-diag.el (non-iso-charset-alist):
21093 Add autoload cookie.
21094
21095 * language/devan-util.el (dev-glyph-order): Add an entry for the
21096 glyph code #xC4.
21097
21098 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21099
21100 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21101 (european-calendar-style, diary-date-forms)
21102 (calendar-day-name-array, calendar-month-name-array): Doc change.
21103 (generate-calendar-month): Adapt for new behaviour of
21104 `calendar-day-name' function.
21105 (calendar-abbrev-length, calendar-day-abbrev-array)
21106 (calendar-month-abbrev-array): New variables.
21107 (calendar-abbrev-construct): New function.
21108 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21109 rather than fixing abbrevs at some width. Calling syntax change.
21110 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21111 (calendar-date-string): Adapt for new behaviours of
21112 `calendar-day-name' and `calendar-month-name' functions.
21113
21114 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21115 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21116 (diary-name-pattern): Use abbrev arrays, rather than fixing
21117 abbrevs at three chars. Calling syntax change.
21118 (mark-diary-entries): Adapt for new behaviours of
21119 `diary-name-pattern' and `calendar-make-alist' functions.
21120 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21121 `diary-name-pattern' function.
21122 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21123 fixing abbrevs at three chars. Calling syntax change.
21124 (cal-hebrew, cal-islam): Require when compiling.
21125 (diary-font-lock-keywords): Adapt for new behaviour of
21126 `font-lock-diary-date-forms' function.
21127
21128 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21129 (calendar-hebrew-month-name-array-common-year)
21130 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21131 (list-hebrew-diary-entries): Adapt for new behaviours of
21132 `calendar-day-name' and `add-to-diary-list' functions.
21133 (mark-hebrew-diary-entries): Adapt for new behaviours of
21134 `diary-name-pattern' and `calendar-make-alist' functions.
21135
21136 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21137 Add doc string.
21138 (list-islamic-diary-entries): Adapt for new behaviours of
21139 `calendar-day-name' and `add-to-diary-list' functions.
21140 (mark-islamic-diary-entries): Adapt for new behaviours of
21141 `diary-name-pattern' and `calendar-make-alist' functions.
21142
21143 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21144 `calendar-month-name' function.
21145
21146 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21147
21148 * calendar/solar.el (solar-seasons-data): Move definition before use.
21149
21150 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21151 (cal-tex-LaTeX-hourbox): Move definition before use.
21152
21153 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21154 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21155 * lunar.el, solar.el (displayed-month, displayed-year):
21156 Define for compiler.
21157
21158 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21159
21160 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21161 MODE. Renamed from c-init-c-language-vars'.
21162 (c-initialize-cc-mode): Change accordingly.
21163 (c-common-init): Ditto.
21164 (c-mode): Ditto.
21165 (c++-mode): Use `c-init-language-vars-for'.
21166 (objc-mode): Ditto.
21167 (java-mode): Ditto.
21168 (idl-mode): Ditto.
21169 (pike-mode): Ditto.
21170 (awk-mode): Ditto.
21171
21172 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21173
21174 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21175 or not the point moved.
21176
21177 (c-search-decl-header-end): Don't trip up on operator identifiers
21178 in C++ and operators like == in all languages.
21179
21180 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21181 Detect leading labels correctly.
21182
21183 2003-08-02 Andreas Schwab <schwab@suse.de>
21184
21185 * textmodes/ispell.el: Don't redo key bindings on loading, put
21186 them only in loaddefs.el.
21187 * bookmark.el: Likewise.
21188 * dabbrev.el: Likewise.
21189 * emerge.el: Likewise.
21190
21191 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21192 has more than one member.
21193
21194 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21195
21196 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21197
21198 * lpr.el (printify-region): It was ending conversion before the
21199 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21200
21201 2003-07-31 John Paul Wallington <jpw@gnu.org>
21202
21203 * net/browse-url.el (browse-url-epiphany): Doc fix.
21204
21205 2003-07-30 Kenichi Handa <handa@m17n.org>
21206
21207 * international/fontset.el (setup-default-fontset):
21208 Change registry names of Akurti fonts.
21209
21210 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21211
21212 * comint.el (comint-read-noecho): Use `clear-string' instead of
21213 `fillarray'.
21214
21215 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21216
21217 * outline.el (outline-mode-hook): Add defvar.
21218
21219 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21220
21221 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21222 Restore assembler in source window if that is what has been selected.
21223 (menu): Add gdb-restore-windows to menu. Make gdba
21224 specific menus only visible from gdba.
21225
21226 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21227
21228 * progmodes/compile.el (compilation-environment): New user variable.
21229 (compile-internal): Respect it.
21230
21231 2003-07-23 Masatake YAMATO <jet@gyve.org>
21232
21233 * progmodes/gud.el (gdb-script-font-lock-keywords):
21234 Put `font-lock-function-name-face' on a symbol which includes
21235 `-' like `hook-run'. Put font-lock-variable-name-face
21236 on a symbol starting with $.
21237
21238 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21239
21240 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21241
21242 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21243
21244 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21245
21246 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21247
21248 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21249 Use with-no-warnings.
21250 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21251 rather than to find-file-not-found-hook, which doesn't exist.
21252
21253 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21254
21255 * international/quail.el (quail-translate-key): Fix previous change.
21256
21257 2003-07-25 John Paul Wallington <jpw@gnu.org>
21258
21259 * server.el (server-start): Check `server-process' is non-nil
21260 before killing it to avoid killing current buffer's process.
21261
21262 * simple.el (choose-completion-string): Use `minibufferp';
21263 test `completion-reference-buffer' if `buffer' arg is nil.
21264 (push-mark): Use `when' and `unless'.
21265 (pop-mark): Use `when'.
21266
21267 * mouse-sel.el (mouse-sel-get-selection-function):
21268 Check `x-last-selected-text-primary'. Don't barf if it or
21269 `x-last-selected-text' aren't bound.
21270
21271 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21272
21273 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21274
21275 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21276
21277 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21278
21279 2003-07-23 John Paul Wallington <jpw@gnu.org>
21280
21281 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21282
21283 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21284
21285 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21286 string. Defvar the derived hook.
21287
21288 * macros.el (insert-kbd-macro): Escape double quote character.
21289 From Thomas W Murphy <twm@andrew.cmu.edu>.
21290
21291 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21292
21293 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21294 to match the specific mark rather than reusing comment-start-skip.
21295
21296 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21297
21298 * progmodes/hideshow.el (hs-special-modes-alist):
21299 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21300
21301 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21302
21303 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21304 value using ?\s.
21305
21306 2003-07-21 John Paul Wallington <jpw@gnu.org>
21307
21308 * subr.el (with-selected-window): Add closing paren.
21309
21310 2003-07-21 Richard M. Stallman <rms@gnu.org>
21311
21312 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21313 (lisp-mode): Likewise.
21314
21315 * subr.el (with-selected-window): Copy code form save-selected-window
21316 so as to call select-window with norecord arg.
21317 (dynamic-completion-table): Doc fix.
21318 (lazy-completion-table): Doc fix.
21319
21320 * international/mule-cmds.el (set-locale-environment):
21321 langinfo renamed to locale-info.
21322
21323 * international/mule.el (auto-coding-functions): Doc fix.
21324
21325 2003-07-21 Kenichi Handa <handa@m17n.org>
21326
21327 * international/quail.el (quail-translate-key):
21328 Update quail-current-str correctly.
21329
21330 2003-07-21 Andreas Schwab <schwab@suse.de>
21331
21332 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21333 ?, to "_".
21334
21335 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21336 Version 2.0.36 of Tramp released.
21337
21338 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21339 tramp-password-end-of-line.
21340 (tramp-password-end-of-line): New method parameter.
21341 (tramp-get-password-end-of-line): Function to access method
21342 parameter `tramp-password-end-of-line', or variable
21343 `tramp-default-password-end-of-line' (default value).
21344 (tramp-methods): Add entries for new parameter
21345 tramp-password-end-of-line.
21346 (tramp-enter-password): Use new function
21347 `tramp-get-password-end-of-line'.
21348 (tramp-handle-insert-file-contents): Do not
21349 unconditionally inhibit the file operation file-local-copy, only
21350 do that when the inhibit-file-name-operation is currently
21351 insert-file-contents. This fixes finding remote CVS-controlled
21352 files. (It would barf on inserting the CVS/Entries file
21353 literally, because the file-local-copy handler wasn't called.)
21354 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21355 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21356 (tramp-initial-commands): New variable.
21357 (tramp-process-initial-commands): New function, using the variable.
21358 (tramp-open-connection-setup-interactive-shell): Call the new function.
21359 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21360 method into the buffer name, never use nil. Reported by Hanak
21361 David <dhanak@inf.bme.hu>.
21362 (tramp-open-connection-setup-interactive-shell): Erase buffer
21363 before sending "stty -onlcr".
21364
21365 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21366
21367 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21368
21369 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21370
21371 2003-07-19 John Paul Wallington <jpw@gnu.org>
21372
21373 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21374 (artist-draw-rect, artist-draw-square): Doc fixes.
21375
21376 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21377
21378 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21379
21380 2003-07-19 Kenichi Handa <handa@m17n.org>
21381
21382 * international/kkc.el (kkc-show-conversion-list-update):
21383 Highlight the correct candidate in the message.
21384
21385 2003-07-18 John Paul Wallington <jpw@gnu.org>
21386
21387 * simple.el (current-word): Don't include punctuation char when
21388 `really-word' arg is non-nil.
21389
21390 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21391
21392 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21393 moved to the directory obsolete.
21394
21395 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21396
21397 * info.el (Info-menu-entry-name-re): Allow newlines in
21398 menu entry names.
21399
21400 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21401 syntax-ppss-after-change-function.
21402 (syntax-ppss-after-change-function): New alias. Update uses.
21403 (syntax-ppss): Catch the case where the buffer is narrowed.
21404
21405 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21406
21407 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21408 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21409
21410 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21411
21412 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21413 since it might be modified.
21414
21415 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21416 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21417 names to these language constants.
21418
21419 2003-07-15 Kim F. Storm <storm@cua.dk>
21420
21421 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21422 All uses changed.
21423
21424 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21425
21426 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21427 Namespace support.
21428
21429 2003-07-13 Juanma Barranquero <lektu@terra.es>
21430
21431 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21432 papers received).
21433
21434 2003-07-13 Karl Eichwalder <ke@suse.de>
21435
21436 * textmodes/po.el (po-find-charset): White space at the start of the
21437 Content-Type field body is non-mandatory.
21438
21439 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21440
21441 * textmodes/texinfo.el (texinfo-section-list):
21442 Append appendixsection; a synonym for appendixsec.
21443
21444 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21445
21446 * man.el (Man-translate-cleanup): New.
21447 (Man-translate-references): Call `Man-translate-cleanup' to clean
21448 leading, trailing and middle spaces.
21449
21450 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21451
21452 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21453 Handle `dired-directory' being a list.
21454
21455 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21456
21457 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21458 it doesn't exist.
21459
21460 2003-07-12 Richard M. Stallman <rms@gnu.org>
21461
21462 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21463
21464 * progmodes/cc-defs.el (c-make-keywords-re):
21465 Don't use delete-duplicates.
21466 (c-lang-const): Don't use mapcan.
21467
21468 * apropos.el (apropos-show-scores): Make it customizable.
21469 Document new meaning.
21470 (apropos): Compute scores from symbols.
21471 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21472
21473 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21474
21475 * ps-bdf.el: Fix copyright line.
21476 (bdf-directory-list): Fix initialization code.
21477
21478 2003-07-11 John Paul Wallington <jpw@gnu.org>
21479
21480 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21481 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21482 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21483
21484 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21485
21486 * emacs-lisp/ring.el (ring-elements): Doc fix.
21487
21488 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21489
21490 * calendar/timeclock.el (timeclock-relative)
21491 (timeclock-ask-before-exiting, timeclock-use-display-time):
21492 Doc changes.
21493 (timeclock-modeline-display): Give a message if
21494 `timeclock-use-display-time' is non-nil but `display-time-mode'
21495 is not active.
21496
21497 2003-07-11 Kenichi Handa <handa@m17n.org>
21498
21499 * international/mule-cmds.el (set-language-environment):
21500 Set current-language-environment to the correct string.
21501
21502 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21503
21504 * ps-print.el: Print line number correctly in a region. Reported by
21505 Tim Allen <timallen@ls83.fsnet.co.uk>.
21506 (ps-print-version): New version number (6.6.2).
21507 (ps-printing-region): Code fix.
21508
21509 2003-07-10 John Paul Wallington <jpw@gnu.org>
21510
21511 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21512 this function can be called from `add-completions-from-tags-table'.
21513
21514 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21515
21516 * calendar/timeclock.el (timeclock-use-display-time)
21517 (timeclock-day-over-hook, timeclock-workday-remaining)
21518 (timeclock-status-string, timeclock-when-to-leave)
21519 (timeclock-when-to-leave-string, timeclock-log-data)
21520 (timeclock-find-discrep, timeclock-day-base)
21521 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21522 (timeclock-modeline-display): Set the variable
21523 `timeclock-modeline-display'.
21524 (timeclock-update-modeline): Doc fix. Respect value of
21525 `timeclock-relative'.
21526
21527 2003-07-09 Richard M. Stallman <rms@gnu.org>
21528
21529 * textmodes/reftex-parse.el (reftex-all-document-files):
21530 Add autoload cookie.
21531
21532 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21533 (reftex-scanning-info-available-p): Add autoload cookie.
21534
21535 * international/mule-cmds.el
21536 (set-display-table-and-terminal-coding-system): Delete duplicate
21537 aset on standard-display-table.
21538
21539 * view.el (view-file): If existing buffer's major mode is special,
21540 don't go into view mode.
21541
21542 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21543
21544 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21545
21546 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21547 buffer changes; there's third party code that calls this function
21548 directly.
21549
21550 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21551
21552 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21553 (autodoc-font-lock-keywords): Don't byte compile on font lock
21554 initialization when running from byte compiled files.
21555
21556 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21557
21558 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21559 statement ends with auto-increment "++".
21560
21561 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21562
21563 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21564 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21565 these are changed, so declare them as variables and not constants.
21566
21567 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21568
21569 * subr.el (dolist, dotimes): Doc fix.
21570
21571 2003-07-08 Kim F. Storm <storm@cua.dk>
21572
21573 * international/mule-cmds.el
21574 (set-display-table-and-terminal-coding-system): Don't break
21575 bootstrap if standard-display-table isn't setup yet.
21576
21577 2003-07-07 Richard M. Stallman <rms@gnu.org>
21578
21579 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21580 Give it a doc string, and autoload it.
21581
21582 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21583 Use with-no-warnings.
21584
21585 * info.el (Info-search): If find invisible text, search again.
21586
21587 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21588
21589 * man.el (Man-name-regexp): Match + as part of name.
21590
21591 * simple.el (visible-mode): Rename from vis-mode.
21592 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21593
21594 * simple.el (current-word): New arg REALLY-WORD specifies
21595 don't include punctuation chars.
21596
21597 * emacs-lisp/debug.el (debug, debugger-env-macro):
21598 Use with-no-warnings while accessing and binding unread-command-char.
21599
21600 * international/mule-cmds.el
21601 (set-display-table-and-terminal-coding-system): Use explicit loop
21602 instead of calling standard-display-default.
21603
21604 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21605 Use condition-case to catch error in ange-ftp-get-files.
21606
21607 * net/browse-url.el (browse-url-browser-function):
21608 Add alternative for Epiphany.
21609 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21610 (browse-url-epiphany-startup-arguments)
21611 (browse-url-epiphany-new-window-is-tab): New variables.
21612 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21613
21614 * progmodes/compile.el (compile-auto-highlight): Default now t.
21615 (compile): Doc fix.
21616 (compilation-next-error): Fix previous change.
21617
21618 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21619
21620 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21621
21622 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21623
21624 * gdb-ui.el (gdb-source-info): Display current frame when
21625 attaching to an existing process.
21626 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21627 while laying out windows when attaching to an existing process.
21628
21629 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21630
21631 * info.el (Info-menu): Use Info-menu-entry-name-re.
21632
21633 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21634
21635 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21636 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21637
21638 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21639 to match the same text.
21640
21641 2003-07-06 John Paul Wallington <jpw@gnu.org>
21642
21643 * vc.el (vc-annotate-offset): Move defvar up.
21644
21645 2003-07-06 Kim F. Storm <storm@cua.dk>
21646
21647 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21648 This should fix the infinite loop when extracting menu names.
21649
21650 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21651
21652 * files.el (auto-mode-alist, interpreter-mode-alist):
21653 Remove entries to CC Mode modes to avoid duplicates; they are now added
21654 with autoload directives in cc-mode.el.
21655
21656 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21657
21658 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21659 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21660 these are changed, so declare them as variables and not constants.
21661
21662 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21663 ensure that the entry for ".c" extension comes before the one for
21664 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21665 Fix incorrect entries that were added to `interpreter-mode-alist'.
21666 Move the autoload directives for AWK to the top level since they
21667 aren't recognized anywhere else. Do not use the new AWK mode doc
21668 in the autoload form for the old AWK mode.
21669
21670 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21671
21672 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21673 (bibtex-sort-ignore-string-entries): Default value t.
21674 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21675 erroneously in previous version.
21676 (bibtex-string-files): Docstring reflects new parsing scheme.
21677 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21678 docstring, add # as one of the chars to crush
21679 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21680 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21681 (bibtex-autokey-name-change-strings)
21682 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21683 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21684 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21685 (bibtex-autokey-title-terminators)
21686 (bibtex-autokey-titlewords-stretch)
21687 (bibtex-autokey-titleword-ignore)
21688 (bibtex-autokey-titleword-case-convert)
21689 (bibtex-autokey-titleword-abbrevs)
21690 (bibtex-autokey-titleword-abbrevs)
21691 (bibtex-autokey-titleword-change-strings)
21692 (bibtex-autokey-titleword-length)
21693 (bibtex-autokey-titleword-separator)
21694 (bibtex-autokey-name-year-separator)
21695 (bibtex-autokey-year-title-separator)
21696 (bibtex-autokey-before-presentation-function)
21697 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21698 Fix docstring.
21699 (bibtex-strings, bibtex-reference-keys):
21700 Use lazy-completion-table and make-variable-buffer-local.
21701 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21702 (bibtex-braced-string-syntax-table)
21703 (bibtex-quoted-string-syntax-table): New variables.
21704 (bibtex-parse-nested-braces): Remove.
21705 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21706 (bibtex-parse-association): Simplify.
21707 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21708 (bibtex-parse-field-text): Simplify.
21709 (bibtex-search-forward-field, bibtex-search-backward-field):
21710 argument BOUND can take value t.
21711 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21712 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21713 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21714 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21715 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21716 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21717 and ending of entry. Update for changes of bibtex-search-entry.
21718 Simplify.
21719 (bibtex-map-entries): FUN is called with three arguments.
21720 (bibtex-search-entry): Return a cons pair with buffer positions of
21721 beginning and end of entry.
21722 (bibtex-enclosing-field): Simplify.
21723 (bibtex-format-entry): Use booktitle to set a missing title.
21724 (bibtex-autokey-get-names): Fiddle with regexps.
21725 (bibtex-generate-autokey): Use identity.
21726 (bibtex-parse-keys): Use simplified parsing algorithm if
21727 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21728 arguments. Return alist of keys.
21729 (bibtex-parse-strings): Simplify. Return alist of strings.
21730 (bibtex-complete-string-cleanup): Fix docstring.
21731 (bibtex-read-key): New function.
21732 (bibtex-mode): Fix docstring. Do not parse for keys and
21733 strings when the mode is entered. Set fill-paragraph-function to
21734 bibtex-fill-field. Setup font-lock-mark-block-function the way
21735 font-lock intended.
21736 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21737 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21738 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21739 (bibtex-Preamble): Avoid hard coded constants.
21740 (bibtex-make-field): Fix docstring. Simplify.
21741 (bibtex-beginning-of-entry): Always return new position of point.
21742 (bibtex-end-of-entry): Rearrange cond clauses.
21743 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21744 Update for changes of bibtex-map-entries.
21745 (bibtex-ispell-abstract): Do not move point.
21746 (bibtex-entry-index): Use downcase. Simplify.
21747 (bibtex-lessp): Handle catch-all.
21748 (bibtex-find-crossref): Turn into a command.
21749 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21750 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21751 preamble entries.
21752 (bibtex-fill-field-bounds): New function.
21753 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21754 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21755 (bibtex-String): Use bibtex-strings. Always obey
21756 bibtex-sort-ignore-string-entries.
21757
21758 2003-07-05 John Paul Wallington <jpw@gnu.org>
21759
21760 * cus-theme.el (customize-create-theme):
21761 Call `customize-create-theme' in Reset widget's notify function.
21762
21763 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21764 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21765 (define-ibuffer-column name): Add summarizer.
21766 (define-ibuffer-column size): Likewise.
21767 (define-ibuffer-column filename): Likewise.
21768 (define-ibuffer-column process): Likewise. Change BODY's output too.
21769 (define-ibuffer-column filename-and-process): Likewise, likewise.
21770 (ibuffer): Remove local vars `already-in' and `need-update'.
21771
21772 * ibuf-ext.el: Don't require `derived' at compile-time.
21773
21774 2003-07-05 Kim F. Storm <storm@cua.dk>
21775
21776 * info.el: Disable paragraph refilling.
21777 (Info-refill-paragraphs): New defcustom.
21778 (Info-fontify-node): Use it.
21779
21780 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21781
21782 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21783 thingies from constructors created by defstruct.
21784
21785 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21786 the default value of the variable.
21787 (byte-code-meter): Move declaration to top level.
21788
21789 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21790
21791 * info.el (Info-following-node-name-re): New fun.
21792 (Info-following-node-name): Remove.
21793 (Info-insert-dir): Use the new fun.
21794 (Info-extract-pointer): Don't save restriction; use new fun.
21795 (Info-menu-entry-name-re): New const.
21796 (Info-menu-entry-name-re): Use it along with new fun.
21797 (Info-node-spec-re): Use new fun.
21798 (Info-complete-menu-item, Info-fontify-node): Use new const.
21799 (Info-goto-node, Info-follow-reference, Info-menu-update):
21800 Use match-string.
21801 (Info-follow-reference): Use assoc-string.
21802 Use a list of strings for the completion table.
21803 (Info-fontify-node): Use match-string, line-end-position.
21804 Limit the search for `node:' to the first line.
21805
21806 * newcomment.el (uncomment-region): Remove padding coming from
21807 comment-start rather than just from comment-padding.
21808
21809 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21810 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21811 (vc-cvs-rename-file): Remove (use the default).
21812 (vc-cvs-register): Register parent dir if needed.
21813 (vc-cvs-could-register): Return non-nil if parent can be registered.
21814 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21815 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21816
21817 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21818 (vc-svn-update): Fix the arguments to `svn'.
21819 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21820 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21821 Simple implementations, assuming `name' is a URL.
21822
21823 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21824 set of chars allowed unquoted in a case pattern.
21825
21826 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21827
21828 * font-lock.el (font-lock-extra-types-widget)
21829 (c-font-lock-extra-types, c++-font-lock-extra-types)
21830 (objc-font-lock-extra-types, java-font-lock-extra-types)
21831 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21832 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21833 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21834 (font-lock-match-c++-structor-declaration)
21835 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21836 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21837 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21838 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21839 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21840 (java-font-lock-keywords-3, java-font-lock-keywords)
21841 (java-font-lock-syntactic-face-function): Remove obsolete code
21842 and constants. It's all in cc-fonts.el now.
21843
21844 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21845
21846 * mail/sendmail.el (mail-specify-envelope-from)
21847 (mail-envelope-from): Doc fix.
21848
21849 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21850
21851 * generic-x.el: Do away with the dependency on `c-emacs-features'
21852 when populating `rul-generic-mode-syntax-table'; we already know
21853 this isn't XEmacs.
21854
21855 See ChangeLog.10 for earlier changes.
21856
21857 ;; Local Variables:
21858 ;; coding: iso-2022-7bit
21859 ;; End:
21860
21861 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21862 Copying and distribution of this file, with or without modification,
21863 are permitted provided the copyright notice and this notice are preserved.
21864
21865 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1