Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-410
[bpt/emacs.git] / lisp / ChangeLog
1 2005-06-14 Miles Bader <miles@gnu.org>
2
3 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5 (ebrowse-member-class, ebrowse-progress):
6 Remove "-face" suffix from face names.
7 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8 (ebrowse-file-name-face, ebrowse-default-face)
9 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10 (ebrowse-progress-face):
11 New backward-compatibility aliases for renamed faces.
12 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
16
17 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
18 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20 names.
21 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
24 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
25 New backward-compatibility aliases for renamed faces.
26 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
29 "font-lock-". Use renamed antlr-mode faces.
30 (antlr-font-lock-additional-keywords): Use renamed faces.
31 Replace literal face-names with face variable references.
32
33 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
34 face name.
35 (Buffer-menu-buffer-face): New backward-compatibility alias for
36 renamed face.
37 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
38
39 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
40
41 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
42 Eliminate "-face" suffix.
43 (makefile-targets): Inherit font-lock-variable-name-face and
44 eliminate "-face" suffix.
45 (makefile-shell): Remove attributes and eliminate "-face" suffix.
46 (makefile-*-font-lock-keywords): Append makefile-targets in rule
47 actions, instead of prepending, to make it less visible.
48 (makefile-previous-dependency, makefile-match-dependency): Don't
49 match a target on a continuation line.
50
51 * files.el (auto-mode-alist): Put Makefile in gmake mode.
52
53 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
54
55 * progmodes/gdb-ui.el (gdb-tooltip-print): Respect
56 tooltip-use-echo-area.
57 (menu): Re-order menu items.
58
59 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
60 Define in tooltip.el.
61 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
62 (gud-tooltip-tips): Respect tooltip-use-echo-area and
63 gud-tooltip-echo-area.
64
65 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
66 backward compatibility and make obsolete.
67 (tooltip-help-tips): Use tooltip-use-echo-area.
68 (tooltip-show-help-function): Rename to...
69 (tooltip-show-help): ...this, because it is a function.
70 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
71
72 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
73
74 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
75 (edebug-print-length, edebug-print-level, edebug-print-circle)
76 (edebug-modify-breakpoint, edebug-eval-last-sexp)
77 (edebug-eval-print-last-sexp): Doc fixes.
78
79 2005-06-14 Kim F. Storm <storm@cua.dk>
80
81 * ido.el (ido-mode): Make a new keymap every time we enable ido,
82 as the coverage buffer/file/both may change.
83
84 2005-06-14 Lute Kamstra <lute@gnu.org>
85
86 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
87 and run-mode-hooks. Simplify.
88
89 * mail/rmailedit.el (rmail-edit-mode):
90 * progmodes/octave-inf.el (inferior-octave-mode):
91 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
92
93 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
94 and run-mode-hooks.
95 (recentf-edit-list, recentf-open-files): Don't call
96 kill-all-local-variables directly.
97
98 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
99
100 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
101
102 * emacs-lisp/byte-run.el (make-obsolete)
103 (define-obsolete-function-alias): Rename arguments FUNCTION and
104 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
105 (make-obsolete-variable, define-obsolete-variable-alias): Rename
106 arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
107 respectively.
108
109 * isearchb.el (isearchb-activate):
110 * pcvs.el (cvs-mode):
111 * ses.el (ses-load):
112 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
113 * net/tramp.el (tramp-find-file-exists-command)
114 (tramp-find-shell):
115 * progmodes/ada-mode.el (ada-create-case-exception)
116 (ada-create-case-exception-substring, ada-make-subprogram-body):
117 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
118 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
119 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
120 * textmodes/org.el (org-promote, org-evaluate-time-range)
121 (org-agenda-next-date-line, org-agenda-previous-date-line)
122 (org-agenda-error, org-open-at-point, org-table-move-row)
123 (org-format-table-table-html-using-table-generate-source)
124 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
125 * textmodes/reftex.el (reftex-access-scan-info):
126 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
127 (reftex-toc-promote-prepare): Follow error conventions.
128
129 * diff-mode.el (diff-mode): Fix typo in docstring.
130
131 * forms.el (forms--intuit-from-file): Fix reference to
132 `forms-number-of-fields' in error message.
133 (forms-print): Fix quoting in error message.
134
135 * forms.el (forms-mode):
136 * emulation/vi.el (vi-goto-insert-state):
137 * progmodes/flymake.el (flymake-new-err-info)
138 (flymake-start-syntax-check-for-current-buffer)
139 (flymake-simple-cleanup):
140 * eshell/esh-var.el (eshell/export):
141 * progmodes/gud.el (xdb):
142 * textmodes/flyspell.el (flyspell-incorrect-hook)
143 (flyspell-maybe-correct-transposition)
144 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
145
146 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
147
148 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
149 minibuffer prompt.
150
151 2005-06-13 Kim F. Storm <storm@cua.dk>
152
153 * subr.el (add-to-ordered-list): New defun.
154
155 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
156 add cua--keymap-alist to emulation-mode-map-alists.
157
158 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * subr.el (complete-in-turn): New macro.
161 (dynamic-completion-table, lazy-completion-table): Add debug info.
162
163 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
164 in preference to face aliases.
165
166 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
167 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
168 Remove unused vars `start' and `firstline'.
169 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
170 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
171
172 2005-06-13 Eli Zaretskii <eliz@gnu.org>
173
174 * cus-start.el (all): Don't complain about missing GTK-related
175 variables, unless either `gtk' is boundp or this isn't a
176 `windows-nt' build.
177
178 2005-06-13 Lute Kamstra <lute@gnu.org>
179
180 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
181 run-mode-hooks.
182
183 * ediff-mult.el (ediff-meta-mode):
184 * ediff-util.el (ediff-mode): Use run-mode-hooks.
185
186 * ledit.el (ledit-mode): Use delay-mode-hooks.
187
188 * woman.el (woman-mode-line-format): Delete constant.
189 (woman-mode-map): Initialize it properly.
190 (woman-mode): Set mode-class property to special.
191 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
192 Set major-mode and mode-name. Don't set mode-line-format directly.
193 (Man-getpage-in-background): Don't reference woman-mode-line-format.
194
195 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
196 string argument obsolete.
197
198 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
199
200 * textmodes/org.el (org-CUA-compatible): New option.
201 (org-disputed-keys): New variable.
202 (org-key): New function.
203 (orgtbl-make-binding): Add docstring to the created function.
204 (org-mode): Set paragraph start/separate regexps.
205 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
206 (org-archive-location, org-archive-mark-done)
207 (org-archive-stamp-time): New options.
208 (org-archive-subtree): New command.
209 (org-fill-paragraph): New function.
210 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
211 (org-fake-empty-table-line): Function removed.
212 (org-format-org-table-html): Do not create empty table lines at
213 separator lines. Improved table header treatment.
214 (org-link-format): New option.
215 (org-make-link): New function.
216 (org-insert-link, org-store-link): Use org-make-link.
217 (org-open-file): Quote file name for shell command, to allow
218 spaces in file names.
219 (org-link-regexp): Fix bug with mailto link.
220 (org-link-maybe-angles-regexp, org-protected-link-regexp):
221 New constants.
222 (org-export-as-html): Deal with the optional angles around a link.
223 Better treatment of file: links.
224 (org-open-at-point): Replace @{ and @} with < and >.
225 (org-run-mode-hooks): Function removed.
226 (org-agenda-mode): No longer use `org-run-mode-hooks'.
227
228 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
229
230 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
231 MI command -data-list-register-values.
232 (gdb-post-prompt): Indent properly.
233
234 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
235
236 * hilit-chg.el (highlight-changes-colors): Rename from
237 `highlight-changes-colours'.
238 (highlight-changes-colours): Keep as obsolete alias.
239 (highlight-changes-face-list): Doc fix.
240 (hilit-chg-make-list): Use `highlight-changes-colors'.
241
242 2005-06-12 Mark A. Hershberger <mah@everybody.org>
243
244 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
245 defun-prompt-regexp.
246
247 2005-06-12 Eli Zaretskii <eliz@gnu.org>
248
249 * loadup.el: Don't say we are dumping under 2 names on windows-nt
250 and cygwin.
251
252 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
253 Don't use an old loaddefs.el, as in Makefile.in.
254
255 2005-06-12 Lute Kamstra <lute@gnu.org>
256
257 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
258
259 * man.el (Man-mode-map): Initialize it properly.
260 (Man-mode): Set mode-class property to special.
261
262 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
263
264 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
265
266 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
267 A newline is needed in the docstring there.
268
269 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
270 Doc fixes.
271
272 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
273
274 * printing.el: Doc fix. The menubar is no more changed when printing
275 is loaded, it only changes when pr-menu-bind or pr-update-menus is
276 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
277 (pr-version): New version number (6.8.4).
278 (pr-menu-bind): New command.
279 (pr-update-menus): Docstring and code fix.
280 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
281 Docstring fix.
282 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
283 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
284
285 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
286
287 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
288 "Returns" to "return", document useful return values, etc.
289
290 2005-06-11 Alan Mackenzie <acm@muc.de>
291
292 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
293 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
294 (adaptive-file-function): Minor amendment to doc-string.
295
296 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
297
298 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
299 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
300 Fix :type--it is `integer', not `string'.
301
302 * faces.el (modeline-highlight): Rename from (the erroneous)
303 `modeline-higilight'.
304
305 2005-06-11 Lute Kamstra <lute@gnu.org>
306
307 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
308 lisp-interaction-mode-map but make it the parent.
309 (edebug-eval-mode): Use define-derived-mode.
310
311 2005-06-11 Andreas Schwab <schwab@suse.de>
312
313 * bindings.el: Add binding of `ESC functionkey' for every
314 `M-functionkey'.
315 * hexl.el (hexl-mode-map): Likewise.
316
317 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
318
319 * progmodes/compile.el (compilation-error-regexp-alist-alist)
320 [msft]: update regexp for newer msft compilers.
321
322 2005-06-10 Mark A. Hershberger <mah@everybody.org>
323
324 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
325 ATTLIST portions of included DTDs.
326 (xml-parse-dtd): Eliminate use of inefficient match-data.
327
328 2005-06-10 Miles Bader <miles@gnu.org>
329
330 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
331 (mpuz-text): Remove "-face" suffix from face names.
332 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
333 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
334 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
335
336 * play/gomoku.el (gomoku-O, gomoku-X):
337 Remove "-face" suffix from face names.
338 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
339 New backward-compatibility aliases for renamed faces.
340 (gomoku-font-lock-keywords): Use renamed gomoku faces.
341
342 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
343
344 * thumbs.el: Fixes for changes of 2005-06-09.
345 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
346 as a directory.
347 (thumbs-thumbname): Remove directory separator from format string;
348 `thumbs-thumbsdir' now returns a valid directory name.
349 (thumbs-temp-dir): New defsubst.
350 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
351 Use it.
352
353 * cus-edit.el (minibuffer):
354 * files.el (make-backup-file-name-function):
355 * filesets.el (filesets-external-viewers):
356 * hilit-chg.el (highlight-changes-colours)
357 (highlight-changes-face-list, highlight-changes-rotate-faces):
358 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
359 * kmacro.el (kmacro-call-macro):
360 * log-edit.el (log-edit-changelog-full-paragraphs):
361 * mouse.el (mouse-1-click-follows-link):
362 * skeleton.el (skeleton-autowrap):
363 * subr.el (insert-for-yank-1):
364 * tempo.el (tempo-insert-region):
365 * terminal.el (terminal-emulator):
366 * time.el (display-time-mail-face):
367 * vc.el (vc-annotate):
368 * vcursor.el (vcursor-copy-line):
369 * woman.el (woman-bold-headings, woman-ignore)
370 (woman-default-faces, woman-monochrome-faces):
371 * calendar/todo-mode.el (todo-insert-threshold):
372 * emulation/pc-select.el (pc-select-selection-keys-only)
373 (pc-selection-mode):
374 * emulation/vip.el (vip-find-char-forward):
375 * emulation/viper-cmd.el (viper-find-char-forward):
376 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
377 (input-method-exit-on-invalid-key):
378 * international/mule-diag.el (describe-coding-system):
379 * international/ucs-tables.el (unify-8859-on-encoding-mode):
380 * net/browse-url.el (browse-url-xterm-program):
381 * obsolete/lazy-lock.el (lazy-lock-mode):
382 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
383 (cperl-mode):
384 * progmodes/cpp.el (cpp-face-light-name-list)
385 (cpp-face-dark-name-list):
386 * progmodes/delphi.el (delphi-newline-always-indents):
387 Fix spellings in docstrings.
388
389 * ido.el (ido-mode, ido-file-extensions-order)
390 (ido-default-file-method, ido-default-buffer-method)
391 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
392 (ido-decorations, ido-read-file-name-as-directory-commands)
393 (ido-read-file-name-non-ido, ido-work-directory-list)
394 (ido-ignore-item-temp-list, ido-current-directory)
395 (ido-magic-forward-char, ido-enter-find-file)
396 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
397 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
398
399 2005-06-10 Lute Kamstra <lute@gnu.org>
400
401 * play/dunnet.el (dun-mode): Use define-derived-mode.
402 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
403 obsolete alias.
404
405 * play/doctor.el (doctor-mode-map): Remove defvar.
406 (doctor-mode): Use define-derived-mode.
407
408 * mail/mspools.el (mspools-mode):
409 * net/eudc-hotlist.el (eudc-hotlist-mode):
410 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
411
412 2005-06-10 Miles Bader <miles@gnu.org>
413
414 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
415 Remove "-face" suffix from face names.
416 (flyspell-incorrect-face, flyspell-duplicate-face):
417 New backward-compatibility aliases for renamed faces.
418 (flyspell-mode-on, make-flyspell-overlay)
419 (flyspell-highlight-incorrect-region)
420 (flyspell-highlight-duplicate-region)
421 (flyspell-display-next-corrections)
422 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
423
424 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
425 from face name.
426 (texinfo-heading-face): New backward-compatibility alias for
427 renamed face.
428 (texinfo-heading-face): Use renamed texinfo-heading face.
429
430 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
431 suffix from face names.
432 (tex-math-face, tex-verbatim-face):
433 New backward-compatibility aliases for renamed faces.
434 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
435 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
436 literal face name.
437
438 * textmodes/table.el (table-cell): Remove "-face" suffix from face
439 name.
440 (table-cell-face): New backward-compatibility alias for renamed face.
441 (table--put-cell-face-property, table--update-cell-face):
442 Use renamed table-cell face.
443
444 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
445 from face name.
446 (sgml-namespace-face): New backward-compatibility alias for
447 renamed face.
448 (sgml-namespace-face): Use renamed sgml-namespace face.
449
450 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
451 (org-level-4, org-level-5, org-level-6, org-level-7)
452 (org-level-8, org-warning, org-headline-done)
453 (org-deadline-announce, org-scheduled-today)
454 (org-scheduled-previously, org-link, org-done, org-table)
455 (org-time-grid): Remove "-face" suffix from face names.
456 (org-level-1-face, org-level-2-face, org-level-3-face)
457 (org-level-4-face, org-level-5-face, org-level-6-face)
458 (org-level-7-face, org-level-8-face, org-warning-face)
459 (org-headline-done-face, org-deadline-announce-face)
460 (org-scheduled-today-face, org-scheduled-previously-face)
461 (org-link-face, org-done-face, org-table-face)
462 (org-time-grid-face):
463 New backward-compatibility aliases for renamed faces.
464 (org-level-faces, org-set-font-lock-defaults, org-timeline)
465 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
466 (org-agenda-get-timestamps, org-agenda-get-scheduled)
467 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
468
469 * emulation/viper-init.el (viper-search, viper-replace-overlay)
470 (viper-minibuffer-emacs, viper-minibuffer-insert)
471 (viper-minibuffer-vi): Remove "-face" suffix from face names.
472 (viper-search-face, viper-replace-overlay-face)
473 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
474 (viper-minibuffer-vi-face):
475 New backward-compatibility aliases for renamed faces.
476 (viper-search-face, viper-replace-overlay-face)
477 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
478 (viper-minibuffer-vi-face): Use renamed viper faces.
479
480 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
481 Remove "-face" suffix from face names.
482 (testcover-nohits-face, testcover-1value-face):
483 New backward-compatibility aliases for renamed faces.
484 (testcover-mark): Use renamed testcover faces.
485
486 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
487 face name.
488 (diary-button-face): New backward-compatibility alias for renamed face.
489 (diary-entry): Use renamed diary-button face.
490
491 * calendar/calendar.el (diary, calendar-today, holiday)
492 (mark-visible-calendar-date): Remove "-face" suffix from face names.
493 (diary-face, calendar-today-face, holiday-face):
494 New backward-compatibility aliases for renamed faces.
495 (eval-after-load "facemenu", diary-entry-marker)
496 (calendar-today-marker, calendar-holiday-marker, diary-face):
497 Use renamed calendar faces.
498
499 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
500 (compare-windows-face): New backward-compatibility alias for
501 renamed face.
502 (compare-windows-highlight): Use renamed compare-windows face.
503
504 * strokes.el (strokes-char): Remove "-face" suffix from face name.
505 (strokes-char-face): New backward-compatibility alias for renamed face.
506 (strokes-encode-buffer): Use renamed strokes-char face.
507
508 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
509 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
510 Remove "-face" suffix from face names.
511 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
512 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
513 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
514 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
515 Use renamed pcvs faces.
516 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
517 * pcvs-defs.el (cvs-mode-map): Likewise.
518 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
519
520 * info.el (info-title-1, info-title-2, info-title-3)
521 (info-title-4): Remove "-face" suffix from and downcase face names.
522 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
523 (Info-title-4-face):
524 New backward-compatibility aliases for renamed faces.
525 (Info-fontify-node): Use renamed info faces.
526
527 * hilit-chg.el (highlight-changes, highlight-changes-delete):
528 Remove "-face" suffix from face names.
529 (highlight-changes-face, highlight-changes-delete-face):
530 New backward-compatibility aliases for renamed faces.
531 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
532 (hilit-chg-make-list): Use renamed highlight-changes faces.
533
534 * generic-x.el (show-tabs-tab, show-tabs-space):
535 Remove "-face" suffix from face names.
536 (show-tabs-tab-face, show-tabs-space-face):
537 New backward-compatibility aliases for renamed faces.
538 (show-tabs-generic-mode-font-lock-defaults-1)
539 (show-tabs-generic-mode-font-lock-defaults-2):
540 Use renamed show-tabs faces.
541
542 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
543 (smerge-markers): Remove "-face" suffix from face names.
544 (smerge-mine-face, smerge-other-face, smerge-base-face)
545 (smerge-markers-face):
546 New backward-compatibility aliases for renamed faces.
547 (smerge-mine-face, smerge-other-face, smerge-base-face)
548 (smerge-markers-face): Use renamed smerge faces.
549
550 * log-view.el (log-view-file, log-view-message):
551 Remove "-face" suffix from face names.
552 (log-view-file-face, log-view-message-face):
553 New backward-compatibility aliases for renamed faces.
554 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
555
556 * paren.el (show-paren-match, show-paren-mismatch):
557 Remove "-face" suffix from face names.
558 (show-paren-match-face, show-paren-mismatch-face):
559 New backward-compatibility aliases for renamed faces.
560 (show-paren-function): Use renamed show-paren faces.
561
562 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
563 (ruler-mode-margins, ruler-mode-fringes)
564 (ruler-mode-column-number, ruler-mode-fill-column)
565 (ruler-mode-comment-column, ruler-mode-goal-column)
566 (ruler-mode-tab-stop, ruler-mode-current-column):
567 Remove "-face" suffix from face names.
568 (ruler-mode-default-face, ruler-mode-pad-face)
569 (ruler-mode-margins-face, ruler-mode-fringes-face)
570 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
571 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
572 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
573 New backward-compatibility aliases for renamed faces.
574 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
575 (ruler-mode-column-number, ruler-mode-fill-column)
576 (ruler-mode-comment-column, ruler-mode-goal-column)
577 (ruler-mode-tab-stop, ruler-mode-current-column)
578 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
579
580 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
581 face name.
582 (whitespace-highlight-the-space): Use renamed face.
583 (whitespace-highlight-face): New backward-compatibility alias for
584 renamed face.
585
586 * woman.el (woman-italic, woman-bold, woman-unknown)
587 (woman-addition, woman-symbol-face):
588 Remove "-face" suffix from face names.
589 (woman-italic-face, woman-bold-face, woman-unknown-face)
590 (woman-addition-face):
591 New backward-compatibility aliases for renamed faces.
592 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
593 (woman-decode-region, woman-replace-match)
594 (woman-display-extended-fonts, woman-special-characters)
595 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
596 Use renamed woman faces.
597
598 * longlines.el (longlines-visible-face): Face removed.
599
600 * diff-mode.el (diff-header, diff-file-header, diff-index)
601 (diff-hunk-header, diff-removed, diff-added, diff-changed)
602 (diff-function, diff-context, diff-nonexistent): Remove "-face"
603 suffix from face names.
604 (diff-header-face, diff-file-header-face, diff-index-face)
605 (diff-hunk-header-face, diff-removed-face, diff-added-face)
606 (diff-changed-face, diff-function-face, diff-context-face)
607 (diff-nonexistent-face): New backward-compatibility aliases for
608 renamed faces.
609 (diff-header-face, diff-file-header-face)
610 (diff-index, diff-index-face, diff-hunk-header)
611 (diff-hunk-header-face, diff-removed, diff-removed-face)
612 (diff-added, diff-added-face, diff-changed-face, diff-function)
613 (diff-function-face, diff-context-face, diff-nonexistent)
614 (diff-nonexistent-face): Use renamed diff-mode faces.
615
616 * progmodes/compile.el (compilation-warning-face)
617 (compilation-info-face): Remove "-face" suffix from face names.
618 (compilation-warning-face, compilation-info-face):
619 New backward-compatibility aliases for renamed faces.
620 (compilation-warning-face, compilation-info-face):
621 Use renamed compilation faces.
622
623 * add-log.el (change-log-date, change-log-name)
624 (change-log-email, change-log-file, change-log-list)
625 (change-log-conditionals, change-log-function)
626 (change-log-acknowledgement): Remove "-face" suffix from face names.
627 (change-log-date-face, change-log-name-face)
628 (change-log-email-face, change-log-file-face)
629 (change-log-list-face, change-log-conditionals-face)
630 (change-log-function-face, change-log-acknowledgement-face):
631 New backward-compatibility aliases for renamed faces.
632 (change-log-font-lock-keywords): Use renamed change-log faces.
633
634 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
635 (custom-set, custom-changed, custom-saved, custom-button)
636 (custom-button-pressed, custom-documentation, custom-state)
637 (custom-comment, custom-comment-tag, custom-variable-tag)
638 (custom-variable-button, custom-face-tag, custom-group-tag-1)
639 (custom-group-tag): Remove "-face" suffix from face names.
640 (custom-magic-alist, custom-magic-value-create)
641 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
642 (custom-invalid-face, custom-rogue-face, custom-modified-face)
643 (custom-set-face, custom-changed-face, custom-saved-face)
644 (custom-button-face, custom-button-pressed-face)
645 (custom-documentation-face, custom-state-face)
646 (custom-comment-face, custom-comment-tag-face)
647 (custom-variable-tag-face, custom-variable-button-face)
648 (custom-face-tag-face, custom-group-tag-face-1)
649 (custom-group-tag-face):
650 New backward-compatibility aliases for renamed faces.
651
652 * wid-edit.el (widget-documentation, widget-button)
653 (widget-field, widget-single-line-field, widget-inactive)
654 (widget-button-pressed): "-face" suffix removed from face names.
655 (widget-documentation-face, widget-button-face)
656 (widget-field-face, widget-single-line-field-face)
657 (widget-inactive-face, widget-button-pressed-face):
658 New backward-compatibility aliases for renamed faces.
659 (widget-documentation-face, widget-button-face)
660 (widget-button-pressed-face, widget-specify-field)
661 (widget-specify-inactive): Use renamed widget faces.
662
663 2005-06-10 Kenichi Handa <handa@m17n.org>
664
665 * term/x-win.el (x-clipboard-yank): Remove condition-case
666 wrapping.
667
668 2005-06-11 Kenichi Handa <handa@m17n.org>
669
670 * add-log.el (change-log-font-lock-keywords): Make the regexp for
671 date lines stricter.
672
673 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
674
675 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
676 of x-get-selection.
677
678 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
679
680 * comint.el (comint-mode, comint-snapshot-last-prompt):
681 * frame.el (frame-current-scroll-bars):
682 * term.el (term-mode, term-check-proc, term-input-sender)
683 (term-simple-send, term-extract-string, term-word)
684 (term-match-partial-filename):
685 * window.el (window-current-scroll-bars):
686 * emulation/cua-base.el (cua-normal-cursor-color)
687 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
688 (cua-global-mark-cursor-color):
689 * mail/undigest.el (rmail-forward-separator-regex):
690 Fix typos in docstrings.
691
692 * comint.el (comint-check-proc, make-comint-in-buffer)
693 (comint-source-default): Doc fixes.
694
695 * term.el (term-send-string): Improve argument/docstring
696 consistency.
697
698 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
699
700 * comint.el (comint-send-input): Bind `inhibit-read-only' around
701 call to `delete-region'.
702 (comint-mode-hook): Do not enable Font Lock by default.
703
704 2005-06-09 Lute Kamstra <lute@gnu.org>
705
706 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
707 could be void.
708
709 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * emacs-lisp/debug.el (debugger-will-be-back): New var.
712 (debug): Use it.
713 (debugger-step-through, debugger-continue, debugger-jump)
714 (debugger-return-value): Set it when needed.
715 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
716 Use inhibit-read-only.
717
718 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
719
720 * window.el (shrink-window-if-larger-than-buffer)
721 (window-size-fixed): Fix typo in docstring.
722
723 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
724 thumbnails directory on loading.
725 (thumbs-conversion-program): Use `eq' to check the system type,
726 not `equal'.
727 (thumbs-temp-dir): Initialize to `temporary-file-directory',
728 not "/tmp". Fix docstring.
729 (thumbs-thumbsdir): New function to return the thumbnails
730 directory, creating it if needed.
731 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
732 (thumbs-temp-file): Delete variable and make it into a function.
733 (thumbs-resize-image, thumbs-modify-image): Use it.
734 (thumbs-kill-buffer): Simplify.
735 (thumbs-gensym): Defalias or duplicate CL `gensym'.
736 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
737 docstrings.
738
739 2005-06-09 Kim F. Storm <storm@cua.dk>
740
741 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
742 set-match-data to free markers in match-data.
743
744 * replace.el (replace-match-data): Pass RESEAT arg `t' to
745 match-data to unchain markers in match-data.
746
747 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
750 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
751 unnecessary now.
752
753 2005-06-08 Richard M. Stallman <rms@gnu.org>
754
755 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
756 give the variable a doc string that doesn't say don't set it directly.
757
758 * textmodes/ispell.el (ispell-check-version):
759 Use match-string-no-properties.
760 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
761 (ispell-buffer-local-words): Likewise.
762
763 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
764 except on terminals with enough colors to really display it.
765 (makefile-dependency-regex): Delete spurious `bb'.
766
767 * faces.el (escape-glyph): Use blue once again in last case.
768 (no-break-space): Redefine so that it isn't invisible on a tty.
769
770 2005-06-08 Kim F. Storm <storm@cua.dk>
771
772 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
773 also when reading directory name.
774
775 2005-06-08 Lute Kamstra <lute@gnu.org>
776
777 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
778 (flyspell-mode-line-string): Remove autoload cookie.
779 (flyspell-mode): Remove defvar.
780
781 2005-06-07 Lute Kamstra <lute@gnu.org>
782
783 * textmodes/org.el (org-run-mode-hooks): New function.
784 (org-agenda-mode): Use it.
785
786 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
787
788 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
789
790 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
793
794 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
795
796 * font-lock.el (font-lock-add-keywords): Doc fix.
797
798 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
801 (tex-compile-default): In the absence of any history, use the order in
802 tex-compile-alist to choose the preferred command.
803 (tex-compile-commands): Reorder a bit.
804
805 * textmodes/flyspell.el (flyspell-auto-correct-binding)
806 (flyspell-incorrect-face, flyspell-duplicate-face):
807 Use (X)Emacs-agnostic code.
808 (flyspell-mode-map): Don't overwrite at each load. Remove code
809 redundant with the subsequent add-minor-mode. Merge Emacs and
810 XEmacs code.
811 (flyspell-word): Minor simplification.
812 (flyspell-math-tex-command-p): Quieten the byte-compiler.
813 (flyspell-external-point-words): Remove unused vars `size' and `start'.
814 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
815 Merge the corresponding Emacs code.
816 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
817
818 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
819 a dedicated window.
820
821 * international/latexenc.el (latexenc-find-file-coding-system):
822 Undo part of last patch, to turn off a compiler warning.
823
824 2005-06-06 Juri Linkov <juri@jurta.org>
825
826 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
827 Rename `tmm-inactive-face' to `tmm-inactive'.
828
829 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
830
831 * iswitchb.el: Rename faces.
832
833 2005-06-06 Kim F. Storm <storm@cua.dk>
834
835 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
836 (cua-global-mark): Remove -face suffix from face names.
837
838 * emulation/cua-gmrk.el (cua--init-global-mark):
839 Remove cua-global-mark face setup.
840
841 2005-06-06 Richard M. Stallman <rms@gnu.org>
842
843 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
844 just like other allowed characters.
845 (makefile-match-dependency): Exclude leading and training whitespace
846 from the range of regexp subexp 1.
847 (makefile-macroassign-regex): Don't try to match the body,
848 just the name of the macro being defined.
849
850 * info.el (Info-read-node-name-2): New function.
851 (Info-read-node-name-1): Use that.
852 Add a completion-base-size-function property.
853
854 * simple.el (completion-setup-function): Look for
855 completion-base-size-function property of
856 minibuffer-completion-table.
857
858 * files.el (locate-file-completion): Doc fix.
859
860 * printing.el: Don't call pr-update-menus; user must do that.
861
862 * emacs-lisp/debug.el (debugger-window): New variable.
863 (debug): Use debugger-window if it is set and still alive.
864 Record debugger-window for next entry.
865
866 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
867
868 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
869
870 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
871 (hack-one-local-variable, hack-local-variables)
872 (hack-local-variables-prop-line): Pass that arg.
873
874 2005-06-06 Kim F. Storm <storm@cua.dk>
875
876 * ido.el (ido-first-match, ido-only-match, ido-subdir)
877 (ido-indicator): Remove -face suffix from face names.
878
879 2005-06-06 Juri Linkov <juri@jurta.org>
880
881 * font-lock.el (font-lock-regexp-backslash)
882 (font-lock-regexp-backslash-construct): New faces.
883 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
884 after `('. Add `while-no-input' to control structures.
885
886 * faces.el (no-break-space, shadow): New faces.
887 (escape-glyph): Use less loud colors pink2 and red4.
888
889 * diff-mode.el (diff-context-face)
890 * dired.el (dired-ignored)
891 * rfn-eshadow.el (file-name-shadow)
892 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
893
894 * info.el (Info-title-1-face): Use green instead of yellow because
895 bold yellow is not readable on light backgrounds.
896
897 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
898 before selecting the desired mode to not spend time fontifying
899 old contents.
900
901 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
902
903 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
904 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
905
906 * ps-print.el (ps-default-fg, ps-default-bg):
907 Fix typos in docstrings.
908
909 * isearchb.el (isearchb): Don't pass a spurious second argument to
910 `iswitchb-completions'.
911
912 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
913
914 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
915 to preserve point.
916 (gdb-find-file-hook): Add doc string.
917
918 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
919 C dereferenced pointer expression.
920 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
921
922 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
923
924 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
925 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
926 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
927 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
928 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
929 Make background transparent.
930
931 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
932
933 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
934 (font-lock-remove-keywords): Doc fix.
935 (font-lock-mode-major-mode): Compiler defvar.
936 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
937
938 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
939 (font-lock-mode): Update `font-lock-mode-major-mode'.
940 (font-lock-set-defaults): Compiler defvar.
941 (font-lock-default-function): Take `font-lock-mode-major-mode'
942 into account.
943
944 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
945 keep track of which major mode it enabled the minor mode for.
946 Use find-file-hook again. Update docstring.
947
948 * simple.el (eval-expression-print-level)
949 (eval-expression-print-length, eval-expression-debug-on-error):
950 Doc fixes.
951
952 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
953
954 * iswitchb.el (iswitchb-single-match-face)
955 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
956 (iswitchb-invalid-regexp-face): New faces.
957 (iswitchb-completions): Use them.
958 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
959 now marked as an obsolete alias.
960 (iswitchb-read-buffer): Remove check for bound font variables.
961 (iswitchb-invalid-regexp): New free variable.
962 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
963 set iswitchb-invalid-regexp.
964 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
965 invalid regexps.
966 (iswitchb-completions): Add check for complete match when entering
967 a regexp.
968 (iswitchb-completions): Remove require-match argument.
969 (iswitchb-exhibit): Fix caller.
970 (iswitchb-common-match-inserted): New variable.
971 (iswitchb-complete, iswitchb-completion-help): Use it.
972
973 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
974
975 * url-http.el (url-http-chunked-encoding-after-change-function):
976 Use `url-http-debug' instead of `message'.
977
978 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
979
980 * url-http.el (url-http-parse-headers): Pass redirected URL as a
981 callback argument.
982
983 2005-06-04 Kim F. Storm <storm@cua.dk>
984
985 * simple.el (line-move): Only call sit-for when moving backwards.
986
987 * ido.el (ido-make-merged-file-list-1): New defun split from
988 ido-make-merged-file-list.
989 (ido-make-merged-file-list): Bind throw-on-input around call to
990 ido-make-merged-file-list-1. Return input-pending-p if
991 interrupted by more input available.
992 (ido-read-internal): Handle input-pending-p return value from
993 ido-make-merged-file-list.
994
995 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
998 compatibility code.
999
1000 * international/latexenc.el (latexenc-find-file-coding-system):
1001 Don't inherit the EOL part of the coding-system from the
1002 tex-main buffer. Fit within 80 columns.
1003
1004 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1005
1006 * tmm.el (tmm-inactive-face): New face.
1007 (tmm-remove-inactive-mouse-face): New function.
1008 (tmm-prompt, tmm-add-one-shortcut)
1009 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1010 but not selectable.
1011
1012 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * faces.el (face-equal): Improve argument/docstring consistency.
1015
1016 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1017
1018 * progmodes/make-mode.el (makefile-targets-face)
1019 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1020 (makefile-bsdmake-dependency-regex)
1021 (makefile-makepp-rule-action-regex)
1022 (makefile-bsdmake-rule-action-regex): New constants.
1023 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1024
1025 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1026 Allow (...) within `...' for makepp messages.
1027
1028 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1029
1030 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1031
1032 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1033 "." files are deleted from all file lists before comparison.
1034
1035 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1036 (viper-ESC-key): Made them customizable.
1037
1038 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1039
1040 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1041
1042 * autorevert.el (auto-revert-buffers): Use save-match-data.
1043
1044 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1047 menu items with a nil command binding.
1048
1049 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1050
1051 * emacs-lisp/cl-macs.el (defsetf):
1052 Improve argument/docstring consistency.
1053
1054 * faces.el (list-faces-display): Improve the formatting by
1055 computing the maximum length required for any face-name (reworked
1056 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1057 (internal-find-face): Remove redundant info in docstring.
1058
1059 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1060
1061 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1062 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1063 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1064 (gdb-assembler-custom): Improve regexps.
1065 (def-gdb-auto-update-handler): Use window point to preserve point.
1066
1067 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1070
1071 2005-05-31 Jay Belanger <belanger@truman.edu>
1072
1073 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1074 to calc-embedded.
1075 (calc-embedded-make-info): Have plain prefix argument select
1076 entire line.
1077
1078 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1079
1080 * faces.el (list-faces-display): Signal error if passed a regexp
1081 that matches no face name.
1082
1083 * simple.el (filter-buffer-substring): Fix typo in docstring.
1084
1085 2005-05-31 Richard M. Stallman <rms@gnu.org>
1086
1087 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1088 (vhdl-emacs-21): Doc fix.
1089 (vhdl-mode): Unconditionally set comment-padding.
1090 (vhdl-fixup-whitespace-region): Insert spaces only where
1091 there are none.
1092 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1093
1094 2005-05-30 John Wiegley <johnw@newartisans.com>
1095
1096 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1097 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1098 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1099 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1100 `string-to-number'.
1101
1102 2005-05-30 Jay Belanger <belanger@truman.edu>
1103
1104 * calc/calc.el (calc-bug-address): Fix docstring.
1105 (calc-window-hook, calc-trail-window-hook): New variables.
1106 (calc-trail-display): Restore use of calc-trail-window-hook.
1107 (calc): Restore use of calc-window-hook.
1108
1109 2005-05-31 Masatake YAMATO <jet@gyve.org>
1110
1111 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1112
1113 * help-fns.el (help-C-file-name): Add autoload mark for
1114 `find-function-noselect'.
1115
1116 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1119 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1120
1121 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1122
1123 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1124 included diary buffer if it was not already being visited.
1125 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1126
1127 * calendar/icalendar.el (top-level): Do not require 'appt.
1128
1129 * mail/supercite.el (sc-select-attribution): Only use a list
1130 element from sc-attrib-selection-list if it returns a string.
1131 Reported by Davide G. M. Salvetti <salve@debian.org>.
1132
1133 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1134
1135 * thumbs.el (thumbs-thumbname): The resulting thubname now
1136 includes a hash value to improve its uniqueness, and has a ".jpg"
1137 extension. Also, it is now a valid filename on all systems.
1138 (thumbs-make-thumb): Use `let', not `let*'.
1139 (thumbs-show-thumbs-list): Check for JPEG availability.
1140
1141 2005-05-30 Richard M. Stallman <rms@gnu.org>
1142
1143 * filesets.el (filesets-menu-ensure-use-cached):
1144 Prevent warning when emacs-version>= is undefined.
1145
1146 * printing.el (pr-interactive-n-up): Use string-to-number.
1147
1148 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1149
1150 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1151 Warn only when name to be defined is quoted.
1152
1153 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1154
1155 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1156 Make regexp more robust.
1157 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1158 Force regeneration of disassembly.
1159
1160 2005-05-29 Jay Belanger <belanger@truman.edu>
1161
1162 * calc/calc.el (calc-user-invocation): Check if
1163 calc-invocation-macro is non-nil.
1164
1165 2005-05-29 Juri Linkov <juri@jurta.org>
1166
1167 * add-log.el (change-log-font-lock-keywords):
1168 Add `+' to e-mail regexp to accept mail address with keywords.
1169
1170 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1171
1172 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1173
1174 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1175
1176 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1177
1178 2005-05-29 Richard M. Stallman <rms@gnu.org>
1179
1180 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1181 Undo the change that moves to end of the current word.
1182
1183 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1184
1185 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1186 Throw error when count <= 0 to ensure input is a number.
1187 (gdb-read-memory-custom): Pick up address from buffer.
1188 (gdb-memory-mode): Allow user to increment and decrement
1189 memory address from header line.
1190
1191 2005-05-29 Richard M. Stallman <rms@gnu.org>
1192
1193 * flyspell.el (flyspell-version): Function deleted.
1194 (flyspell-auto-correct-previous-hook): Doc fix.
1195
1196 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1197 Do nothing if memory is full.
1198
1199 * font-lock.el (font-lock-fontify-syntactically-region):
1200 Pass t for GREEDY to looking-back.
1201
1202 * saveplace.el (save-place-alist-to-file): Write the file
1203 using write-region.
1204
1205 * subr.el (looking-back): New argument GREEDY.
1206
1207 * progmodes/compile.el (compilation-start): Set the mode
1208 before inserting the initial text.
1209
1210 * progmodes/which-func.el (which-func-update-1): Turn the mode
1211 off in case of error by setting which-func-mode.
1212
1213 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1214
1215 * flyspell.el (flyspell-auto-correct-previous-word):
1216 Narrow down to what's on the screen, and recenter overlays
1217 at the end of the next word.
1218
1219 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1220
1221 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1222 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1223 (flyspell-abbrev-p): Default to nil.
1224 (flyspell-use-global-abbrev-table-p): Doc fix.
1225 (flyspell-large-region): Allow nil as value.
1226 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1227
1228 (mail-mode-flyspell-verify): More robust handling
1229 of `mail-header-separator'. More efficient signature detection.
1230 Allow for regexp metacharacters in message-header-separator.
1231 Adding `To' not to be checked in mail-mode-flyspell-verify.
1232
1233 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1234 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1235 Bind flyspell-auto-correct-binding.
1236 Bind C-. and C-, .
1237 (flyspell-mode-map): Likewise.
1238 (flyspell-mode): Doc fix.
1239 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1240 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1241 (flyspell-word-cache-result): New var, always local.
1242 (flyspell-check-pre-word-p): Doc fix.
1243 (flyspell-check-changed-word-p): Handle spc like newline.
1244 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1245 (flyspell-word-search-backward, flyspell-word-search-forward):
1246 New functions.
1247 (flyspell-word): Return t if nothing to check.
1248 When parsing TeX code, check for after } or \.
1249 Use flyspell-word-search-backward to find previous word.
1250 Return nil if duplicated word.
1251 For word already checked, return same value as last time.
1252 Set flyspell-word-cache-result after checking.
1253 Don't clobber the return value.
1254 (flyspell-get-word): Major rewrite.
1255 (flyspell-external-point-words): New locals pword, pcount.
1256 Fix size used in progress message.
1257 Find the proper corresponding word in flyspell-large-region-buffer.
1258 (flyspell-region): Check for flyspell-large-region = nil.
1259 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1260 (flyspell-auto-correct-word): Check that WORD is a cons.
1261 (flyspell-correct-word): Likewise.
1262
1263 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1264
1265 * progmodes/make-mode.el (makefile-rule-action-regex)
1266 (makefile-macroassign-regex, makefile-makepp-mode)
1267 (makefile-bsdmake-mode): Continuation lines may be empty.
1268 Reported by Joshua Varner.
1269 (makefile-makepp-font-lock-keywords): Add $(stem).
1270
1271 2005-05-28 Karl Berry <karl@gnu.org>
1272
1273 * textmodes/tex-mode.el: Now that tex-send-command calls
1274 shell-quote-argument (2005-03-31 change), remove all calls to
1275 shell-quote-argument; they all end up invoking tex-send-command.
1276 The double quoting loses on filenames with non-safe characters,
1277 such as "@". Reported by Frederik Fouvry.
1278
1279 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1280
1281 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1282 about preserving point.
1283
1284 2005-05-27 Jay Belanger <belanger@truman.edu>
1285
1286 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1287 Info-goto-node.
1288
1289 * calc/calc-embed.el (calc-embed-arg): New variable.
1290 (calc-do-embedded-activate, calc-embedded-activate-formula)
1291 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1292 variable by new variable.
1293 (calc-embedded-make-info): Replace undeclared variable by new
1294 variable. When selecting region with positive prefix
1295 argument, use end of previous line instead of beginning of line.
1296
1297 * calc/calc-aent.el (calc-arg-values): Declare it.
1298
1299 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1300 Declare them.
1301
1302 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1303
1304 * calc/calc.el (calc-alg-map): Declare it.
1305
1306 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1307
1308 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1309
1310 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1311 (gdb-registers-buffer, toggle-gdb-all-registers):
1312 Toggle display of floating point registers.
1313 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1314
1315 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1316 (toggle-gud-tooltip-dereference):
1317 Rename from gud-toggle-tooltip-dereference.
1318
1319 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1322
1323 2005-05-27 Jay Belanger <belanger@truman.edu>
1324
1325 * calc/calc-prog.el (calc-kbd-report): Remove.
1326 (calc-kbd-query): Rewrite.
1327
1328 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * image.el (image-library-alist): Move to image.c.
1331 (image-type-available-p): Doc fix.
1332
1333 2005-05-27 Lute Kamstra <lute@gnu.org>
1334
1335 * calc/calc.el (calc):
1336 * outline.el (outline-1, outline-2, outline-3, outline-4)
1337 (outline-5, outline-6, outline-7, outline-8):
1338 * textmodes/dns-mode.el (dns-mode):
1339 * textmodes/sgml-mode.el (sgml-namespace-face):
1340 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1341 (tex-verbatim-face, tex-use-reftex):
1342 * textmodes/texinfo.el (texinfo-heading-face):
1343 Specify customization group.
1344
1345 * longlines.el: Don't require easy-mmode.
1346 (longlines-visible-face): Specify customization group.
1347
1348 2005-05-27 Kenichi Handa <handa@m17n.org>
1349
1350 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1351 encoding table of windows-1251.
1352
1353 * international/ucs-tables.el (ucs-set-table-for-input):
1354 If translation-table-for-input of a coding system is a symbol, get
1355 its translation-table property.
1356
1357 * international/code-pages.el: Don't register a coding system into
1358 non-iso-charset-alist more than once.
1359 (cp-make-coding-system): Likewise.
1360
1361 2005-05-26 John Wiegley <johnw@newartisans.com>
1362
1363 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1364 `eshell-resume-eval' is wrapped in a list, it indicates that the
1365 command was run asynchronously. In that case, unwrap the value
1366 before checking the delimiter value.
1367
1368 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1369 character before a space at the end of a line is \, assume the space
1370 is part of the last argument rather than a final argument separator.
1371
1372 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1373 is in use, and the target is `t' or `nil' (which are the most common
1374 values), don't assume that the symbol target is a buffer.
1375
1376 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1377
1378 * calendar/calendar.el (calendar-mode-line-format):
1379 Use mode-line-highlight as mouse-face.
1380
1381 * time.el (display-time-string-forms, display-time-update):
1382 Use mode-line-highlight as mouse-face.
1383
1384 2005-05-26 Jay Belanger <belanger@truman.edu>
1385
1386 * calc/calc.el (calc-language-alist): Remove extra defvar.
1387
1388 2005-05-26 Lute Kamstra <lute@gnu.org>
1389
1390 * arc-mode.el (archive-mode):
1391 * bookmark.el (bookmark-read-annotation-mode)
1392 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1393 * bs.el (bs-mode):
1394 * calc/calc-yank.el (calc-edit-mode):
1395 * calc/calc.el (calc-mode, calc-trail-mode):
1396 * calculator.el (calculator-mode):
1397 * chistory.el (command-history-mode):
1398 * comint.el:
1399 * cus-edit.el (custom-mode):
1400 * descr-text.el (describe-text-mode):
1401 * ebuff-menu.el (Electric-buffer-menu-mode):
1402 * ediff-util.el (ediff-mode):
1403 * emacs-lisp/re-builder.el (reb-mode):
1404 * emulation/vi.el (vi-mode-setup):
1405 * emulation/ws-mode.el (wordstar-mode):
1406 * eshell/esh-mode.el (eshell-mode):
1407 * forms.el (forms-mode):
1408 * help-mode.el (help-mode):
1409 * hexl.el (hexl-mode):
1410 * ibuffer.el (ibuffer-mode):
1411 * ielm.el (inferior-emacs-lisp-mode):
1412 * info.el (Info-mode, Info-edit-mode):
1413 * international/swedish.el:
1414 * ledit.el (ledit-from-lisp-mode):
1415 * locate.el (locate-mode):
1416 * mail/rmail.el (rmail-mode):
1417 * mail/rmailedit.el (rmail-edit-mode):
1418 * mail/rmailsum.el (rmail-summary-mode):
1419 * mail/supercite.el (sc-electric-mode):
1420 * net/eudc.el (eudc-mode):
1421 * net/quickurl.el (quickurl-list-mode):
1422 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1423 * obsolete/ooutline.el (outline-mode):
1424 * obsolete/options.el (Edit-options-mode):
1425 * obsolete/rnews.el (news-mode):
1426 * obsolete/rnewspost.el (news-reply-mode):
1427 * play/5x5.el (5x5-mode):
1428 * play/decipher.el (decipher-mode, decipher-stats-mode):
1429 * play/gomoku.el (gomoku-mode):
1430 * play/snake.el (snake-mode):
1431 * play/solitaire.el (solitaire-mode):
1432 * play/tetris.el (tetris-mode):
1433 * progmodes/ada-mode.el (ada-mode):
1434 * progmodes/antlr-mode.el (antlr-mode):
1435 * progmodes/autoconf.el (autoconf-mode):
1436 * progmodes/dcl-mode.el (dcl-mode):
1437 * progmodes/delphi.el (delphi-mode):
1438 * progmodes/ebrowse.el (ebrowse-tree-mode)
1439 (ebrowse-electric-list-mode, ebrowse-member-mode)
1440 (ebrowse-electric-position-mode):
1441 * progmodes/f90.el (f90-mode):
1442 * progmodes/fortran.el (fortran-mode):
1443 * progmodes/icon.el (icon-mode):
1444 * progmodes/idlw-help.el (idlwave-help-mode):
1445 * progmodes/idlw-shell.el (idlwave-shell-mode):
1446 * progmodes/idlwave.el (idlwave-mode):
1447 * progmodes/inf-lisp.el (inferior-lisp-mode):
1448 * progmodes/m4-mode.el (m4-mode):
1449 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1450 * progmodes/modula2.el (modula-2-mode):
1451 * progmodes/octave-inf.el (inferior-octave-mode):
1452 * progmodes/octave-mod.el (octave-mode):
1453 * progmodes/pascal.el (pascal-mode):
1454 * progmodes/sh-script.el (sh-mode):
1455 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1456 * progmodes/vhdl-mode.el (vhdl-mode):
1457 * progmodes/xscheme.el (scheme-interaction-mode):
1458 * replace.el (occur-mode):
1459 * ses.el (ses-mode):
1460 * simple.el (completion-list-mode):
1461 * skeleton.el:
1462 * speedbar.el (speedbar-mode):
1463 * term.el (term-mode):
1464 * terminal.el (terminal-edit-mode):
1465 * textmodes/reftex-index.el (reftex-index-mode)
1466 (reftex-index-phrases-mode):
1467 * textmodes/reftex-sel.el (reftex-select-label-mode)
1468 (reftex-select-bib-mode):
1469 * textmodes/reftex-toc.el (reftex-toc-mode):
1470 * wdired.el (wdired-change-to-wdired-mode):
1471 * wid-browse.el (widget-browse-mode):
1472 Use run-mode-hooks.
1473
1474 * array.el (array-mode):
1475 * calendar/todo-mode.el (todo-mode):
1476 * man.el (Man-mode):
1477 * play/landmark.el (lm-mode):
1478 * play/mpuz.el (mpuz-mode):
1479 Use kill-all-local-variables and run-mode-hooks.
1480
1481 * subr.el (delay-mode-hooks): Specify indentation.
1482
1483 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1484
1485 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1486
1487 2005-05-26 Jay Belanger <belanger@truman.edu>
1488
1489 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1490 of nil.
1491
1492 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1493
1494 * progmodes/gdb-ui.el (gdb-frame-address):
1495 Rename from gdb-current-address.
1496 (gdb-previous-frame-address): Rename from gdb-previous-address.
1497 (gdb-selected-frame): Rename from gdb-current-frame.
1498 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1499 (gdb-frame-number): Rename from gdb-current-stack-level.
1500 (gdb-ann3): Match new mode-name for disassembly buffer.
1501 Extend initialisation of variables.
1502 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1503 (gdb-memory-mode): Use mouse-face in header line.
1504 (gdb-assembler-buffer-name): Call it disassembly and give frame
1505 in mode line.
1506 (gdb-source-spec-regexp, gdb-assembler-custom)
1507 (gdb-invalidate-assembler, gdb-frame-handler):
1508 Make robust to leading zeroes in address format.
1509
1510 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1511
1512 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1513 define `org-mode'.
1514 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1515
1516 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * log-edit.el (log-edit-changelog-entries): Distinguish between
1519 filenames like xfns.c and fns.c.
1520
1521 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1522
1523 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1524 point after reverting.
1525 (Buffer-menu-make-sort-button): Handle the case where
1526 `Buffer-menu-use-header-line' is nil.
1527
1528 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1529
1530 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1531 New funcs. In minibuffer-local-completion-map bind `]', `/'
1532 and `:' to them.
1533
1534 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * startup.el (normal-top-level): Allow modification of load-path while
1537 we're iterating over it.
1538
1539 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1540
1541 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1542 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1543 (thumbs-resize-interactive, thumbs-insert-image)
1544 (thumbs-insert-thumb, thumbs-dired-show-marked)
1545 (thumbs-find-image-at-point, thumbs-delete-images)
1546 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1547 (thumbs-increment-image-size, thumbs-decrement-image-size):
1548 Fix typos in docstrings.
1549
1550 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1551
1552 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1553 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1554 (cperl-mode): Use them.
1555
1556 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1559 Doc fixes.
1560
1561 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1562
1563 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1564 Bind C-d to gdb-inferior-io-eof.
1565
1566 * dired.el (dired-dnd-popup-notice): Use message-box.
1567
1568 2005-05-23 Masatake YAMATO <jet@gyve.org>
1569
1570 * bindings.el (mode-line-major-mode-keymap):
1571 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1572
1573 * faces.el (mode-line-highlight): New face.
1574
1575 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1576 as mouse-face.
1577
1578 * bindings.el (top-level, help-echo, mode-line-modified)
1579 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1580 as mouse-face.
1581
1582 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1583
1584 * progmodes/cc-engine.el (c-guess-basic-syntax):
1585 Remove spurious call to `zerop'.
1586
1587 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1588
1589 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1590
1591 CC Mode update to 5.30.10:
1592
1593 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1594 could go past the limit in decoration level 2, thereby causing
1595 errors during interactive fontification.
1596
1597 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1598 the file is evaluated interactively.
1599
1600 * cc-engine.el (c-guess-basic-syntax): Handle operator
1601 declarations somewhat better in C++.
1602
1603 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1604 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1605 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1606 (awk-mode): Use it.
1607 (make-local-hook): Suppress warning about obsoleteness.
1608
1609 * cc-engine.el, cc-align.el, cc-cmds.el
1610 (c-append-backslashes-forward, c-delete-backslashes-forward)
1611 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1612 Compensate for return value from `forward-line' when it has moved
1613 but not to a different line due to eob.
1614
1615 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1616 `objc-method-intro' and `objc-method-args-cont'.
1617
1618 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1619
1620 CC Mode update to 5.30.10:
1621
1622 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1623 in the copyright statement. Incidentally, change "along with GNU
1624 Emacs" to "along with this program" where it occurs.
1625
1626 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1627 so that it is interactive, hence can be found by M-x awk-mode
1628 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1629 <gmorris+emacs@ast.cam.ac.uk>.
1630
1631 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1632 Mode's regexps.
1633
1634 2005-05-23 Kevin Ryde <user42@zip.com.au>
1635
1636 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1637 c-parse-state, to avoid a lisp error (on bad code).
1638
1639 2005-05-23 Lute Kamstra <lute@gnu.org>
1640
1641 * subr.el (font-lock-defaults): Remove defvar as it's already
1642 defined in font-core.el.
1643
1644 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1645
1646 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1647
1648 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1649 more general and work when GDB variable "print pretty" is on,
1650 as with Emacs, for example.
1651
1652 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1653
1654 * font-core.el: Update comment.
1655
1656 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1657 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1658
1659 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1660
1661 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1662
1663 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1664 and `yank-handler' in the doc strings.
1665
1666 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1669
1670 2005-05-22 Richard M. Stallman <rms@gnu.org>
1671
1672 * help.el (describe-key): Move print-help-return-message call
1673 out of conditional.
1674
1675 * progmodes/etags.el (list-tags): Use with-no-warnings.
1676
1677 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1678 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1679 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1680
1681 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1682
1683 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1684 Add defvar.
1685
1686 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1687 Use defvar, not defconst.
1688
1689 * hexl.el (hexl-follow-line): Use with-no-warnings.
1690
1691 * emulation/tpu-extras.el: Use write-file-functions instead of
1692 write-file-hooks.
1693
1694 * dired.el (dired-font-lock-keywords): Fontify files with junk
1695 extensions even if marked by -F.
1696
1697 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1698
1699 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1700 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1701 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1702 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1703 (concatenate, list-length, get*, getf, cl-remprop):
1704 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1705 (etypecase, progv, lexical-let, lexical-let*)
1706 (multiple-value-bind, multiple-value-setq, shiftf):
1707 Improve argument/docstring consistency.
1708
1709 * subr.el (focus-frame, unfocus-frame):
1710 Revert deletion on 2005-05-01.
1711
1712 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1713
1714 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1715 doesn't exist.
1716
1717 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1718 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1719
1720 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1721
1722 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1723 already deleted variables: auto-fill-hook, blink-paren-hook,
1724 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1725 suspend-hooks, comment-indent-hook, meta-flag,
1726 before-change-function, after-change-function,
1727 font-lock-doc-string-face.
1728
1729 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1730
1731 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1732
1733 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1734
1735 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1736 rmail-dont-reply-to.
1737
1738 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1739
1740 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1741 literal blank when splitting new-header-values.
1742
1743 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1744
1745 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1746 string so that tmm doesn't create a completion entry for it.
1747
1748 * textmodes/table.el (table-disable-menu): Ditto.
1749
1750 2005-05-21 Richard M. Stallman <rms@gnu.org>
1751
1752 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1753
1754 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1755
1756 * net/rcompile.el (remote-compile): Use compilation-start.
1757
1758 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1759
1760 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1761
1762 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1763 Default to makefile-bsdmake-mode on BSD systems.
1764
1765 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1766 REGEXP may also be a search function now. The part of doc-string
1767 for describing the structure was 95% identical to that of
1768 `imenu--generic-function'. Unify it there.
1769
1770 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1771 Use function to find dependencies, because regexp alone is so complex,
1772 it easily goes into an endless loop.
1773 (makefile-makepp-mode): Also add submenu for Perl functions
1774 defined in the makefile.
1775 (makefile-bsdmake-mode): Special imenu-generic-expression no
1776 longer needed, due to function call.
1777 (makefile-match-dependency): Take BOUND into account when checking
1778 if we're through.
1779
1780 2005-05-20 Jay Belanger <belanger@truman.edu>
1781
1782 * calc/calc-units.el (calc-invalidate-units-table):
1783 Use inhibit-read-only.
1784 (math-build-units-table-buffer): Use view-mode.
1785
1786 2005-05-20 David Kastrup <dak@gnu.org>
1787
1788 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1789 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1790
1791 2005-05-20 Lute Kamstra <lute@gnu.org>
1792
1793 * diff-mode.el (diff-header-face, diff-file-header-face)
1794 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1795 (diff-added-face, diff-changed-face, diff-function-face)
1796 (diff-context-face, diff-nonexistent-face): Put them in the
1797 diff-mode customization group.
1798
1799 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1802
1803 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1804
1805 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1806 Minor regexp-optimization.
1807
1808 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1809
1810 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1811 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1812 (org-agenda-add-time-grid-maybe): New function.
1813 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1814 (org-table-create): `dotimes' instead of `mapcar'.
1815 (org-xor): Simplify implementation.
1816 (org-agenda): `inhibit-redisplay' turned on.
1817 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1818 a consistent line after a state change.
1819 (org-agenda-remove-times-when-in-prefix): New option.
1820 (org-prefix-has-time): New variable.
1821 (org-parse-time-string): Optional argument NODEFAULT.
1822 (org-format-agenda-item): Parse items for time-of-day
1823 specifications and move these into the prefix if possible.
1824 (org-agenda-priority): Get current heading, not previous heading
1825 during agenda remote editing.
1826
1827 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1828
1829 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1830 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1831 (remove-duplicates, delete-duplicates, substitute)
1832 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1833 (nsubstitute-if-not, find, find-if, find-if-not, position)
1834 (position-if, position-if-not, count, count-if, count-if-not)
1835 (mismatch, search, sort*, stable-sort, merge, member*)
1836 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1837 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1838 (intersection, nintersection, set-difference, nset-difference)
1839 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1840 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1841 (nsublis, tree-equal): Improve argument/docstring consistency.
1842
1843 * subr.el (send-string, send-region):
1844 Remove obsolescence declaration.
1845 (window-dot, set-window-dot, read-input, show-buffer)
1846 (eval-current-buffer, string-to-int):
1847 Add release number to obsolescence declarations.
1848
1849 2005-05-19 Kim F. Storm <storm@cua.dk>
1850
1851 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1852 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1853
1854 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1855
1856 * faces.el (list-faces-display): Make back button respect optional
1857 regexp arg.
1858
1859 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * calculator.el (calculator-radix-grouping-mode)
1862 (calculator-radix-grouping-digits, calculator-displayer)
1863 (calculator-radix-grouping-separator, calculator-copy-displayer):
1864 * dabbrev.el (dabbrev-search-these-buffers-only):
1865 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1866 (diff-advance-after-apply-hunk, diff-mode-hook)
1867 (diff-minor-mode-prefix):
1868 * imenu.el (imenu-use-popup-menu):
1869 * jit-lock.el (jit-lock-context-time):
1870 * newcomment.el (comment-fill-column, comment-column)
1871 (comment-style, comment-padding, comment-multi-line)
1872 (comment-empty-lines, comment-auto-fill-only-comments):
1873 * reveal.el (reveal-around-mark):
1874 * uniquify.el (uniquify-buffer-name-style)
1875 (uniquify-after-kill-buffer-p)
1876 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1877 (uniquify-min-dir-content, uniquify-separator)
1878 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1879 * w32-vars.el (w32-fixed-font-alist):
1880 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1881 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1882 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1883 * progmodes/perl-mode.el (perl-indent-level)
1884 (perl-continued-statement-offset, perl-continued-brace-offset)
1885 (perl-brace-offset, perl-brace-imaginary-offset)
1886 (perl-label-offset, perl-indent-continued-arguments)
1887 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1888 * progmodes/tcl.el (tcl-indent-level)
1889 (tcl-continued-indent-level, tcl-auto-newline)
1890 (tcl-tab-always-indent, tcl-electric-hash-style)
1891 (tcl-help-directory-list, tcl-use-smart-word-finder)
1892 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1893 (inferior-tcl-source-command):
1894 * textmodes/fill.el (enable-kinsoku):
1895 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1896 * textmodes/table.el (table-yank-handler):
1897 Specify missing group (and type, if simple) in defcustom.
1898
1899 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1900
1901 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1902
1903 2005-05-19 Richard M. Stallman <rms@gnu.org>
1904
1905 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1906
1907 * subr.el (event-basic-type): Don't get an error.
1908 (left-fringe-p): Function deleted.
1909
1910 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1911 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1912
1913 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1914 in recursive copy.
1915
1916 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1917
1918 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1919
1920 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1921 Call byte-compile-nogroup-warn if appropriate.
1922
1923 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1924 (compilation-set-window): Don't call left-fringe-p; do it directly.
1925
1926 2005-05-19 Jay Belanger <belanger@truman.edu>
1927
1928 * calc/calc-graph.el (calc-graph-format-data): Make sure
1929 var-PlotRejects is bound before trying to check its value.
1930
1931 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1932
1933 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1934 definition of this variable from reftex-global.el to reftex.el,
1935 because it is needed in the menu.
1936
1937 2005-05-19 Lute Kamstra <lute@gnu.org>
1938
1939 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1940 years are fixed. Don't insert a space after a dash.
1941
1942 2005-05-19 Kim F. Storm <storm@cua.dk>
1943
1944 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1945
1946 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1947
1948 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1949 strings, because (eq ... ?\\) is fairly frequent.
1950
1951 * progmodes/make-mode.el (makefile-add-this-line-targets):
1952 Simplify and integrate into `makefile-pickup-targets'.
1953 (makefile-add-this-line-macro): Simplify and integrate into
1954 `makefile-pickup-macros.
1955 (makefile-pickup-filenames-as-targets): Simplify.
1956 (makefile-previous-dependency, makefile-match-dependency):
1957 Don't stumble over `::'.
1958
1959 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1960
1961 * subr.el (post-command-idle-hook, post-command-idle-delay):
1962 Remove obsoletion of post-command-idle-hook and
1963 post-command-idle-delay.
1964
1965 * faces.el (list-faces-display): Provide button when describe-face
1966 is called to take user back to the list of faces.
1967
1968 * help-fns.el (describe-variable): Remove hyperlinks in a
1969 variable's value as these are quite frequently inappropriate.
1970
1971 * follow.el (follow-submit-feedback, follow-mode):
1972 Remove references to post-command-idle-hook.
1973
1974 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1975
1976 * progmodes/make-mode.el (makefile-previous-dependency)
1977 (makefile-match-dependency): Check for := (and in bsd mode also
1978 !=) to give a better result, even when font-lock is not on.
1979
1980 2005-05-18 Jay Belanger <belanger@truman.edu>
1981
1982 * calc/calc-help.el (calc-s-prefix-help):
1983 Add `calc-copy-special-constant' to help string.
1984
1985 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1986
1987 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1988
1989 2005-05-18 Jay Belanger <belanger@truman.edu>
1990
1991 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1992 in linear factors are in proper order.
1993
1994 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1995
1996 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1997 Support for jurabib.
1998
1999 * textmodes/reftex.el (featurep): Define aliases for overlay
2000 commands, for XEmacs compatibility, and use these aliases in
2001 overlay initializations.
2002 (reftex-highlight): Use `reftex-move-overlay'.
2003 (reftex-unhighlight): Use `reftex-delete-overlay'.
2004 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2005 (reftex-access-search-path): Use `reftex-uniquify' instead of
2006 `reftex-uniq'
2007
2008 * textmodes/reftex-sel.el (reftex-select-unmark):
2009 Overlay `before-string' property modification enables for Emacs as well.
2010 (reftex-select-item): Use `reftex-delete-overlay'.
2011 (reftex-select-mark): Use `reftex-make-overlay' and
2012 `reftex-overlay-put'.
2013 (reftex-select-unmark): Use `reftex-delete-overlay' and
2014 `reftex-overlay-put'.
2015
2016 2005-05-18 Lute Kamstra <lute@gnu.org>
2017
2018 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2019
2020 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * add-log.el (add-change-log-entry):
2023 * array.el (array-make-template, array-reconfigure-rows)
2024 (array-init-max-row, array-init-max-column)
2025 (array-init-columns-per-line, array-init-field-width):
2026 * replace.el (replace-match-maybe-edit, perform-replace):
2027 * textmodes/spell.el (spell-region):
2028 Replace `read-input' by `read-string'.
2029
2030 * forms.el (forms-mode):
2031 * finder.el (finder-compile-keywords):
2032 * shadowfile.el (shadow-read-files):
2033 Replace `eval-current-buffer' by `eval-buffer'.
2034
2035 * terminal.el (te-pass-through):
2036 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2037 (ange-ftp-raw-send-cmd):
2038 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2039 (send-process-next-char, telnet-initial-filter, telnet):
2040 Replace `send-string' by `process-send-string'.
2041
2042 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2043 (prolog-consult-region): Replace `send-string' by
2044 `process-send-string'; replace `send-region' by `process-send-region'.
2045
2046 * progmodes/delphi.el (delphi-log-msg):
2047 Replace `set-window-dot' by `set-window-point'.
2048
2049 * subr.el (window-dot, set-window-dot, read-input, send-string)
2050 (send-region, show-buffer, eval-current-buffer):
2051 Make really obsolete, as the comment says.
2052
2053 2005-05-17 Kim F. Storm <storm@cua.dk>
2054
2055 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2056 (cua--init-keymaps): Bind C-return instead of S-return to set
2057 rectangle mark.
2058
2059 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2060 instead of S-return to toggle/clear rectangle mark.
2061
2062 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2063
2064 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2065 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2066 Also fontify plain strings assigned to variables, mostly so that a
2067 colon has a face and is thus not taken as a dependency separator.
2068 (makefile-previous-dependency): Inline the new matcher, because it
2069 is too complex to work in both directions.
2070 (makefile-match-dependency): Eliminate `backward' arg (see above).
2071 Completely reimplemented so as to not sometimes go into an endless
2072 loop. It should also be more efficient, because first it only
2073 searches for `:', instead of applying the very complex regexp.
2074 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2075 to be fontified in one piece can be too long for JIT.
2076 Makefiles are never *that* big.
2077
2078 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2079
2080 * dired.el (dired-mode): Simplify.
2081
2082 2005-05-17 Lute Kamstra <lute@gnu.org>
2083
2084 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2085 defcustom for the mode hook variable.
2086
2087 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2088 Emacs Lisp Reference Manual.
2089
2090 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2093 (evenp, list*):
2094 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2095 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2096
2097 * net/tramp-smb.el (tramp-smb-open-connection):
2098 Pass `tramp-chunksize' as fifth (required) argument.
2099
2100 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2101
2102 * font-lock.el (lisp-font-lock-keywords-1):
2103 Set `font-lock-negation-char-face' for [^...] char group.
2104 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2105
2106 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2107 a var, and refine it to mask one more level of nested vars.
2108 (makefile-rule-action-regex): Turn it into a var, and refine it so
2109 it recognizes backslashed continuation lines as belonging to the
2110 same command.
2111 (makefile-macroassign-regex): Refine it so it recognizes
2112 backslashed continuation lines as belonging to the same command.
2113 (makefile-var-use-regex): Don't look at the next char, because it
2114 might be the same one to be skipped by the initial [^$], leading
2115 to an overlooked variable use.
2116 (makefile-make-font-lock-keywords): Remove two parameters, which
2117 are now variables that some of the modes set locally.
2118 Handle dependency and rule action matching through functions, because
2119 regexps alone match too often. Dependency matching now comes
2120 last, so it can check, whether a colon already matched something else.
2121 (makefile-mode): Inform that font-lock improves makefile parsing
2122 capabilities.
2123 (makefile-match-dependency, makefile-match-action): New functions.
2124
2125 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2126
2127 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2128
2129 * align.el (align-regexp):
2130 * ansi-color.el (ansi-color-get-face):
2131 * array.el (array-reconfigure-rows, array-init-max-row)
2132 (array-init-max-column, array-init-columns-per-line)
2133 (array-init-field-width):
2134 * dired-aux.el (dired-trample-file-versions):
2135 * dired-x.el (dired-mark-sexp):
2136 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2137 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2138 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2139 * faces.el (face-read-integer):
2140 * files.el (backup-extract-version, insert-directory):
2141 * hexl.el (hexl-insert-decimal-char):
2142 * server.el (server-process-filter):
2143 * shell.el (shell-extract-num):
2144 * startup.el (command-line-1):
2145 * term.el (term-command-hook):
2146 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2147 (time-stamp-do-number):
2148 * time.el (display-time-update):
2149 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2150 (timezone-fix-time):
2151 * vms-patch.el (vms-suspend-resume-hook):
2152 * calendar/appt.el (appt-convert-time):
2153 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2154 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2155 * calendar/cal-islam.el (mark-islamic-diary-entries):
2156 * calendar/calendar.el (calendar-cursor-to-date)
2157 (calendar-star-date):
2158 * calendar/diary-lib.el (diary-attrtype-convert)
2159 (mark-diary-entries, diary-entry-time):
2160 * calendar/solar.el (solar-get-number):
2161 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2162 * emacs-lisp/re-builder.el (reb-display-subexp):
2163 * emulation/edt.el (edt-set-scroll-margins):
2164 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2165 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2166 (vip-get-ex-count):
2167 * emulation/viper-ex.el (viper-get-ex-token)
2168 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2169 * international/fontset.el (fontset-plain-name):
2170 * mail/feedmail.el (feedmail-look-at-queue-directory):
2171 * mail/mailalias.el (mail-get-names):
2172 * mail/rmail.el (rmail-convert-to-babyl-format):
2173 * mail/rmailsum.el (rmail-make-basic-summary-line)
2174 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2175 (rmail-summary-goto-msg):
2176 * mail/smtpmail.el (smtpmail-read-response):
2177 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2178 (ange-ftp-vms-add-file-entry):
2179 * play/gametree.el (gametree-looking-at-ply)
2180 (gametree-current-branch-score):
2181 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2182 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2183 * progmodes/cperl-mode.el (condition-case):
2184 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2185 (ebrowse-set-member-buffer-column-width)
2186 (ebrowse-select-1st-to-9nth):
2187 * progmodes/etags.el (etags-snarf-tag):
2188 * progmodes/flymake.el (flymake-parse-line):
2189 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2190 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2191 (idlwave-shell-menu-def):
2192 * progmodes/ps-mode.el (ps-run-goto-error):
2193 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2194 (vhdl-speedbar-contract-level):
2195 * term/mac-win.el (x-handle-numeric-switch):
2196 * term/sun-mouse.el (sun-get-frame-data):
2197 * term/w32-win.el (x-handle-numeric-switch):
2198 * term/x-win.el (x-handle-numeric-switch):
2199 * textmodes/ispell.el (ispell-parse-output):
2200 * textmodes/nroff-mode.el (nroff-outline-level):
2201 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2202 (reftex-bib-sort-year-reverse, reftex-format-citation):
2203 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2204 (reftex-section-number):
2205 * textmodes/texinfmt.el (texinfo-paragraphindent):
2206 Replace `string-to-int' by `string-to-number'.
2207
2208 * international/latexenc.el: Add page marker to force the "Local
2209 Variables:" string out of the last page.
2210
2211 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2212
2213 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2214 tooltip-change-major-mode.
2215 (gud-tooltip-print-command): Remove case where gud-minor-mode
2216 is gdb ("--fullname").
2217 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2218 explain to user.
2219
2220 2005-05-16 Jay Belanger <belanger@truman.edu>
2221
2222 * calc/calc-store.el (calc-copy-special-constant): New function.
2223
2224 * calc/calc-ext.el (calc-init-extensions): Add binding for
2225 `calc-copy-special-constant'.
2226
2227 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2228 for the `calc-copy-special-constant' command.
2229
2230 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2231
2232 * subr.el (left-fringe-p): New function.
2233
2234 * progmodes/compile.el (compilation-setup): Set local value of
2235 overlay-arrow-string to "" always.
2236 (compilation-set-window): Left fringe then don't scroll.
2237 No left fringe then no arrow and scroll message to top.
2238 (compilation-context-lines): Adjust doc string accordingly.
2239
2240 2005-05-16 Kim F. Storm <storm@cua.dk>
2241
2242 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2243 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2244 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2245 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2246 (ido-read-file-name): Handle commands with ido property value
2247 equal to find-file as reading a file name, to allow C-d to enter dired.
2248 (ibuffer-find-file): Add ido property with value find-file.
2249
2250 2005-05-15 Kim F. Storm <storm@cua.dk>
2251
2252 * subr.el (open-network-stream-nowait): Remove.
2253 (open-network-stream-server): Remove.
2254
2255 2005-05-15 Richard M. Stallman <rms@gnu.org>
2256
2257 * faces.el (describe-face): Output a definition link button.
2258
2259 * help-mode.el (help-face-def): New button type.
2260
2261 * emacs-lisp/copyright.el (copyright-fix-years):
2262 Match properly if the first year is 2-digit.
2263 Don't mess up the whitespace after the years by filling.
2264
2265 * dired-aux.el (dired-mark-confirm):
2266 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2267
2268 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2269 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2270 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2271
2272 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2273 Set font-lock-comment-start-skip.
2274
2275 * font-lock.el (font-lock-comment-start-skip): New variable.
2276 (font-lock-comment-end-skip): New variable.
2277 (font-lock-fontify-syntactically-region): Use them if non-nil.
2278
2279 2005-05-15 Jay Belanger <belanger@truman.edu>
2280
2281 * calc/calc-store.el (calc-store-value): Return a string rather
2282 than display it as a message.
2283 Use calc-var-name for variable name.
2284 (calc-store-into): Add the result of calc-store-value to message.
2285 (calc-copy-variable): Add a message.
2286 (calc-store-exchange): Improve error messages.
2287 (calc-store-binary, calc-store-map): Don't reset the values of
2288 special constants.
2289
2290 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2291
2292 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2293 manual to docstring.
2294
2295 * files.el (hack-local-variables-confirm): Add STRING argument.
2296 Make the function handle non file visiting buffers correctly.
2297 (hack-local-variables-prop-line, hack-local-variables)
2298 (hack-one-local-variable): Use STRING arg of
2299 `hack-local-variables-confirm'.
2300
2301 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2302
2303 Sync with Tramp 2.0.49.
2304
2305 * tramp.el (tramp-handle-dired-call-process)
2306 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2307 because the contents of the Tramp buffer is changed before
2308 insertion (`expand-file' and alike).
2309 (tramp-handle-insert-directory): If `localname' has an empty
2310 nondirectory name, it must not be quoted.
2311 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2312 variable `tramp-chunksize'. Change callees.
2313 (tramp-open-connection-setup-interactive-shell): Check remote host
2314 for buggy `send-process-string' implementation.
2315 Set `tramp-chunksize' if found. Reported by Michael Kifer
2316 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2317 (tramp-handle-shell-command): `insert-buffer' cannot be used
2318 because the contents of the Tramp buffer is changed before
2319 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2320 <frederic.bothamy@free.fr>.
2321 (tramp-set-auto-save): Actions should be done for Tramp file name
2322 handler only. Ange-FTP has its own auto-save mechanism.
2323 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2324 (tramp-set-auto-save-file-modes): Set file modes of
2325 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2326 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2327 (tramp-bug): Remove obsolete variable.
2328 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2329 for presence of `mml-mode'. Make it running for older Emacsen as well.
2330
2331 2005-05-14 John Paul Wallington <jpw@pobox.com>
2332
2333 * ibuf-ext.el (define-ibuffer-filter filename):
2334 If `dired-directory' is a list, use its car.
2335
2336 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2337
2338 * ibuffer.el (define-ibuffer-column filename):
2339 If `dired-directory' is a list, use its car.
2340
2341 2005-05-14 Richard M. Stallman <rms@gnu.org>
2342
2343 * subr.el (symbol-file): Doc fix.
2344
2345 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2346 (byte-compile-form): Call byte-compile-nogroup-warn.
2347 (byte-compile-warning-types): Doc fix.
2348
2349 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2350
2351 * progmodes/cc-engine.el (c-literal-faces):
2352 Add font-lock-comment-delimiter-face.
2353
2354 * net/net-utils.el (dig): Use with-no-warnings.
2355
2356 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2357 (sc-recite-frame-alist, sc-default-cite-frame)
2358 (sc-default-uncite-frame, sc-default-recite-frame)
2359 (sc-attrib-selection-list, sc-rewrite-header-list):
2360 Mark as risky-local-variable.
2361
2362 * international/ogonek.el (ogonek-jak, ogonek-how):
2363 Don't use beginning-of-buffer.
2364
2365 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2366
2367 * calendar/solar.el (solar-data-list): Move definition up.
2368
2369 * dnd.el (dnd-protocol-alist): Add autoload.
2370
2371 * progmodes/sh-script.el: Many doc usage fixes.
2372 (sh-indent-after-do): Change default to match common styles.
2373
2374 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2375
2376 * files.el (interpreter-mode-alist)
2377 (auto-mode-interpreter-regexp): Doc fixes.
2378
2379 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2380
2381 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2382
2383 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2384
2385 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2386
2387 * dired.el (dired-mode): make-variable-buffer-local =>
2388 make-local-variable.
2389
2390 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2391
2392 * term/mac-win.el (mac-select-convert-to-string): Try coding
2393 systems in mac-script-code-coding-systems if specified one cannot
2394 encode string for `com.apple.traditional-mac-plain-text'.
2395
2396 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2397
2398 * progmodes/make-mode.el (makefile-targets-face)
2399 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2400 (makefile-dependency-regex): Fix it to not make the colon in
2401 $(var:a=b) special.
2402 (makefile-rule-action-regex): New regexp for highlighting embedded
2403 Shell strings.
2404 (makefile-macroassign-regex): Handle != for highlighting as
2405 embedded Shell strings.
2406 (makefile-var-use-regex): New const.
2407 (makefile-statements, makefile-automake-statements)
2408 (makefile-gmake-statements, makefile-makepp-statements)
2409 (makefile-bsdmake-statements): New consts.
2410 (makefile-make-font-lock-keywords): New function.
2411 (makefile-automake-font-lock-keywords)
2412 (makefile-gmake-font-lock-keywords)
2413 (makefile-makepp-font-lock-keywords)
2414 (makefile-bsdmake-font-lock-keywords): New consts.
2415 (makefile-mode-map): Add switchers between the various submodes.
2416 (makefile-mode): Document the availability of the variants.
2417 (makefile-automake-mode, makefile-gmake-mode)
2418 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2419
2420 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2421 new variants of makefile-mode.
2422
2423 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2426 the inheritance.
2427
2428 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2429
2430 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2431 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2432
2433 * files.el (normal-mode): Extend the scope of the
2434 `enable-local-variables' binding to include the `set-auto-mode' call.
2435 (magic-mode-alist): Doc fix.
2436
2437 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2440 font-lock-comment-face rather than copying its setting.
2441
2442 2005-05-12 Andreas Schwab <schwab@suse.de>
2443
2444 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2445
2446 2005-05-12 Lute Kamstra <lute@gnu.org>
2447
2448 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2449 defcustom for the mode hook variable. Delete the last argument.
2450 * generic-x.el: Fix callers of define-generic-mode.
2451 (generic-x-modes): Delete group.
2452 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2453 generic-x customization group.
2454
2455 2005-05-12 Kim F. Storm <storm@cua.dk>
2456
2457 * font-lock.el (font-lock-negation-char-face): Default to "off".
2458
2459 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2460 font-lock-negation-char-face to ! in !=.
2461
2462 2005-05-12 Masatake YAMATO <jet@gyve.org>
2463
2464 * add-log.el (find-change-log): Fix typos in the docstring
2465 of function.
2466
2467 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2468
2469 * international/latexenc.el (latexenc-find-file-coding-system):
2470 Avoid `re-search-forward' when looking for input encoding because
2471 of speed and safety. Better regular expressions for recognizing
2472 input encoding. Limit a search for TeX-master/tex-main-file to
2473 the local variable section.
2474
2475 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2476
2477 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2478 syntax of $ to "'" (quote).
2479
2480 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2481
2482 * dnd.el (dnd-protocol-alist): Improve custom type.
2483
2484 * dired.el (dired-dnd-protocol-alist): New variable.
2485 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2486 `dired-mode-hook' to the end.
2487
2488 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2491 comment-end if comment-start-skip is not set.
2492 Obey the font-lock-comment-delimiter-face variables.
2493
2494 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * files.el (executable-find): Move from executable.el. Use locate-file.
2497 * progmodes/executable.el (executable-find): Move to files.el.
2498
2499 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2500 when trying to ensure forward progress.
2501
2502 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2505 (mouse-select, mouse-select-internal, mouse-extend-internal):
2506 Use it to implement mouse-1-click-follows-link functionality.
2507
2508 2005-05-11 Richard M. Stallman <rms@gnu.org>
2509
2510 * font-lock.el (font-lock-fontify-syntactically-region):
2511 Use font-lock-comment-delimiter-face for comment delimiters.
2512
2513 2005-05-10 Jay Belanger <belanger@truman.edu>
2514
2515 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2516 preserving embedded modes.
2517
2518 2005-05-10 Richard M. Stallman <rms@gnu.org>
2519
2520 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2521
2522 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2523 Move from ada-stmt.el.
2524 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2525
2526 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2527 Move to ada-mode.el.
2528 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2529
2530 * cus-edit.el (custom-file): Call file-chase-links.
2531
2532 * files.el (read-directory-name): Fix previous change.
2533 (hack-local-variables-confirm): New function.
2534 (hack-local-variables-prop-line, hack-local-variables)
2535 (hack-one-local-variable): Use it.
2536
2537 2005-05-10 Lute Kamstra <lute@gnu.org>
2538
2539 * font-lock.el (font-lock-keywords-alist)
2540 (font-lock-removed-keywords-alist): Clarify docstrings.
2541
2542 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2543
2544 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2545 (gdb-source-info): Check for preprocessor info.
2546 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2547 a macro for a function.
2548 (gdb-info-breakpoints-custom): Try to find file again if not already
2549 found (user might have used GDB dir command).
2550 (gdb-get-location): Update gdb-location-alist correctly for change
2551 to gdb-info-breakpoints-custom.
2552
2553 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2554 (gud-tooltip-print-command): Add gdbmi case.
2555 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2556 preprocessor info.
2557
2558 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2559
2560 * startup.el (fancy-splash-insert): Fix typo in doc string.
2561
2562 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2563
2564 * obsolete/float.el (string-to-float):
2565 * obsolete/hilit19.el (hilit-add-pattern):
2566 * obsolete/rnews.el (news-parse-range, news-select-message)
2567 (news-get-pruned-list-of-files): Replace `string-to-int' by
2568 `string-to-number'.
2569
2570 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2571 `find-file-not-found-hooks'; use `add-hook'.
2572 (uncompress-while-visiting): Set `write-file-functions', not
2573 `write-file-hooks'; use `add-hook'.
2574
2575 2005-05-09 Kim F. Storm <storm@cua.dk>
2576
2577 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2578 (cua-paste): Handle clipboard action.
2579 (cua--init-keymaps): Remap clipboard-kill-region and
2580 clipboard-kill-ring-save.
2581
2582 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2583
2584 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2585 Improve commentary.
2586
2587 * simple.el (next-error-overlay-arrow-position): Revert the change
2588 made on 2005-04-30.
2589
2590 2005-05-07 Jay Belanger <belanger@truman.edu>
2591
2592 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2593 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2594 `calc-sel-reselect'.
2595
2596 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2597 Calc is in embedded mode.
2598
2599 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2600
2601 * progmodes/compile.el (compilation-setup):
2602 Set overlay-arrow-string to an empty string on text terminals.
2603
2604 * textmodes/ispell.el (ispell-program-name): Try looking for
2605 "aspell" along exec-path, and if found, use it as the default
2606 speller program.
2607
2608 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2609
2610 * international/mule.el (sgml-xml-auto-coding-function):
2611 Recognize encoding='FOO' in single quotes as well as in double quotes.
2612
2613 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2614
2615 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2616 as well as `interactive', so that defmacro* would recognize
2617 `declare' forms.
2618
2619 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2620
2621 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2622 Explain more about the LIGHTER arg's usage in the doc string.
2623 Add commentary to clarify what the code does. Fix the regexp that
2624 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2625 since it could have characters special to regular expressions.
2626
2627 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2628
2629 * replace.el (occur-1): Bind inhibit-read-only so that
2630 erase-buffer doesn't barf on read-only text properties (likewise
2631 for add-text-properties in occur-engine). Mark buffer as unmodified.
2632 (occur-engine): Don't set buffer-read-only here.
2633
2634 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2637 list-buffers-directory. This caused the *cvs-commit* buffer to be
2638 sometimes mistakenly reused as a *cvs* buffer.
2639
2640 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2641
2642 * tooltip.el: Move code for GUD tooltips into gud.el.
2643 (require): CL no longer needed to compile case.
2644 (tooltip-mode): Do not toggle functions for GUD tooltips.
2645 (tooltip-gud-tips-p): Remove. Replace with minor mode
2646 gud-tooltip-mode in gud.el.
2647 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2648 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2649 tooltip-gud prefix with gud-tooltip and obsolete.
2650 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2651 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2652 (tooltip-mouse-motion): Mouse movement functions/variable.
2653 Rename in gud.el by adding gud prefix.
2654 (tooltip-gud-original-filter, tooltip-gud-dereference)
2655 (tooltip-gud-event, tooltip-toggle-gud-tips)
2656 (tooltip-gud-process-output, tooltip-gud-print-command)
2657 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2658 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2659 (gdb-tooltip-print): Move to gdb-ui.el.
2660
2661 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2662 (require): CL needed to compile case.
2663 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2664 tooltip-gud-tips-p. Make it a minor-mode.
2665 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2666 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2667 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2668 (gud-tooltip-change-major-mode)
2669 (gud-tooltip-activate-mouse-motions-if-enabled)
2670 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2671 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2672 (gud-tooltip-original-filter, gud-tooltip-dereference)
2673 (gud-tooltip-event, tooltip-toggle-gud-tips)
2674 (gud-tooltip-process-output, gud-tooltip-print-command)
2675 (gud-tooltip-tips): Move from tooltip.el.
2676
2677 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2678 (gdb-cpp-define-alist-flags): Doc fix.
2679 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2680 gud-tooltip-mode is t.
2681
2682 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2683
2684 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2685 evaporate if their text is deleted.
2686 (goto-address-at-point): Make it work as a mouse binding as well.
2687 (goto-address-at-mouse): Obsolete it. Update users.
2688
2689 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2690
2691 * calendar/appt.el (top-level): No longer activate on load.
2692
2693 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2696 * net/webjump.el (webjump):
2697 * progmodes/idlw-help.el (idlwave-do-context-help1)
2698 (idlwave-highlight-linked-completions):
2699 * textmodes/po.el (po-find-file-coding-system-guts):
2700 Replace `assoc-ignore-case' by `assoc-string'.
2701
2702 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2703
2704 * files.el (locate-file): Doc fix.
2705
2706 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2707 Remove the redundant test for ms-dos.
2708
2709 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2710 look for the preprocessor with exec-suffixes. If not found in
2711 standard places, look in exec-path. Remove most of the tests that
2712 used system-type.
2713
2714 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2715
2716 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2717
2718 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2719 file-name clash with jka-compr.el on 8+3 filesystems.
2720
2721 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2722
2723 * term/mac-win.el: Don't define or bind scroll bar functions if
2724 x-toolkit-scroll-bars is t.
2725 (x-select-text, x-get-selection-value):
2726 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2727 (PRIMARY): Put mac-scrap-name property.
2728 (mac-select-convert-to-file-url): New function.
2729 (public.file-url): New selection target type. Add to
2730 selection-converter-alist.
2731 (x-get-selection, x-selection-value): Handle it.
2732 (x-cut-buffer-or-selection-value): New alias.
2733
2734 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2735
2736 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2737 entry to avoid calling bibtex-find-entry with arg global
2738 being t. Remove arg key.
2739 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2740 (bibtex-copy-summary-as-kill): Change accordingly.
2741
2742 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2745 (org-agenda-date-later): Use with-current-buffer.
2746
2747 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2748
2749 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2750 (define-obsolete-variable-alias): Doc Fixes.
2751
2752 2005-05-06 Kim F. Storm <storm@cua.dk>
2753
2754 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2755 vertical-motion when selective-display is active.
2756
2757 * ido.el (ido-setup-hook): New hook.
2758 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2759 (ido-input-stack): New var.
2760 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2761 ido-next-work-file binding to M-O.
2762 Bind M-f to ido-wide-find-file-or-pop-dir.
2763 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2764 (ido-read-internal): Run ido-setup-hook.
2765 Catch quit in read-file-name and read-string to cancel edit.
2766 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2767 Automatically pop-all when completing a directory name (RET).
2768 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2769 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2770 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2771 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2772 New functions for M-b/M-f to move among the directory components.
2773 (ido-make-merged-file-list): Catch quit to cancel merge.
2774 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2775 (ido-completion-help): No warnings for ido-completion-buffer-full.
2776
2777 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2778
2779 * font-lock.el (font-lock-negation-char-face): New face and variable.
2780 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2781 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2782 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2783 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2784
2785 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2786
2787 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2788 Fix typo in docstring.
2789
2790 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2791 (ebrowse-print-statistics-line)
2792 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2793
2794 * term/w32-win.el (image-library-alist): Add additional name for
2795 Xpm library.
2796
2797 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2798
2799 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2800 use gcc instead of cpp.
2801
2802 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2803 (gdb-create-define-alist): Use it.
2804 (gdb-cpp-define-alist-program): Update for MS-DOS.
2805
2806 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2807
2808 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2809
2810 2005-05-04 Richard M. Stallman <rms@gnu.org>
2811
2812 * help.el (describe-key): No error when UNTRANSLATED is nil.
2813
2814 * simple.el (line-move-1): Fix previous change to signal errors
2815 appropriately.
2816
2817 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2818
2819 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2820 (icalendar-duration-correction): Remove.
2821 (icalendar--get-event-properties): Split result at commas.
2822 (icalendar--decode-isoduration): New optional argument
2823 DURATION-CORRECTION.
2824 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2825 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2826 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2827 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2828 (icalendar--convert-anniversary-to-ical): New functions, extracted
2829 from icalendar-export-region, with bug fixes.
2830 (icalendar-export-region): Use the above functions.
2831 (icalendar-import-buffer): Check before saving diary file.
2832 (icalendar--convert-recurring-to-diary)
2833 (icalendar--convert-non-recurring-all-day-to-diary)
2834 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2835 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2836 (icalendar--convert-ical-to-diary): Use the above functions.
2837
2838 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2841 Remove these recent additions.
2842 (c-mode): Restore to before 2005-04-28.
2843
2844 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2845 recent addition.
2846
2847 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2848 (gdb-define-alist): New variables.
2849 (gdb-create-define-alist): New function.
2850 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2851 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2852 with string-to-number.
2853 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2854
2855 * progmodes/gud.el: Replace string-to-int with string-to-number.
2856 (gud-find-file): Handle gdb-define-alist.
2857
2858 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2859
2860 2005-05-02 Jay Belanger <belanger@truman.edu>
2861
2862 * calc/calc-aent.el (math-read-token):
2863 * calc/calc-bin.el (calc-word-size):
2864 * calc/calc-ext.el (calc-read-number-fancy):
2865 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2866 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2867 * calc/calc-frac.el (calc-over-notation):
2868 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2869 (calc-graph-num-points, calc-graph-init):
2870 * calc/calc-prog.el (calc-read-parse-table-part)
2871 (calc-edit-macro-repeats):
2872 * calc/calc-yank.el (calc-do-grab-rectangle):
2873 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2874 Replace `string-to-int' by `string-to-number'.
2875
2876 2005-05-02 Kim F. Storm <storm@cua.dk>
2877
2878 * kmacro.el: Use executing-kbd-macro-index variable.
2879
2880 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2881
2882 * net/rlogin.el (rlogin-parse-words): Delete func.
2883 (rlogin): Use split-string, not rlogin-parse-words.
2884 Also, if there are option-like elements in the parsed args,
2885 take the host to be the first arg immediately following them.
2886 Suggested by Michael Mauger.
2887
2888 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2889
2890 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2891
2892 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2893
2894 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2895 (cc-mode-cpp-program): Rename to cc-define-list-program and
2896 move to cc-vars.el.
2897
2898 * progmodes/cc-vars.el (cc-define-list-program):
2899 Change to "gcc -E -dM -". Make customizable.
2900
2901 2005-05-02 Kim F. Storm <storm@cua.dk>
2902
2903 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2904
2905 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2906
2907 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2908
2909 * international/mule-util.el (truncate-string): Remove alias and
2910 obsolete declaration.
2911
2912 * international/mule-cmds.el (update-iso-coding-systems):
2913 Remove alias and obsolete declaration.
2914
2915 * international/mule.el (coding-system-parent): Remove alias and
2916 obsolete declaration.
2917
2918 * subr.el (define-function, sref): Remove aliases and obsolete
2919 declarations.
2920 (chars-in-region): Remove obsolete declaration.
2921
2922 2005-05-01 Richard M. Stallman <rms@gnu.org>
2923
2924 * info.el (Info-mode): Set widen-automatically to nil, locally.
2925
2926 * simple.el (widen-automatically): New variable.
2927 (pop-global-mark): Obey widen-automatically.
2928
2929 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2930
2931 * term/xterm.el (function-key-map): Call substitute-key-definition
2932 before the keymap size is increased by a lot of define-key calls.
2933
2934 2005-05-01 Richard M. Stallman <rms@gnu.org>
2935
2936 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2937 Rename ARG to ELEMENT. Doc fix.
2938
2939 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2940
2941 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2942 Remove references to allout-exposure/change to allout-new-exposure.
2943
2944 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2945 bytecode symbols.
2946
2947 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2948 (compiled-function-p, focus-frame, unfocus-frame):
2949 Remove aliases and obsolete declarations.
2950 Back out inadvertent changes from previous commit.
2951
2952 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2953
2954 * files.el (require-final-newline): Make Custom tags consistent
2955 with mode-require-final-newline.
2956 (mode-require-final-newline): Doc fix.
2957
2958 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * international/latexenc.el (latexenc-find-file-coding-system):
2961 Fix regular expressions.
2962
2963 2005-05-01 David Kastrup <dak@gnu.org>
2964
2965 * international/latexenc.el (latexenc-find-file-coding-system):
2966 Fix regular expressions.
2967
2968 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2969
2970 * subr.el (string-to-int): Make obsolete.
2971
2972 2005-04-30 Richard M. Stallman <rms@gnu.org>
2973
2974 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2975
2976 * loadup.el: load jka-comp-hook.
2977
2978 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2979 (jka-compr-handler): Add autoload. `put' calls moved
2980 to jka-comp-hook.el.
2981 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2982 (jka-compr-inhibit): Autoload.
2983
2984 * jka-comp-hook.el: New file.
2985 Enable the mode by default.
2986
2987 * files.el (backup-buffer-copy): Use copy-file instead
2988 of write-region, and put back the 'excl.
2989
2990 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * progmodes/flymake.el (flymake-split-string)
2993 (flymake-split-string, flymake-log, flymake-pid-to-names)
2994 (flymake-reg-names, flymake-get-source-buffer-name)
2995 (flymake-unreg-names, flymake-add-line-err-info)
2996 (flymake-add-err-info): Clarify docstrings.
2997 (flymake-popup-menu, flymake-make-emacs-menu)
2998 (flymake-make-xemacs-menu): Add docstrings.
2999 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3000 Set variables directly throughout.
3001
3002 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3003
3004 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3005 exists. Initialise cc-define-alist.
3006 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3007 If there is no file (Macroexpansion) don't create an alist.
3008
3009 2005-04-29 Sam Steingold <sds@gnu.org>
3010
3011 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3012 (cc-create-define-alist): Use it instead of the hard-coded string.
3013
3014 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3017 for latexenc.
3018
3019 2005-04-29 Lute Kamstra <lute@gnu.org>
3020
3021 * emacs-lisp/generic.el: Improve commentary section.
3022 (define-generic-mode): Improve docstring.
3023
3024 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3025
3026 * textmodes/org.el (many places): Change to quiet the byte compiler.
3027 (org-prefix-format-compiled): New variable.
3028 (org-compile-prefix-format): New function.
3029 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3030 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3031 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3032 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3033 consistency with entries from `org-mode' files.
3034 (org-get-time-of-day): Fix bug with partial matches early in a line.
3035 (org-non-link-chars): New constant.
3036 (org-link-regexp): Respect `org-non-link-chars'.
3037 (org-agenda-day-view): Remove command.
3038 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3039 (org-follow-bbdb-link, org-store-link): Search also company field.
3040 (org-highlight-overlay): New variable.
3041 (org-highlight, org-unhighlight): New functions.
3042 (org-agenda-mode): Add pre-command-hook to remove highlight.
3043 (org-evaluate-time-range): Behavior depends upon whether time stamp
3044 contains a time or not.
3045 (org-show-subtree, org-show-entry): New functions.
3046 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3047
3048 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3049
3050 * comint.el (comint-output-filter-functions): Add autoload cookie.
3051
3052 2005-04-28 Kim F. Storm <storm@cua.dk>
3053
3054 * ido.el (ido-everywhere): Fix last change.
3055
3056 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3057
3058 * international/latexenc.el: New file.
3059 * international/mule-conf.el (file-coding-system-alist): For .tex,
3060 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3061
3062 2005-04-28 Lute Kamstra <lute@gnu.org>
3063
3064 * font-lock.el (font-lock-add-keywords)
3065 (font-lock-remove-keywords): Clarify docstring.
3066 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3067 Don't start docstrings with a `*'.
3068 (font-lock-update-removed-keyword-alist): Give it a docstring.
3069
3070 * generic-x.el: Update commentary section.
3071 Only require font-lock when compiling.
3072 Define all modes conditionally.
3073 Place all generic modes in the generic-x-modes customization group.
3074 (generic-x-modes): New customization group.
3075 (generic-default-modes, generic-mswindows-modes)
3076 (generic-unix-modes, generic-other-modes): New constants.
3077 (generic-define-mswindows-modes, generic-define-unix-modes):
3078 Update docstrings. Make them obsolete.
3079 (generic-extras-enable-list): New default value. Update docstring.
3080 Improve :type. Change :set function.
3081 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3082 Fix docstring.
3083
3084 * emacs-lisp/generic.el (generic-mode-internal):
3085 Simplify font-lock-defaults.
3086 (define-generic-mode): Fix docstring.
3087
3088 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3091 font-lock-face property to highlight matches.
3092
3093 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3094
3095 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3096 (cc-define-alist): New variable.
3097 (c-mode): Make it local and initialise it.
3098
3099 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3100 (gdb-exited): New function.
3101 (gdb-annotation-rules): Use it.
3102 (gdb-starting): Set gdb-active-process to t.
3103 (gdb-stopping): Amend doc string.
3104 (gdb-reset): Set gdb-active-process to nil.
3105
3106 * tooltip.el (tooltip-gud-tips): Show the associated #define
3107 directives when a C program under GDB is not executing.
3108
3109 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3112 font-lock-fontify-syntactic-keywords.
3113
3114 * font-lock.el (font-lock-default-fontify-region): Don't force
3115 parse-sexp-lookup-properties to nil.
3116
3117 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3118
3119 * man.el (man-mode-syntax-table): Set up `:' to have
3120 word-constituent syntax.
3121
3122 2005-04-27 Lute Kamstra <lute@gnu.org>
3123
3124 * novice.el (disable-command): Don't add spurious newlines to the
3125 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3126
3127 2005-04-26 Jay Belanger <belanger@truman.edu>
3128
3129 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3130 than one window before deleting window.
3131
3132 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3133
3134 * shell.el (shell-prompt-pattern): Doc fix.
3135 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3136
3137 * comint.el (comint-prompt-regexp, comint-get-old-input)
3138 (comint-use-prompt-regexp)
3139 (comint-use-prompt-regexp-instead-of-fields)
3140 (comint-replace-by-expanded-history, comint-send-input)
3141 (comint-output-filter, comint-get-old-input-default)
3142 (comint-line-beginning-position, comint-bol, comint-show-output)
3143 (comint-backward-matching-input, comint-forward-matching-input)
3144 (comint-next-prompt, comint-previous-prompt):
3145 Rename `comint-use-prompt-regexp-instead-of-fields' to
3146 `comint-use-prompt-regexp'. Keep old name as alias and declare
3147 obsolete.
3148 (comint-use-prompt-regexp): Shorten first line of doc string.
3149
3150 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3151 Set paragraph-separate buffer locally to "\\'".
3152
3153 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3154 Adapt to above name change.
3155
3156 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3157 (smbclient-prompt-regexp): Ditto.
3158
3159 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3160
3161 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3162
3163 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3164 gdb-location-list.
3165 Break lines that are over 80 characters wide.
3166
3167 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3170 New fun and var, to preserve compatibility.
3171
3172 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3173
3174 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3175
3176 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3177 name to file-newer-than-file-p.
3178
3179 2005-04-26 Richard M. Stallman <rms@gnu.org>
3180
3181 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3182
3183 * progmodes/python.el (python-mode):
3184 Use new name eldoc-documentation-function.
3185
3186 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3187
3188 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3189 (eldoc-documentation-function):
3190 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3191
3192 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3193
3194 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3195
3196 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3197
3198 * term/xterm.el (function-key-map): Fix strings for
3199 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3200 {C,S,A,C-S}-{f1-f12}.
3201
3202 2005-04-26 Kenichi Handa <handa@m17n.org>
3203
3204 * international/mule-cmds.el (select-safe-coding-system):
3205 Fix previous change.
3206
3207 2005-04-26 Lute Kamstra <lute@gnu.org>
3208
3209 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3210
3211 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3212 (font-lock-comment-delimiter-face): Ditto.
3213
3214 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3215
3216 2005-04-25 Jay Belanger <belanger@truman.edu>
3217
3218 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3219 to t while inserting information; use help-mode.
3220
3221 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3222
3223 * term.el (ansi-term-color-vector): Use the xterm colors.
3224 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3225
3226 2005-04-25 Lute Kamstra <lute@gnu.org>
3227
3228 * font-core.el (font-lock-defaults): Fix docstring.
3229
3230 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3231
3232 2005-04-25 Kenichi Handa <handa@m17n.org>
3233
3234 * international/mule-cmds.el (select-safe-coding-system):
3235 Don't check consistency with coding: spec, etc if raw-text or
3236 no-conversion was found to be safe.
3237
3238 2005-04-24 Richard M. Stallman <rms@gnu.org>
3239
3240 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3241 citation markers at start of each line.
3242
3243 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3244 citation markers at start of each line.
3245
3246 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3247
3248 * files.el (mode-require-final-newline): Fix previous change.
3249 (require-final-newline): Fix type label.
3250
3251 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3252
3253 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3254 statement in buffer (broken by 2004-11-24 change).
3255
3256 2005-04-24 Kim F. Storm <storm@cua.dk>
3257
3258 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3259 and read-file-name-function values. Don't overwrite existing
3260 non-nil values if ido-mode is enabled without ido-everywhere.
3261
3262 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3263
3264 * files.el (mode-require-final-newline): Minor doc fix.
3265
3266 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3267
3268 * subr.el (syntax-after): Doc fix.
3269 (syntax-class): If argument is nil, return nil. Mask off upper 16
3270 bits, not 8 bits.
3271
3272 * files.el (mode-require-final-newline): Doc fix.
3273 (backup-buffer-copy): Fix last change.
3274
3275 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3276
3277 * term/mac-win.el: Require select. Set selection-coding-system to
3278 mac-system-coding-system. Call menu-bar-enable-clipboard.
3279 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3280 (x-select-enable-clipboard): New variables.
3281 (x-select-text, x-get-selection, x-selection-value)
3282 (x-get-selection-value, mac-select-convert-to-string)
3283 (mac-services-open-file, mac-services-open-selection)
3284 (mac-services-insert-text): New functions.
3285 (CLIPBOARD, FIND): Put mac-scrap-name property.
3286 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3287 (public.tiff): Put mac-ostype property.
3288 (selection-converter-alist): Add entries for them.
3289 (mac-application-menu-map): New keymap.
3290 (interprogram-cut-function, interprogram-paste-function): Set to
3291 x-select-text and x-get-selection-value, respectively.
3292 (split-window-keep-point): Set to t.
3293
3294 2005-04-23 Richard M. Stallman <rms@gnu.org>
3295
3296 * files.el (read-directory-name): Always pass non-nil
3297 DEFAULT-FILENAME arg to read-file-name.
3298 (backup-buffer-copy, basic-save-buffer-2): Take care against
3299 writing thru an unexpected existing symlink.
3300 (revert-buffer): In indirect buffer, revert the base buffer.
3301 (magic-mode-alist): Doc fix.
3302 (buffer-stale-function): Doc fix.
3303 (minibuffer-with-setup-hook): Avoid warning.
3304 (mode-require-final-newline): Doc and custom fix.
3305
3306 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3307
3308 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3309 use the default appearance.
3310 (font-lock-comment-delimiter-face): New face, new variable.
3311
3312 * imenu.el (imenu--generic-function): The official position of a
3313 definition is the start of the line that BEG is in.
3314
3315 * midnight.el (midnight-timer): Move defvar up.
3316
3317 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3318
3319 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3320
3321 * startup.el (command-line): Use with-no-warnings.
3322
3323 * window.el (window-size-fixed): New defvar.
3324
3325 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3326
3327 * mail/rmail.el (rmail-font-lock-keywords):
3328 Use font-lock-comment-delimiter-face.
3329
3330 * mail/sendmail.el (mail-font-lock-keywords):
3331 Use font-lock-comment-delimiter-face.
3332
3333 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3334
3335 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3336
3337 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3338 Specify t for LAXMATCH when matching directories.
3339 Save match data around compilation-compat-error-properties form.
3340
3341 2005-04-23 David Kastrup <dak@gnu.org>
3342
3343 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3344 Mention that the autoloaded aliases should be kept for AUCTeX.
3345
3346 2005-04-23 Andreas Schwab <schwab@suse.de>
3347
3348 * isearch.el (isearch-forward): Doc fix.
3349
3350 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3351
3352 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3353 (jit-lock-stealth-nice): Change default value to 0.5.
3354
3355 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3356
3357 * abbrev.el (write-abbrev-file): Write table entries in
3358 alphabetical order by table name.
3359
3360 2005-04-22 Kim F. Storm <storm@cua.dk>
3361
3362 * ido.el (ido-read-internal): Fix `list' completion.
3363
3364 2005-04-22 Kenichi Handa <handa@m17n.org>
3365
3366 * recentf.el (recentf-save-file-coding-system): New variable.
3367 (recentf-save-list): Encode the file by
3368 recentf-save-file-coding-system and add coding: tag.
3369
3370 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3371
3372 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3373
3374 2005-04-21 Lute Kamstra <lute@gnu.org>
3375
3376 * loadhist.el (unload-feature): Don't remove a function from hooks
3377 if it is about to be restored to an autoload . Remove functions
3378 that will become unbound from auto-mode-alist. Simplify the code.
3379
3380 * subr.el (assq-delete-all): New implementation that is linear,
3381 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3382 (rassq-delete-all): New function.
3383
3384 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3385 Add size-indication-mode.
3386
3387 2005-04-21 Kenichi Handa <handa@m17n.org>
3388
3389 * international/mule-cmds.el: Add autoload for widget-value in
3390 eval-when-compile.
3391
3392 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3393
3394 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3395 Add tooltip-mode.
3396
3397 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3398
3399 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3400
3401 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3402 (inferior-lisp-filter-regexp, inferior-lisp-program)
3403 (inferior-lisp-load-command, inferior-lisp-prompt)
3404 (inferior-lisp-mode-hook, lisp-source-modes)
3405 (inferior-lisp-load-hook): defvar->defcustom.
3406 (inferior-lisp-program, inferior-lisp-prompt)
3407 (inferior-lisp-load-hook): Doc fixes.
3408 (inferior-lisp-install-letter-bindings): Small change in
3409 introductory comment.
3410
3411 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3412
3413 * vc.el (vc-annotate-color-map): Change some colors so that text
3414 using them as foreground is readable on both white and black
3415 backgrounds.
3416
3417 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * international/mule-conf.el (translation-table-for-input):
3420 Remove redundant declaration.
3421
3422 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3423
3424 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3425
3426 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3427 (tooltip-toggle-gud-tips): New function.
3428
3429 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3430
3431 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3432 right angle brackets.
3433
3434 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3435
3436 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3437
3438 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3441 Remove. Update callers to use expand-file-name instead.
3442
3443 * subr.el (syntax-class): New function.
3444
3445 * simple.el (blink-matching-open): Use it.
3446
3447 * paren.el (show-paren-function): Use it to recognize parens that are
3448 also used in 2-char comment markers.
3449
3450 2005-04-19 Lute Kamstra <lute@gnu.org>
3451
3452 * loadhist.el (unload-feature): Update for new format of
3453 load-history. Simplify the code.
3454
3455 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3456
3457 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3458 (mac-add-charset-info): New function. Initialize variable
3459 mac-charset-info-alist using it.
3460 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3461 for translation.
3462 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3463 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3464 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3465 New CCL programs.
3466
3467 2005-04-19 Kim F. Storm <storm@cua.dk>
3468
3469 * simple.el (next-buffer, prev-buffer, next-error)
3470 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3471 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3472
3473 * bindings.el (next-buffer, prev-buffer, next-error)
3474 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3475 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3476 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3477 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3478
3479 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * isearch.el (isearch-edit-string): Make the search-ring available for
3482 minibuffer history commands.
3483 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3484 the default history commands now work just as well.
3485 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3486
3487 2005-04-18 Kim F. Storm <storm@cua.dk>
3488
3489 * emulation/cua-base.el (cua--pre-command-handler): Add more
3490 elaborate check for shift modifier on non-window systems.
3491
3492 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3493
3494 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3495
3496 2005-04-18 Kim F. Storm <storm@cua.dk>
3497
3498 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3499 and make it optional. Don't test tooltip-gud-echo-area here.
3500 (tooltip-gud-process-output, gdb-tooltip-print):
3501 Pass tooltip-gud-echo-area to tooltip-show.
3502 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3503
3504 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3505
3506 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3507 `display-graphic-p' may not be bound yet.
3508
3509 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3510
3511 * startup.el (command-line): No longer enable Xterm Mouse mode by
3512 default in terminals compatible with xterm.
3513
3514 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3515
3516 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3517
3518 * tooltip.el (tooltip-gud-echo-area): Rename from
3519 tooltip-use-echo-area.
3520 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3521 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3522 area independently of where help tooltips are displayed.
3523
3524 2005-04-17 David Kastrup <dak@gnu.org>
3525
3526 * cus-theme.el (custom-theme-write-variables): Quote variables
3527 where necessary.
3528
3529 2005-04-17 Richard M. Stallman <rms@gnu.org>
3530
3531 * simple.el (yank-excluded-properties): Add follow-link to value.
3532
3533 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3534
3535 * startup.el (fancy-splash-max-time): Just 30 seconds.
3536 (fancy-splash-delay): Just 7.
3537 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3538
3539 * loadhist.el (unload-feature): Update for new format of load-history.
3540 Simplify the code.
3541
3542 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3543 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3544
3545 * mail/sendmail.el (mail-font-lock-keywords):
3546 Don't fontify subject text.
3547 Don't fontify the text of a citation.
3548
3549 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3550
3551 * comint.el (comint-output-filter): Run comint-output-filter-functions
3552 with point where the user had it.
3553
3554 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * international/ucs-tables.el (ucs-set-table-for-input):
3557 Disable when using unify-on-decoding.
3558
3559 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 * emulation/cua-base.el (cua-global-mark-face): Add special case
3562 for displays supporting a high number of colors.
3563
3564 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3565
3566 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3567
3568 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3569
3570 * filesets.el (filesets-add-buffer): If user supplies a name of a
3571 non-existing fileset, create a new fileset.
3572
3573 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3574
3575 * textmodes/org.el (org-up-heading-all): Fix bug with
3576 `outline-up-heading-all'.
3577
3578 2005-04-16 Andreas Schwab <schwab@suse.de>
3579
3580 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3581 /etc/permissions.d/* and /etc/aliases.d/*.
3582
3583 2005-04-16 Kenichi Handa <handa@m17n.org>
3584
3585 * international/code-pages.el (cp-make-coding-system):
3586 Set `translation-table-for-input' property value to the symbol
3587 ucs-mule-to-mule-unicode, not to that value.
3588 (pt154): Escape guillemet by `\'.
3589
3590 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3591
3592 * loadup.el: Load tooltip if x-show-tip is fboundp.
3593
3594 * startup.el (command-line): Add comment.
3595
3596 * tooltip.el (tooltip-mode): Specify correct standard value for
3597 Custom in init-value.
3598
3599 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3600
3601 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3602 possible.
3603
3604 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3605
3606 * textmodes/org.el (org-agenda-date-prompt): Rename from
3607 `org-agenda-date-today'.
3608 (org-evaluate-time-range): Insert at point instead of directly
3609 after time range.
3610 (org-first-headline-recenter, org-subtree-end-visible-p)
3611 (org-optimize-window-after-visibility-change): New functions
3612 (org-agenda-post-command-hook): Don't allow point at end of line,
3613 to make sure it always hits the text properties.
3614 (org-agenda-next-date-line, org-agenda-previous-date-line):
3615 New commands.
3616 (org-set-regexps-and-options): Category may contain white space.
3617 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3618 Improve marker positions.
3619 (org-agenda-new-marker): Argument POS made optional.
3620 (org-agenda-get-timestamps): Deadlines which are done are listed
3621 in org-done-face now.
3622 (org-agenda-get-todos, org-agenda-get-timestamps)
3623 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3624 Set `undone-face' and `done-face' properties.
3625 (org-last-todo-state-is-todo): New variable.
3626 (org-todo): Set `org-last-todo-state-is-todo'.
3627 (org-agenda-todo): Change face according to
3628 `org-last-todo-state-is-todo'. And change other lines refering to
3629 the same entry.
3630 (org-calendar-goto-agenda): New command.
3631 (org-calendar-to-agenda-key): New option.
3632 (org-startup-folded): New allowed value `content'.
3633 (org-set-regexps-and-options): Accept new value `content' for
3634 `org-startup-folded'.
3635 (org-get-current-options): Handle new value `content' for
3636 `org-startup-folded'.
3637 (org-insert-todo-heading): New command.
3638 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3639 interactively in empty file and option
3640 `org-insert-mode-line-in-empty-file' has been set.
3641 (org-agenda-todo,org-agenda-priority): Modify to use
3642 `org-agenda-change-all-lines'.
3643 (org-warning-face): Change color on dark background
3644
3645 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3646
3647 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3648 use preferences AppleLocale and AppleLanguages, and variable
3649 mac-system-locale for default locale. On Mac OS Classic, use
3650 mac-system-coding-system for default coding systems.
3651
3652 * term/mac-win.el: Don't set file-name-coding-system.
3653 Decode variables system-name, emacs-build-system, user-login-name, and
3654 user-full-name by mac-system-coding-system on Mac OS Classic.
3655 (mac-system-coding-system): New variable.
3656
3657 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3658
3659 * startup.el (command-line): Handle `xterm-mouse-mode' before
3660 reading init file.
3661
3662 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3663
3664 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3665
3666 * progmodes/sh-script.el (sh-here-document-word): Make it a
3667 defcustom. Doc fix.
3668 (sh-add): Bash uses $(( )) for arithmetic.
3669 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3670 (sh-maybe-here-document): Remove quotes and leading whitespace
3671 from heredoc word when closing. Indent heredoc with tabs if word
3672 starts with "-".
3673
3674 2005-04-13 Richard M. Stallman <rms@gnu.org>
3675
3676 * simple.el (undo): Fix previous change.
3677
3678 * custom.el (defface): Doc fix.
3679
3680 2005-04-13 Lute Kamstra <lute@gnu.org>
3681
3682 * Makefile.in (DONTCOMPILE): Remove list.
3683 (compile, compile-always): Don't use DONTCOMPILE.
3684 (update-authors): Load the library in which batch-update-authors
3685 is defined.
3686 * makefile.w32-in (DONTCOMPILE): Remove list.
3687 (compile, compile-always): Fix comments.
3688 (update-authors): Load the library in which batch-update-authors
3689 is defined.
3690
3691 * generic-x.el (generic-mode-ini-file-find-file-hook):
3692 Rename to ini-generic-mode-find-file-hook.
3693 Keep generic-mode-ini-file-find-file-hook as an alias.
3694 (ini-generic-mode-find-file-hook): Rename from
3695 generic-mode-ini-file-find-file-hook. Fix docstring.
3696 (ini-generic-mode): Docstring change.
3697 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3698
3699 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3700 called from lisp.
3701
3702 * generic.el: Move to the emacs-lisp subdir.
3703
3704 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3705
3706 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3707 and C-S- function and cursor motion keys.
3708
3709 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3710
3711 * startup.el (command-line): Enable Xterm Mouse mode by default.
3712 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3713 for Custom. No longer show "Mouse" in mode line when enabled.
3714 Doc fix.
3715
3716 2005-04-12 Kim F. Storm <storm@cua.dk>
3717
3718 * emulation/cua-base.el (cua-rectangle-face)
3719 (cua-rectangle-noselect-face): Define face attributes here.
3720
3721 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3722
3723 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3724
3725 * startup.el (command-line): Turn off blinking cursor if
3726 cursorBlink in resources is off or false.
3727
3728 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3729
3730 * term/mac-win.el (dnd): Require dnd.
3731 (mac-drag-n-drop): Call dnd-handle-one-url.
3732 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3733 (kTextEncodingISOLatin2): Remove constants.
3734 (mac-script-code-coding-systems): New constant.
3735 (mac-handle-language-change): New function.
3736 (special-event-map): Bind it to `language-change' event.
3737 (mac-centraleurroman, mac-cyrillic): New coding systems.
3738 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3739 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3740 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3741 encode-mac-cyrillic, respectively.
3742
3743 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3744
3745 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3746 Don't set overlay-arrow-string to "=>" as this is done
3747 globally in C now.
3748
3749 2005-04-12 Lute Kamstra <lute@gnu.org>
3750
3751 * generic-x.el (rc-generic-mode, rul-generic-mode):
3752 Fix auto-mode-alist entries.
3753 (etc-fstab-generic-mode): Tweak fontification.
3754
3755 * generic.el (generic-make-keywords-list): Fix docstring.
3756 (generic-mode-internal): Simplify generic-font-lock-keywords.
3757
3758 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3759
3760 * whitespace.el (whitespace-buffer-leading)
3761 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3762 However, fix the highlight area for the leading and
3763 trailing whitespaces to show space.
3764
3765 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3766
3767 * whitespace.el (whitespace-version): Bump to 3.5
3768
3769 (whitespace-buffer-leading, whitespace-buffer-trailing):
3770 Invert sense of the test to highlight the whitespace.
3771
3772 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3773
3774 * progmodes/gud.el (gud-display-line): GUD uses its own
3775 overlay arrow now so don't set overlay-arrow-string.
3776 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3777
3778 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3779
3780 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3781 (term-ansi-current-reverse, term-ansi-current-invisible)
3782 (term-ansi-face-already-done): Change to boolean.
3783 (term-reset-terminal, term-handle-colors-array): Handle the above
3784 vars accordingly.
3785 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3786 (term-emulate-terminal): Use the new name.
3787
3788 * faces.el (secondary-selection): Use yellow1, not yellow.
3789 (trailing-whitespace): Use red1, not red.
3790
3791 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3792
3793 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3794 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3795 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3796
3797 * cus-edit.el (dnd): New group.
3798
3799 * term/w32-win.el (dnd): Require dnd
3800 (w32-drag-n-drop): Call dnd-handle-one-url.
3801
3802 * x-dnd.el: Require dnd.
3803 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3804 Call dnd-handle-one-url.
3805 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3806 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3807 to dnd-insert-text.
3808 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3809 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3810 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3811 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3812
3813 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3814
3815 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3816
3817 * wdired.el: Doc fixes.
3818 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3819 (wdired-use-dired-vertical-movement): Rename from
3820 wdired-always-move-to-filename-beginning.
3821 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3822 (wdired-change-to-wdired-mode): Change mode name.
3823 (wdired-newline): Delete.
3824
3825 2005-04-11 Richard M. Stallman <rms@gnu.org>
3826
3827 * whitespace.el (whitespace-highlight-the-space):
3828 Don't call whitespace-unhighlight-the-space here.
3829
3830 * simple.el (undo): Record t in undo-equiv-table
3831 for the redo record made by an undo-in-region.
3832
3833 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3834
3835 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3836 (gdb-frame-inferior-io-buffer): New Functions to control
3837 display of separate IO buffer.
3838 (menu): Add them to menu-bar.
3839 (gdb-display-buffer): Check for buffer another frame.
3840 Protect GUD buffer.
3841 (gdb-setup-windows): Create IO buffer if not already there.
3842 (gdb-memory-mode): Remove purecopy noops.
3843
3844 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3845
3846 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3847 and pass to self-insert-command.
3848
3849 2005-04-11 Lute Kamstra <lute@gnu.org>
3850
3851 * generic.el: Commentary section cleanup.
3852 (generic): Delete.
3853 (generic-use-find-file-hook, generic-lines-to-scan)
3854 (generic-find-file-regexp, generic-ignore-files-regexp)
3855 (default-generic-mode, generic-mode-find-file-hook)
3856 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3857 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3858 (generic-use-find-file-hook, generic-lines-to-scan)
3859 (generic-find-file-regexp, generic-ignore-files-regexp)
3860 (default-generic-mode, generic-mode-find-file-hook)
3861 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3862
3863 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3864
3865 * bookmark.el (bookmark-write-file): Catch errors writing file.
3866 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3867
3868 2005-04-10 Richard M. Stallman <rms@gnu.org>
3869
3870 * startup.el (fancy-splash-tail): Update copyright year.
3871 (command-line): Split part of -Q into -D.
3872 (emacs-basic-display): New defvar.
3873 (fancy-splash-text): Correct name of menu item.
3874
3875 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3876
3877 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3878 lines in one node.
3879
3880 * comint.el (comint-send-input): New arg ARTIFICIAL.
3881 Callers in this file changed.
3882
3883 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3884
3885 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3886
3887 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3890 `ldap-search-internal'.
3891
3892 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * files.el (set-auto-mode-1): Use line-end-position.
3895
3896 * international/latin-1.el:
3897 * international/latin-2.el:
3898 * international/latin-3.el:
3899 * international/latin-4.el:
3900 * international/latin-5.el:
3901 * international/latin-8.el:
3902 * international/latin-9.el: Give punctuation syntax to NBSP.
3903
3904 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3905 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3906 Use char-classes to accept non-ascii letters, accepted in some recent
3907 bibtex implementations.
3908
3909 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3910
3911 * custom.el (custom-set-minor-mode): Any non-nil value for the
3912 variable should enable the mode when set through Custom.
3913
3914 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3917 TAB binding so tab-always-indent is obeyed.
3918 (vhdl-minibuffer-local-map): Move initialization into declaration.
3919 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3920 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3921 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3922 (vhdl-current-line): Use line-beginning-position.
3923 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3924 with-output-to-temp-buffer, so the current position can be recorded.
3925
3926 2005-04-10 Masatake YAMATO <jet@gyve.org>
3927
3928 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3929 Add regexp for gcov.
3930
3931 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3932
3933 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3934 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3935 syntax which Emacs 20 doesn't support.
3936
3937 2005-04-09 Richard M. Stallman <rms@gnu.org>
3938
3939 * help.el (describe-key-briefly, describe-key):
3940 Replace strings as event types with "(any string)".
3941
3942 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * arc-mode.el (archive-mode-map): Move initialization into
3945 the declaration. Override *all* bindings of `undo'.
3946 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3947
3948 2005-04-09 Jay Belanger <belanger@truman.edu>
3949
3950 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3951
3952 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3953
3954 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3955 (xterm-register-default-colors): Update color values computation
3956 to match xterm-200.
3957
3958 2005-04-09 Kenichi Handa <handa@m17n.org>
3959
3960 * international/code-pages.el (iso-latin-7): Fix the map.
3961
3962 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3963
3964 * emacs-lisp/lisp.el (defun-prompt-regexp)
3965 (parens-require-spaces, buffer-end, end-of-defun)
3966 (insert-parentheses): Doc fixes.
3967
3968 2005-04-08 Kim F. Storm <storm@cua.dk>
3969
3970 * comint.el (comint-highlight-prompt): Fix face spec.
3971 * hi-lock.el (hi-green): Likewise.
3972
3973 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3974
3975 * cus-edit.el (custom-modified-face):
3976 * comint.el (comint-highlight-input): Fix previous changes.
3977 * term.el (term-handle-ansi-escape): Add a comment.
3978
3979 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3982 in the buffer and in whitespace-highlighted-space.
3983 (whitespace-unhighlight-the-space): Simplify.
3984 (whitespace-buffer): Simplify.
3985
3986 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3987
3988 * textmodes/table.el (table-cell-face): Add special case for
3989 displays supporting a high number of colors.
3990 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3991 (vhdl-font-lock-reserved-words-face)
3992 (vhdl-speedbar-architecture-face)
3993 (vhdl-speedbar-instantiation-face)
3994 (vhdl-speedbar-architecture-selected-face)
3995 (vhdl-speedbar-instantiation-selected-face): Likewise.
3996 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3997 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3998 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3999 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4000 (ebrowse-progress-face): Likewise.
4001 * progmodes/compile.el (compilation-info-face): Likewise.
4002 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4003 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4004 * calendar/calendar.el (diary-face): Likewise.
4005 * woman.el (woman-italic-face, woman-bold-face)
4006 (woman-unknown-face): Likewise.
4007 * wid-edit.el (widget-button-pressed-face): Likewise.
4008 * whitespace.el (whitespace-highlight-face): Likewise.
4009 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4010 * pcvs-info.el (cvs-marked-face): Likewise.
4011 * info.el (info-xref): Likewise.
4012 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4013 * hilit-chg.el (highlight-changes-face)
4014 (highlight-changes-delete-face): Likewise.
4015 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4016 (hi-red-b): Likewise.
4017 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4018 * font-lock.el (font-lock-keyword-face)
4019 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4020 * cus-edit.el (custom-invalid-face, custom-modified-face)
4021 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4022 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4023 * comint.el (comint-highlight-prompt): Likewise.
4024
4025 2005-04-08 Lute Kamstra <lute@gnu.org>
4026
4027 * font-lock.el (font-lock-keywords): Docstring fixes.
4028
4029 2005-04-08 Kenichi Handa <handa@m17n.org>
4030
4031 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4032 chars are more than a limit, print " and more..." at the tail.
4033
4034 2005-04-08 Kim F. Storm <storm@cua.dk>
4035
4036 * emacs-lisp/authors.el (authors-aliases): Update list.
4037 (authors-ignored-files): New list.
4038 (authors-fixed-entries): Fix typo.
4039 (authors-renamed-files-alist): Update list.
4040 (authors-add): Check authors-ignored-files.
4041
4042 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4043
4044 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4045 optional, to ensure backward compatibility.
4046
4047 2005-04-08 Stephen Eglen <stephen@gnu.org>
4048
4049 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4050
4051 2005-04-08 Kim F. Storm <storm@cua.dk>
4052
4053 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4054
4055 * mouse.el (mouse-on-link-p): Doc fix.
4056
4057 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4058
4059 * ielm.el (ielm-prompt-read-only): Doc fix.
4060
4061 * comint.el (comint-prompt-read-only): Doc fix.
4062
4063 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4064
4065 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4066 ensure dired always handles wildcards passed to ffap.
4067 (find-file-at-point): Use it.
4068 (ffap-dired-wildcards): Doc fix.
4069
4070 2005-04-07 Juri Linkov <juri@jurta.org>
4071
4072 * simple.el (next-error-overlay-arrow-position): New defvar.
4073 Put "=>" on its property `overlay-arrow-string'. Add it to
4074 `overlay-arrow-variable-list'.
4075
4076 * progmodes/compile.el (compilation-setup):
4077 Set `next-error-overlay-arrow-position' to nil. Also set it to
4078 nil in the local hook `kill-buffer-hook'. Make local variable
4079 `overlay-arrow-string' and set it to "=>".
4080 (compilation-goto-locus): Set BOL position to
4081 `next-error-overlay-arrow-position' instead of
4082 `overlay-arrow-position'.
4083
4084 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4085 locally instead of adding it to the global hook.
4086 (Info-kill-buffer): Move up.
4087
4088 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4089
4090 * term/xterm.el (xterm-standard-colors): Update color values from
4091 xterm-200.
4092
4093 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4096
4097 * fast-lock.el:
4098 * lazy-lock.el: Move them to the obsolete subdir.
4099
4100 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4101
4102 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4103 (wdired-add-replace-advice): Remove.
4104 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4105
4106 2005-04-06 Kim F. Storm <storm@cua.dk>
4107
4108 * startup.el (command-line): Add --bare-bones alias for -Q.
4109
4110 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4111
4112 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4113 create the startup fontset if a font specification ends with
4114 `mac-roman'.
4115
4116 2005-04-06 Lute Kamstra <lute@gnu.org>
4117
4118 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4119 change.
4120
4121 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4122 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4123
4124 2005-04-05 Lute Kamstra <lute@gnu.org>
4125
4126 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4127 (define-generic-mode): Ditto. Fix debug declaration.
4128
4129 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4130 Put them in the generic-x group.
4131
4132 * calendar/timeclock.el (timeclock): Doc fix.
4133
4134 * generic.el (define-generic-mode): Don't use custom-current-group.
4135 Document default :group value.
4136 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4137 (define-global-minor-mode): Don't use custom-current-group.
4138
4139 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4140
4141 * startup.el (command-line-1): Display startup-echo-area-message
4142 when fancy splash screen is in use.
4143
4144 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4145 (sh-escaped-newline): New face.
4146 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4147 newline, and use sh-escaped-newline face.
4148
4149 * progmodes/tcl.el (tcl-escaped-newline): New face.
4150 (tcl-builtin-list): New variable.
4151 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4152 newlines. Fix keywords subexpression number.
4153
4154 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4155
4156 * textmodes/org.el (org-diary-default-entry): Fix call to
4157 `add-to-diary-entry'.
4158
4159 2005-04-05 Kim F. Storm <storm@cua.dk>
4160
4161 * ediff-init.el: Use (featurep 'xemacs).
4162
4163 2005-04-05 David Ponce <david@dponce.com>
4164
4165 * cus-edit.el (face): Derive from symbol widget. Display sample
4166 of the current face on the fly.
4167 (widget-face-sample-face-get, widget-face-notify): New functions.
4168 (widget-face-value-create): Remove.
4169
4170 * wid-edit.el (widget-field-end): Temporarily remove field
4171 narrowing before to call `get-char-property'.
4172
4173 2005-04-04 Jay Belanger <belanger@truman.edu>
4174
4175 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4176 (math-read-subscripts): New variable.
4177 (math-read-preprocess-string): Process subscripts.
4178
4179 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4180
4181 * comint.el (comint-prompt-read-only): Doc fix.
4182
4183 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4184 `-1'. Doc fix.
4185
4186 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4187
4188 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4189 Change default value to nil.
4190
4191 2005-04-04 Lute Kamstra <lute@gnu.org>
4192
4193 * autorevert.el (auto-revert-mode): Specify :group.
4194 * battery.el (display-battery-mode): Specify :group.
4195 * diff-mode.el (diff-minor-mode): Specify :group.
4196 * font-core.el (font-lock-mode): Specify :group.
4197 * hl-line.el (hl-line-mode): Specify :group.
4198 * iimage.el (iimage): New customization group.
4199 (iimage-mode): Specify :group.
4200 * longlines.el (longlines-mode): Specify :group.
4201 * master.el: Don't require easy-mmode.
4202 (master): New customization group.
4203 (master-mode): Specify :group.
4204 * msb.el (msb-mode): Specify :group.
4205 * reveal.el (reveal-mode): Specify :group.
4206 * simple.el (next-error-follow-minor-mode): Specify :group.
4207 * smerge-mode.el (smerge-mode): Specify :group.
4208 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4209 * emulation/cua-base.el (cua-mode): Specify :group.
4210 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4211 * language/thai-util.el (thai-auto-composition-mode)
4212 (thai-word-mode): Specify :group.
4213 * mail/supercite.el (sc-minor-mode): Specify :group.
4214 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4215 * progmodes/flymake.el (flymake-mode): Specify :group.
4216 * progmodes/glasses.el (glasses-mode): Specify :group.
4217 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4218 * textmodes/enriched.el (enriched-mode): Specify :group.
4219 * textmodes/refill.el (refill-mode): Specify :group.
4220
4221 * add-log.el (change-log-font-lock-keywords): Names in
4222 parenthesized lists can contain spaces.
4223
4224 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4225
4226 * startup.el (fancy-splash-text): Shorten default text of
4227 "Emacs Tutorial" line. Also, if the current language env
4228 indicates an available tutorial file other than TUTORIAL,
4229 extract its title and append it to the line in parentheses.
4230 (fancy-splash-insert): If arg is a thunk, funcall it.
4231
4232 2005-04-04 Jay Belanger <belanger@truman.edu>
4233
4234 * calc.el (calc-language-alist): Add tags to customization type.
4235
4236 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4237
4238 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4239 Doc fix.
4240
4241 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4242
4243 * add-log.el (change-log-font-lock-keywords): The manual
4244 describing a Change Log entry, says: (...) "Aside from these
4245 header lines, every line in the change log starts with a space or
4246 a tab.". The font-lock was not highlighting lines started with
4247 spaces, added support for it.
4248
4249 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4250
4251 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4252 (bibtex-generate-url-list): Update docstring accordingly. Put the
4253 complex example in the docstring.
4254 (bibtex-font-lock-url): Use pop.
4255
4256 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4259
4260 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4261
4262 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4263
4264 * filesets.el (filesets-set-default): Doc fix.
4265
4266 2005-04-03 Lute Kamstra <lute@gnu.org>
4267
4268 * generic.el (define-generic-mode): Add argument to specify
4269 keywords for defcustom.
4270 (default-generic-mode): Specify :group.
4271
4272 * generic-x.el: Specify :group for all generic modes.
4273
4274 * desktop.el (desktop-no-desktop-file-hook)
4275 (desktop-after-read-hook): Doc fix.
4276
4277 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4278
4279 * simple.el (visible-mode): Use explicit :group keyword.
4280 This changes the group of `visible-mode-hook' from paren-blinking
4281 to editing-basics.
4282
4283 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4284
4285 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4286 mailbox specifications as well as URLs.
4287 (rmail-insert-inbox-text): Remove unused conditional branches.
4288
4289 2005-04-01 Jay Belanger <belanger@truman.edu>
4290
4291 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4292 (calc-gnuplot-print-command): Move definitions to calc.el.
4293
4294 * calc/calc-embed.el (calc-embedded-announce-formula)
4295 (calc-embedded-open-formula, calc-embedded-close-formula)
4296 (calc-embedded-open-word, calc-embedded-close-word)
4297 (calc-embedded-open-plain, calc-embedded-close-plain)
4298 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4299 (calc-embedded-open-mode, calc-embedded-close-mode):
4300 Move definitions to calc.el.
4301
4302 * calc/calc.el (calc-settings-file, calc-language-alist):
4303 Make customizable.
4304 (calc-embedded-announce-formula, calc-embedded-open-formula)
4305 (calc-embedded-close-formula, calc-embedded-open-word)
4306 (calc-embedded-close-word, calc-embedded-open-plain)
4307 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4308 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4309 (calc-embedded-close-mode, calc-gnuplot-name)
4310 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4311 from other files and make customizable.
4312
4313 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4316 Use buffer-live-p.
4317 (cvs-mode-run): Don't call cvs-update-header here.
4318 (cvs-run-process): Call cvs-update-header.
4319 Use process properties for cvs-postprocess and cvs-buffer so that
4320 the sentinel can behave better if the temp buffer is killed.
4321 Use a pipe rather than a tty, to better handle unexpected prompts.
4322 (cvs-sentinel): Rewrite. Call cvs-update-header.
4323
4324 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4325
4326 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4327 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4328
4329 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * generic.el (define-generic-mode): Add indentation rule.
4332
4333 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4334
4335 * files.el (mode-require-final-newline): Make Custom correctly
4336 report a nil value and allow to set it to nil via Custom.
4337 Doc fix.
4338
4339 2005-04-01 Kenichi Handa <handa@m17n.org>
4340
4341 * international/characters.el: Enable the correct case setting for
4342 dotless-i and dotted-I.
4343
4344 2005-04-01 Kim F. Storm <storm@cua.dk>
4345
4346 * ido.el (ido-file-internal): Fall back to non-ido command if
4347 initial directory is on slow ftp (or tramp) host.
4348
4349 2005-03-31 Richard M. Stallman <rms@gnu.org>
4350
4351 * emacs-lisp/autoload.el (make-autoload):
4352 Handle define-global-minor-mode.
4353
4354 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4355 Rename from easy-mmode-define-global-mode.
4356 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4357
4358 * progmodes/scheme.el (scheme-mode-syntax-table):
4359 Update syntax of | and # for two-character comment syntax.
4360
4361 2005-03-31 Lute Kamstra <lute@gnu.org>
4362
4363 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4364 (define-minor-mode): Call custom-current-group at load-time.
4365
4366 * generic.el (define-generic-mode): Add debug declaration.
4367 Add defcustom for the mode hook.
4368 (generic-mode-internal): Use run-mode-hooks.
4369
4370 2005-03-31 Kim F. Storm <storm@cua.dk>
4371
4372 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4373 (mouse-fixup-help-message): New defun called by show_help_echo
4374 to fixup mouse-2 prefix in help messages when applicable.
4375
4376 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4377
4378 2005-03-31 Kenichi Handa <handa@m17n.org>
4379
4380 * language/thai-word.el (thai-find-word-ends): Pay attention to
4381 the case that we reach the end of buffer.
4382
4383 * textmodes/fill.el (fill-text-properties-at): New function.
4384 (fill-newline): Use fill-text-properties-at instead of
4385 text-properties-at.
4386
4387 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4388
4389 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4390 not comint-quote-filename.
4391
4392 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4393
4394 * help-fns.el (help-with-tutorial): Revert last change.
4395
4396 2005-03-31 Kim F. Storm <storm@cua.dk>
4397
4398 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4399
4400 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4401
4402 * calendar/cal-china.el: Update reference to "Calendrical
4403 Calculations" book; there's a new edition.
4404 * calendar/cal-coptic.el: Likewise.
4405 * calendar/cal-french.el: Likewise.
4406 * calendar/cal-hebrew.el: Likewise.
4407 * calendar/cal-islam.el: Likewise.
4408 * calendar/cal-iso.el: Likewise.
4409 * calendar/cal-julian.el: Likewise.
4410 * calendar/cal-mayan.el: Likewise.
4411 * calendar/cal-persia.el: Likewise.
4412 * calendar/calendar.el: Likewise.
4413 * calendar/holidays.el: Likewise.
4414 * calendar/lunar.el: Likewise.
4415 * calendar/solar.el: Likewise.
4416
4417 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4418 white space from doc string.
4419
4420 2005-03-30 Jay Belanger <belanger@truman.edu>
4421
4422 * calc/calc-help.el (calc-full-help): Remove email address.
4423
4424 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4425
4426 * help-fns.el (help-with-tutorial): Delete title line.
4427
4428 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4429
4430 * calendar/cal-x.el (calendar-one-frame-setup)
4431 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4432 rather than 'symbol for set-window-dedicated-p.
4433
4434 * calendar/appt.el (appt-buffer-name): Make it a constant.
4435 (appt-add): Doc fix.
4436
4437 * filesets.el (filesets-menu-path, filesets-menu-before)
4438 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4439 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4440 (filesets-add-submenu): Delete and use add-submenu instead.
4441
4442 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4443
4444 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4445 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4446 (org-diary-default-entry): New function.
4447 (org-get-entries-from-diary): Better parsing of diary entries.
4448 (org-agenda-check-no-diary): New function.
4449 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4450 linking to diary entries.
4451 (org-agenda-execute-calendar-command): New function.
4452 (org-agenda): Improve visible section in window.
4453 Use `org-fit-agenda-window'.
4454 (org-fit-agenda-window): New option.
4455 (org-move-subtree-down): Better handling of empty lines
4456 at end of subtree.
4457 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4458 levels up.
4459 (org-fontify-done-headline): New option.
4460 (org-headline-done-face): New face.
4461 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4462 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4463 When current field is non-empty, it is copied to next row.
4464 (org-table-copy-from-above): Fix bug which made it
4465 impossible to copy fields containing only a single non-white character.
4466
4467 2005-03-30 Kim F. Storm <storm@cua.dk>
4468
4469 * kmacro.el (kmacro-end-macro): Isearch may store this command
4470 into the macro -- so ignore it when executing keyboard macro.
4471
4472 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4473
4474 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4475
4476 2005-03-29 Kenichi Handa <handa@m17n.org>
4477
4478 * language/thai.el ("Thai"): Set setup-function and exit-function
4479 for Thai language environment.
4480
4481 * language/thai-util.el: Require thai-word.
4482 (thai-word-mode-map): New variable.
4483 (thai-word-mode): New minor mode.
4484 (setup-thai-language-environment-internal): New function.
4485 (exit-thai-language-environment-internal): New function.
4486
4487 * language/thai-word.el (thai-word-table): Declare it by defvar,
4488 use dolist to initialize it.
4489 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4490 (thai-fill-find-break-point): New functions.
4491
4492 2005-03-29 Richard M. Stallman <rms@gnu.org>
4493
4494 * simple.el (idle-update-delay): Move definition up.
4495 (set-mark): Doc fix.
4496
4497 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4498
4499 * longlines.el: New file.
4500
4501 * simple.el (buffer-substring-filters): New variable.
4502 (filter-buffer-substring): New function.
4503 (kill-region, copy-region-as-kill): Use it.
4504
4505 * register.el (copy-to-register, append-to-register)
4506 (prepend-to-register): Use filter-buffer-substring.
4507
4508 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4509
4510 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4511 (gud-filter-pending-text): Move in front of gdb.
4512 (gud-overlay-arrow-position): New variable.
4513 (gud-sentinel, gud-display-line): Use it in place of
4514 overlay-arrow-position.
4515
4516 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4517
4518 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4519 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4520 (fortran-font-lock-keywords-4): New variable.
4521 (fortran-blocks-re, fortran-end-block-re)
4522 (fortran-start-block-re): New constants, for hideshow.
4523 (hs-special-modes-alist): Add a Fortran entry.
4524 (fortran-mode-map): Bind fortran-end-of-block,
4525 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4526 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4527 (fortran-looking-at-if-then, fortran-end-of-block)
4528 (fortran-beginning-of-block): New functions, for hideshow.
4529
4530 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4531 Doc fix. Tweak regexp.
4532 (f90-beginning-of-block): Push mark first.
4533
4534 2005-03-29 Jay Belanger <belanger@truman.edu>
4535
4536 * calc/calc.el: Update copyright date.
4537 (calc-version): Increase to 2.1.
4538 (calc-version-date): Remove.
4539
4540 * calc/calc-help.el: Update copyright date.
4541 (calc-full-help): Remove reference to calc-version-date.
4542 Update copyright date.
4543
4544 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * vc.el (vc-do-command): Use a pipe for async processes, so password
4547 prompts don't show up at places where the user can't reply.
4548
4549 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4550
4551 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4552 on the file name we pass to the inferior shell.
4553
4554 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4555
4556 * progmodes/which-func.el (which-function): Be robust in the face of an
4557 imenu--make-index-alist failure.
4558
4559 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4562
4563 * progmodes/python.el (python-preoutput-filter): Fix last change.
4564
4565 2005-03-29 Lute Kamstra <lute@gnu.org>
4566
4567 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4568 functions and compiled macros.
4569 (debug-convert-byte-code): Handle macros too.
4570 (debug-on-entry-1): Don't signal an error when trying to clear a
4571 function that is not set to debug on entry.
4572
4573 2005-03-29 Jay Belanger <belanger@truman.edu>
4574
4575 * calc/calc-lang.el: Add functions to math-function-table
4576 properties of tex and math.
4577
4578 2005-03-29 Kenichi Handa <handa@m17n.org>
4579
4580 * ps-mule.el (ps-mule-plot-string): Translate characters by
4581 ps-print-translation-table.
4582 (ps-mule-begin-job): Call find-charset-region/string with
4583 ps-print-translation-table.
4584 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4585
4586 * ps-print.el (ps-print-translation-table): New variable.
4587 (ps-plot-region): Translate characters by ps-print-translation-table.
4588
4589 2005-03-29 Juri Linkov <juri@jurta.org>
4590
4591 * simple.el (next-error-highlight-timer): New variable.
4592
4593 * progmodes/compile.el (compilation-goto-locus):
4594 Use `next-error-highlight-timer' instead of `sit-for'.
4595
4596 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * mail/supercite.el (sc-mail-field): Use assoc-string.
4599 (sc-get-address): Simplify regexps.
4600
4601 * files.el (minibuffer-with-setup-hook): New macro.
4602 (find-file-read-args): Use it to avoid let-binding
4603 minibuffer-with-setup-hook (which breaks turning on/off
4604 file-name-shadow-mode while in the prompt).
4605
4606 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4607
4608 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4609
4610 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4611
4612 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * window.el (window-buffer-height): Use count-screen-lines.
4615
4616 * progmodes/python.el (python-preoutput-leftover): New var.
4617 (python-preoutput-filter): Use it.
4618 (python-send-receive): Loop until all the result has been received.
4619
4620 2005-03-28 Juri Linkov <juri@jurta.org>
4621
4622 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4623
4624 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4625 "Recover Crashed Session".
4626 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4627 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4628 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4629 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4630 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4631 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4632 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4633 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4634
4635 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4636 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4637 Ediff Sessions", "Toggle use of separate control buffer frame",
4638 "Use separate frame for Ediff control buffer".
4639
4640 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4641 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4642 "Rename Bookmark", "Delete Bookmark".
4643
4644 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4645 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4646 Add `:active Info-index-alternatives' to "Next Matching Item".
4647
4648 * wdired.el (wdired-change-to-wdired-mode):
4649 Mention `wdired-abort-changes' key in the initial message.
4650
4651 * international/mule.el (auto-coding-alist): Associate non-ascii
4652 image filename extensions with `no-conversion'.
4653
4654 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * international/iso-acc.el:
4657 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4658
4659 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4660
4661 * textmodes/sgml-mode.el (html-mode): Doc update.
4662
4663 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4664
4665 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4666
4667 * term.el (term-move-columns): Fix face after extending a line.
4668 (term-insert-spaces): Likewise.
4669 (term-reset-terminal): Fix off by one error.
4670
4671 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4672
4673 * international/mule.el (auto-coding-alist): Add .xpi files.
4674
4675 * files.el (auto-mode-alist): Add .xpi files.
4676
4677 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4678
4679 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4680
4681 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4682
4683 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4684
4685 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4686
4687 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4688 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4689
4690 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4691 cursor to Jan 1 when needed.
4692 (calendar-end-of-year): Fix -/+ typo.
4693 Reported by Chong Yidong <cyd@stupidchicken.com>.
4694
4695 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4698
4699 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4700 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4701
4702 2005-03-25 Richard M. Stallman <rms@gnu.org>
4703
4704 * filesets.el (filesets-init): Add autoload.
4705
4706 * mail/mailalias.el (mail-directory): Doc fix.
4707
4708 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4709
4710 * mail/mailalias.el (mail-directory-process): Do nothing if
4711 mail-directory-process is an atom.
4712 (mail-get-names): Ignore mail-directory-names if it is an atom.
4713 (mail-directory-process defvar): Doc fix.
4714 (mail-names): Doc fix.
4715
4716 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4717
4718 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4719
4720 2005-03-26 Kenichi Handa <handa@m17n.org>
4721
4722 * international/mule-util.el (detect-coding-with-priority):
4723 Call update-coding-systems-internal before detect-coding-region.
4724
4725 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4726
4727 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4728 (gdb-frames-mode-map): Add follow-link property.
4729
4730 2005-03-25 Jay Belanger <belanger@truman.edu>
4731
4732 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4733 for variables.
4734
4735 2005-03-25 Juri Linkov <juri@jurta.org>
4736
4737 * image-mode.el: Optimize image filename extension regexps in
4738 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4739 in `auto-mode-alist'.
4740 (image-mode): Add `image-toggle-display-text' to local hook
4741 `change-major-mode-hook'. Display the image as an image by
4742 default. Set `cursor-type' and `truncate-lines' if the image
4743 is already displayed. Take into account the current mode (image
4744 or text) in message.
4745 (image-minor-mode): New minor mode.
4746 (image-mode-maybe, image-toggle-display-text): New functions.
4747 (image-toggle-display): Use called-interactively-p.
4748 Let-bind `inhibit-read-only' to t.
4749
4750 * image-mode.el (image-minor-mode): Set `cursor-type' and
4751 `truncate-lines' if the image is already displayed. Add turning
4752 image-minor-mode off to `change-major-mode-hook'. Add message.
4753 Call `image-toggle-display-text' after turning image-minor-mode off.
4754
4755 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4758 Terminal.app, use utf-8.
4759 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4760 (set-locale-environment): Use it.
4761
4762 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4763
4764 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4765
4766 * progmodes/python.el (python-close-block-statement-p)
4767 (python-outdent-p, python-current-defun): Use symbol-end.
4768
4769 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4770
4771 * files.el (save-some-buffers): Doc fix.
4772
4773 2005-03-25 Werner Lemberg <wl@gnu.org>
4774
4775 * complete.el, thumbs.el: Replace `legal' with `valid'.
4776 * calendar/calendar.el: Replace `legal' with `valid'.
4777 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4778 * mail/supercite.el: Replace `legal' with `valid'.
4779 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4780 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4781 Replace `legal' with `valid'.
4782 * textmodes/reftex-vars.el, textmodes/reftex.el:
4783 Replace `legal' with `valid'.
4784
4785 2005-03-25 Werner Lemberg <wl@gnu.org>
4786
4787 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4788 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4789 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4790 * emulation/vip.el: Replace `illegal' with `invalid'.
4791 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4792 * mail/supercite.el: Replace `illegal' with `invalid'.
4793 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4794 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4795 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4796 * progmodes/sh-script.el, progmodes/xscheme.el:
4797 Replace `illegal' with `invalid'.
4798 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4799 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4800 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4801 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4802
4803 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4806 (flymake-find-buildfile, flymake-find-possible-master-files)
4807 (flymake-check-include, flymake-parse-line): Replace loops over the
4808 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4809
4810 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4811 Substitute file-name-as-directory in the rest of the file.
4812 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4813 (flymake-replace-region): Remove unused arg `buffer'.
4814 (flymake-check-patch-master-file-buffer): Update calls to it.
4815 (flymake-add-err-info): Remove unused var `count'.
4816 (flymake-mode): Use define-minor-mode.
4817
4818 * progmodes/flymake.el: Use with-current-buffer.
4819 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4820 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4821 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4822 Avoid testing for `xemacs'.
4823 (flymake-nop): Move.
4824 (flymake-region-has-flymake-overlays): Return the computed value.
4825 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4826 Remove unused var `endline'.
4827 (flymake-get-line-count): Remove unused function.
4828 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4829
4830 * emulation/vi.el:
4831 * generic.el:
4832 * hilit-chg.el (global-highlight-changes):
4833 * hi-lock.el (hi-lock-mode):
4834 * follow.el: find-file-hooks -> find-file-hook.
4835
4836 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4837
4838 2005-03-24 Juri Linkov <juri@jurta.org>
4839
4840 * dired.el (dired-mode-map): Add menu item "Compare directories"
4841 for dired-compare-directories.
4842
4843 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4844 Doc fix. Replace `read-file-name' with `read-directory-name'.
4845
4846 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4849
4850 2005-03-24 Jay Belanger <belanger@truman.edu>
4851
4852 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4853 relevant mode settings in calc-embedded-original-modes when modes
4854 are permanently changed.
4855
4856 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * autoinsert.el: find-file-hooks -> find-file-hook.
4859
4860 2005-03-24 Lute Kamstra <lute@gnu.org>
4861
4862 * generic.el (generic-font-lock-defaults): Make it obsolete.
4863 (generic-font-lock-keywords): New variable to replace
4864 generic-font-lock-defaults.
4865 (generic-mode-set-font-lock): Delete it.
4866 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4867 (generic-bracket-support): Add docstring.
4868
4869 * generic-x.el: Rename generic-font-lock-defaults to
4870 generic-font-lock-keywords throughout.
4871 (mailagent-rules-setup-function): Delete it.
4872 (mailagent-rules-generic-mode): Use anonymous function instead.
4873 (show-tabs-generic-mode-font-lock-defaults-1)
4874 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4875 Quote faces.
4876 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4877 not foreground.
4878
4879 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4880 Recognize define-generic-mode.
4881
4882 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4885 if there's no completion table.
4886
4887 2005-03-23 Miles Bader <miles@gnu.org>
4888
4889 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4890 Remove tty-specific variants, as they're no longer needed.
4891
4892 2005-03-23 Lute Kamstra <lute@gnu.org>
4893
4894 * generic-x.el: Code cleanup: make args constant whenever possible.
4895 (installshield-statement-keyword-list)
4896 (installshield-system-functions-list)
4897 (installshield-system-variables-list, installshield-types-list)
4898 (installshield-funarg-constants-list): Make them constants.
4899
4900 * generic.el (generic-make-keywords-list): Add autoload cookie.
4901
4902 * calendar/time-date.el: Add comment on time value formats.
4903 Don't require parse-time.
4904 (with-decoded-time-value): New macro.
4905 (encode-time-value): New function.
4906 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4907 (days-to-time): Return a valid time value when arg is huge.
4908 (time-since): Use time-subtract.
4909 (time-to-number-of-days): Use time-to-seconds.
4910
4911 2005-03-23 David Ponce <david@dponce.com>
4912
4913 * recentf.el: (recentf-keep): New option.
4914 (recentf-menu-action): Default to `find-file'.
4915 (recentf-keep-non-readable-files-flag)
4916 (recentf-keep-non-readable-files-p)
4917 (recentf-file-readable-p, recentf-find-file)
4918 (recentf-cleanup-remote): Remove.
4919 (recentf-include-p): More robust.
4920 (recentf-keep-p): New function.
4921 (recentf-remove-if-non-kept): Rename from
4922 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4923 All callers updated.
4924 (recentf-menu-items-for-commands): Fix help string.
4925 (recentf-track-closed-file): Update. Doc fix.
4926 (recentf-cleanup): Update. Count removed files. Doc fix.
4927
4928 2005-03-23 Kim F. Storm <storm@cua.dk>
4929
4930 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4931 Don't inherit from fringe face (now happens automatically).
4932
4933 2005-03-22 Kim F. Storm <storm@cua.dk>
4934
4935 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4936 position values.
4937
4938 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * menu-bar.el (showhide-date-time): Remove.
4941 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4942 (menu-bar-make-mm-toggle): Simplify.
4943
4944 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4945
4946 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4947 Accept qualified variable and function names.
4948
4949 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4950
4951 * bindings.el (completion-ignored-extensions):
4952 Remove ".lis" for `vax-vms'.
4953
4954 2005-03-22 Andreas Schwab <schwab@suse.de>
4955
4956 * generic-x.el: Revert last change.
4957 * ldefs-boot.el: Update.
4958
4959 2005-03-22 Jay Belanger <belanger@truman.edu>
4960
4961 * calc/calc-embed (calc-embedded-original-modes): New variable.
4962 (calc-embedded-save-original-modes)
4963 (calc-embedded-restore-original-modes): New functions.
4964 (calc-do-embedded): Save original modes when entering embedded mode
4965 and restore when leaving embedded mode.
4966 (calc-embedded-modes-change): Change the value of
4967 calc-embedded-original-modes to reflect permanent changes.
4968
4969 2005-03-22 Lute Kamstra <lute@gnu.org>
4970
4971 * generic-x.el: Require generic again.
4972
4973 2005-03-22 Miles Bader <miles@gnu.org>
4974
4975 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4976 Tweak details to look good on both ttys and bitmap displays, light
4977 or dark background, etc.
4978
4979 2005-03-21 Kim F. Storm <storm@cua.dk>
4980
4981 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4982 mouse position.
4983
4984 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * icomplete.el: Don't forcibly turn on the mode upon load.
4987 (icomplete-mode): Use define-minor-mode.
4988 (icomplete-eoinput): Default to nil.
4989 (icomplete-minibuffer-setup): Remove autoload.
4990 (icomplete-tidy): Simplify.
4991 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4992 in the initial state or if the user has modified the field.
4993 Fix handling of icomplete-max-delay-chars.
4994 Remove code that handles the oddball case where
4995 minibuffer-completion-table is an integer.
4996 Wrap icomplete-completions in while-no-input in case building
4997 completions takes more time than expected.
4998 (icomplete-completions): Simplify.
4999
5000 2005-03-21 Richard M. Stallman <rms@gnu.org>
5001
5002 * jka-compr.el (jka-compr-really-do-compress):
5003 Make variable buffer-local.
5004
5005 * image-mode.el: Handle .xpm files too.
5006 (image-toggle-display): Preserve modification flag.
5007
5008 * help.el (where-is): Don't mention aliases with no key bindings.
5009
5010 2005-03-21 Lute Kamstra <lute@gnu.org>
5011
5012 * generic.el: Fix commentary section. Don't require cl for compilation.
5013 (generic-mode-list): Add autoload cookie.
5014 (generic-use-find-file-hook, generic-lines-to-scan)
5015 (generic-find-file-regexp, generic-ignore-files-regexp)
5016 (generic-mode, generic-mode-find-file-hook)
5017 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5018 (define-generic-mode): Make it a defmacro. Fix docstring.
5019 (generic-mode-internal): Code cleanup. Add autoload cookie.
5020 (generic-mode-set-comments): Code cleanup.
5021 * generic-x.el: Don't prevent compilation. Don't require generic.
5022 Follow coding conventions. Minor code cleanup.
5023 (etc-fstab-generic-mode): Add some keywords.
5024 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5025 define-generic-mode like a function declaration.
5026
5027 2005-03-21 Jay Belanger <belanger@truman.edu>
5028
5029 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5030 changing modes.
5031
5032 2005-03-21 Sam Steingold <sds@gnu.org>
5033
5034 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5035
5036 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5037
5038 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5039 Add underscore to "f$ lexicals" regexp.
5040
5041 2005-03-20 Juri Linkov <juri@jurta.org>
5042
5043 * subr.el (progress-reporter-do-update): When `min-value' is equal
5044 to `max-value', set `percentage' to 0 and prevent division by zero.
5045
5046 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5047
5048 Sync with Tramp 2.0.48.
5049
5050 * tramp.el (all): Change all addresses to .gnu.org.
5051 (tramp-append-tramp-buffers): New defun.
5052 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5053 Catch `dont-send' signal.
5054 (tramp-set-auto-save-file-modes): Set always permissions, because
5055 there might be an old auto-saved file belonging to another
5056 original file. This could be a security threat. Reported by
5057 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5058 Check for Emacs 21.3.50 removed.
5059
5060 * tramp-smb.el (all): Remove debug construct for
5061 `with-parsed-tramp-file-name'.
5062 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5063 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5064 No error message if DIRECTORY or FILENAME doesn't exist.
5065 (tramp-smb-open-connection): Check existence of
5066 `tramp-smb-program'.
5067
5068 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5071 Properly handle the case where the `m' or `s' command's argument is not
5072 yet terminated.
5073 (perl-indent-new-calculate): New function.
5074 (perl-indent-line): Use it.
5075
5076 2005-03-20 Miles Bader <miles@gnu.org>
5077
5078 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5079 in text-mode too. Change to new face names.
5080 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5081 Add `:weight bold' attribute.
5082 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5083
5084 2005-03-19 Juri Linkov <juri@jurta.org>
5085
5086 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5087
5088 * international/mule.el (auto-coding-alist): Sync with
5089 `auto-mode-alist' by adding upper case archive file extensions
5090 and adding ear/war to jar extension.
5091
5092 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5093
5094 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5095 running, restart it.
5096
5097 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5098
5099 * finder.el (finder-current-item): Throw an error on an empty line.
5100
5101 * man.el (Man-follow-manual-reference): If current-word returns
5102 nil, use "".
5103
5104 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5105
5106 * simple.el (goto-line): Doc fix.
5107
5108 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5109
5110 * files.el (save-buffer): Doc fix.
5111
5112 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5113
5114 * recentf.el (recentf-cleanup-remote): New variable.
5115 (recentf-cleanup): Use it to conditionally check availablity of
5116 remote files.
5117
5118 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5119
5120 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5121 function names.
5122
5123 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5124
5125 * language/thai-word.el: New file.
5126
5127 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5128
5129 * files.el (backup-buffer): If the file's directory is not
5130 writable, use copy instead of move to backup the file.
5131
5132 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5133
5134 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5135
5136 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5137
5138 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5139 Use functionp instead of symbolp and fboundp. Reported by Drkm
5140 <darkman_spam@yahoo.fr>.
5141 (ps-print-version): New version 6.6.6.
5142
5143 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5144
5145 * textmodes/table.el (table--line-column-position): New idiom.
5146 (table--row-column-insertion-point-p): New function to test
5147 validity of row and column insertion operation at a location.
5148 (table-global-menu, table-cell-menu): Use above functions for
5149 deterministic test operation.
5150 (table--editable-cell-p): Behave in deterministic fashion.
5151
5152 2005-03-18 Juri Linkov <juri@jurta.org>
5153
5154 * isearch.el (isearch-lazy-highlight-new-loop):
5155 Make arguments beg and end optional.
5156 (isearch-update): Remove optional arguments nil from
5157 isearch-lazy-highlight-new-loop.
5158 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5159 isearch-lazy-highlight-case-fold-search instead of
5160 isearch-case-fold-search, and let-bind isearch-regexp to
5161 isearch-lazy-highlight-regexp.
5162 Use isearch-lazy-highlight-last-string instead of isearch-string.
5163
5164 * replace.el (perform-replace): Remove bindings of global
5165 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5166 Add three new arguments to `replace-highlight'.
5167 (replace-highlight): Add arguments string, regexp, case-fold.
5168 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5169 to allow isearch-lazy-highlight-new-loop to use these values
5170 to set corresponding isearch-lazy-highlight-* internal
5171 variables whose values lazy highlighting will use regardless of
5172 changes to global variables isearch-string, isearch-regexp,
5173 isearch-case-fold-search during lazy highlighting loop.
5174 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5175 to `lazy-highlight-cleanup'.
5176
5177 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5178 (ispell-highlight-face): Set default face to `isearch' when
5179 lazy highlighting is enabled.
5180 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5181 priority to 1. Add lazy highlighting.
5182 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5183 from `isearch-dehighlight'.
5184
5185 2005-03-18 David Ponce <david@dponce.com>
5186
5187 * files.el (hack-local-variables): Do a case-insensitive search
5188 for End.
5189
5190 2005-03-18 Juri Linkov <juri@jurta.org>
5191
5192 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5193 `isearch-lazy-highlight-cleanup', add alias to old name and
5194 declare obsolete. Add release numbers to other obsolete vars.
5195 (isearch-done, isearch-lazy-highlight-new-loop):
5196 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5197 (lazy-highlight-cleanup) <variable>: Doc fix.
5198 (isearch-lazy-highlight-update): Rename obsolete
5199 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5200
5201 2005-03-18 Kenichi Handa <handa@m17n.org>
5202
5203 * language/thai-util.el: Fix categorization of Thai characters in
5204 thai-category-table.
5205 (thai-composition-pattern): Adjust it for the above change.
5206 (thai-self-insert-command, thai-compose-syllable): New functions.
5207 (thai-compose-region): Use thai-compose-syllable.
5208 (thai-compose-string): Likewise.
5209 (thai-composition-function): Likewise.
5210 (thai-auto-composition): New function.
5211 (thai-auto-composition-mode): New minor mode.
5212
5213 * language/thai.el: Fix patterns to be registered in
5214 composition-function-table.
5215
5216 * international/quail.el (quail-input-method): Locally bind
5217 inhibit-modification-hooks to t.
5218
5219 2005-03-17 Richard M. Stallman <rms@gnu.org>
5220
5221 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5222 (perl-mode): Use run-mode-hooks.
5223
5224 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5225 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5226 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5227
5228 * mail/sendmail.el (sendmail-send-it): Reenable the code
5229 to compute resend-to-address and use it.
5230
5231 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5232
5233 * image-mode.el: New file.
5234
5235 * image.el (insert-sliced-image): Add autoload cookie.
5236
5237 * font-lock.el (font-lock-lines-before): New user option.
5238 (font-lock-after-change-function): Obey it.
5239
5240 * bindings.el (esc-map): Make M-g a prefix.
5241 Bind M-g g and M-g M-g to goto-line.
5242
5243 * faces.el (face-id): Doc fix.
5244
5245 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5246
5247 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5248 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5249 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5250
5251 * mail/sendmail.el (mail-yank-ignored-headers)
5252 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5253 Add Mail-Followup-To and Mail-Reply-To headers.
5254 (mail-citation-hook): Add autoload cookie.
5255 (mail-mode): Doc fix.
5256 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5257 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5258 (mail-mode-fill-paragraph): Handle those headers.
5259 (mail-mailing-lists): New variable.
5260 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5261
5262 2005-03-17 Juri Linkov <juri@jurta.org>
5263
5264 * isearch.el (isearch-fallback): Check for `(car previous)'
5265 before calling `isearch-other-end-state'.
5266
5267 2005-03-17 Kim F. Storm <storm@cua.dk>
5268
5269 * simple.el (move-beginning-of-line): Move to beginning of buffer
5270 line, as well as beginning of screen line.
5271
5272 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5273
5274 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5275 argument REDRAW rather than calendar-redrawing variable.
5276 * calendar/calendar.el (calendar-redrawing): Delete.
5277 (redraw-calendar): Do not bind calendar-redrawing.
5278
5279 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5280
5281 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5282 diary-file buffer.
5283
5284 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * help.el (describe-mode): Allow a :minor-mode-function property to
5287 specify a different minor mode toggle function than the variable.
5288 * simple.el (auto-fill-function):
5289 * subr.el (add-minor-mode): Use it.
5290
5291 2005-03-16 Kenichi Handa <handa@m17n.org>
5292
5293 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5294 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5295 (ethio-fidel-to-sera-buffer): Likewise.
5296
5297 2005-03-16 Juri Linkov <juri@jurta.org>
5298
5299 * emacs-lisp/find-func.el (find-function-regexp):
5300 Add defun-emitting macro `menu-bar-make-toggle'.
5301
5302 * isearch.el: Put `isearch-scroll' property to
5303 `split-window-horizontally'.
5304
5305 * info.el: Update error messages for `debug-ignored-errors'.
5306 (Info-isearch-search): Doc fix.
5307 (Info-find-node): Move up code to go into info buffer before
5308 recording the node to the history.
5309 (Info-fontify-node): Fontify titles only if the next line
5310 has two or more `*', `=', `-', `.'.
5311 Display "go to this node" for empty (match-string 3).
5312
5313 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5314
5315 * term/mac-win.el: Add mouse pointer shape constants.
5316
5317 2005-03-15 Kim F. Storm <storm@cua.dk>
5318
5319 * simple.el (move-beginning-of-line): Use vertical-motion.
5320
5321 2005-03-15 Juri Linkov <juri@jurta.org>
5322
5323 * isearch.el (isearch-error): New variable.
5324 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5325 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5326 (isearch-within-brackets-state): Remove.
5327 (isearch-case-fold-search-state, isearch-pop-fun-state):
5328 Decrease frame index.
5329 (isearch-mode, isearch-top-state, isearch-push-state)
5330 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5331 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5332 (isearch-search, isearch-lazy-highlight-new-loop):
5333 Replace `isearch-invalid-regexp' with `isearch-error'.
5334 Remove `isearch-within-brackets'.
5335 (isearch-search): Add `search-failed' handler to `condition-case'.
5336 (isearch-lazy-highlight-search): Add `condition-case' to catch
5337 errors and allow `isearch-lazy-highlight-update' to try
5338 highlighting from the beginning of the window.
5339 (isearch-repeat): Move up code to set isearch-wrapped to t
5340 before calling isearch-wrap-function.
5341
5342 * info.el (Info-isearch-initial-node): New internal variable.
5343 (Info-search): Signal an error in isearch mode when search leaves
5344 the initial node. Signal an error when `bound' is non-nil and
5345 nothing was found in the current subfile.
5346 (Info-isearch-search): Remove `condition-case'.
5347 (Info-isearch-wrap): Don't wrap when search failed during leaving
5348 the initial node. If `Info-isearch-search' is nil, wrap around
5349 the current node.
5350 (Info-isearch-start): New fun.
5351 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5352 `isearch-mode-hook'.
5353
5354 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5355
5356 * simple.el (normal-erase-is-backspace): Set default to t if
5357 running on Mac.
5358
5359 * term/mac-win.el (function-key-map): Sync with x-win.el.
5360
5361 2005-03-15 Kenichi Handa <handa@m17n.org>
5362
5363 * international/mule-cmds.el (locale-language-names): Modify the
5364 format of elements and add more entries.
5365 (locale-preferred-coding-systems): Add more entries.
5366 (set-locale-environment): Adjust for the change of
5367 locale-language-names.
5368
5369 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * pcvs.el (smerge-ediff): Remove bogus autoload.
5372
5373 2005-03-14 Lute Kamstra <lute@gnu.org>
5374
5375 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5376 Ignore a `*' at the beginning of a line.
5377
5378 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5379 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5380 subr.el.
5381 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5382 to specify indentation.
5383
5384 * generic.el (define-generic-mode): Let generic-mode-list be a
5385 list of strings; test membership with equal.
5386
5387 2005-03-14 Kim F. Storm <storm@cua.dk>
5388
5389 * simple.el (next-line, previous-line): Add optional try-vscroll
5390 arg to recognize interactive use. Pass it on to line-move.
5391 (line-move): Don't perform auto-window-vscroll when defining or
5392 executing keyboard macro to ensure consistent behaviour.
5393
5394 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5397
5398 2005-03-13 Lute Kamstra <lute@gnu.org>
5399
5400 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5401 debugger-setup-buffer so that backtrace marks the frames set to
5402 debug-on-exit and we don't have to do it manually. Set an extra
5403 debug-on-exit for macro's.
5404 (debugger-setup-buffer): Don't mark the top frame manually.
5405
5406 2005-03-12 Lute Kamstra <lute@gnu.org>
5407
5408 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5409 lisp-indent-function throughout.
5410 (with-no-warnings): Set lisp-indent-function property.
5411
5412 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5413
5414 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5415 Add entry for backslash.
5416
5417 2005-03-12 Juri Linkov <juri@jurta.org>
5418
5419 * info.el (Info-search): Four fixes for backward search.
5420
5421 2005-03-11 Jay Belanger <belanger@truman.edu>
5422
5423 * calc/calc.el (calc-language-alist): New variable.
5424 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5425 (calc-embedded-find-modes): Use calc-language-alist instead of
5426 calc-embedded-language-alist.
5427
5428 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5429
5430 * calendar/calendar.el (calendar-redrawing): New internal
5431 variable.
5432 (redraw-calendar): Remove bogus save-excursion from previous
5433 change. Bind calendar-redrawing to t for mark-diary-entries.
5434 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5435 calendar if that is why we were called.
5436
5437 2005-03-11 Kenichi Handa <handa@m17n.org>
5438
5439 * international/mule.el (make-coding-system): Set property
5440 coding-system-define-form to nil.
5441 (define-coding-system-alias): Likewise.
5442
5443 2005-03-11 Kenichi Handa <handa@m17n.org>
5444
5445 These changes are suggested by Dave Love <fx@gnu.org>.
5446
5447 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5448 coding: tag.
5449 (adaptive-fill-regexp): Add more bullets.
5450 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5451 regexps.
5452
5453 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * help.el (describe-mode): Properly handle non-trivial lighters.
5456 Don't ignore minor modes that are not listed in minor-mode-list.
5457
5458 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5459 feature ON when the user requests to turn it OFF.
5460
5461 2005-03-10 Lute Kamstra <lute@gnu.org>
5462
5463 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5464 (implement-debug-on-entry): New function to replace debug-entry-code.
5465 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5466 second argument as the 2005-03-07 change makes it obsolete.
5467 (debug-on-entry, cancel-debug-on-entry): Update call to
5468 debug-on-entry-1.
5469 (debug, debugger-setup-buffer): Comment update.
5470 (debugger-frame-number): Update to work with implement-debug-on-entry.
5471
5472 2005-03-10 Jay Belanger <belanger@truman.edu>
5473
5474 * calc/calc-embed.el (math-ms-args): Declare it.
5475 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5476 math-ms-args.
5477 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5478 variables.
5479
5480 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5481
5482 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5483 Use message-box.
5484
5485 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5486 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5487 (tooltip-gud-tips): Simplify.
5488 (tooltip-gud-tips-p): Remove superflouous :set.
5489 (tooltip-gud-modes): Add fortran-mode.
5490 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5491
5492 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5493
5494 2005-03-09 Kim F. Storm <storm@cua.dk>
5495
5496 * play/animate.el (animate-place-char): Use forward-line instead
5497 of next-line to improve performance.
5498
5499 2005-03-09 Simon Josefsson <jas@extundo.com>
5500
5501 * net/browse-url.el (browse-url-default-browser): Doc fix.
5502
5503 2005-03-09 Miles Bader <miles@gnu.org>
5504
5505 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5506 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5507
5508 2005-03-09 Kenichi Handa <handa@m17n.org>
5509
5510 * international/latin-1.el: Set case and syntax for 255 only if
5511 set-case-syntax-set-multibyte is nil.
5512
5513 * textmodes/ispell.el (ispell-insert-word): New function.
5514 (ispell-word): Use ispell-insert-word to insert a new word.
5515 (ispell-process-line): Likewise.
5516 (ispell-complete-word): Likewise.
5517
5518 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5519
5520 * calendar/calendar.el (redraw-calendar): Preserve point.
5521 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5522 (calendar-week-start-day): Move after definition of
5523 redraw-calendar. Delete buffer test, since redraw-calendar has
5524 that now.
5525
5526 * calendar/diary-lib.el (mark-diary-entries): Only call
5527 redraw-calendar in the first of any recursive calls.
5528 Reported by Alan Shutko <ats@acm.org>.
5529
5530 2005-03-08 Juri Linkov <juri@jurta.org>
5531
5532 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5533 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5534 (html-radio-buttons): Add a space before the trailing `/>' where
5535 sgml-xml-mode is non-nil.
5536 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5537 the subsequent tag of the empty XML tag.
5538 (html-href-anchor): Don't set initial input to "http:".
5539 (html-image): Ask for the image URL and set point inside alt="".
5540 (html-name-anchor): Duplicate the name in the `id' attribute when
5541 sgml-xml-mode is non-nil.
5542 (html-paragraph): Remove \n before <p>.
5543 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5544 instead of `checked' when sgml-xml-mode is non-nil.
5545
5546 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5547 Remove 1 space before #RRGGBB to not truncate it on terminal
5548 windows w/o fringes. Remove 1 space between bg and fg examples
5549 to get more space.
5550 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5551 avoid byte-compile warnings.
5552
5553 * image-file.el (image-file-handler): Put `safe-magic' property to
5554 `image-file-handler'.
5555
5556 * info.el (Info-isearch-search): Emulate word search in
5557 isearching through multiple Info nodes with Info-search.
5558 (Info-isearch-wrap): Allow isearch-word.
5559
5560 2005-03-08 Lute Kamstra <lute@gnu.org>
5561
5562 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5563 stepping into the debugger's code is not possible.
5564 (debugger-jumping-flag): Docstring update.
5565
5566 2005-03-08 Jay Belanger <belanger@truman.edu>
5567
5568 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5569 embedded mode begins.
5570 (calc-embedded-language-alist): New variable.
5571 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5572 set default language mode.
5573
5574 2005-03-08 Kenichi Handa <handa@m17n.org>
5575
5576 * international/ccl.el (define-ccl-program): Fix docstring about
5577 extra 256 bytes assured for the output buffer.
5578
5579 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5580 Fix BUFFER_MAGNIFICATION to 2.
5581 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5582
5583 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5584
5585 * align.el (align-rules-list): Added an alignment rule for CSS
5586 declarations (applies to css-mode and html-mode buffers).
5587
5588 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5591
5592 2005-03-07 Kim F. Storm <storm@cua.dk>
5593
5594 * simple.el (move-beginning-of-line): New command.
5595
5596 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5597
5598 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5599
5600 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5601 and move-beginning-of-line.
5602
5603 * apropos.el (apropos-print): Omit command from M-x ... RET.
5604
5605 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5606
5607 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5608 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5609
5610 2005-03-06 Richard M. Stallman <rms@gnu.org>
5611
5612 * bindings.el (esc-map): Bind M-g to goto-line.
5613
5614 * facemenu.el (global-map): Bind M-o, not M-g.
5615
5616 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5617
5618 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5619 "Open Directory" as for "Open File".
5620
5621 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5624 (push-mark-command): Run activate-mark-hook.
5625
5626 2005-03-06 Richard M. Stallman <rms@gnu.org>
5627
5628 * help-mode.el (help-mode-finish): Don't alter the element
5629 in view-return-to-alist if there already is one.
5630
5631 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5632 make sure the current buffer is the expected one.
5633
5634 * novice.el (disabled-command-function): Output in *Disabled Command*.
5635 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5636
5637 * textmodes/flyspell.el (flyspell-large-region):
5638 Pass args differently for aspell.
5639
5640 * files.el (mode-require-final-newline): Doc fix.
5641
5642 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5643
5644 * progmodes/which-func.el (which-function):
5645 Specify NOERROR when calling imenu--make-index-alist.
5646
5647 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * simple.el (normal-erase-is-backspace): Define default value.
5650
5651 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5652 (custom-reevaluate-setting): Simple function to handle
5653 variables that are defined before their default value can really
5654 be computed.
5655
5656 * startup.el (command-line): Use it for temporary-file-directory,
5657 small-emporary-file-directory, auto-save-file-name-transforms,
5658 blink-cursor-mode, and normal-erase-is-backspace.
5659
5660 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5661 progress, even with buggy anchored keywords.
5662
5663 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5664
5665 * simple.el (goto-line): Remove unbalanced final parenthesis.
5666
5667 2005-03-05 Richard M. Stallman <rms@gnu.org>
5668
5669 * simple.el (goto-line): Use a number at point as the default.
5670 With C-u as arg, switch buffers.
5671
5672 2005-03-05 Juri Linkov <juri@jurta.org>
5673
5674 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5675 with `no-blinking-cursor'.
5676
5677 * startup.el (no-blinking-cursor): New defvar.
5678 (command-line): Add `--no-blinking-cursor' to longopts.
5679 Set `no-blinking-cursor' to t for command line arguments
5680 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5681 with `no-blinking-cursor' in the condition for calling
5682 `blink-cursor-mode'.
5683
5684 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5687 (menu-bar-options-save): Add blink-cursor-mode.
5688 (menu-bar-options-menu): Add blink-cursor-mode.
5689
5690 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5691
5692 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5693 (icalendar-export-file, icalendar-export-region)
5694 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5695 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5696
5697 2005-03-04 Lute Kamstra <lute@gnu.org>
5698
5699 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5700 (debug-function-list): Ditto.
5701
5702 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5703
5704 * textmodes/texinfmt.el (texinfo-append-refill):
5705 Redefine the types of line to which @refill
5706 is not appended by replacing a search for `@refill\\|@bye' with
5707 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5708 itemize@refill' bug and the unfilled long lines bug.
5709 (texinfmt-version): Update number and date.
5710
5711 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5712
5713 * international/code-pages.el (windows-1250, windows-125[2-8])
5714 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5715
5716 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5719 bound yet.
5720
5721 2005-03-02 Romain Francoise <romain@orebokech.com>
5722
5723 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5724 buffer after removing limits.
5725 (ibuffer-pop-filter): Ditto.
5726 Update copyright.
5727
5728 2005-03-02 Miles Bader <miles@gnu.org>
5729
5730 * button.el (make-text-button): If the user doesn't specify a
5731 type, use the default. Rewrite to use `add-text-properties' and
5732 plist functions.
5733
5734 2005-03-01 Lute Kamstra <lute@gnu.org>
5735
5736 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5737 (debugger-jumping-flag): New var.
5738 (debug-entry-code): Use it.
5739 (debugger-jump): Use debugger-jumping-flag and add
5740 debugger-reenable to post-command-hook.
5741 (debugger-reenable): Use debugger-jumping-flag and remove itself
5742 from post-command-hook.
5743 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5744 debugger-reenable.
5745
5746 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5747
5748 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5749 inclusion of "itemize\\|", which may be unnecessary, is certainly
5750 inelegant, and stops refilling in itemize lists when formatting
5751 Japanese Texinfo files to Info.
5752 Update copyright to 2005.
5753
5754 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5755
5756 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5757 of an error if GDB can't find the source file.
5758
5759 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5760
5761 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5762 not just the calendar.
5763
5764 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5765 first.
5766 (diary-redraw-calendar): New function.
5767 (make-diary-entry): Add diary-redraw-calendar to local
5768 write-contents-functions. Turn off selective display before
5769 inserting in diary.
5770
5771 2005-03-01 Kim F. Storm <storm@cua.dk>
5772
5773 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5774
5775 2005-03-01 Lute Kamstra <lute@gnu.org>
5776
5777 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5778 that debug-entry-code can be safely removed from a function while
5779 this code is being evaluated. Revert the 2005-02-27 change as the
5780 new implementation no longer requires it. Make sure that a
5781 function body containing just a string is not mistaken for a docstring.
5782 (debug): Skip one more frame in case of debug on entry.
5783 (debugger-setup-buffer): Delete one more frame line in case of
5784 debug on entry.
5785 (debugger-frame-number): Update to use the new text introduced by
5786 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5787
5788 2005-02-28 Kim F. Storm <storm@cua.dk>
5789
5790 * double.el (double-translate-key): Call force-window-update after
5791 read-event to avoid crash in redisplay.
5792
5793 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5796 (debug): Use it. Move the inhibit-trace earlier.
5797 (debug-entry-code): New const.
5798 (debug-on-entry-1): Use it.
5799
5800 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * international/utf-16.el (ccl-encode-mule-utf-16le):
5803 Fix BUFFER_MAGNIFICATION to 2.
5804 (ccl-encode-mule-utf-16be): Likewise.
5805
5806 2005-02-28 Kenichi Handa <handa@m17n.org>
5807
5808 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5809 Fix BUFFER_MAGNIFICATION to 4.
5810 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5811
5812 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5813
5814 * speedbar.el (speedbar-update-flag): Doc fix.
5815 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5816 argument.
5817
5818 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5821 have a non-nil `invisible' property but are actually visible.
5822
5823 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5824 for perldoc sections.
5825 (perl-outline-regexp, perl-outline-level): New var and function.
5826 (perl-mode): Use them.
5827
5828 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5829
5830 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5831 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5832
5833 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5834
5835 * cus-edit.el: Comment change.
5836 (custom-buffer-create-internal): Slightly reword text at top of
5837 Custom buffers. Mention there that saving an option edits the
5838 init file. Add link to Emacs manual node on `custom-file'.
5839 (custom-magic-alist): Rewrite individual State messages to use
5840 capitalized keywords. Doc fix.
5841
5842 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5843
5844 * calendar/calendar.el (calendar-buffer): Move above
5845 calendar-week-start-day.
5846 (calendar-week-start-day): Doc fix. Add :set function.
5847 (calendar-minimum-window-height): New variable.
5848 (generate-calendar-window): Only resize window if selected-window
5849 is displaying the calendar buffer. Use new variable
5850 calendar-minimum-window-height.
5851 (generate-calendar): Reword error message.
5852 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5853
5854 2005-02-27 Andreas Schwab <schwab@suse.de>
5855
5856 * vc.el (vc-do-command): Don't run command asynchronously when
5857 operating in a remote directory.
5858
5859 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5860 change from sync with Tramp 2.0.47.
5861
5862 2005-02-27 Richard M. Stallman <rms@gnu.org>
5863
5864 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5865
5866 * textmodes/flyspell.el (flyspell-mode-on):
5867 Call ispell-change-dictionary only if necessary.
5868
5869 * emacs-lisp/re-builder.el (regexp-builder): New function.
5870
5871 * register.el (describe-register-1): Explicitly handle
5872 yank-excluded-properties = t.
5873
5874 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5875 (custom-magic-alist): Change the status descriptions again.
5876 (face widget-type): Total rewrite based on `restricted-sexp'
5877 to eliminate the confusing double hiding levels.
5878
5879 * emacs-lisp/debug.el (debug-on-entry-1):
5880 If function body is empty, add nil as body form.
5881
5882 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * emacs-lisp/trace.el (inhibit-trace): New var.
5885 (trace-make-advice): Use it.
5886
5887 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5888
5889 2005-02-26 Kim F. Storm <storm@cua.dk>
5890
5891 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5892 (mouse-on-link-p, mouse-drag-region-1): Use it.
5893
5894 2005-02-25 Lute Kamstra <lute@gnu.org>
5895
5896 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5897
5898 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5899
5900 * frame.el (blink-cursor-mode): Add :group keyword.
5901
5902 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5903
5904 * calendar/icalendar.el (icalendar--decode-isodatetime):
5905 New optional argument DAY-SHIFT.
5906 (icalendar-export-region): Fix coding-system-for-write.
5907 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5908 events by one.
5909
5910 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5913
5914 2005-02-24 Kim F. Storm <storm@cua.dk>
5915
5916 * international/iso-acc.el (iso-accents-compose): Fix crash
5917 during redisplay. Call force-window-update after read-event
5918 and delete-region to signal that window is not accurate.
5919
5920 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5923 Remove unused and inexistent var `inhibit-trace'.
5924 (debugger-mode): Use run-mode-hooks.
5925 (debugger-list-functions): Add buttons; setup xref stack.
5926
5927 2005-02-23 Richard M. Stallman <rms@gnu.org>
5928
5929 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5930 appointment says it was explicitly made.
5931 (appt-add): Set the 3rd element.
5932 (appt-make-list): Preserve explicit appointments.
5933
5934 * subr.el (find-tag-default): Catch errors in forward-sexp.
5935
5936 2005-02-23 Juri Linkov <juri@jurta.org>
5937
5938 * info.el (Info-isearch-search): New defcustom.
5939 (Info-isearch-search): Call the default isearch function
5940 when Info-isearch-search is nil.
5941 (Info-isearch-wrap): Use variable Info-isearch-search.
5942
5943 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5944
5945 * cus-edit.el: Comment change.
5946
5947 2005-02-22 Kim F. Storm <storm@cua.dk>
5948
5949 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5950 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5951
5952 2005-02-22 Simon Josefsson <jas@extundo.com>
5953
5954 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5955 New variable.
5956 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5957 Oskarsson" <myrkraverk@users.sourceforget.net>.
5958
5959 2005-02-22 Kim F. Storm <storm@cua.dk>
5960
5961 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5962 check that window of that event is the selected window.
5963 (mouse-drag-region-1): Compare mouse event window to selected
5964 window before setting point.
5965
5966 * tooltip.el (tooltip-show-help-function): Pass event to
5967 mouse-on-link-p so it can check selected window.
5968
5969 2005-02-22 Kenichi Handa <handa@m17n.org>
5970
5971 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5972 (ps-mule-show-warning): New function.
5973 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5974 characters are found.
5975
5976 * ps-print.el (ps-header-footer-string): Return a list of header
5977 and footer strings.
5978
5979 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5980
5981 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5982
5983 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * frame.el (blink-cursor-mode): Use define-minor-mode.
5986
5987 * term/mac-win.el (function-key-map): Use char-names more consistently.
5988 (file-name-coding-system): Only set it for MacOS-9. The other case is
5989 already handled in mule-cmds.el (where it also works when mac-win.el
5990 is not used).
5991
5992 2005-02-21 Kenichi Handa <handa@m17n.org>
5993
5994 * international/mule.el (ctext-pre-write-conversion): Always use
5995 " *code-converting-work*" buffer for work.
5996
5997 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5998
5999 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6000
6001 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6002
6003 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6004
6005 * ses.el (undo-more): Restore defadvice, but only the part that
6006 allows changes outside the restricted area of the buffer.
6007
6008 2005-02-20 Kim F. Storm <storm@cua.dk>
6009
6010 * simple.el (line-move): Add fourth optional arg try-vscroll which
6011 must be set to perform auto-window-vscroll.
6012 When moving backwards and doing auto-window-vscroll, automatically
6013 vscroll to the last part of lines which are taller than the window.
6014 (next-line, previous-line): Set try-vscroll arg on line-move.
6015
6016 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6017
6018 * replace.el (query-replace, query-replace-regexp)
6019 (replace-string, replace-regexp): When operating on region, make
6020 the minibuffer prompt say so.
6021
6022 * isearch.el (isearch-forward): Document isearch-query-replace and
6023 isearch-query-replace-regexp keybindings.
6024
6025 2005-02-19 Jay Belanger <belanger@truman.edu>
6026
6027 * calc/calc-aent.el (math-read-token): Add local variable.
6028
6029 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6030 (calc-edit-top): Move declaration to earlier in file.
6031 (calc-edit-macro-repeats): Add local variables.
6032
6033 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6034 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6035 calcFunc-tanh.
6036 Adjust integration rule for calcFunc-tan.
6037
6038 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6039
6040 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6041 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6042 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6043 (viper-skip-separators): Bug fix.
6044 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6045 particular major mode.
6046 (viper-del-backward-char-in-replace): Don't put deleted char on the
6047 kill ring.
6048
6049 * viper-ex.el (viper-color-display-p): New function.
6050 (viper-has-face-support-p): Use viper-color-display-p.
6051
6052 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6053
6054 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6055
6056 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6057 (viper-file-remote-p): Make equivalent to file-remote-p.
6058
6059 * viper.el (viper-major-mode-modifier-list):
6060 Use viper-gnus-modifier-map.
6061
6062 2005-02-19 David Kastrup <dak@gnu.org>
6063
6064 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6065 quoting.
6066
6067 2005-02-19 Jay Belanger <belanger@truman.edu>
6068
6069 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6070 Remove extra definitions.
6071 (calc-coth): New function.
6072 (calcFunc-cot): Fix `let'.
6073
6074 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6075
6076 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6077 the reasons we use "type pc" in these faces.
6078
6079 * button.el (button): Ditto.
6080
6081 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6082
6083 * replace.el (query-replace-read-from): Set the value of
6084 query-replace-from-history-variable to handle the case of an empty
6085 string entered to accept the suggested default.
6086
6087 * net/tramp.el (tramp-file-name-for-operation):
6088 Use dired-call-process instead of dired-call-process-command.
6089
6090 2005-02-19 Jay Belanger <belanger@truman.edu>
6091
6092 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6093 (math-div-non-trig): New variables.
6094 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6095 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6096 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6097 trig expressions.
6098
6099 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6100
6101 * progmodes/gdb-ui.el (gdb-var-update-handler)
6102 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6103 for watch expressions,
6104 (gdb-var-create-handler): Don't set speedbar-update-flag.
6105 (gdb-post-prompt): Simplify test for speedbar.
6106
6107 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6108
6109 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6110 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6111 we use the syntax table of the correct buffer.
6112 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6113 Felix Gatzemeier.
6114
6115 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6116 (ediff-file-remote-p): Make synonymous with file-remote-p.
6117 In all deffaces ediff-*-face-*, use min-colors.
6118
6119 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6120 ediff-recurse-to-subdirectories.
6121 (ediff-mark-if-equal): Check that the arguments are strings, use
6122 ediff-same-contents (after to Felix Gatzemeier).
6123
6124 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6125 nil.
6126
6127 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6128
6129 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6130
6131 2005-02-18 David Kastrup <dak@gnu.org>
6132
6133 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6134 use `mark-active' when defined.
6135
6136 2005-02-18 Kenichi Handa <handa@m17n.org>
6137
6138 * ps-print.el (ps-font-info-database): New entry
6139 ZapfChancery-MediumItalic with correct font name. Fix font name
6140 of the entry Zapf-Chancery-MediumItalic.
6141
6142 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6143
6144 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6145
6146 2005-02-16 Kim F. Storm <storm@cua.dk>
6147
6148 * ido.el (ido-fallback-command): Pass user input to fallback command.
6149
6150 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6151
6152 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6153 (gdb-find-file-hook): Add server prefix.
6154
6155 2005-02-16 Richard M. Stallman <rms@gnu.org>
6156
6157 * replace.el (perform-replace): Pass new args to replace-highlight.
6158 (replace-highlight): Take region args,
6159 and pass them to isearch-lazy-highlight-new-loop.
6160
6161 * novice.el (disabled-command-hook): Autoload the defalias
6162 and the make-obsolete-variable call.
6163
6164 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6165
6166 * isearch.el (isearch-lazy-highlight-start-limit)
6167 (isearch-lazy-highlight-end-limit): New variables limit
6168 the region for highlighting.
6169 (isearch-lazy-highlight-new-loop): New args BEG and END.
6170 (isearch-lazy-highlight-search): Use the new vars.
6171 (isearch-lazy-highlight-update): Likewise.
6172
6173 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6174
6175 * cus-start.el (all): Use default-boundp.
6176
6177 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6178
6179 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6180
6181 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6182
6183 * autorevert.el (auto-revert-stop-on-user-input)
6184 (auto-revert-verbose): Doc fixes.
6185
6186 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6187
6188 * international/mule-cmds.el (set-locale-environment): Remove call
6189 to set-selection-coding-system on Windows.
6190
6191 2005-02-15 Jay Belanger <belanger@truman.edu>
6192
6193 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6194 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6195 calcFunc-coth.
6196 (math-simplify-sqrt): Add simplifications.
6197
6198 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6199 to list.
6200
6201 * calc/calc-ext.el: Add functions to autoloads.
6202
6203 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6204 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6205 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6206 (math-csc-raw, math-cot-raw): New functions.
6207
6208 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6209
6210 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6211 the variable name in a message.
6212
6213 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6214 calcFunc-csc, calcFunc-cot.
6215
6216 * calc/calcalg2.el: Add derivative and integration rules for
6217 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6218 calcFunc-csch, calcFunc-coth.
6219 (math-do-integral-methods): Add to checks for when to use
6220 substitutions.
6221
6222 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6223
6224 2005-02-15 Lute Kamstra <lute@gnu.org>
6225
6226 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6227 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6228 <monnier@iro.umontreal.ca>
6229 (lisp-outline-level): Improve efficiency. Suggested by David
6230 Kastrup <dak@gnu.org>.
6231
6232 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6235 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6236 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6237 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6238 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6239
6240 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6241
6242 * cus-start.el (all): Comment change.
6243
6244 2005-02-14 Lute Kamstra <lute@gnu.org>
6245
6246 * cus-start.el (all): Check if symbol is void.
6247
6248 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6249
6250 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6251 optional argument to \cite.
6252
6253 2005-02-14 Richard M. Stallman <rms@gnu.org>
6254
6255 * cus-edit.el (custom-buffer-create-internal): Update help message.
6256 (custom-magic-alist): Update help messages.
6257
6258 * cus-start.el (all): Allow a var to specify a standard value.
6259
6260 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6261
6262 * custom.el (custom-theme-set-variables): Handle variable aliases.
6263
6264 * frame.el (blink-cursor-timer): Doc fix.
6265 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6266 declare obsolete.
6267 (blink-cursor-mode): Define with defcustom and use correct
6268 standard expression in that defcustom.
6269 * startup.el (command-line): Adapt to above changes in frame.el.
6270
6271 2005-02-11 Lute Kamstra <lute@gnu.org>
6272
6273 * apropos.el (apropos-score-doc): Prevent division by zero.
6274
6275 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6276
6277 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6278 (icalendar--get-event-property-attributes)
6279 (icalendar--get-event-properties)
6280 (icalendar--datetime-to-diary-date): New functions.
6281 (icalendar--split-value): Doc fix.
6282 (icalendar--datetime-to-noneuropean-date)
6283 (icalendar--datetime-to-european-date): New optional argument
6284 SEPARATOR. Return result as a string instead of a list.
6285 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6286 (icalendar--convert-string-for-export): Rename arg S to STRING.
6287 (icalendar-export-region): Doc fix. Change name of error buffer.
6288 Save output buffer.
6289 (icalendar-import-file): Add blank at end of prompt.
6290 (icalendar-import-buffer): Doc fix. Do not switch to error
6291 buffer. Indicate status in return value.
6292 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6293 buffer. Save output buffer. Handle exception from recurrence
6294 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6295 events. Fix problems with weekly all-day events.
6296
6297 2005-02-10 Richard M. Stallman <rms@gnu.org>
6298
6299 * simple.el (eval-expression-print-format):
6300 Avoid warning about edebug-active.
6301
6302 * help.el (help-for-help-internal): Rename from help-for-help.
6303 (help-for-help): Define with defalias.
6304
6305 * font-core.el (font-lock-default-function): Use with-no-warnings.
6306
6307 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6308
6309 * custom.el (defface): Doc fix.
6310
6311 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6312
6313 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6314 width 0" to prevent word wrapping problems.
6315
6316 2005-02-09 Kim F. Storm <storm@cua.dk>
6317
6318 * ido.el (ido-file-extensions-order): New defcustom.
6319 (ido-file-extension-lessp, ido-file-extension-aux)
6320 (ido-file-extension-order): New advanced file ordering.
6321 (ido-file-lessp): New simple file ordering.
6322 (ido-sort-list): Remove.
6323 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6324 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6325
6326 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6327
6328 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6329 that some versions of grep produce.
6330 (grep-mode-font-lock-keywords): Likewise.
6331
6332 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6333
6334 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6335 (gdb-cdir): Delete.
6336 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6337 (gdb-source-info): Treat case when source file is in another
6338 directory properly.
6339 (gdb-get-location): New function.
6340
6341 2005-02-07 Jay Belanger <belanger@truman.edu>
6342
6343 * calc/calc-prog.el (calc-write-parse-table-part)
6344 (calc-fix-token-name): Fix a check for language type.
6345
6346 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6347
6348 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6349
6350 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6351 as directory not writable.
6352
6353 2005-02-07 Kim F. Storm <storm@cua.dk>
6354
6355 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6356 (cua--standard-movement-commands): Remove list.
6357 Instead, set CUA property value to move for movement commands.
6358 (cua-movement-commands): Remove. Users must set CUA prop instead.
6359 (cua--pre-command-handler): Check CUA property.
6360 (cua--init-keymaps): Don't remap undo commands.
6361 (cua-mode): Don't call cua--rectangle-on-off.
6362
6363 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6364 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6365 (cua--rect-undo-set-point): New var.
6366 (cua--rectangle-undo-boundary): Setup undo apply entry.
6367 (cua--rect-undo-handler): New function for rectangle undo.
6368 (cua--rect-start-position, cua--rect-end-position): Add.
6369 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6370 for restored rectangle. Set point if cua--rect-undo-set-point.
6371
6372 2005-02-06 Jay Belanger <belanger@truman.edu>
6373
6374 * calc/calc-lang.el (calc-tex-language): Display more information
6375 in messages.
6376
6377 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6378 in TeX mode.
6379
6380 2005-02-06 Richard M. Stallman <rms@gnu.org>
6381
6382 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6383
6384 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6385
6386 * net/ldap.el (ldap-search-internal): Support attributes with
6387 optional descriptions separated by a semi-colon, as in
6388 "userCertificate;binary".
6389
6390 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6391
6392 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6393 isn't a cons (i.e. the version is 0).
6394
6395 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6396
6397 * help.el (help-for-help): Doc fix.
6398
6399 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6400
6401 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6402 GDB-Windows on the menu-bar as this works better.
6403
6404 2005-02-04 Jay Belanger <belanger@truman.edu>
6405
6406 * calc/calc-embed.el (calc-embedded-update): Don't put in
6407 unnecessary newlines. Adjust the end of formula marker.
6408
6409 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6410 (math-latex-parse-two-args): New function.
6411
6412 2005-02-03 Lute Kamstra <lute@gnu.org>
6413
6414 * help-fns.el (help-with-tutorial): Make sure that users cannot
6415 remove the entire text of the tutorial by means of `undo'.
6416
6417 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6420 in recent changes, where the ispell process was repeatedly
6421 killed & restarted.
6422
6423 * international/mule-cmds.el (set-locale-environment): Set file-name
6424 coding system to utf-8 on Darwin systems.
6425 (set-default-coding-systems): Don't set default-file-name-coding-system
6426 on Darwin systems.
6427
6428 2005-02-03 Richard M. Stallman <rms@gnu.org>
6429
6430 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6431
6432 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6433
6434 * faces.el (list-faces-display): Add optional argument.
6435
6436 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * font-core.el (font-lock-default-function): Handle the rare case where
6439 only font-lock-keywords is set.
6440
6441 2005-02-02 Kenichi Handa <handa@m17n.org>
6442
6443 * international/characters.el: Cancel previous change for
6444 I-WITH-DOT-ABOVE and DOTLESS-i.
6445
6446 * international/latin-5.el: Cancel previous change.
6447
6448 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6449
6450 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6451
6452 2005-02-02 Kenichi Handa <handa@m17n.org>
6453
6454 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6455 DOTLESS-i.
6456
6457 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6458 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6459
6460 * case-table.el (get-upcase-table): New function.
6461 (copy-case-table): Copy upcaes table too if non-nil.
6462 (set-case-syntax-delims): Maintain upcase table too.
6463 (set-case-syntax-pair): Likewise.
6464 (set-upcase-syntax, set-downcase-syntax): New functions.
6465 (set-case-syntax): Maintain upcase table too.
6466
6467 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6468
6469 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6470
6471 * progmodes/gud.el (gud-goto-info): New function.
6472 (gud-tool-bar-map): Use correct icon.
6473
6474 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6475
6476 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6477 When delegating, order args in the funcall correctly.
6478
6479 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6480
6481 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6482
6483 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6484
6485 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6486 buffer not visiting a file.
6487
6488 2005-01-31 Jay Belanger <belanger@truman.edu>
6489
6490 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6491 bound on the line with the formula.
6492
6493 2005-01-31 Kim F. Storm <storm@cua.dk>
6494
6495 * ses.el (ses-create-cell-variable-range)
6496 (ses-destroy-cell-variable-range, ses-reset-header-string)
6497 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6498 (ses-insert-row): Fix format of apply undo entries.
6499
6500 2005-01-31 Jay Belanger <belanger@truman.edu>
6501
6502 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6503 parts.
6504
6505 * calc/calc-embed.el (calc-embedded-open-formula)
6506 (calc-embedded-close-formula): Ignore matrix environments.
6507
6508 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6509 TeX mode.
6510
6511 * calc/calc-lang.el (math-function-table, math-oper-table)
6512 (math-variable-table): Adjust the LaTeX portions.
6513
6514 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6515 (math-latex-ignore-words): New constant.
6516
6517 2005-01-31 Richard M. Stallman <rms@gnu.org>
6518
6519 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6520 (ispell-local-dictionary): Doc fix.
6521 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6522 Don't reinitialize at run time. Don't defcustom.
6523 All uses changed to append ispell-local-dictionary-alist,
6524 or check it first.
6525 (ispell-current-dictionary): New variable for dictionary in use.
6526 (ispell-dictionary): Now used only for global default.
6527 (ispell-start-process): Set ispell-current-dictionary,
6528 not ispell-dictionary.
6529 (ispell-change-dictionary): Use this only for setting
6530 user preferences.
6531 (ispell-internal-change-dictionary): New function
6532 to change the current dictionary in use.
6533 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6534 Use ispell-current-dictionary.
6535 Handle ispell-local-dictionary-overridden.
6536 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6537
6538 2005-01-31 Jay Belanger <belanger@truman.edu>
6539
6540 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6541
6542 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6543 (calc-mode-map): Add calc-latex-language.
6544
6545 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6546 (math-latex-print-frac): New functions.
6547 (math-oper-table, math-function-table, math-variable-table)
6548 (math-complex-format, math-input-filter): Add latex properties.
6549 (calc-set-language): Set math-expr-special-function-mapping.
6550
6551 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6552 (calc-write-parse-table-part): Add LaTeX support.
6553
6554 * calc/calc.el (calc-language): Adjust docstring.
6555 (calc-set-mode-line): Add LaTeX support.
6556 (math-expr-special-function-mapping): New variable.
6557 (math-tex-ignore-words): Add to list.
6558
6559 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6560 Add LaTeX support.
6561 (math-compose-expr): Add support for special functions.
6562
6563 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6564
6565 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6566
6567 * progmodes/gdb-ui.el (gdb-memory-address)
6568 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6569 (gdb-memory-mode-map, gdb-memory-format-keymap)
6570 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6571 (gdb-memory-unit-menu): New variables for a buffer
6572 that lets the user examine program memory.
6573 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6574 (gdb-memory-format-binary, gdb-memory-format-octal)
6575 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6576 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6577 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6578 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6579 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6580 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6581 (gdb-memory-mode, gdb-memory-buffer-name)
6582 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6583 New functions for above buffer.
6584
6585 2005-01-30 Richard M. Stallman <rms@gnu.org>
6586
6587 * cus-edit.el (custom-bury-buffer): Function deleted.
6588 (custom-buffer-done-function): Option deleted.
6589 (custom-buffer-done-kill): New (replacement option.
6590 (Custom-buffer-done): Call quit-window.
6591 (custom-buffer-create-internal): Update for above changes.
6592
6593 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6594
6595 * simple.el (undo-ask-before-discard): New var.
6596 (undo-outer-limit-truncate): Implement it.
6597 (undo-extra-outer-limit): Doc update.
6598
6599 2005-01-29 Richard M. Stallman <rms@gnu.org>
6600
6601 * ses.el (undo-more): Delete defadvice.
6602 (ses-begin-change): Doc fix.
6603
6604 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6605 instead of rebinding C-x u and C-_.
6606
6607 * files.el (normal-backup-enable-predicate): Return nil for files
6608 in /tmp, regardless of temporary-file-directory.
6609
6610 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6611
6612 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6613 (open-rectangle, delete-whitespace-rectangle-line)
6614 (clear-rectangle-line): If FILL, pass t instead of FILL
6615 for move-to-column's 2nd arg.
6616
6617 * simple.el (undo): Fix the test for continuing a series of undos.
6618 (undo-more): Set pending-undo-list to t when we reach end.
6619 (pending-undo-list): Move up defvar.
6620
6621 * wid-edit.el (widget-button-click):
6622 Shorten the range of the track-mouse binding.
6623
6624 * comint.el (comint-insert-input): Undo previous changes;
6625 use last-input-event in interactive spec.
6626
6627 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6628
6629 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6630 to nil before invoking call-process. Reset buffer's modified flag
6631 after fontifying it in the no-async branch.
6632
6633 * wid-edit.el (widget-specify-button): If mouse pointer shape
6634 cannot be changed, use mouse face instead.
6635
6636 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6637
6638 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6639 (gdb-goto-breakpoint): Make breakpoint handling work on template
6640 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6641 (gdb-assembler-custom): Update to recognise breakpoint information
6642 added on 2005-01-19.
6643
6644 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6647 (dsssl-mode): Use define-derived-mode.
6648 (scheme-mode-initialize): Remove.
6649 (scheme-mode): Use run-mode-hooks.
6650
6651 * cus-edit.el (customize-group-other-window)
6652 (custom-buffer-create-other-window): Don't override special-display-*.
6653 (custom-mode-map): Make it dense.
6654
6655 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6656 sets the default value.
6657
6658 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6659
6660 * descr-text.el: Add more keywords.
6661
6662 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * speedbar.el: Avoid unnecessary use of locate-library.
6665
6666 * international/mule-cmds.el (standard-display-european-internal):
6667 Don't fiddle with latin-1 non-break space any more since it's now
6668 special cased in the C code.
6669 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6670
6671 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6672
6673 * cus-start.el (all): Add `undo-outer-limit'.
6674
6675 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6676
6677 * textmodes/bibtex.el (bibtex-format-entry):
6678 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6679 field lines.
6680 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6681 not on part of a buffer.
6682
6683 2005-01-25 Lute Kamstra <lute@gnu.org>
6684
6685 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6686 nonempty field text strings like "{letters\\macro{}more letters}".
6687 Clarify docstring.
6688 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6689 (bibtex-entry-offset, bibtex-parse-association)
6690 (bibtex-parse-field-name): Fix typos in docstrings.
6691 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6692
6693 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6694
6695 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6696 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6697 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6698 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6699
6700 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6701 isearch minor mode.
6702
6703 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6704
6705 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6706
6707 2005-01-24 Lute Kamstra <lute@gnu.org>
6708
6709 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6710 CASECHARS and NOT-CASECHARS regular expressions of the
6711 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6712 striding over charsets" error.
6713
6714 2005-01-24 Jay Belanger <belanger@truman.edu>
6715
6716 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6717 display variable name.
6718
6719 2005-01-24 Kenichi Handa <handa@m17n.org>
6720
6721 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6722 Fix setting of the element of encoded-kbd-iso2022-invocations.
6723
6724 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6725
6726 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6727 (gdb-threads-select): Change to also accept mouse events.
6728 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6729 (gdb-threads-mouse-select): Delete.
6730
6731 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6732
6733 * files.el (insert-directory): Take care of empty directory,
6734 listed without -a switch.
6735
6736 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * textmodes/refill.el (refill-post-command-function):
6739 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6740 to the list of functions that we should be careful not to undo.
6741 (refill-late-fill-paragraph-function): Remove.
6742 (refill-saved-state): New var.
6743 (refill-mode): Use it to save fill-paragraph-function.
6744 Save also the value of auto-fill-function.
6745
6746 * term/w32-win.el: Simplify code.
6747
6748 2005-01-23 Kim F. Storm <storm@cua.dk>
6749
6750 * simple.el (line-move): Adapt to new return value from
6751 pos-visible-in-window-p.
6752
6753 * simple.el (line-move): Fix last change. Check partial
6754 visibility at point rather than at window-start.
6755
6756 2005-01-22 Jason Rumney <jasonr@gnu.org>
6757
6758 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6759
6760 2005-01-22 David Kastrup <dak@gnu.org>
6761
6762 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6763
6764 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6765
6766 * type-break.el (type-break-mode): Add a test for
6767 type-break-file-name being non-nil.
6768
6769 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6770
6771 * net/eudc.el (top level): Call (message "") via progn, so that
6772 eudc-options-file is loaded.
6773
6774 2005-01-22 Kim F. Storm <storm@cua.dk>
6775
6776 * simple.el (line-move-1): Rename from line-move.
6777 (line-move): New function that adjusts vscroll for partially
6778 visible rows, and calls line-move-1 otherwise.
6779
6780 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6781
6782 * pcomplete.el: define pcomplete-read-event instead of read-event,
6783 since it's not a complete read-event implementation
6784
6785 2005-01-20 Jay Belanger <belanger@truman.edu>
6786
6787 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6788 for called function.
6789
6790 2005-01-20 Steven Tamm <steventamm@mac.com>
6791
6792 * term/mac-win.el (process-connection-type): Remove.
6793 Controlled now by s/darwin.h:PTY_ITERATION.
6794
6795 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * window.el (handle-select-window): Don't switch window when we're
6798 in the minibuffer.
6799
6800 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6801
6802 * subr.el (dotimes-with-progress-reporter): New macro.
6803
6804 * ses.el (ses-dotimes-msg): Remove macro.
6805 Use `dotimes-with-progress-reporter' instead.
6806
6807 2005-01-19 Steven Tamm <steventamm@mac.com>
6808
6809 * term/mac-win.el (process-connection-type): Use new
6810 operating-system-release variable to use ptys on Darwin 7 (OSX
6811 10.3) when using carbon build.
6812
6813 2005-01-19 Jay Belanger <belanger@truman.edu>
6814
6815 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6816 flags if the last command was a tab or M-tab.
6817
6818 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6819 in formula editing buffer.
6820
6821 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6822
6823 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6824 breakpoint image symbol in margin.
6825
6826 2005-01-19 Jay Belanger <belanger@truman.edu>
6827
6828 * calc/calc-prog.el (calc-execute-kbd-macro):
6829 Ignore calc-keep-arg-flag.
6830
6831 2005-01-19 Kenichi Handa <handa@m17n.org>
6832
6833 * textmodes/ispell.el (ispell-looking-at): New function.
6834 (ispell-process-line): Use ispell-looking-at to compare the ispell
6835 output and the buffer contents.
6836
6837 2005-01-18 Jay Belanger <belanger@truman.edu>
6838
6839 * calc/calc.el (calc-display-raw): Fix docstring.
6840
6841 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * simple.el (blink-matching-open): Strip extra info from syntax.
6844
6845 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6846 funny chars in the end-of-here-doc marker.
6847
6848 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6849
6850 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6851 that enable/disabled state of breakpoints is shown correctly in
6852 fringe and on ttys.
6853 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6854 Add breakpoint information as text properties.
6855 (gdb-mouse-toggle-breakpoint):
6856 Rename to gdb-mouse-set-clear-breakpoint.
6857 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6858 breakpoints in the margin.
6859 (gdb-remove-strings): Simplify.
6860
6861 2005-01-17 Jay Belanger <belanger@truman.edu>
6862
6863 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6864 erasing buffer.
6865
6866 2005-01-17 Richard M. Stallman <rms@gnu.org>
6867
6868 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6869 for calling grep-compute-defaults.
6870
6871 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6872 if buffer is empty.
6873
6874 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6875
6876 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6879
6880 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6881 non-preloaded variables.
6882
6883 2005-01-17 Steven Tamm <steventamm@mac.com>
6884
6885 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6886 tex-shell cause to force interactivity when using pipes.
6887
6888 2005-01-17 Kim F. Storm <storm@cua.dk>
6889
6890 * simple.el (just-one-space): Make arg optional.
6891
6892 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6893
6894 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6895 posn-at-x-y to t to access left-margin.
6896
6897 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6898
6899 Sync with Tramp 2.0.47.
6900
6901 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6902 catching keep-date problems in cp/scp operations.
6903 (tramp-handle-copy-file): Don't call `set-file-modes'
6904 unconditionally. Specialized functions should know better what is
6905 necessary. This improves performance a little bit, and the
6906 functions could catch errors with `cp -p' and `scp -p'.
6907 (tramp-do-copy-or-rename-file-via-buffer)
6908 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6909 when appropriate.
6910 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6911 Call `set-file-modes' when appropriate.
6912 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6913 Johnsson <isak@hypergene.com>
6914 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6915 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6916 <joakim@verona.se>
6917 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6918 Emacs only.
6919
6920 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6921 `find-file-hooks' and `dired-mode-hook'.
6922 (tramp-minor-mode-map): Respective map. Add remapping for
6923 `compile' and `recompile'.
6924 (tramp-remap-command, tramp-recompile): New defuns.
6925 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6926 in buffer "*Compilation*". Call the commands asynchronously.
6927
6928 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6929 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6930 `shell-command', because it isn't magic in XEmacs. Reported by
6931 Adrian Aichner <adrian@xemacs.org>.
6932
6933 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6934 `substitute-in-file-name.
6935 (tramp-smb-handle-substitute-in-file-name): New defun.
6936 (tramp-smb-advice-PC-do-completion): Delete advice.
6937
6938 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6939
6940 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6941 Fix error in deleting region.
6942
6943 2005-01-15 Richard M. Stallman <rms@gnu.org>
6944
6945 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6946 In non-temp buffer, switch syntax table temporarily.
6947
6948 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6949
6950 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6951
6952 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6953
6954 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6955 (imenu--generic-function): Use START, not BEG, as pos of definition.
6956
6957 * simple.el (just-one-space): Argument specifies number of spaces.
6958
6959 * simple.el (eval-expression-print-format): Avoid warning
6960 about edebug-active.
6961
6962 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6963
6964 * progmodes/sh-script.el: Code copied from make-mode.el
6965 with small changes,
6966 (sh-mode-map): Bind C-c C-\.
6967 (sh-backslash-column, sh-backslash-align): New variables.
6968 (sh-backslash-region, sh-append-backslash): New functions.
6969
6970 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6971
6972 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6973 (rmail-pop-password, rmail-pop-password-required): Move to
6974 rmail-obsolete group.
6975 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6976 All callers updated.
6977 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6978 Take an argument specifying whether it is POP or IMAP mailbox we
6979 are using. All callers updated.
6980 (rmail-pop-password-error): Rename to
6981 rmail-remote-password-error. Added mailutils-specific error message.
6982 (rmail-movemail-search-path)
6983 (rmail-movemail-variant-in-use): New variables.
6984 (rmail-remote-password, rmail-remote-password-required):
6985 New customization variables.
6986 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6987 (rmail-parse-url): New function.
6988 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6989 with GNU mailutils movemail.
6990
6991 2005-01-15 Kevin Ryde <user42@zip.com.au>
6992
6993 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6994 suffix to space, $ or '$, to correctly position point when going
6995 to @table style constants like DBL_MAX.
6996
6997 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6998
6999 * type-break.el (type-break-mode, type-break-file-time)
7000 (type-break-file-keystroke-count, type-break-choose-file):
7001 Don't store data in or load data from the file if type-break-file-name
7002 is nil.
7003 (type-break-file-name): Doc update as per the above.
7004
7005 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7006
7007 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7008 lookup-key might return nil; handle that.
7009
7010 2005-01-15 Alan Mackenzie <acm@muc.de>
7011
7012 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7013 rather than the element found, thus enabling the tree to be setcar'd.
7014
7015 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7016
7017 * textmodes/org.el (org-show-following-heading): New option.
7018 (org-show-hierarchy-above): Use `org-show-following-heading'.
7019 (org-cycle): Documentation fix.
7020
7021 * textmodes/org.el (orgtbl-optimized): New option
7022 (orgtbl-mode): New command, a minor mode.
7023 (orgtbl-mode-map): New variable.
7024 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7025 (orgtbl-error, orgtbl-self-insert-command)
7026 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7027
7028 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7029 a local variable in each org-mode buffer.
7030
7031 * textmodes/org.el (org-set-regexps-and-options): Rename from
7032 `org-set-regexps'. Added checking for STARTUP keyword.
7033 (org-get-current-options): Add STARTUP options.
7034 (org-table-insert-row): Mode mode intelligent about when
7035 realignment is needed.
7036 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7037 New commands.
7038 (org-enable-table-editor): New default value `optimized'.
7039 (org-table-blank-field): Support blanking regions if active.
7040
7041 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7042
7043 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7044 if the year is not given.
7045
7046 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7047 Add new escapes %m and %M, fixed bug with %F by adding
7048 save-match-data.
7049 (reftex-reference): Remove ?. from list of spaces.
7050 (reftex-label-info): Add automatic label prefix recognition.
7051
7052 * textmodes/reftex-index.el (reftex-index-next-phrase):
7053 Add slave parameter to call of `reftex-index-this-phrase'.
7054 (reftex-index-this-phrase): New optional argument.
7055 (reftex-index-region-phrases): Add slave parameter to call of
7056 `reftex-index-this-phrase'.
7057 (reftex-display-index): New argument redo.
7058 (reftex-index-rescan): Add 'redo to arguments of
7059 `reftex-display-index'.
7060 (reftex-index-Rescan, reftex-index-revert)
7061 (reftex-index-switch-index-tag): Add 'redo to arguments of
7062 `reftex-display-index'.
7063 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7064 indexing. Fix bug with matching is there is a quote before or
7065 after the word.
7066
7067 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7068 Fix bug when collecting citation keys in lines with comments.
7069 (reftex-citation): Prefix argument no longer rescans the document,
7070 but forces prompting for optional arguments of cite macros.
7071 (reftex-do-citation): Prompting for optional arguments implemented.
7072
7073 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7074 Add optional arguments to most cite commands.
7075 (reftex-cite-cleanup-optional-args): New option
7076 (reftex-cite-prompt-optional-args): New option.
7077 (reftex-trust-label-prefix): New option.
7078
7079 * textmodes/reftex-toc.el (reftex-toc-find-section):
7080 Add push-mark before changing the position in the buffer.
7081
7082 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7083 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7084
7085 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7086
7087 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7088 more carefully.
7089
7090 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7091
7092 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7093 (sgml-mode): Use it.
7094 (sgml-get-context): Better keep track of implicitly closed tags.
7095
7096 2005-01-13 Kenichi Handa <handa@m17n.org>
7097
7098 * textmodes/ispell.el: These changes are to fix misalignment error
7099 caused by equivalent characters of different Emacs charsets.
7100 (ispell-unified-chars-table): New variable.
7101 (ispell-get-decoded-string): New function.
7102 (ispell-get-casechars, ispell-get-not-casechars)
7103 (ispell-get-otherchars): Call ispell-get-decoded-string.
7104
7105 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7106
7107 * custom.el (custom-declare-variable): Just put symbol instead
7108 of (defvar . symbol) in `current-load-list'.
7109
7110 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7111
7112 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7113
7114 2005-01-12 Jay Belanger <belanger@truman.edu>
7115
7116 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7117 to create a Calc summary.
7118
7119 2005-01-12 Kim F. Storm <storm@cua.dk>
7120
7121 * mouse.el (mouse-on-link-p): Change functionality and doc
7122 string to comply with latest description in lisp ref.
7123
7124 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7125
7126 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7127 Enable mouse clicks on mode-line, header-line and margin.
7128 (event-type): Give mouse event symbols an 'event-kind property
7129 with value 'mouse-click.
7130
7131 2005-01-12 Juri Linkov <juri@jurta.org>
7132
7133 * facemenu.el (list-colors-display): Add new arg buffer-name.
7134 Use it. Fix docstring. Replace code for identifying duplicate
7135 colors by the name with call to `list-colors-duplicates' which
7136 identifies duplicate colors by the value unless the color
7137 is one of special Windows colors. Set truncate-lines to t.
7138 Print sorted duplicate color names on each line. Indent to 22
7139 \(the longest color name in rgb.txt) instead of 20. Optimize.
7140 (list-colors-duplicates): New function.
7141 (facemenu-color-name-equal): Delete function.
7142
7143 * facemenu.el (list-colors-print): New function created from code
7144 in list-colors-display. Print #RRGGBB at the window right edge.
7145 (list-colors-display): When temp-buffer-show-function is not
7146 defined, call list-colors-print from temp-buffer-show-hook
7147 to get the right value of window-width in list-colors-print
7148 after the buffer is displayed.
7149
7150 * simple.el (pop-mark): Move deactivate-mark out of conditional
7151 part to deactivate the active mark regardless of the state of the
7152 mark ring.
7153
7154 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7155 variables line in desktop files.
7156
7157 2005-01-12 Juri Linkov <juri@jurta.org>
7158
7159 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7160 Bring together isearch highlight related options.
7161 (lazy-highlight): Replace group `replace' by `matching'.
7162 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7163 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7164 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7165 and declare them obsolete.
7166 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7167 (isearch-faces): Remove defgroup.
7168 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7169 Move isearch highlighting code closer to lazy highlighting code.
7170
7171 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7172 (query-replace-highlight, query-replace-lazy-highlight)
7173 (query-replace): Move definitions to the beginning of the file.
7174
7175 2005-01-11 Juri Linkov <juri@jurta.org>
7176
7177 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7178 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7179 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7180
7181 * info.el (Info-history-forward): New variable.
7182 (Info-select-node): Reset Info-history-forward to nil.
7183 (Info-last): Turn into defalias.
7184 (Info-history-back): Rename from Info-last.
7185 Add current node to Info-history-forward.
7186 (Info-history-forward): New fun.
7187 (Info-mode-map): Replace Info-last by Info-history-back.
7188 Bind Info-history-forward to "r".
7189 (Info-mode-menu): Replace Info-last by Info-history-back.
7190 Fix menu item text. Add menu item for Info-history-forward.
7191 (info-tool-bar-map): Replace Info-last by Info-history-back.
7192 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7193 for Info-history-forward.
7194 (Info-mode): Replace Info-last by Info-history-back in docstring.
7195 Add local variable Info-history-forward.
7196 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7197
7198 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7199
7200 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7201 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7202 Ignore select-window events rather than fiddle with
7203 mouse-autoselect-window.
7204
7205 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7206
7207 * type-break.el (type-break-mode): Fix previous change.
7208
7209 2005-01-10 Jay Belanger <belanger@truman.edu>
7210
7211 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7212 calculator; only reset when point is inside a calculator.
7213 Don't adjust the window height if the window takes up the whole height
7214 of the frame.
7215
7216 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7217
7218 * ebuff-menu.el (Electric-buffer-menu-mode):
7219 Preserve value of buffer-local var header-line-format.
7220
7221 2005-01-09 Jay Belanger <belanger@truman.edu>
7222
7223 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7224 Make sure settings file exists before accessing it.
7225
7226 * calc/calc-embed.el (calc-embedded-subst):
7227 Replace math-multi-subst-rec, which is only supposed to be called
7228 by math-multi-subst, by math-multi-subst.
7229
7230 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7231
7232 * vc.el (vc-allow-async-revert): New user option.
7233 (vc-disable-async-diff): New internal variable.
7234 (vc-revert-buffer): Use them to disable asynchronous diff.
7235
7236 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7237 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7238 asynchronously if vc-disable-async-diff is t.
7239
7240 2005-01-09 Jay Belanger <belanger@truman.edu>
7241
7242 * calc/calc.el (defcalcmodevar): New macro.
7243 (calc-mode-var-list-restore-default-values)
7244 (calc-mode-var-list-restore-saved-values): New functions.
7245 (calc-mode-var-list): Use defcalcmodevar to define it.
7246 (calc-always-load-extensions, calc-line-numbering)
7247 (calc-line-breaking, calc-display-just, calc-display-origin)
7248 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7249 (calc-group-char, calc-point-char, calc-frac-format)
7250 (calc-prefer-frac, calc-hms-format, calc-date-format)
7251 (calc-float-format, calc-full-float-format, calc-complex-format)
7252 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7253 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7254 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7255 (calc-matrix-brackets, calc-language, calc-language-option)
7256 (calc-left-label, calc-right-label, calc-word-size)
7257 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7258 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7259 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7260 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7261 (calc-window-height, calc-display-trail, calc-show-selections)
7262 (calc-use-selections, calc-assoc-selections)
7263 (calc-display-working-message, calc-auto-why, calc-timing)
7264 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7265 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7266 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7267 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7268 (calc-gnuplot-geometry, calc-graph-default-resolution)
7269 (calc-graph-default-resolution-3d, calc-invocation-macro)
7270 (calc-show-banner): Use defcalcmodevar to declare them and set
7271 their default values.
7272
7273 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7274 instead of default values (but restore default values if there is
7275 an argument of 0).
7276
7277 2005-01-09 David Kastrup <dak@gnu.org>
7278
7279 * desktop.el (desktop-restore-eager): Fix typo in type.
7280
7281 2005-01-08 Richard M. Stallman <rms@gnu.org>
7282
7283 * cus-edit.el (customize): Delete :link.
7284
7285 2005-01-08 Jay Belanger <belanger@truman.edu>
7286
7287 * calc/calc.el (calc-mode): Remove the extension from the
7288 `calc-settings-file' file name when loading it.
7289
7290 2005-01-08 Kim F. Storm <storm@cua.dk>
7291
7292 * info.el (Info-mode-map, Info-next-link-keymap)
7293 (Info-prev-link-keymap, Info-up-link-keymap):
7294 Map follow-link to mouse-face.
7295 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7296
7297 2005-01-08 Jay Belanger <belanger@truman.edu>
7298
7299 * calc/calc.el (calc-settings-file): Change default value.
7300 Suggested by cgw in a comment in calc-mode.el.
7301
7302 * calc/calc-mode.el (calc-settings-file-name):
7303 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7304 Replace ~/.emacs in a prompt by calc-settings-file.
7305
7306 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7307
7308 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7309 (desktop-lazy-idle-delay): New customizable variables.
7310 (desktop-buffer-args-list): New variable.
7311 (desktop-append-buffer-args): New function.
7312 (desktop-save): Call desktop-append-buffer-args for some buffers.
7313 (desktop-lazy-create-buffer): New function.
7314 (desktop-idle-create-buffers): New function.
7315 (desktop-read): Add message about buffers to restore lazily.
7316 (desktop-lazy-abort): New command.
7317 (desktop-clear): Call desktop-lazy-abort.
7318 (desktop-lazy-complete): New command.
7319
7320 2005-01-06 Richard M. Stallman <rms@gnu.org>
7321
7322 * emacs-lisp/find-func.el (find-face-definition):
7323 Rename from find-face.
7324
7325 2005-01-06 Kim F. Storm <storm@cua.dk>
7326
7327 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7328
7329 * man.el (Man-xref-man-page, Man-xref-header-file)
7330 (Man-xref-normal-file): Add follow-link property.
7331
7332 2005-01-06 Jay Belanger <belanger@truman.edu>
7333
7334 * calc/calc-units.el: Make sure the proper macro definitions are
7335 available when compiling.
7336
7337 2005-01-06 Juri Linkov <juri@jurta.org>
7338
7339 * isearch.el (isearch-lazy-highlight-update):
7340 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7341
7342 2005-01-06 Miles Bader <miles@gnu.org>
7343
7344 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7345 (isearch-lazy-highlight-face): Use new name.
7346
7347 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * uniquify.el (uniquify-rationalize-file-buffer-names):
7350 Re-add an interactive spec.
7351 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7352 to the same name.
7353
7354 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7355 (isearch-update, isearch-done): Adjust calls accordingly.
7356
7357 2005-01-05 Richard M. Stallman <rms@gnu.org>
7358
7359 * custom.el (custom-set-variables, custom-theme-set-variables):
7360 Clarify documentation.
7361
7362 * emacs-lisp/find-func.el (find-variable)
7363 (find-variable-other-window, find-variable-other-frame):
7364 Fix the TYPE args to find-function-read and find-function-do-it.
7365 (find-function): Doc fix.
7366 (find-function-at-point): Replace function-at-point alias.
7367
7368 2005-01-04 Richard M. Stallman <rms@gnu.org>
7369
7370 * cus-face.el (custom-declare-face):
7371 Record defface in current-load-list.
7372
7373 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7374
7375 * emacs-lisp/find-func.el: Doc fixes.
7376 (find-face-regexp): New variable.
7377 (find-function-regexp-alist): New variable.
7378 (find-function-C-source): Third arg is now TYPE.
7379 (find-function-search-for-symbol): Handle general TYPE.
7380 (find-function-read, find-function-do-it): Handle general TYPE.
7381 (find-definition-noselect, find-face): New functions.
7382 (function-at-point): Alias deleted.
7383
7384 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * battery.el (display-battery-mode): Rename from display-battery.
7387 Handle the case where it gets turned off.
7388
7389 2005-01-04 Richard M. Stallman <rms@gnu.org>
7390
7391 * cus-edit.el (customize): Make :link point to user doc.
7392
7393 * man.el (Man-fontify-manpage): Turn off undo generation.
7394
7395 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7396
7397 2005-01-04 Andreas Schwab <schwab@suse.de>
7398
7399 * files.el (insert-directory): Only look for error lines in
7400 inserted text. Don't move too far after processing --dired markers.
7401
7402 2005-01-04 Richard M. Stallman <rms@gnu.org>
7403
7404 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7405 Don't expand if the character is @, period, dash, etc.
7406 (define-mail-abbrev): Quote names that contain problem characters.
7407
7408 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7409
7410 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7411
7412 2005-01-03 Richard M. Stallman <rms@gnu.org>
7413
7414 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7415 (query-replace-highlight, query-replace-lazy-highlight)
7416 (query-replace): Definitions moved up. Doc fix.
7417
7418 2005-01-03 Richard M. Stallman <rms@gnu.org>
7419
7420 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7421 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7422 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7423 (lazy-highlight-face): Rename from isearch-lazy-...
7424 Change all references to them.
7425
7426 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7427
7428 * cus-edit.el (custom-file): Doc fix for defcustom.
7429 (custom-file): The function no longer sets the variable
7430 `custom-file' to its return value.
7431
7432 * startup.el (command-line): No longer load `custom-file'.
7433
7434 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7437
7438 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7439 Don't confuse module-prefixed identifiers for labels.
7440 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7441
7442 2005-01-02 Richard M. Stallman <rms@gnu.org>
7443
7444 * files.el (basic-save-buffer-1): Fix previous change.
7445
7446 * loadhist.el (file-loadhist-lookup): New function.
7447 (file-provides, file-requires): Use it.
7448
7449 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7450 instead of calculating the right size.
7451
7452 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7453
7454 * vc-svn.el (vc-svn-diff): Stay local if possible.
7455
7456 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7459
7460 * files.el (hack-local-variables): Fix last change.
7461
7462 2005-01-02 Jay Belanger <belanger@truman.edu>
7463
7464 * calc/calc-yank.el (calc-edit-top): New variable.
7465 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7466 object. Change header properties.
7467 (calc-edit-finish, calc-edit-finish-stack-object)
7468 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7469 edited object.
7470 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7471 for the beginning of the edited object.
7472 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7473 for the beginning of the edited object.
7474 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7475 (calc-finish-formula-edit, calc-macro-repeats)
7476 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7477 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7478 beginning of the edited object.
7479 (calc-user-define-edit): Change the header for editing macros.
7480 Remove unnecessary variable.
7481
7482 2005-01-01 Jay Belanger <belanger@truman.edu>
7483
7484 * calc/calc-yank.el (calc-edit-mode): Change default header.
7485 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7486 * calc/calc-store.el (calc-edit-variable): Change title to match new
7487 header.
7488 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7489 mode to match new header.
7490 (calc-user-define-edit): Change titles to include names of commands.
7491 (calc-finish-formula-edit): Adjust to handle new header.
7492 (calc-finish-macro-edit): Remove.
7493 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7494 (calc-edit-macro-command, calc-edit-macro-command-type)
7495 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7496 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7497 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7498 (calc-edit-macro-finish-edit): New functions.
7499 (calc-user-define-edit): Use new functions to edit named calc macros.
7500
7501 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7502
7503 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7504
7505 * ses.el (copy-region-as-kill): Deactivate mark.
7506
7507 2005-01-01 Richard M. Stallman <rms@gnu.org>
7508
7509 * replace.el (occur-1): If the output buffer is also an input,
7510 don't kill it, rename it.
7511
7512 * faces.el (set-face-background, set-face-foreground): Doc fix.
7513
7514 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7515 for :foreground and :background.
7516
7517 * dired.el (dired-view-command-alist): Variable deleted.
7518 (dired-view-file, dired-mouse-find-file-other-window):
7519 Delete the code to use it.
7520
7521 2005-01-01 Kim F. Storm <storm@cua.dk>
7522
7523 * image.el (insert-sliced-image): Use t for line-height property.
7524
7525 2004-12-31 Jay Belanger <belanger@truman.edu>
7526
7527 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7528 for "var-" at the beginning of the minibuffer.
7529
7530 2004-12-31 Richard M. Stallman <rms@gnu.org>
7531
7532 * faces.el (read-face-name):
7533 Don't treat an attribute spec as a list of faces.
7534
7535 * simple.el (undo): Use undo-equiv-table to detect
7536 unexpected changes since previous undo.
7537 (undo-list-saved): Variable deleted.
7538 (buffer-disable-undo): Don't alter undo-list-saved.
7539
7540 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7541 (mode-require-final-newline): New option.
7542 (after-find-file): Handle require-final-newline with new values.
7543 (basic-save-buffer): Handle new values of require-final-newline.
7544
7545 * progmodes/sh-script.el (sh-require-final-newline):
7546 Alist value now controls whether to use mode-require-final-newline.
7547 (sh-set-shell): Implement that new meaning.
7548
7549 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7550 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7551 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7552 Delete old-Emacs compatibility code.
7553 (antlr-c-common-init): Function deleted.
7554
7555 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7556 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7557 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7558 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7559 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7560 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7561 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7562 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7563 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7564 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7565 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7566 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7567 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7568 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7569 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7570 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7571
7572 2004-12-31 Jay Belanger <belanger@truman.edu>
7573
7574 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7575 way to return to Calc.
7576
7577 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7578 finish, C-xk as the way to cancel the edit. Add cancel routine to
7579 kill-buffer-hook.
7580
7581 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7582 MacEdit code.
7583
7584 * calc/calc-prog.el: Remove obsolete MacEdit code.
7585 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7586 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7587
7588 2004-12-31 Kenichi Handa <handa@m17n.org>
7589
7590 * international/mule.el (buffer-file-coding-system-explicit):
7591 Rename for explicit-buffer-file-coding-system.
7592 (after-insert-file-set-coding): Adjust for the above change.
7593
7594 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7595 to buffer-file-coding-system-explicit.
7596 (basic-save-buffer-1): Likewise.
7597
7598 2004-12-30 Richard M. Stallman <rms@gnu.org>
7599
7600 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7601 (artist-butlast, artist-last): Functions deleted.
7602 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7603 (artist-compute-key-compl-table): Call remq directly.
7604 (artist-remove-nulls): Function deleted.
7605 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7606 (artist-push, artist-pop): Macro deleted.
7607
7608 2004-12-30 Andreas Leue <al@sphenon.de>
7609
7610 * textmodes/artist.el (artist-version): 1.2.6
7611 (artist-prev-next-op-alist): New variable.
7612 (artist-select-next-op-in-list): New function.
7613 (artist-select-prev-op-in-list): New function.
7614 (artist-make-prev-next-op-alist): New function.
7615 (artist-is-in-op-list-p): New function.
7616 (artist-get-first-non-nil-op): New function.
7617 (artist-get-last-non-nil-op): New function.
7618 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7619 artist-prev-next-op-alist.
7620 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7621 change drawing operation.
7622
7623 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7624
7625 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7626
7627 2004-12-31 Masatake YAMATO <jet@gyve.org>
7628
7629 * server.el (server-process-filter): Suppress `error', too.
7630
7631 2004-12-30 Jay Belanger <belanger@truman.edu>
7632
7633 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7634 Change the way a variable is displayed in a message.
7635
7636 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7637 (calc-user-define-permanent, calc-execute-kbd-macro):
7638 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7639
7640 2004-12-30 Kenichi Handa <handa@m17n.org>
7641
7642 * files.el (basic-save-buffer-1):
7643 Set explicit-buffer-file-coding-system to last-coding-system-used.
7644 (revert-buffer): Pay attention to
7645 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7646 on bind coding-system-for-read.
7647
7648 * international/mule.el (explicit-buffer-file-coding-system):
7649 New buffer local variable.
7650 (after-insert-file-set-coding): Set it to coding-system-for-read.
7651
7652 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7653
7654 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7655
7656 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7657
7658 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7659 that include line numbers.
7660
7661 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7662
7663 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7664 Redundant variable PREFIXLEN removed.
7665
7666 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7667
7668 * eshell/em-hist.el (eshell-previous-matching-input):
7669 Start the deletion from the end of the output.
7670
7671 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7672
7673 * term/mac-win.el: Require x-dnd.
7674 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7675
7676 2004-12-29 David Kastrup <dak@gnu.org>
7677
7678 * international/mule.el (decode-coding-inserted-region):
7679 Don't barf if `buffer-undo-list' is already set to `t'.
7680
7681 2004-12-29 Jay Belanger <belanger@truman.edu>
7682
7683 * calc/calc-prog.el (calc-user-define-formula): Put default values
7684 for function names in prompts.
7685 (calc-user-define-permanent, calc-user-define-composition)
7686 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7687 default input for algebraic functions.
7688
7689 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7690
7691 * vc-rcs.el (vc-rcs-annotate-command):
7692 Fix omission bug: Call `vc-setup-buffer'.
7693
7694 2004-12-29 Kenichi Handa <handa@m17n.org>
7695
7696 * international/mule.el (recode-region): New function.
7697
7698 2004-12-28 Richard M. Stallman <rms@gnu.org>
7699
7700 * simple.el (undo-extra-outer-limit): New variable.
7701 (undo-outer-limit-truncate): Test and set it.
7702
7703 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7704 enables the feature to extend the existing region.
7705
7706 * simple.el (mark-word): New arg ALLOW-EXTEND
7707 enables the feature to extend the existing region.
7708
7709 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7710 enables the feature to extend the existing region.
7711
7712 * startup.el (site-run-file): Don't allow setting it with Custom.
7713
7714 * simple.el (buffer-disable-undo): Fix previous change.
7715
7716 2004-12-27 Masatake YAMATO <jet@gyve.org>
7717
7718 * hexl.el (hexlify-buffer): Remove fontification here.
7719 Use font lock mechanism instead.
7720 (hexl-font-lock-keywords): New font lock kewords.
7721 (hexl-mode-old-font-lock-keywords): New variable.
7722 (hexl-mode): Store the old font lock keywords.
7723 (hexl-mode-exit): Restore the old font lock keywords.
7724
7725 2004-12-27 Richard M. Stallman <rms@gnu.org>
7726
7727 * simple.el (undo): Fix previous change.
7728
7729 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7730
7731 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7732 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7733 Call x-open-connection on Mac OS X.
7734
7735 2004-12-27 Richard M. Stallman <rms@gnu.org>
7736
7737 * files.el (buffer-save-without-query): New var (buffer-local).
7738 (save-some-buffers): Save those buffers first, w/o asking.
7739
7740 * files.el (insert-directory-ls-version): New variable.
7741 (insert-directory): When ls returns an error, test the version
7742 number to decide what the return code means.
7743 With --dired output format, detect and distinguish lines
7744 that are really error messages.
7745 (insert-directory-adj-pos): New function.
7746
7747 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7748
7749 * battery.el (battery-mode-line-format): Remove initial spaces.
7750
7751 * uniquify.el (uniquify-rationalize-file-buffer-names):
7752 Delete interactive spec.
7753
7754 * type-break.el (type-break-mode): Set buffer-save-without-query.
7755 Remove code that tried to set save-some-buffers-always.
7756 (type-break-file-keystroke-count): Bind deactivate-mark.
7757
7758 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7759
7760 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7761 Test that the buffer is live, and maybe reject current buffer too.
7762 Clarify.
7763 (next-error-find-buffer): Rewrite for clarity.
7764
7765 * loadup.el: Don't use buffer-disable-undo; do it directly.
7766
7767 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7768 (describe-variable): Call symbol-file with `defvar'.
7769
7770 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7771 (symbol-file): Rewritten to handle new load-history format.
7772 Now takes an arg TYPE to specify looking for a particular
7773 type of definition only.
7774
7775 * emacs-lisp/debug.el (debugger-make-xrefs):
7776 Call symbol-file with `defun'.
7777
7778 * emacs-lisp/find-func.el (find-function-noselect):
7779 Call symbol-file with `defun'.
7780 (find-variable-noselect): Call symbol-file with `defvar'.
7781
7782 * eshell/esh-cmd.el (eshell-find-alias-function):
7783 Call symbol-file with `defun'.
7784
7785 * eshell/esh-test.el (eshell-test-goto-func):
7786 Call symbol-file with `defun'.
7787
7788 * mail/rmail.el (rmail-resend):
7789 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7790
7791 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7792
7793 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7794
7795 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7796 Call buffer-disable-undo.
7797
7798 * simple.el (undo-list-saved): New variable (buffer-local).
7799 (undo): Set and test it.
7800 (buffer-disable-undo): Move here from buffer.c.
7801 Clear out undo-list-saved.
7802
7803 * international/mule.el (decode-coding-inserted-region):
7804 Set buffer-undo-list in a correct and optimal way.
7805
7806 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7807 (cperl-font-lock-unfontify-region-function): No need to save and
7808 restore info, since font-lock.el does it for us.
7809
7810 * ansi-color.el (save-buffer-state): Definition deleted.
7811 (ansi-color-unfontify-region): Don't use save-buffer-state.
7812
7813 2004-12-27 Dave Love <fx@gnu.org>
7814
7815 * wid-edit.el (function): Use restricted-sexp as parent.
7816
7817 2004-12-27 Kevin Ryde <user42@zip.com.au>
7818
7819 * simple.el (next-matching-history-element): Use same
7820 `interactive' form as previous-matching-history-element.
7821
7822 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7823 it can appear unencoded and has been seen from yahoo.
7824
7825 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7826
7827 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7828 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7829
7830 2004-12-27 Kenichi Handa <handa@m17n.org>
7831
7832 * international/utf-8.el (utf-translate-cjk-load-tables):
7833 Bind coding-system-for-read to nil while loading subst-*.
7834
7835 2004-12-26 Jay Belanger <belanger@truman.edu>
7836
7837 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7838 default input.
7839
7840 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7841
7842 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7843 before reverting and disable undo recording while reverting.
7844
7845 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7846
7847 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7848 (hs-make-overlay): New function.
7849 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7850 (hs-flag-region): Delete function.
7851 (hs-hide-comment-region): No longer use `hs-flag-region'.
7852 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7853 (hs-hide-block-at-point): Likewise.
7854 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7855 (hs-hide-all, hs-show-all): Likewise.
7856 (hs-show-block): Likewise.
7857 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7858
7859 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7860
7861 * progmodes/hideshow.el: Require `cl' when compiling.
7862 Remove XEmacs and Emacs 19 compatibility.
7863 Use `dolist' and `add-to-list' for load-time actions.
7864 (hs-discard-overlays): Use `dolist'.
7865 (hs-show-block): Likewise.
7866
7867 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7868
7869 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7870
7871 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7872
7873 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7874 When extending backwards, move outside the current comment first.
7875
7876 2004-12-22 Kenichi Handa <handa@m17n.org>
7877
7878 * international/quail.el (quail-start-translation): Fix prompt
7879 string for the case if input-method-use-echo-area being non-nil.
7880 (quail-start-conversion): Likewise.
7881 (quail-show-guidance): Don't show guidance if
7882 input-method-use-echo-area is non-nil.
7883
7884 2004-12-21 Richard M. Stallman <rms@gnu.org>
7885
7886 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7887
7888 2004-12-21 Markus Rost <rost@ias.edu>
7889
7890 * calendar/diary-lib.el (mark-diary-entries):
7891 Set mark-diary-entries-in-calendar only after checking for diary-file.
7892
7893 2004-12-21 Richard M. Stallman <rms@gnu.org>
7894
7895 * faces.el (escape-glyph): Use blue against light foreground.
7896
7897 * simple.el (undo-outer-limit-truncate): New function.
7898 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7899
7900 2004-12-21 Eli Barzilay <eli@barzilay.org>
7901
7902 * calculator.el (calculator-radix-grouping-mode)
7903 (calculator-radix-grouping-digits)
7904 (calculator-radix-grouping-separator):
7905 New defcustoms for the new radix grouping mode functionality.
7906 (calculator-mode-hook): Now used in electric mode too,
7907 (calculator): Call it.
7908 (calculator-mode-map): Some new keys.
7909 (calculator-message): New function. Some new calls.
7910 (calculator-op, calculator-set-register): Use it.
7911 (calculator-string-to-number): New function, mostly moved and
7912 updated code from calculator-curnum-value.
7913 (calculator-curnum-value): Use it.
7914 (calculator-paste): Use it, and update grabbing the current-kill.
7915 (calculator-rotate-displayer)
7916 (calculator-rotate-displayer-back): Toggle digit grouping when
7917 in radix mode, use calculator-message.
7918 (calculator-displayer-prev, calculator-displayer-next):
7919 Change digit group size when in radix mode.
7920 (calculator-number-to-string): Rename from
7921 calculator-num-to-string. Now deals with digit grouping in
7922 radix mode.
7923 (calculator-update-display, calculator-put-value): Use the new name.
7924 (calculator-fact): Return a floating point number.
7925 (calculator-mode): Doc fix.
7926
7927 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7928
7929 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7930 * calendar/diary-lib.el (view-other-diary-entries):
7931 Use current-prefix-arg in interactive spec.
7932
7933 2004-12-19 Jay Belanger <belanger@truman.edu>
7934
7935 * calc/calc-aent.el (calcAlg-blank-matching-open):
7936 Temporarily adjust the syntax of both delimiters of half-open intervals.
7937
7938 2004-12-19 Kim F. Storm <storm@cua.dk>
7939
7940 * mouse.el (mouse-1-click-follows-link): Doc fix.
7941
7942 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7943
7944 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7945 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7946 instead of centraleuropean as the name
7947
7948 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7949
7950 Sync with Tramp 2.0.46.
7951
7952 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7953 parameters wrt Tramp convention.
7954 (tramp-handle-file-attributes-with-perl)
7955 (tramp-handle-directory-files-and-attributes): Apply it.
7956 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7957 `copy-program'. Reported by Zack Weinberg
7958 <zack@codesourcery.com>.
7959 (top): Set `edebug-form-spec' property directly rather than
7960 calling `def-edebug-spec'.
7961
7962 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7963 advice less fragile. Surround temporary redefinition of
7964 `substitute-in-file-name' with `unwind-protect'. Suggested by
7965 Matt Hodges <MPHodges@member.fsf.org>.
7966
7967 2004-12-17 Juri Linkov <juri@jurta.org>
7968
7969 * replace.el (occur-accumulate-lines, occur-engine):
7970 Make forcing deferred font-lock fontification jit-specific.
7971
7972 2004-12-17 Kim F. Storm <storm@cua.dk>
7973
7974 * mouse.el (mouse-1-click-follows-link): New defcustom.
7975 (mouse-on-link-p): New function.
7976 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7977 functionality. Map a mouse-1 click event into a mouse-2 (or
7978 other) event when position is inside a link.
7979
7980 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7981 prefix in tooltip text with "mouse-1" when this is a link
7982 recognized by mouse-1-click-follows-link functionality.
7983
7984 * help.el (describe-key): Report effective and original binding
7985 for mouse-1 when clicked on a link.
7986 (describe-mode): Add follow-link property to "minor-mode" button.
7987
7988 * help-fns.el (describe-variable): Add follow-link property to
7989 "below" button.
7990
7991 * help-mode.el (help-xref): Add follow-link property.
7992
7993 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7994 (apropos-command, apropos-variable, apropos-face, apropos-group)
7995 (apropos-widget, apropos-plist): Add follow-link property.
7996
7997 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7998 checks if position is in a filename, rather than some other
7999 clickable item. Function looks for cvs-filename-face at position.
8000
8001 * wid-edit.el (widget-specify-field, widget-specify-button):
8002 Map a :follow-link keyword into a follow-link property.
8003 (link): Add :follow-link keyword, map to RET binding.
8004
8005 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8006
8007 * progmodes/compile.el (compilation-minor-mode-map)
8008 (compilation-button-map, compilation-mode-map): Likewise.
8009
8010 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8011
8012 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8013 (zone-replace-char): Take `count' and `del-count'
8014 instead of `direction'. Update callers. When `del-count' is
8015 non-nil, delete that many characters, otherwise `count' characters
8016 backwards. Insert the newly-replaced string `count' times.
8017 (zone-fret): Handle chars w/ width greater than one.
8018 (zone-fall-through-ws): No longer take window width `ww'.
8019 Update callers. Add handling for `char-width' greater than one.
8020 (zone-pgm-drip): Update var holding window-end position every cycle.
8021
8022 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8023
8024 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8025 rather than insert-file.
8026
8027 2004-12-16 Jay Belanger <belanger@truman.edu>
8028
8029 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8030 (math-init-random-base, math-random-digit): Check to see if
8031 var-RandSeed is bound.
8032 (math-random-last): Declare it.
8033 (math-random-digit): Don't make math-random-last local.
8034
8035 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8036
8037 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8038 one-shot thunk for uniform (error, quit, normal) recovery.
8039 Reported by John Paul Wallington.
8040 (zone-pgm-random-life): Fix bug:
8041 Recognize empty initial field by lack of "@" chars.
8042
8043 2004-12-16 Juri Linkov <juri@jurta.org>
8044
8045 * help.el (function-called-at-point):
8046 * help-fns.el (variable-at-point): As a last resort try stripping
8047 non-word prefixes and suffixes.
8048
8049 * descr-text.el (describe-property-list): Don't treat syntax-table
8050 specially. Use describe-text-sexp which inserts [show] button
8051 for large objects and handles printing errors. Sort properties
8052 by names in alphabetical order instead of by value sizes.
8053 Add `mouse-face' to list of properties for `describe-face' widget.
8054 (describe-char): Mask out face-id from 19 bits of character.
8055 Print face-id separately.
8056
8057 * replace.el (occur-accumulate-lines, occur-engine):
8058 Fontify unfontified matching lines in the source buffer
8059 before copying them.
8060 (occur-engine): Don't put mouse-face on context lines.
8061 (occur-next-error): Set point to line beginning/end
8062 before searching for prev/next property to skip multiple
8063 matches on a line (not supported by occur engine).
8064 Remove redundant prefix-numeric-value.
8065
8066 2004-12-15 Juri Linkov <juri@jurta.org>
8067
8068 * replace.el (match): New face.
8069 (list-matching-lines-face): Change default from `bold' to `match'.
8070
8071 * progmodes/grep.el (grep-match-face): New defvar.
8072 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8073 compilation-column-face to highlight grep matches.
8074
8075 * apropos.el (apropos-match-face): Change default from
8076 `secondary-selection' to `match'.
8077
8078 * info-look.el (info-lookup-highlight-face): Change default from
8079 `highlight' to `match'.
8080
8081 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8082
8083 * progmodes/executable.el (executable-interpret): Eliminate
8084 obsolete compile-internal, and switch to comint for interaction.
8085
8086 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8087
8088 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8089 `&&' when skipping multiple statements on a line.
8090
8091 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8092
8093 * play/zone.el (zone): Set `truncate-lines'.
8094 Also, init `tab-width' with value from original buffer.
8095 (zone-shift-up): Rewrite for speed.
8096 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8097 (zone-pgm-jitter): Remove redundant entries from ops vector.
8098 (zone-exploding-remove): Reduce iteration count.
8099 (zone-cpos): Convert to defsubst.
8100 (zone-replace-char): New defsubst.
8101 (zone-park/sit-for): Likewise.
8102 (zone-fret): Take window-start arg.
8103 Update callers. Use `zone-park/sit-for'.
8104 (zone-fill-out-screen): Rewrite.
8105 (zone-fall-through-ws): Likewise. Update callers.
8106 (zone-pgm-drip): Use `zone-replace-char'.
8107 Move var inits before while-loop. Use `zone-park/sit-for'.
8108 (zone-pgm-random-life): Handle empty initial field.
8109 Use `zone-replace-char' and `zone-park/sit-for'.
8110
8111 2004-12-15 Juri Linkov <juri@jurta.org>
8112
8113 * isearch.el (isearch-update): Test isearch-lazy-highlight
8114 before calling isearch-lazy-highlight-new-loop.
8115 (isearch-lazy-highlight-new-loop):
8116 Don't test isearch-lazy-highlight.
8117
8118 * replace.el (perform-replace): Add isearch-case-fold-search.
8119 Use delimited-flag for isearch-regexp.
8120 Reset isearch-lazy-highlight-last-string to force lazy
8121 highlighting when called from isearch mode.
8122 (query-replace-highlight): Revert defcustom type to boolean.
8123 (query-replace-lazy-highlight): New defcustom.
8124 (query-replace): New face.
8125 (perform-replace, replace-highlight, replace-dehighlight):
8126 Test query-replace-lazy-highlight instead of special value
8127 `isearch' of query-replace-highlight.
8128 (replace-dehighlight): Don't call isearch-dehighlight.
8129 (replace-highlight): Don't call isearch-highlight.
8130 Use face `query-replace' unconditionally.
8131
8132 2004-12-14 Kim F. Storm <storm@cua.dk>
8133
8134 * simple.el (inhibit-mark-movement): Remove defvar.
8135 (beginning-of-buffer, end-of-buffer): Don't use it.
8136
8137 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8138 Don't use inhibit-mark-movement.
8139
8140 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8141 (cua--undo-push-mark): Remove.
8142 (cua--pre-command-handler, cua--post-command-handler):
8143 Don't fiddle with inhibit-mark-movement.
8144
8145 2004-12-14 Juri Linkov <juri@jurta.org>
8146
8147 * buff-menu.el (list-buffers-noselect): Collect internal info
8148 for every buffer in BUFFER-LIST arg too.
8149 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8150 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8151 Bind same-window-buffer-names and same-window-regexps to nil.
8152
8153 2004-12-13 Juri Linkov <juri@jurta.org>
8154
8155 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8156
8157 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8158 (sc-cite-region, sc-uncite-region, sc-recite-region):
8159 Fix previous change to handle not alist as a symbol, but
8160 a citation frame as a symbol that represents a variable name.
8161
8162 2004-12-13 Richard M. Stallman <rms@gnu.org>
8163
8164 * filecache.el (file-cache-add-directory-using-find):
8165 Only set up file-cache-find-command-posix-flag if we will use it.
8166
8167 * bindings.el (mode-line-buffer-identification-keymap):
8168 Don't cancel the mode-line's usual down-mouse-1 binding.
8169
8170 * cus-edit.el (custom-face-selected): Handle `default' specs.
8171 (custom-face-edit): Increase extra-offset.
8172 (custom-display): Handle `default' specs.
8173
8174 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8175
8176 * emacs-lisp/elint.el (elint-standard-variables)
8177 (elint-unknown-builtin-args): Move definitions up.
8178
8179 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8180
8181 * info.el (info-xref-visited): Use `default' instead of t.
8182 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8183
8184 * faces.el (header-line, mode-line-inactive, tool-bar):
8185 Use `default' instead of t for setting the defaults.
8186 (face-spec-choose): Separate `t' from `default'.
8187
8188 * subr.el (while-no-input): New macro.
8189
8190 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8191
8192 * filecache.el (file-cache-add-directory-using-find):
8193 Only test file-cache-find-command-posix-flag on some systems.
8194
8195 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8198 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8199 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8200 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8201 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8202
8203 2004-12-12 Juri Linkov <juri@jurta.org>
8204
8205 * files.el (find-file-other-window, find-file-other-frame):
8206 Add the first buffer to the returned value to return the complete
8207 list of all visited buffers.
8208 (find-file-read-only, find-file-read-only-other-window)
8209 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8210 `find-file-read-args'. Signal an error about non-existent file
8211 only if file name doesn't contain wildcards. Toggle read-only in
8212 all visited buffers.
8213 (find-alternate-file, find-alternate-file-other-window):
8214 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8215 called interactively. Pass arg `wildcards' to other functions.
8216 (find-file-noselect): Doc fix.
8217
8218 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8219 Doc fix.
8220 (ffap-directory-finder): New variable.
8221 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8222 (ffap-file-at-point): Add /* to immediately rejected names.
8223 Return absolute file names matching ffap-dired-wildcards.
8224 (ffap-read-file-or-url): Set default value for `completing-read'
8225 to `buffer-file-name'.
8226 (find-file-at-point): When filename matches ffap-dired-wildcards,
8227 call ffap-file-finder with t arg `wildcards', instead of dired.
8228 (ffap-other-window, ffap-other-frame): Return visited buffers.
8229 (ffap-read-only, ffap-read-only-other-window)
8230 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8231 (dired-at-point): Call ffap-directory-finder instead of dired.
8232 (ffap-dired-other-window, ffap-dired-other-frame)
8233 (ffap-list-directory): New commands.
8234 (ffap-bindings): New keybindings for new commands.
8235
8236 2004-12-12 Juri Linkov <juri@jurta.org>
8237
8238 * simple.el (beginning-of-buffer, end-of-buffer):
8239 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8240 Do not push mark when mark is active in transient-mark-mode.
8241
8242 * simple.el (mark-word):
8243 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8244 * textmodes/paragraphs.el (mark-paragraph):
8245 Extend the region when mark is active in transient-mark-mode,
8246 regardless of the last command. Doc fix.
8247
8248 * simple.el (mark-word): Preserve direction when repeating.
8249 Make arg optional. Interactive "p" -> "P".
8250 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8251
8252 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8253 preserving direction, to mark forward instead of backward when mark
8254 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8255
8256 2004-12-12 Juri Linkov <juri@jurta.org>
8257
8258 * isearch.el (isearch-edit-string): Set 7th arg of
8259 `read-from-minibuffer' to `t' to inherit the current input
8260 method (whose name is indicated by [IM] in the minibuffer prompt)
8261 from the current buffer to the minibuffer.
8262 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8263 to allow C-g quitting for lazy highlighting looping inside the
8264 search with nested repetition operators. Add overlay to the list
8265 before setting its face and other properties to avoid the case of
8266 code quitting after placing the new overlay but before it's
8267 recorded on the list. Select the window where isearch was
8268 activated, to highlight matches in the right window when isearch
8269 switches the current window to the minibuffer.
8270
8271 * international/isearch-x.el
8272 (isearch-process-search-multibyte-characters):
8273 Use `isearch-message' as initial input for `read-string' instead
8274 of adding it to the minibuffer prompt. After reading a string
8275 remove the initial value of `isearch-message' from the string.
8276
8277 * replace.el (replace-match-maybe-edit): Doc fix.
8278 (perform-replace): Don't call `replace-highlight' when automatic
8279 replacement is requested in literal mode, since it is intended
8280 only to highlight words during entering a new replacement string
8281 for \? in non-literal mode.
8282
8283 * replace.el (query-replace-highlight): Add new value `isearch'
8284 that allows query replacement to use isearch highlighting.
8285 Change type from `boolean' to `choice'. Doc fix.
8286 (replace-highlight, replace-dehighlight, perform-replace):
8287 Use isearch highlighting if query-replace-highlight eq `isearch'.
8288
8289 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8292 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8293
8294 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8295 case of \end{verbatim}.
8296
8297 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8298
8299 * term.el (term-termcap-format): Synchronyze with terminfo.
8300 (term-emulate-terminal): Handle reset.
8301 (term-reset-terminal): New function.
8302
8303 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8304
8305 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8306 (zone-fill-out-screen): New func.
8307 (zone-pgm-drip): Use `zone-fill-out-screen'.
8308 Also, no longer go to point-min on every cycle.
8309 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8310 (zone-pgm-random-life-wait): New user var.
8311 (zone-pgm-random-life): New func.
8312
8313 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8314
8315 * files.el (auto-mode-alist): Map .com to DCL mode.
8316
8317 2004-12-09 Richard M. Stallman <rms@gnu.org>
8318
8319 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8320
8321 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8322
8323 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8324 buffer with a display margin.
8325
8326 2004-12-08 Jay Belanger <belanger@truman.edu>
8327
8328 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8329 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8330
8331 2004-12-08 Richard M. Stallman <rms@gnu.org>
8332
8333 * faces.el: Delete code to set display table.
8334 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8335
8336 2004-12-08 Jay Belanger <belanger@truman.edu>
8337
8338 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8339
8340 * calc/calc-ext.el (math-read-replacement-list)
8341 (math-read-superscripts, math-read-preprocess-string): Move to
8342 calc-aent.el.
8343
8344 * calc/calc-aent.el (math-read-replacement-list)
8345 (math-read-superscripts, math-read-preprocess-string): Move from
8346 calc-ext.el.
8347
8348 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * isearch.el (isearch-quote-char): Fix up typo in last change.
8351
8352 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8353
8354 * mouse.el (mouse-set-font): Handle the case where the command was
8355 not invoked using the mouse.
8356
8357 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8358 (edmacro-finish-edit): Further update for keyboard macros that are
8359 lambda forms.
8360 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8361
8362 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8365 (font-lock-default-unfontify-region): Don't save buffer state any more.
8366
8367 2004-12-07 Jay Belanger <belanger@truman.edu>
8368
8369 * calc/calc-help.el (calc-describe-key):
8370 Set calc-summary-indentation even when Calc Summary buffer exists.
8371
8372 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8373
8374 * calendar/holidays.el (holiday-easter-etc): Make arguments
8375 optional for backwards compatibility. Doc fix.
8376 Remove un-necessary local vars mandatory, output-list.
8377 (holiday-advent): Make arguments optional for backwards
8378 compatibility. Doc fix.
8379
8380 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * paren.el (show-paren-function): Fix last change (2004-12-02).
8383
8384 * international/mule-util.el (char-displayable-p): Return nil for
8385 unibyte mode.
8386
8387 * subr.el (subregexp-context-p): New function.
8388
8389 * isearch.el (isearch-quote-char): Use it.
8390
8391 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8392 (regexp-opt-not-groupie*-re): Remove.
8393 (regexp-opt): Properly handle inputs with duplicate entries.
8394
8395 2004-12-06 Richard M. Stallman <rms@gnu.org>
8396
8397 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8398
8399 * cus-edit.el (custom-file): Doc fix.
8400
8401 * textmodes/org.el: New file.
8402
8403 2004-12-06 Kenichi Handa <handa@m17n.org>
8404
8405 * ldefs-boot.el: Update international/mule-util.el section.
8406
8407 2004-12-05 Sam Steingold <sds@gnu.org>
8408
8409 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8410 Fix `tramp-time-diff' comparison logic.
8411
8412 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8413
8414 * progmodes/which-func.el (which-function):
8415 Use `run-hook-with-args-until-success' instead of a custom loop.
8416 Fixes bug with local hooks.
8417
8418 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8419
8420 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8421 Use delete-dups when calculating the initial value.
8422 (bibtex-autokey-get-title): Use <=.
8423 (bibtex-goto-line): New function.
8424 (bibtex-reposition-window): Use line numbers instead of point
8425 positions. Use window-body-height.
8426 (bibtex-find-crossref): Use bibtex-reposition-window.
8427 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8428 position of entry if key is found or nil if not found.
8429
8430 2004-12-05 Richard M. Stallman <rms@gnu.org>
8431
8432 * cus-edit.el (custom-file): Doc fix.
8433
8434 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8435
8436 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * simple.el (blink-matching-open):
8439 * textmodes/tex-mode.el (tex-validate-region):
8440 Obey syntax-table text properties.
8441
8442 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8443
8444 * wid-edit.el (widget-specify-field): Add `real-field' property to
8445 boundary.
8446 (widget-field-at): Use it.
8447
8448 2004-12-02 Richard M. Stallman <rms@gnu.org>
8449
8450 * progmodes/cc-mode.el (awk-mode autoload):
8451 Supply t meaning interactive function.
8452
8453 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8454 (isearch-mode-map): No special definition for space.
8455 (isearch-whitespace-chars): Command deleted.
8456 (isearch-forward-regexp): Doc fix.
8457 (isearch-quote-char): When a space is not inside brackets,
8458 use `[ ]' instead of just space.
8459 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8460
8461 * imenu.el (imenu--generic-function): Delete code to exclude
8462 matches in comments.
8463
8464 * man.el (Man-reverse-face): Change default to `highlight'.
8465
8466 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8467 (occur-engine): Use `face' prop rather than `font-lock-face'
8468 when specifying use of `match-face'.
8469 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8470
8471 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8472
8473 * add-log.el (add-log-current-defun): Handle the case where point
8474 is in the header part of a DEFUN construct.
8475
8476 2004-12-02 Dave Love <fx@gnu.org>
8477
8478 * progmodes/python.el (python-font-lock-syntactic-keywords):
8479 Fix previous change.
8480
8481 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8482
8483 * paren.el (show-paren-function): Check for matching chars
8484 specified by text props.
8485
8486 2004-12-02 Jay Belanger <belanger@truman.edu>
8487
8488 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8489 when reading a new key sequence.
8490
8491 2004-12-02 Kim F. Storm <storm@cua.dk>
8492
8493 * faces.el (escape-glyph): Rename from glyph.
8494 (standard-display-table): Set it here. Add escape-glyph face to
8495 extra slot characters.
8496
8497 * disp-table.el: Undo 2004-12-01 change. Display table is now
8498 setup in faces.el.
8499
8500 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8501
8502 * xml.el (xml-parse-dtd): Don't show validity messages when
8503 xml-validating-parser is nil.
8504 (xml-substitute-special): Fix validity error messages to
8505 actually show the unexpandable entity. Added validity error if &
8506 isn't followed by an entity.
8507 (xml-parse-tag): Concatenate any string following the a
8508 <![CDATA[]]> section to the parsed CDATA.
8509 (xml-parse-dtd): Skip parameter entity declarations and use of
8510 parameter entities.
8511
8512 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8513
8514 * kmacro.el (kmacro-default-counter-format): New var.
8515 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8516 (kmacro-display): Remove `nil' from `and' form. Delete call to
8517 `format' inside `message'.
8518 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8519
8520 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * pcvs.el (cvs-header-msg): New function.
8523 (cvs-update-header): Use it. Change calling convention.
8524 Correctly handle the case of having simultaneous active processes.
8525 (cvs-sentinel): Don't call cvs-update-header any more.
8526 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8527
8528 2004-12-01 Jay Belanger <belanger@truman.edu>
8529
8530 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8531 Change message.
8532
8533 2004-12-01 Juri Linkov <juri@jurta.org>
8534
8535 * progmodes/prolog.el (prolog-mode-variables):
8536 Fix imenu-generic-expression.
8537
8538 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8539
8540 * faces.el (glyph): New face.
8541
8542 * disp-table.el: Add an autoloaded table, that doesn't require
8543 this library, with glyph face.
8544
8545 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8546 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8547 (conf-quote-normal): Allow normalizing only ' or ".
8548 (conf-mode): Regexp-quote constructed comment-start and don't
8549 match section {} where "name" contains braces.
8550
8551 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8552 files.
8553
8554 2004-12-01 Kenichi Handa <handa@m17n.org>
8555
8556 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8557 (x-select-text): Don't treat eight-bit-control/graphic chars
8558 specially. Store the encoded text in the X cut buffer.
8559 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8560 with x-last-selected-text-cut-encoded.
8561
8562 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8565
8566 2004-11-30 Markus Rost <rost@ias.edu>
8567
8568 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8569 AUCTeX.
8570
8571 2004-11-30 Jay Belanger <belanger@truman.edu>
8572
8573 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8574 on signs of intervals.
8575 (math-pow-of-zero): Strengthen checks for positive and negative
8576 exponents.
8577
8578 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8579 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8580 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8581 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8582 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8583 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8584 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8585 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8586 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8587 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8588 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8589 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8590 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8591 with provide statements.
8592
8593 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8594
8595 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8596
8597 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8598 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8599 functions by require statements.
8600 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8601
8602 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8603 (calc-gnuplot-print): Give them values.
8604
8605 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8606 autoloads.
8607 Add calc-do-embedded-activate to autoloads.
8608 (calc-gnuplot-name, calc-gnuplot-plot-command)
8609 (calc-gnuplot-print-command): Move them to calc-graph.el.
8610
8611 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8612
8613 * term/mac-win.el (ccl-encode-mac-roman-font)
8614 (ccl-encode-mac-cyrillic-font)
8615 (ccl-encode-mac-centraleuropean-font, encoder-list)
8616 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8617 Support Cyrillic, CentralEuropean, and Dingbat font display
8618
8619 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8620
8621 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8622
8623 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8624 still nil.
8625
8626 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8627
8628 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8629 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8630
8631 2004-11-29 Jay Belanger <belanger@truman.edu>
8632
8633 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8634 cases of the base and exponent.
8635
8636 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8637
8638 * simple.el (next-error-buffer-p): Allow for inclusive and
8639 exclusive tests for finding a buffer.
8640 (next-error-find-buffer): Pass the exclusive and inclusive tests
8641 to next-error-buffer-p.
8642
8643 * replace.el (occur-next-error): Switch to the Occur buffer when
8644 appropriate, use the exclusive filter to next-error-find-buffer to
8645 do it. Use the absolute value of the motion amount.
8646
8647 2004-11-29 Kenichi Handa <handa@m17n.org>
8648
8649 * startup.el (command-line): Decode all default-directory by
8650 locale-coding-system.
8651
8652 2004-11-29 Jay Belanger <belanger@truman.edu>
8653
8654 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8655 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8656 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8657 Replace calls to calc-extensions by appropriate require, replace
8658 calc-extensions-loaded by appropriate featurep.
8659
8660 * calc/calc-ext.el: Move require to end of file.
8661 Remove redundant loading of calc.el.
8662 (calc-extensions-loaded): Remove unnecessary variable.
8663 (calc-extensions): Remove unnecessary function.
8664 (calc-load-everything): Replace calc-need-macros by appropriate require.
8665
8666 * calc/calc-macs.el: Move provide to end of file.
8667 (calc-need-macros): Remove unnecessary function.
8668
8669 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8670 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8671 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8672 Replace calc-extensions by appropriate require.
8673 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8674
8675 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8676 Replace calc-need-macros by appropriate require.
8677
8678 * calc/calc.el: Move require to end of file.
8679 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8680 Remove unnecessary variable.
8681 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8682 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8683 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8684 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8685 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8686 (math-format-number, math-format-bignum, math-read-number)
8687 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8688 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8689 by appropriate require.
8690 (calc-check-defines): Replace calc-need-macros by appropriate require.
8691
8692 2004-11-29 Kim F. Storm <storm@cua.dk>
8693
8694 * macros.el (insert-kbd-macro): Handle kmacro functions.
8695
8696 2004-11-28 Juri Linkov <juri@jurta.org>
8697
8698 * compare-w.el (compare-windows-highlight): Attach each overlay
8699 to its window to properly highlight differences while comparing
8700 two windows of the same buffer. Fix arguments.
8701 (compare-windows-sync-default-function): Fix arguments of
8702 `compare-windows-highlight'.
8703
8704 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8705 Use `read-expression-history'. Set initial contents only if
8706 `edebug-global-break-condition' is non-nil. Set histpos to 1
8707 if initial contents is equal to the last history element.
8708 (edebug-set-conditional-breakpoint): Instead of temporarily
8709 prepending the current condition to the history, set initial
8710 contents to the current condition. Set histpos to 1 if initial
8711 contents is equal to the last history element.
8712
8713 * info.el (Info-search-whitespace-regexp): Remove shy group.
8714 (Info-search): Forward line if search is on the header line.
8715 Use search-whitespace-regexp in two other places.
8716
8717 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8718
8719 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8720 warning. Delay real definition, which uses
8721 `set-fringe-indicators-1' till after the definition of that function.
8722
8723 2004-11-28 Kim F. Storm <storm@cua.dk>
8724
8725 * fringe.el (fringe): New defgroup.
8726 (fringe-mode): Move to fringe group.
8727 (fringe-indicators): New defcustom.
8728 (set-fringe-indicators-1): New defun.
8729
8730 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8731 (menu-bar-showhide-fringe-ind-menu): New keymap.
8732 (menu-bar-showhide-fringe-ind-empty)
8733 (menu-bar-showhide-fringe-ind-mixed)
8734 (menu-bar-showhide-fringe-ind-box)
8735 (menu-bar-showhide-fringe-ind-right)
8736 (menu-bar-showhide-fringe-ind-left)
8737 (menu-bar-showhide-fringe-ind-none): New defuns.
8738 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8739
8740 2004-11-27 Richard M. Stallman <rms@gnu.org>
8741
8742 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8743
8744 * generic.el (define-generic-mode): Doc fix.
8745
8746 * menu-bar.el (menu-bar-options-save): For the options
8747 that are toggled with menu-bar-make-mm-toggle, don't check
8748 for customized-value prop.
8749
8750 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8751
8752 * mail/supercite.el (sc-cite-region): Handle the case where
8753 sc-cite-frame-alist is a symbol.
8754 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8755 a symbol.
8756 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8757 a symbol.
8758
8759 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8760
8761 * wid-edit.el (widget-narrow-to-field): New function.
8762 (widget-complete): Use it.
8763
8764 2004-11-27 Jay Belanger <belanger@truman.edu>
8765
8766 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8767 variable.
8768 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8769 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8770 (math-alg-inequalities): Move declaration to earlier in the file.
8771
8772 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8773 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8774 Declare them.
8775
8776 * calc/calc-lang.el (math-expr-data, math-expr-token)
8777 (math-exp-old-pos): Declare them.
8778
8779 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8780 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8781
8782 2004-11-27 Kim F. Storm <storm@cua.dk>
8783
8784 * progmodes/flymake.el: Use (featurep 'xemacs).
8785 (flymake-makehash): Change to defsubst. Use fboundp.
8786 (flymake-time-to-float): Remove.
8787 (flymake-float-time): Merge code from flymake-time-to-float here.
8788 (flymake-replace-regexp-in-string): Change to defsubst.
8789 (flymake-split-string-remove-empty-edges):
8790 Rename to flymake-split-string.
8791 (flymake-split-string): Remove previous defalias.
8792 (flymake-get-temp-dir): Change to defsubst.
8793 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8794 Define for xemacs only.
8795 (flymake-master-file-count-limit): Change into compiler defvar only.
8796 (flymake-find-possible-master-files): Let-bind it dynamically while
8797 sorting files using flymake-master-file-compare.
8798
8799 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8802 of defun-prompt-regexp matches inside a comment/string but the
8803 beginning is correctly outside everything.
8804
8805 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8806 appears within a string or a comment.
8807
8808 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8809 rather than make-symbol for symbols which are used in
8810 a symbol-macrolet or equivalent.
8811
8812 2004-11-26 Jay Belanger <belanger@truman.edu>
8813
8814 * calc-misc.el (calc-last-why-command): Declare it.
8815
8816 * calc-vec.el (math-grade-vec): New variable.
8817 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8818 Replace variable grade-vec by declared variable.
8819 (math-rb-close): New variable.
8820 (math-read-brackets, math-read-vector): Replace variable close by
8821 declared variable.
8822
8823 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8824 (calc-one-window, calc-edit-handler, calc-restore-trail)
8825 (calc-allow-ret): Declare them.
8826
8827 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8828 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8829 (math-radix-float-cache-tag, math-random-cache)
8830 (math-max-digits-cache, math-integral-cache, math-units-table)
8831 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8832 (math-moc-func): New variable.
8833 (math-map-over-constants, math-map-over-constants-rec):
8834 Replace variable func by declared variable.
8835
8836 * calc/calc-store.el (calc-given-value, calc-store-opers):
8837 Declare them.
8838 (calc-var-name-map): Move declaration to earlier in the file.
8839 (calc-pv-pos): New variable.
8840 (calc-permanent-variable, calc-insert-permanent-variable):
8841 Replace variable pos by declared variable.
8842
8843 * calc/calc-mtx.el (calc-det-lu): New variable.
8844 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8845
8846 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8847 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8848 and arg by declared variables.
8849 (calcFunc-reducer): Fix incorrect variable.
8850 (math-inner-mul-func, math-inner-add-func): New variables.
8851 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8852 and add-func by declared variables.
8853
8854 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8855 (calc-digit-value): Declare them.
8856
8857 * calc/calc-help.el (Info-history): Declare it.
8858 (calc-describe-key): Make calc-summary-indentation a local variable.
8859 (calc-help-long-names): Move declaration to earlier in file.
8860
8861 * calc/calc-embed.el (calc-original-buffer): Declare it.
8862 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8863 (calc-embed-bot): New variables.
8864 (calc-do-embedded, calc-embedded-mark-formula)
8865 (calc-embedded-find-bounds, calc-embedded-duplicate)
8866 (calc-embedded-new-formula, calc-embedded-make-info):
8867 Replace vars outer-top, outer-bot, bot and top by declared variables.
8868 (calc-embed-prev-modes): New variable.
8869 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8870 prev-modes with declared variable.
8871 (calc-embed-vars-used): New variable.
8872 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8873 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8874 vars-used by declared variable.
8875
8876 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8877 (math-format-radix-float): Remove unnecessary setq.
8878 (math-radix-float-cache): Declare it.
8879
8880 * calc/calcsel2.el (calc-keep-selection): Declare it.
8881
8882 * calc/calc-maint.el: Remove file.
8883
8884 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8885
8886 * textmodes/bibtex.el (bibtex-sort-entry-class)
8887 (bibtex-comment-start): Use defcustom.
8888 (bibtex-entry-field-alist): Use nil if initial content of the
8889 field is undefined. Fix docstring.
8890 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8891 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8892 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8893 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8894 Fix docstring.
8895 (bibtex-autokey-title-terminators): Use only one regexp.
8896 (bibtex-string-maybe-empty-head): New variable.
8897 (bibtex-remove-delimiters-string): New function.
8898 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8899 Use bibtex-remove-delimiters-string.
8900 (bibtex-progress-message, bibtex-field-left-delimiter)
8901 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8902 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8903 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8904 Simplify.
8905 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8906 Use eq and bibtex-remove-delimiters-string. For end markers use
8907 insertion type so that marker stays after inserted text.
8908 (bibtex-autokey-get-names): Return empty string if name is missing.
8909 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8910 calling bibtex-autokey-name-case-convert.
8911 (bibtex-autokey-demangle-title):
8912 Call bibtex-autokey-titleword-case-convert. Remove call to
8913 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8914 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8915 (bibtex-read-key): New optional arg global.
8916 (bibtex-files-expand): New optional arg force.
8917 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8918 (bibtex-complete-crossref-cleanup): Rename from
8919 bibtex-complete-key-cleanup. Simplify code.
8920 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8921 Operate on current entry.
8922 (bibtex-button): Add docstring.
8923 (bibtex-entry): Simplify.
8924 (bibtex-make-field): Replace optional arg called-by-yank with more
8925 specific args move and interactive.
8926 (bibtex-end-of-entry): Use forward-sexp.
8927 (bibtex-find-entry-globally): Remove.
8928 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8929 Bound to C-c C-x.
8930 (bibtex-find-entry): New optional args global and display.
8931 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8932 (bibtex-validate): Use arg force of bibtex-files-expand.
8933 (bibtex-clean-entry): Bugfix, clean string entries properly.
8934 Always keep point at beginning of entry.
8935 (bibtex-complete): Bugfix. Handle string entries properly.
8936 Call cleanup functions only if needed.
8937 (bibtex-String): Use bibtex-read-string-key.
8938 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8939 case of replacement text.
8940
8941 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8942
8943 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8944 (tramp-perl-directory-files-and-attributes): New constant.
8945 (tramp-file-name-handler-alist): Delete file-directory-files, add
8946 directory-files-and-attributes.
8947 (tramp-perl-file-attributes): Surround uid and gid by double
8948 quotes. Change parameter id-format from nonnumeric.
8949 (tramp-convert-file-attributes): New function.
8950 (tramp-handle-file-attributes): Use it.
8951 (tramp-maybe-send-perl-script): New function.
8952 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8953 file mode. Change parameter id-format from nonnumeric.
8954 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8955 from nonnumeric.
8956 (tramp-post-connection): Don't send tramp-perl-file-attributes
8957 script. Reset connection property "perl-scripts".
8958 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8959 in use.
8960
8961 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8962
8963 * desktop.el (desktop-read): Replace mapcar with mapc.
8964 (desktop-create-buffer): Replace mapcar with mapc.
8965 Remove redundant piece of code.
8966
8967 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8968
8969 * progmodes/gud.el (gud-display-line): Use display-buffer
8970 for GDB-UI as for GUD.
8971
8972 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8973 Delete variables.
8974 (gdb-ann3): Don't make GUD buffer dedicated.
8975 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8976 (gdb-display-source-buffer): Delete function.
8977 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8978 (menu): Delete menu bindings for viewing source/assembler.
8979 (gdb-setup-windows, gdb-restore-windows):
8980 Don't dedicate GUD. No assembler now.
8981 (gdb-reset): No need to undedicate source buffers now.
8982 (gdb-source-info): No assembler now.
8983
8984 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8985
8986 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8987 width to those for special frames.
8988 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8989 Use display-buffer.
8990 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8991 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8992 (gdb-frame-assembler-buffer): Rework like
8993 gdb-frame-breakpoints-buffer.
8994
8995 2004-11-25 Richard M. Stallman <rms@gnu.org>
8996
8997 * progmodes/flymake.el: Reindent.
8998 (flymake-split-string): Turn into defalias.
8999 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9000 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9001 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9002 (flymake-build-relative-filename): Rename from ...path.
9003 Fix error message.
9004
9005 2004-11-25 Cheng Gao <chenggao@gmail.com>
9006
9007 * progmodes/flymake.el: Much whitespace and capitalization change.
9008 Move `provide' to end. Require `compile' only when compiling.
9009
9010 2004-11-24 Jay Belanger <belanger@truman.edu>
9011
9012 * calc/calc-alg.el: Added comment.
9013 (math-polynomial-base): Replace variable mpb-top-expr by
9014 math-poly-base-top-expr.
9015
9016 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9017 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9018 variable.
9019 (math-poly-base-total-base): New variable.
9020 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9021 mpb-total-base by declared variable.
9022 (math-factored-vars, math-to-list): Declare it.
9023 (math-fact-expr): New variable.
9024 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9025 (math-factor-expr-try, math-factor-expr-part): Replace variable
9026 expr by declared variable.
9027 (math-fet-x): New variable.
9028 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9029 by declared variable.
9030 (math-factor-poly-coefs): Make temp a local variable.
9031
9032 * calc/calc-units.el (calc-convert-units): Make units a local
9033 variable.
9034 (calc-num-units, calc-den-units): New variables.
9035 (calc-explain-units, calc-explain-units-rec): Replace variables
9036 num-units and den-units by declared variables.
9037 (math-cu-unit-list): New variable.
9038 (math-build-units-table, math-compare-unit-names)
9039 (math-convert-units, math-convert-units-rec): Replace variable
9040 unit-list by declared variable.
9041 (math-fbu-base, math-fbu-entry): New variables.
9042 (math-find-base-units, math-find-base-units-rec): Replace variables
9043 base and entry by declared variables.
9044 (math-which-standard): New variable.
9045 (math-to-standard-units, math-to-standard-rec): Replace variable
9046 which-standard by declared variable.
9047 (math-fcu-u): New variable.
9048 (math-find-compatible-unit, math-find-compatible-unit-rec):
9049 Replace variable u by declared variable.
9050 (math-cu-new-units, math-cu-pure): New variables.
9051 (math-convert-units, math-convert-units-rec): Replace variables
9052 new-units and pure by declared variables.
9053 (math-try-cancel-units): New variable.
9054 (math-simplify-units-quotient): Replace variable try-cancel-units by
9055 declared variable.
9056
9057 2004-11-24 Richard M. Stallman <rms@gnu.org>
9058
9059 * textmodes/ispell.el (ispell-check-version):
9060 If default-directory is nonexistent, use home dir.
9061
9062 * progmodes/grep.el (grep-regexp-alist):
9063 Don't match parens around line numbers.
9064
9065 * progmodes/cperl-mode.el (cperl-indent-region)
9066 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9067 Don't print progress messages.
9068
9069 * progmodes/compile.el (compilation-mode-map):
9070 Don't inherit from compilation-minor-mode-map;
9071 copy its bindings instead. But the menu bar Compile
9072 entry now does inherit from compilation-menu-map.
9073
9074 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9075 Use with-no-warnings around compiler-macroexpand.
9076
9077 * imenu.el: Don't always require newcomment.
9078 (imenu--generic-function): Call comment-normalize-vars
9079 if we have a comment syntax.
9080 Exit the loop if REGEXP matches the null string.
9081 Test comment-start as well as comment-start-skip
9082 when deciding whether to check for comments.
9083
9084 * tooltip.el (tooltip-mode): Doc fix.
9085
9086 * term.el (term-escape-char, term-mode): Doc fixes.
9087
9088 2004-11-24 Dave Love <fx@gnu.org>
9089
9090 * progmodes/python.el (python-font-lock-syntactic-keywords):
9091 Check for escapes in the regexp.
9092 (python-quote-syntax): Don't do it here.
9093
9094 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9095
9096 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9097 (gdb-frames-mode-map, gdb-threads-mode-map)
9098 (gdb-registers-mode-map, gdb-locals-mode-map)
9099 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9100 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9101
9102 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9103 (dedicated-switch-to-buffer): Rework.
9104 (gdb-var-evaluate-expression-handler, gdb-put-string):
9105 Remove unused variable bindings.
9106 (gdb-setup-windows, gdb-display-buffer):
9107 Simplify. Use pop-to-buffer.
9108 (gdb-view-source-function): Simplify.
9109 (gdb-frame-breakpoints-buffer):
9110 Use pop-to-buffer, special-display-regexps.
9111
9112 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9113
9114 * progmodes/f90.el (f90-smart-end)
9115 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9116 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9117 (f90-end-of-block): Doc fix. Make check of outermost block
9118 conditional on value of `f90-smart-end'.
9119 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9120 Handle case where END-BLOCK is nil.
9121 (f90-match-end): Handle un-named PROGRAM blocks.
9122 (f90-backslash-not-special): New function.
9123
9124 2004-11-24 Jay Belanger <belanger@truman.edu>
9125
9126 * calc/calc.el (calc-embedded-active): Removed unnecessary
9127 declaration.
9128 (calc-show-banner): Removed redundant declaration.
9129
9130 * calc/calc-graph.el (calc-gnuplot-default-device)
9131 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9132 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9133 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9134 Remove redundant initial values.
9135
9136 * calc/calc-arith.el (math-scalar-functions)
9137 (math-nonscalar-functions, math-scalar-if-args-functions)
9138 (math-real-functions, math-positive-functions)
9139 (math-nonnegative-functions, math-real-scalar-functions)
9140 (math-real-if-arg-functions, math-integer-functions)
9141 (math-num-integer-functions, math-rounding-functions)
9142 (math-float-rounding-functions, math-integer-if-args-functions)
9143 (math-super-types): Move declarations to earlier in file.
9144 (math-unit-prefixes): Declared it.
9145 (math-floor-prec, math-trunc-prec): New variables.
9146 (math-trunc-fancy): Replace variable prec by declared variable.
9147 (math-floor-fancy): Replace variable prec by declared variable.
9148 (math-com-bterms): New variable.
9149 (math-commutative-equal, math-commutative-collect):
9150 Replace variable bterms by declared variable.
9151
9152 * calc/calc-misc.el (math-trunc): Replace variable prec by
9153 math-trunc-prec.
9154 (math-floor): Replace variable prec by math-floor-prec.
9155
9156 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9157 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9158 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9159 (math-format-date, math-format-date-part): Replace variables
9160 date, dt, year, month, day, weekday, hour, minute, second and
9161 bc-flag by declared variables.
9162 (math-pd-str): New variable.
9163 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9164 Replace variable str by declared variable.
9165 (math-daylight-savings-hook, math-tzone-names): Move definitions
9166 to earlier in the file.
9167 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9168 (math-sh-year): New variable.
9169 (math-setup-add-holidays, math-setup-holidays)
9170 (math-setup-year-holidays): Replace variable `year' by declared
9171 variable.
9172
9173 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9174 New variables.
9175 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9176 n, nf and nfm1 by declared variables.
9177 (math-nri-n): New variable.
9178 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9179 n by declared variable.
9180 (calcFunc-log): Removed misplaced condition.
9181
9182 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9185
9186 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9187
9188 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9189 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9190 Dedicate gdb-related windows.
9191 (gdb-display-buffer): Dedicate gdb-related windows.
9192 Don't grab other frames.
9193 (gdb-reset): Remove dedicated property after debugging.
9194
9195 2004-11-24 Jay Belanger <belanger@truman.edu>
9196
9197 * calc/calc-sel.el: Add comment.
9198
9199 * calc/calc.el (math-stack-value-offset): Replace variables c,
9200 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9201
9202 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9203 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9204 (math-stack-value-offset-fancy): Replace variables c, wid and off
9205 by declared variables.
9206 (math-comp-just, math-comp-comma-spc): New variables.
9207 (math-compose-expr, math-compose-matrix): Replace variables `just'
9208 and comma-spc by declared variable.
9209 (math-comp-vector-prec): New variable.
9210 (math-compose-expr, math-compose-matrix, math-compose-rows):
9211 Replace variable vector-prec by declared variable.
9212 (math-comp-left-bracket, math-comp-right-bracket)
9213 (math-comp-comma): New variables.
9214 (math-compose-expr, math-compose-rows): Replace variables
9215 left-bracket, right-bracket and comma by declared variables.
9216 (math-comp-full-width): New variable.
9217 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9218 Replace variable full-width by declared variable.
9219 (math-comp-highlight, math-comp-word, math-comp-level)
9220 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9221 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9222 New variables.
9223 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9224 (math-comp-sel-flat-term): Replace variables comp-highlight,
9225 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9226 declared variables.
9227 (math-comp-simplify, math-comp-simplify-term)
9228 (math-comp-add-string, math-comp-add-string-sel):
9229 Replace variables comp-highlight, comp-buf, comp-base,
9230 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9231
9232 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9233
9234 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9235
9236 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9237 and x-server-version may throw.
9238
9239 2004-11-23 Kim F. Storm <storm@cua.dk>
9240
9241 * subr.el (substitute-key-definition-key): Optimize.
9242 Don't call indirect-function for nil defn (always signals error).
9243
9244 * ido.el (ido-read-internal): Fix require-match check when
9245 ido-directory-too-big is set.
9246
9247 2004-11-23 Jay Belanger <belanger@truman.edu>
9248
9249 * calc/calc-ext.el (math-read-replacement-list)
9250 (math-read-superscripts): New variables.
9251 (math-read-preprocess-string): New function.
9252 (math-read-expr): Filter input through math-read-preprocess-string.
9253
9254 * calc/calc-aent.el (math-read-exprs): Filter input through
9255 math-read-preprocess-string.
9256
9257 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9258
9259 * progmodes/compile.el (compilation-start): In cd command use
9260 substitute-env-vars -- not quite shell compatible but better than
9261 nothing.
9262 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9263 handle the newer versions messages, which are more parseable.
9264
9265 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * reveal.el (reveal-mode-map): New var.
9268 (reveal-mode): Use it.
9269
9270 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9271
9272 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9273 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9274
9275 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9278 header-line when needed.
9279 Use fixed-pitch only in the header-line.
9280 Build the underline automatically. Use emdash if available.
9281
9282 2004-11-22 Richard M. Stallman <rms@gnu.org>
9283
9284 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9285 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9286
9287 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9288
9289 * progmodes/gdb-ui.el (gdb-resync): New function.
9290 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9291 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9292 Use it to fail more gracefully.
9293 (gdb-variables): Delete variable.
9294 Re-order variables to reduce byte-compiler warnings.
9295
9296 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * descr-text.el (describe-char):
9299 * paren.el (show-paren-function):
9300 * subr.el (syntax-after): Undo last change.
9301
9302 * progmodes/python.el (run-python): Don't hard code *Python*.
9303 Don't modify global process-environment.
9304 (python-send-region, python-load-file): Don't assume that
9305 python-buffer == (process-buffer (python-proc)).
9306 (python-switch-to-python): Simplify.
9307
9308 * dired.el (dired-align-file): Don't assume line starts with spaces.
9309
9310 2004-11-21 Jay Belanger <belanger@truman.edu>
9311
9312 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9313 Replace variable `lines' by math-read-big-lines.
9314 (math-read-big-expr): Replace variables the-baseline, the-h2
9315 and err-msg by math-read-big-baseline, math-read-big-h2 and
9316 math-read-err-msg.
9317 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9318
9319 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9320 (math-read-big-balance): Replace unbound variable by value.
9321 (math-read-big-lines): New variable.
9322 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9323 (math-read-big-error, math-read-big-balance): Replace variable
9324 `lines' by declared variable.
9325 (math-read-big-baseline, math-read-big-h2): New variables.
9326 (math-read-big-rec): Replace variables the-baseline and the-h2
9327 by declared variables.
9328 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9329 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9330 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9331 declared variables.
9332 (math-read-big-err-msg): New variable.
9333 (math-read-big-error): Replace variable err-msg by declared variable.
9334
9335 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * ses.el: Add coding cookie.
9338 Fix up docstrings, follow new commenting conventions.
9339 (ses-header-line-menu): Fix missing variable rename for header-row.
9340 (ses-cell-size): Remove.
9341 (ses-make-cell): New function.
9342 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9343 (ses-calculate-cell): Remove unused var `symbol'.
9344 (ses-narrowed-p): New function.
9345 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9346 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9347 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9348 (ses-setup): Use restore-buffer-modified-p.
9349 (ses-cleanup): Remove unused var `end'.
9350 (ses-header-string-left-offset): Remove.
9351 (ses-create-header-string): Adjust to new behavior of `align-to'.
9352 Truncate excessively large fields to preserve alignment.
9353 (ses-reconstruct-all): Remove unused var `refs'.
9354 (ses-read-cell-printer): Remove unused var `prompt'.
9355 (ses-delete-row): Remove unused var `pos'.
9356 (ses-delete-column): Remove unused var `new'.
9357
9358 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9359
9360 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9361 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9362 Eliminate eval-and-compile usage.
9363 (ps-insert-file): Use insert-file-contents instead of insert-file.
9364 (ps-setup): Code fix.
9365
9366 * printing.el (pr-setup, lpr-setup): Code fix.
9367
9368 2004-11-21 Jay Belanger <belanger@truman.edu>
9369
9370 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9371 (calc-original-buffer): Declare them.
9372 (calc-user-formula-alist): New variable.
9373 (calc-user-define-formula, calc-fix-user-formula)
9374 (calc-user-define-composition, calc-finish-formula-edit):
9375 Replace variable `alist' by declared variable.
9376 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9377 (var-q7, var-q7, var-q8, var-q9): Declare them.
9378 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9379 are bound.
9380 (calcFunc-typeof): Replace undeclared variable by expression.
9381 (math-exp-env): New variable.
9382 (math-define-body, math-define-exp): Replace exp-env by declared var.
9383 (math-define-exp): Replace misplaced variable by expression.
9384
9385 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9386 (calc-curve-model, calc-curve-coefnames): New variables.
9387 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9388 varnames, model and coefnames by declared variables.
9389 (math-root-widen): New variable.
9390 (math-search-root, math-find-root): Replace variable root-widen by
9391 declared variable.
9392 (var-DUMMY): Declare it.
9393 (math-root-vars, math-min-vars): Move the declarations to earlier in
9394 the file.
9395 (math-brent-min): Make d a local variable.
9396 (math-find-minimum): Replace non-existent variable.
9397 (math-ninteg-romberg): Remove unnecessary variable.
9398 (math-ninteg-temp): New variable.
9399 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9400 integ-temp by declared variable.
9401 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9402 New variables.
9403 (math-general-fit): Replace variables first-var, first-coef and
9404 new-coefs by declared variables.
9405 (calcFunc-fitvar): Replace variable first-var by declared variable.
9406 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9407 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9408 (math-all-vars-vars, math-all-vars-found): New variables.
9409 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9410 found by declared variable math-all-vars-vars.
9411
9412 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9413
9414 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9415 of `defconst'.
9416
9417 2004-11-20 Richard M. Stallman <rms@gnu.org>
9418
9419 * isearch.el (isearch-mode-map): Don't bind SPC.
9420 (isearch-whitespace-chars): Function deleted.
9421 (isearch-search): Bind search-spaces-regexp.
9422 (isearch-lazy-highlight-search): Likewise.
9423 (search-whitespace-regexp): Doc fix.
9424 (isearch-forward-regexp): Doc fix.
9425
9426 * emacs-lisp/bytecomp.el (byte-compile-form):
9427 Move the calls to byte-compile-set-symbol-position,
9428 to avoid having two for the same symbol occurrence.
9429
9430 * comint.el (comint-input-ring-size): Increase to 150.
9431
9432 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9433 New variables.
9434 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9435 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9436
9437 * imenu.el (imenu--generic-function):
9438 Ensure we keep moving backward even if BEG isn't further back.
9439
9440 * replace.el (query-replace-read-to, query-replace-read-from):
9441 Specify t for KEEP-ALL in read-from-minibuffer.
9442
9443 * progmodes/python.el (python-switch-to-python):
9444 If Python isn't running, start it.
9445 Don't alter debug-ignored-errors.
9446
9447 * progmodes/cperl-mode.el (cperl-indent-region):
9448 Don't mind imenu-scanning-message.
9449
9450 * bindings.el (global-map): Bind C-e to move-end-of-line.
9451
9452 * simple.el (line-move-finish): New arg FORWARD.
9453 Ignore invisible newlines, not intangible ones.
9454 Conditions for acceptable stopping positions depend on FORWARD.
9455 (line-move): Pass FORWARD arg to line-move-finish.
9456
9457 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9458 of HEADER. Compensate for this change in the code to add display
9459 properties. Don't make the first line intangible.
9460
9461 * info.el (Info-search): Fix previous change.
9462
9463 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9464
9465 * Makefile.in (recompile): Revert 2004-11-19 change.
9466 (compile): Likewise.
9467
9468 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9469
9470 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9471
9472 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9473
9474 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9475 defgroup and defcustom. Eliminate eval-and-compile usage.
9476
9477 * progmodes/ebnf-otz.el: Fix typos.
9478
9479 2004-11-19 Jay Belanger <belanger@truman.edu>
9480
9481 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9482 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9483 disp-trail by declared variable.
9484
9485 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9486 (calc-finish-selection-edit): Replace variable disp-trail by
9487 declared variable.
9488 (calc-selection-cache-entry): Move declaration to earlier in the file.
9489 (calc-selection-cache-num, calc-selection-cache-comp)
9490 (calc-selection-cache-offset, calc-selection-true-num)
9491 (calc-final-point-line, calc-final-point-column)
9492 (calc-original-buffer): Declare them.
9493 (calc-fnp-op, calc-fnp-num): New variables.
9494 (calc-find-nth-part, calc-find-nth-part-rec)
9495 (calc-select-previous): Replace op and num by declared variables.
9496 (calc-rsf-old, calc-rsf-new): New variables.
9497 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9498 Replace variables old and new by declared variables.
9499 (calc-sel-reselect): New variable.
9500 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9501 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9502 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9503 reselect with declared variable.
9504
9505 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9506 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9507 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9508 (math-import-list, math-rewrite-phase): Declare them.
9509 (math-rewrite): Use let* to declare variables.
9510 (calc-rewrite-selection): Make rules a local variable.
9511 (calc-rewr-sel): New variable.
9512 (calc-rewrite-selection, calc-locate-selection-marker)
9513 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9514 of sel.
9515 (math-rewrite-whole-expr): New variable.
9516 (math-rewrite, math-rewrite-phase): Replace variable expr by
9517 declared variable.
9518 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9519 (math-rewrite-heads-blanks ): New variables.
9520 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9521 heads, skips and blanks by declared variables.
9522 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9523 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9524 New variables.
9525 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9526 old, new, old-func and new-func by declared variables.
9527 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9528 Remove unnecessary variable.
9529 (math-apply-rw-regs): New variable.
9530 (math-apply-rewrites, math-rwapply-replace-regs)
9531 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9532 (math-apply-rw-ruleset): New variable.
9533 (math-apply-rewrites, math-rwapply-remember): Replace variable
9534 ruleset by declared variable.
9535
9536 2004-11-19 Richard M. Stallman <rms@gnu.org>
9537
9538 * info.el (Info-search): Use search-whitespace-regexp.
9539
9540 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9541
9542 * vc-rcs.el (vc-rcs-parse): New function.
9543 (vc-rcs-annotate-command): Likewise.
9544 (vc-rcs-annotate-current-time): Likewise.
9545 (vc-rcs-annotate-time): Likewise.
9546 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9547
9548 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9549
9550 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9551
9552 2004-11-18 Jay Belanger <belanger@truman.edu>
9553
9554 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9555
9556 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9557
9558 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9559 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9560 Use make-temp-file to generate PostScript files in any situation.
9561 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9562 (pr-interactive-p): Eliminate var.
9563 (pr-save-interactive): Eliminate macro.
9564 (pr-interface, pr-ps-directory-preview)
9565 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9566 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9567 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9568 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9569 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9570 (pr-ps-region-ps-print, pr-ps-mode-preview)
9571 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9572 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9573 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9574 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9575 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9576 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9577 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9578 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9579 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9580 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9581 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9582 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9583 Eliminate pr-save-interactive usage.
9584 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9585 Eliminate pr-interactive-p usage.
9586 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9587 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9588 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9589 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9590 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9591 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9592 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9593 New funs.
9594 (pr-ps-file): Use make-temp-file to generate a temporary file.
9595
9596 2004-11-17 Jay Belanger <belanger@truman.edu>
9597
9598 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9599 a local variable.
9600 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9601 (math-top-only): New variable.
9602 (math-simplify, math-simplify-step): Replace variable top-only by
9603 declared variable math-top-only.
9604 (math-simplify-expr): Declare it.
9605 Replace argument expr in all calls of math-defsimplify by
9606 math-simplify-expr.
9607 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9608 (math-simplify-divisor, math-simplify-one-divisor)
9609 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9610 (math-simplify-pow): Replace variable expr by declared variable
9611 math-simplify-expr.
9612 (math-simplify-divisor): Remove local variables temp and op.
9613 (math-simplify-one-divisor): Make temp and op local variables.
9614 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9615 New variables.
9616 (math-simplify-divisor, math-simplify-one-divisor):
9617 Replace variables nover and dover by declared variables.
9618 (math-expr-subst-new, math-expr-subst-old): New variables.
9619 (math-expr-subst, math-expr-subst-rec): Replace variables new
9620 and old by declared variables.
9621 (math-is-poly-degree, math-is-poly-loose): New variables.
9622 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9623 and loose by declared variables.
9624 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9625 (math-polynomial-base, math-polynomial-base-rec):
9626 Replace variables const-ok and mpb-pred by declared variables.
9627
9628 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9629
9630 * calc/calc-ext.el (math-defsimplify): Change the argument in
9631 the created function to math-simplify-expr.
9632
9633 * calc/calc-units.el (math-simplify-expr): Declare it.
9634 Replace argument expr in all calls of math-defsimplify by
9635 math-simplify-expr.
9636 (math-simplify-units-prod): Replace variable expr by declared
9637 variable math-simplify-expr.
9638
9639 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9642 Replace mapcar->dolist, format->string.
9643
9644 2004-11-17 Miles Bader <miles@gnu.org>
9645
9646 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9647 * progmodes/idlwave.el: Remove RCS keywords.
9648
9649 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9650
9651 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9652 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9653 Update to IDLWAVE version 5.5. Too many changes to list them here.
9654 * progmodes/idlw-help.el: New file.
9655
9656 2004-11-16 Richard M. Stallman <rms@gnu.org>
9657
9658 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9659 Discard spaces after \i according to TeX rules.
9660
9661 * international/mule.el (set-buffer-file-coding-system):
9662 New arg NOMODIFY.
9663 (after-insert-file-set-coding): Pass that new arg.
9664 Prevent set-buffer-multibyte from trying to lock the file.
9665
9666 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9667
9668 * saveplace.el (save-place): Doc fix.
9669
9670 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9671 temporarily widen before finding the following word to copy.
9672
9673 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9674 (cl-map-keymap): Definition deleted.
9675
9676 * subr.el (map-keymap-internal): New function.
9677
9678 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9681 when pressing rather than when releasing mouse-2. Simplify.
9682
9683 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9686 (compilation-mode): Set it here instead.
9687
9688 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9689
9690 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9691 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9692
9693 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * progmodes/compile.el (compilation-internal-error-properties):
9696 Fix up a transposition-typo. Check end-col before using it.
9697
9698 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9699
9700 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9701 Discard whitespace after macro \i when converting it.
9702
9703 2004-11-16 Juri Linkov <juri@jurta.org>
9704
9705 * emacs-lisp/find-func.el (find-function-regexp):
9706 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9707 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9708 Remove invalid `\W' from [^cgv\W]. Doc fix.
9709 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9710
9711 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9712
9713 * play/life.el: Maintainer is now FSF.
9714 (life-patterns, life-neighbor-deltas, life-window-start)
9715 (life-current-generation, life-generation-string): Use defvar
9716 instead of defconst.
9717
9718 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * progmodes/compile.el (compilation-move-to-column): New fun.
9721 (compilation-internal-error-properties)
9722 (compilation-next-error-function): Use it to make sure we don't go past
9723 the end of line.
9724
9725 2004-11-15 John Paul Wallington <jpw@gnu.org>
9726
9727 * autoinsert.el (auto-insert-alist): Insert the user's name in
9728 copyright notice, rather than Free Software Foundation, for the
9729 Emacs Lisp header case too.
9730
9731 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9732
9733 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9734 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9735 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9736 return the list of string in a string.
9737 (pr-call-process): Message if calling process returns an error, that
9738 is, the exit status is different of zero.
9739
9740 2004-11-15 Jay Belanger <belanger@truman.edu>
9741
9742 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9743 variable var-thing.
9744 (math-integ-depth, math-integ-level, math-integral-limit)
9745 (math-enable-subst, math-any-substs, math-integ-msg)
9746 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9747 (math-int-threshold, math-int-factors, math-double-roots)
9748 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9749 (var-GenCount): Declare these variables.
9750 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9751 (math-integral-cache, math-integral-cache-state):
9752 Move declarations to earlier in the file.
9753 (math-deriv-var, math-deriv-total, math-deriv-symb)
9754 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9755 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9756 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9757 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9758 (math-solve-res): New variables
9759 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9760 (math-integral, math-replace-integral-parts)
9761 (math-integrate-by-parts, calc-dump-integral-cache)
9762 (math-try-integral, math-do-integral, math-do-integral)
9763 (math-do-integral-methods, math-try-solve-for)
9764 (math-try-solve-prod, math-solve-poly-funny-powers)
9765 (math-solve-crunch-poly, math-decompose-poly)
9766 (math-solve-find-root-term, math-find-root-in-prod)
9767 (math-integ-try-linear-substitutions)
9768 (math-integ-try-substitutions, math-expr-rational-in)
9769 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9770 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9771 (math-solve-for, math-solve-system, math-solve-system-rec)
9772 (math-solve-get-sign, math-solve-get-int)
9773 (math-solve-system-subst): Replace undeclared variables with newly
9774 declared variables.
9775
9776 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * winner.el (winner-active-region, winner-edges, winner-window-list):
9779 Define at toplevel.
9780 (winner-mode-map): Move init inside declaration.
9781
9782 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9783
9784 * files.el (convert-standard-filename): Doc fix.
9785
9786 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9787
9788 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9789 passwd, group, shadow, default/* and pam.d/*.
9790
9791 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9792
9793 * printing.el (pr-menu-spec): Adjust menu specification.
9794
9795 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9796
9797 * printing.el: Doc fix. Insert :version tag into all defcustom.
9798 Handle interactive-p as is recommended in Emacs Lisp Reference.
9799 Set the file permission bits for newly created files.
9800 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9801 The printing menu specification (in `pr-menu-spec') was merged.
9802 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9803 (pr-version): New version number (6.8.3).
9804 (pr-file-modes): New option.
9805 (pr-interactive-p): New var.
9806 (pr-save-interactive, pr-save-file-modes): New macros.
9807 (pr-setup): Code fix.
9808 (pr-menu-spec): Menu specification merged.
9809 (pr-call-process, pr-text2ps): Set file permission bits.
9810 (pr-despool-print): Set file permission bits. Handle interactive-p as
9811 is recommended.
9812 (pr-interface, pr-ps-directory-preview)
9813 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9814 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9815 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9816 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9817 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9818 (pr-ps-region-ps-print, pr-ps-mode-preview)
9819 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9820 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9821 (pr-despool-using-ghostscript, pr-despool-ps-print)
9822 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9823 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9824 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9825 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9826 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9827 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9828 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9829 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9830 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9831 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9832 Handle interactive-p as is recommended.
9833
9834 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9837 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9838
9839 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9840 so it doesn't forget to highlight the beginning of the region either.
9841
9842 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9843
9844 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9845 (c-font-lock-init): Eliminate obsolete make-local-hook.
9846 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9847 (awk-mode): Use run-mode-hooks.
9848
9849 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9850
9851 2004-11-13 Kim F. Storm <storm@cua.dk>
9852
9853 * mouse.el (mouse-drag-copy-region): Add :version.
9854 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9855 while dragging mode line, so mode line can be dragged downwards.
9856 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9857 while pressing mouse button so window doesn't scroll until we
9858 release the mouse if clicking on partially visible line.
9859
9860 2004-11-12 Jay Belanger <belanger@truman.edu>
9861
9862 * calc/calc-graph.el (calc-dumb-map): Declare it.
9863 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9864 than unbound.
9865 (calc-graph-name): Made `end' a local variable.
9866 (calc-graph-lookup): Made `varname' a local variable.
9867 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9868 Declare them.
9869 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9870 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9871 the unused variable y3vec.
9872 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9873 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9874 calc-graph-prev-kill-hook.
9875 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9876 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9877 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9878 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9879 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9880 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9881 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9882 (calc-graph-y3value, calc-graph-y3name)
9883 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9884 (calc-graph-stepcount, calc-graph-is-splot)
9885 (calc-graph-surprise-splot, calc-graph-blank)
9886 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9887 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9888 (calc-graph-recompute-2d, calc-graph-compute-3d)
9889 (calc-graph-format-data): Replace undeclared variables with the
9890 above newly declared variables.
9891
9892 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9893
9894 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9895 `rsf-beep' and `rsf-sleep-after-message'.
9896
9897 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9898 list if `message-sender' is non-nil.
9899
9900 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9901
9902 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9903 consing by using mapc instead of mapcar.
9904
9905 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9906
9907 * tooltip.el (require): Explain why CL is needed.
9908
9909 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9910
9911 * printing.el: Insert :version into defgroup (printing). All reference
9912 to Files option in menubar were changed to File.
9913 (pr-version): New version number (6.8.2).
9914 (pr-get-symbol): Call easy-menu-intern.
9915 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9916 compilation gripes.
9917
9918 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9921 new byte-compile-function-environment binding to t.
9922
9923 * font-lock.el (font-lock-fontify-syntactically-region):
9924 Don't forget to highlight the last char when we hit `end'.
9925
9926 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9927 (mwheel-scroll): Adjust accordingly.
9928
9929 * cvs-status.el: Reduce spurious warnings.
9930 (cvs-status-checkout): Remove.
9931 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9932
9933 * pcvs.el (cvs-mode-checkout): New command.
9934
9935 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9936
9937 * tooltip.el: Require CL.
9938
9939 * emacs-lisp/bytecomp.el: Use push.
9940 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9941 (defalias): Remove the `byte-compile' property and add
9942 a `byte-hunk-handler'.
9943
9944 2004-11-11 Juri Linkov <juri@jurta.org>
9945
9946 * info.el (Info-search): Save match data for isearch.
9947 Skip Tag Table node.
9948
9949 * descr-text.el (describe-char): Replace syntax-after with code
9950 from its previous version.
9951
9952 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9953 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9954
9955 * international/mule.el (sgml-html-meta-auto-coding-function):
9956 Remove > after <html to allow HTML attributes.
9957
9958 2004-11-11 Jay Belanger <belanger@truman.edu>
9959
9960 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9961 a variable.
9962 (calcFunc-dfac): Replace unbound max by n.
9963 (math-stirling-local-cache): New variable.
9964 (math-stirling-number, math-stirling-1, math-stirling-2):
9965 Replace the variable `cache' by the declared variable
9966 math-stirling-local-cache.
9967 (var-RandSeed): Declare it as a variable.
9968 (math-init-random-base, math-random-digit): Don't check to see if
9969 var-RandSeed is bound.
9970 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9971 Declare them instead of just setting them.
9972 (math-init-random-base): Made i a local variable.
9973 (math-random-digit): Made math-random-last a local variable.
9974 (math-prime-test-cache): Move declaration to before it is used.
9975 (math-prime-test-cache-k, math-prime-test-cache-q)
9976 (math-prime-test-cache-nm1, math-prime-factors-finished):
9977 Declare them as variables.
9978
9979 2004-11-11 Jay Belanger <belanger@truman.edu>
9980
9981 * calc/calc-ext.el (math-defcache): Use defvar for the new
9982 variables it creates.
9983
9984 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9985
9986 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9987 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9988 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9989 (desktop-save): Add :version.
9990
9991 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * printing.el (pr-get-symbol): Don't downcase.
9994
9995 2004-11-10 Jay Belanger <belanger@truman.edu>
9996
9997 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9998 string to kill-ring.
9999
10000 * calc/calc-aent.el (calc-alg-exp, math-toks)
10001 (math-exp-pos,math-exp-old-pos, math-exp-token)
10002 (math-exp-keep-spaces, math-exp-str): New variables.
10003 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10004 (calcAlg-enter): Use declared variable calc-alg-exp.
10005 (math-build-parse-table, math-find-user-token): Use declared
10006 variable math-toks.
10007 (math-read-exprs, math-read-token, calc-check-user-syntax)
10008 (calc-match-user-syntax, match-factor-after, math-read-factor):
10009 Use declared variables math-exp-pos math-exp-old-pos.
10010 (math-read-exprs, math-read-token, math-read-expr-level)
10011 (calc-check-user-syntax, calc-match-user-syntax)
10012 (match-factor-after, math-read-factor): Use declared variable
10013 math-exp-token.
10014 (math-read-exprs, math-read-expr-list, math-read-token)
10015 (math-read-factor): Use declared variable math-exp-keep-spaces.
10016 (math-read-exprs, math-read-token): Use declared variable
10017 math-exp-str.
10018 (calc-match-user-syntax): Make m a local variable.
10019
10020 * calc/calc-ext.el (math-read-expr): Use declared variables
10021 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10022 math-exp-keep-spaces.
10023
10024 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10025 variables math-exp-pos, math-exp-str.
10026
10027 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10028 math-exp-old-pos.
10029 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10030 (math-parse-eqn-prime): Use declared variable math-exp-token.
10031
10032 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10033 Use declared variable math-exp-pos.
10034 (math-check-for-commas): Use declared variable math-exp-str.
10035 (math-read-brackets): Use declared variables math-exp-old-pos,
10036 math-exp-keep-spaces.
10037 (math-read-brackets, math-read-vector, math-read-matrix):
10038 Use declared variable math-exp-token.
10039
10040 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10041
10042 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10043 where the keymap is a symbol.
10044 (easy-menu-add-item): Use keymap-prompt. Simplify.
10045
10046 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10047
10048 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10049 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10050
10051 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10052
10053 * ebuff-menu.el: Doc fixes throughout.
10054 (electric-buffer-menu-mode-hook): New defvar.
10055
10056 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10057
10058 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10059 The resulting compiler warnings appear to be harmless.
10060
10061 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10062
10063 * textmodes/conf-mode.el: New file.
10064
10065 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10066
10067 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10070
10071 2004-11-09 Jay Belanger <belanger@truman.edu>
10072
10073 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10074
10075 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10076 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10077 (calc-z-prefix-help, calc-user-function-list): Use declared
10078 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10079 (math-map-tree, math-map-tree-rec): Use declared variables
10080 math-mt-many, math-mt-func.
10081 (math-read-expression, math-read-string): Use declared variable
10082 math-expr-data.
10083
10084 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10085 variable math-normalize-a.
10086
10087 * calc/calc.el (math-normalize-a): New variable.
10088 (math-normalize): Use declared variable math-normalize-a.
10089
10090 * calc/calc-poly.el (math-expand-form): Use declared variable
10091 math-mt-many.
10092
10093 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10094 Use declared variable math-mt-many.
10095 (math-rewrite): Use declared variable math-mt-func.
10096
10097 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10098 (math-read-matrix): Use declared variable math-expr-data.
10099
10100 * calc/calc-lang.el (math-parse-fortran-vector)
10101 (math-parse-fortran-vector-end, math-parse-tex-sum)
10102 (math-parse-eqn-matrix, math-parse-eqn-prime)
10103 (math-read-math-subscr): Use declared variable math-expr-data.
10104
10105 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10106 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10107 (calc-match-user-syntax, math-read-if, math-factor-after)
10108 (math-read-factor): Use declared variable math-expr-data.
10109
10110 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10111
10112 * calendar/diary-lib.el (diary-from-outlook)
10113 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10114 interactive-p; but rather new optional argument NOCONFIRM.
10115
10116 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10119 (easy-menu-name-match): Revert correspondingly.
10120
10121 2004-11-09 Richard M. Stallman <rms@gnu.org>
10122
10123 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10124 Turn off warnings for the new function even if definition not constant.
10125 If the definition isn't a quoted symbol, record (FUNCTION . t).
10126 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10127 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10128 (display-call-tree, byte-compile-arglist-warn):
10129 Handle t returned by byte-compile-fdefinition.
10130
10131 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10132
10133 * Makefile.in (maintainer-clean): Depend on distclean.
10134
10135 * help-fns.el (help-C-file-name): File name must be in build-files
10136 to be returned.
10137
10138 2004-11-09 Jay Belanger <belanger@truman.edu>
10139
10140 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10141 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10142
10143 * calc/calc.el (calc, calc-trail-display, calc-mode):
10144 Remove obsolete sections.
10145
10146 * calc/calc.el (calc-x-paste-text): Remove.
10147
10148 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10149 mouse-2.
10150
10151 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10152
10153 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10154 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10155 current frame (in case of recursive calls).
10156 (gdb-show-changed-values): Add :version keyword.
10157
10158 2004-11-09 Kenichi Handa <handa@m17n.org>
10159
10160 * international/mule-cmds.el: Change coding: tag back to
10161 iso-2022-7bit.
10162
10163 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * international/mule-cmds.el: Change coding-system to utf-8.
10166 (select-safe-coding-system-interactively):
10167 New function extracted from select-safe-coding-system.
10168 (select-safe-coding-system): Use it.
10169
10170 2004-11-08 Richard M. Stallman <rms@gnu.org>
10171
10172 * subr.el (syntax-after): Doc fix.
10173
10174 * paren.el (show-paren-function): Change calls to syntax-after
10175 for new way of returning the value.
10176
10177 * menu-bar.el (menu-bar-file-menu): Make this the real name
10178 and menu-bar-files-menu the alias. Use the former.
10179 (global-map): Use `file', not `files', as the symbol.
10180
10181 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10182
10183 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10184 Don't use beginning-of-buffer.
10185 (filesets-cmd-show-result): Use with-no-warnings.
10186
10187 2004-11-08 Juri Linkov <juri@jurta.org>
10188
10189 * progmodes/compile.el (compile): Don't overwrite last command in
10190 minibuffer history with default command if they are not equal.
10191
10192 2004-11-08 Jay Belanger <belanger@truman.edu>
10193
10194 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10195 non-linear substitutions.
10196
10197 2004-11-08 Jay Belanger <belanger@truman.edu>
10198
10199 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10200 (math-do-integral): Set `math-linear-subst-tried' to nil.
10201 (math-do-integral-methods): Use `math-linear-subst-tried' to
10202 determine what type of substitution to try.
10203 (math-integ-try-linear-substituion):
10204 Set `math-linear-subst-tried' to t.
10205
10206 2004-11-08 Kim F. Storm <storm@cua.dk>
10207
10208 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10209
10210 2004-11-07 Juri Linkov <juri@jurta.org>
10211
10212 * info-look.el (info-lookup): Allow reusing in the current buffer
10213 not only *info* buffer, but all (even renamed) Info buffers
10214 by checking for major-mode instead of *info* buffer name.
10215 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10216 (octave-mode, maxima-mode) <doc-spec>:
10217 Allow long dashes generated by Texinfo 4.7 before definitions.
10218 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10219 definitions with argument separated by space.
10220
10221 2004-11-06 Richard M. Stallman <rms@gnu.org>
10222
10223 * simple.el (next-error group, face): Move before first use.
10224 (next-error-highlight, next-error-highlight-no-select): Likewise.
10225
10226 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10227 (line-move): New args NOERROR and TO-END.
10228 Return t if if succeed in moving specified number of lines.
10229 (move-end-of-line): New function.
10230
10231 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10232 (end-of-buffer-other-window): Likewise.
10233
10234 * simple.el (line-move-ignore-invisible): Default to t.
10235
10236 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10237
10238 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10239
10240 * international/iso-cvt.el (iso-cvt-define-menu):
10241 Rename menu-bar-files-menu to menu-bar-file-menu.
10242
10243 * net/browse-url.el (browse-url-gnome-moz-program)
10244 (browse-url-gnome-moz-arguments): Move up before first use.
10245
10246 * net/tramp.el (tramp group): Add :version.
10247
10248 * progmodes/ada-xref.el (ada-gdb-application):
10249 Use goto-char instead of beginning-of-buffer.
10250
10251 * progmodes/cperl-mode.el (cperl-info-on-command):
10252 Use goto-char instead of beginning-of-buffer.
10253
10254 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10255 Move up before first use.
10256 (idlwave-shell-temp-pro-file): Likewise.
10257 (idlwave-shell-temp-rinfo-save-file): Likewise.
10258 (idlwave-shell-temp-file): Minor doc fix.
10259
10260 * textmodes/flyspell.el (flyspell-external-point-words):
10261 Use goto-char instead of beginning-of-buffer.
10262
10263 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10264
10265 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10266 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10267 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10268
10269 2004-11-06 David Ponce <david@dponce.com>
10270
10271 * recentf.el (recentf-menu-path): Use menu item name.
10272
10273 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10274
10275 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10276 display doesn't support images.
10277
10278 2004-11-06 Andreas Schwab <schwab@suse.de>
10279
10280 * tempo.el (tempo-match-finder): Doc fix.
10281
10282 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10283
10284 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10287 (easy-menu-lookup-name): New fun to replace it.
10288 (easy-menu-get-map): Use it to obey menu item names (rather than just
10289 keys) when looking up `path'.
10290 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10291 (easy-menu-convert-item-1): Adjust to new name.
10292
10293 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10294
10295 * outline.el (hide-body): Don't hide lines at the top of the file
10296 that precede the first header line.
10297
10298 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10299
10300 * align.el (align-areas): Delete whitespace before reindenting, so
10301 that tabs are never placed after spaces.
10302
10303 2004-11-06 Alan Shutko <ats@acm.org>
10304
10305 * macros.el (insert-kbd-macro): Do completions based on macros,
10306 rather than all commands.
10307
10308 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10309
10310 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10311 to solve a bug whereby tags with 'b' don't match.
10312
10313 2004-11-05 Juri Linkov <juri@jurta.org>
10314
10315 * info.el (Info-search): Don't search in node header lines
10316 and file headers.
10317
10318 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10319 symbol-constituent characters after dot, not only digits.
10320
10321 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10322
10323 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10324
10325 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10326
10327 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10328 if a dialog will be used, read-file-name otherwise.
10329
10330 2004-11-04 Richard M. Stallman <rms@gnu.org>
10331
10332 * textmodes/table.el (table group): Add :version.
10333
10334 * textmodes/ispell.el (ispell-word):
10335 Don't alter args; set them only thru `interactive' spec.
10336
10337 * textmodes/flyspell.el (flyspell-word):
10338 Don't alter FOLLOWING; set it only thru `interactive' spec.
10339
10340 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10341
10342 * net/browse-url.el (browse-url-maybe-new-window):
10343 Use called-interactively-p.
10344
10345 * mail/supercite.el (sc-cite-region):
10346 Don't use interactive-p. Add arg INTERACTIVE.
10347 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10348
10349 * international/mule-cmds.el (set-input-method, toggle-input-method):
10350 Don't use interactive-p. Add arg INTERACTIVE.
10351
10352 * eshell/esh-mode.el (eshell-show-maximum-output):
10353 Don't use interactive-p.
10354 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10355
10356 * mouse.el (mouse-show-mark): Get positions to delete from mark
10357 and point, not from mouse-drag-overlay.
10358
10359 * imenu.el (imenu-eager-completion-buffer): Add :version.
10360
10361 * filesets.el (filesets group): Add :version.
10362
10363 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10364
10365 * files.el (xml-based-modes): Delete var.
10366 (magic-mode-alist): New more general var.
10367 (set-auto-mode): Use it.
10368
10369 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10370 when clicking from another window.
10371
10372 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10373
10374 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10375 (vc-cvs-annotate-time): Incorporate value of deleted var.
10376 Remove special-case handling of beginning-of-buffer cruft.
10377 Cache ending position (point) and return value in text property
10378 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10379
10380 * vc-cvs.el (vc-cvs-annotate-command):
10381 Delete extraneous lines from beginning of buffer.
10382 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10383
10384 * progmodes/grep.el (grep-default-command): Take empty string
10385 for tag if all other methods yield nil. Shell-quote the tag.
10386
10387 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10388 spec in `interactive' form, and mention it in the docstring.
10389 Also, make sure point is at bol after calling `annotate-time'.
10390
10391 2004-11-02 Richard M. Stallman <rms@gnu.org>
10392
10393 * cus-edit.el (customize-group-other-window):
10394 Select the window that displays the custom buffer.
10395 (custom-buffer-create-other-window): Likewise.
10396
10397 * comint.el (comint-insert-input): Fix previous change.
10398
10399 * emacs-lisp/elp.el (elp-instrument-function):
10400 Use called-interactively-p.
10401
10402 * emacs-lisp/easymenu.el (easy-menu-intern):
10403 Don't downcase; rather, case-flip the first letter of each word.
10404
10405 * emacs-lisp/easy-mmode.el (define-minor-mode):
10406 Use called-interactively-p.
10407
10408 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10409 Add interactive-only.
10410 (byte-compile-warnings): Add interactive-only as option.
10411 (byte-compile-interactive-only-functions): New variable.
10412 (byte-compile-form): Warn about calls to functions
10413 in byte-compile-interactive-only-functions.
10414
10415 * emacs-lisp/autoload.el (update-file-autoloads):
10416 Don't use interactive-p; take new arg SAVE-AFTER.
10417
10418 * emacs-lisp/advice.el (ad-make-advised-definition):
10419 Use called-interactively-p.
10420
10421 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10422
10423 * files.el (find-file-existing): New function.
10424
10425 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10426 find-file-existing. Add "New File..." that calls find-file.
10427
10428 * diropen.pbm, diropen.xpm: New files.
10429
10430 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10431 icon diropen. New tool bar item find-file-existing uses icon open.
10432
10433 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10434 instead of read-file-name.
10435
10436 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10437
10438 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10439 (icalendar--split-value): Change name of work buffer.
10440 (icalendar--get-weekday-abbrev): Return nil on error.
10441 (icalendar--date-to-isodate): New function.
10442 (icalendar-convert-diary-to-ical)
10443 (icalendar-extract-ical-from-buffer): Use only two args for
10444 make-obsolete (XEmacs compatibility).
10445 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10446 (icalendar-export-region): Doc fix.
10447 If error, return non-nil and write errors to a buffer.
10448 Use correct weekday for weekly recurring events.
10449 Check whether date has been parsed for ordinary events.
10450 Make weekly events start in the year 2000.
10451 DTEND is non-inclusive, shift end date by one day if
10452 necessary (not for entries that have date and time).
10453 Rename local let variables: oops -> found-error, datestring ->
10454 startdatestring.
10455
10456 2004-11-02 Kim F. Storm <storm@cua.dk>
10457
10458 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10459 keep-mode-if-same variable. Add it as optional arg instead.
10460 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10461
10462 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10463 substitute-command-keys will select lower-case bindings like those
10464 used in the static help texts.
10465
10466 * descr-text.el (describe-text-properties): Don't err if called in
10467 the *Help* buffer; output to *Help-2* buffer instead.
10468
10469 * kmacro.el (group kmacro): Add :version.
10470 (kmacro-keyboard-quit): New function to cleanup on C-g.
10471 (kmacro-start-macro): Set defining-kbd-macro to append when
10472 appending to last macro.
10473
10474 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10475
10476 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10477
10478 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10479 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10480 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10481 Add :version keyword.
10482
10483 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10484
10485 * progmodes/flymake.el (flymake-err-line-patterns):
10486 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10487 `compilation-error-regexp-alist-alist' to internal Flymake format.
10488
10489 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10490
10491 2004-11-01 Jay Belanger <belanger@truman.edu>
10492
10493 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10494 with `interactive "s"'.
10495
10496 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10497
10498 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10499 Revert change from 2004-10-16. '*' checks the current buffer, but the
10500 mouse click may be in another buffer.
10501
10502 2004-11-01 John Paul Wallington <jpw@gnu.org>
10503
10504 * files.el (large-file-warning-threshold): Add :version keyword.
10505 (kill-some-buffers): Doc fix.
10506
10507 * thumbs.el (group thumbs): Add :version keyword.
10508
10509 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10510
10511 2004-11-01 Richard M. Stallman <rms@gnu.org>
10512
10513 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10514
10515 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10516
10517 * allout.el (allout group): Add :version.
10518 (allout-init): Don't use interactive-p.
10519 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10520 (allout-forward-current-level, allout-backward-current-level):
10521 Don't use interactive-p.
10522
10523 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10524 (bibtex-find-text): Likewise.
10525
10526 * progmodes/vhdl-mode.el (vhdl-fill-region)
10527 (vhdl-beginning-of-statement): Don't use interactive-p.
10528
10529 * progmodes/idlwave.el (idlwave-update-routine-info):
10530 Don't use interactive-p.
10531
10532 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10533 Don't use interactive-p.
10534
10535 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10536 Don't use interactive-p.
10537
10538 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10539 Don't use interactive-p.
10540
10541 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10542 (fortune-in-buffer): Doc fix.
10543
10544 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10545
10546 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10547 don't select the temporary buffer.
10548 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10549 (eudc-get-phone): Likewise.
10550
10551 2004-11-01 Kim F. Storm <storm@cua.dk>
10552
10553 * man.el (Man-xref-normal-file): Fix help-echo.
10554
10555 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * reveal.el (reveal-last-tick): New var.
10558 (reveal-post-command): Use it to avoid closing overlays when we're
10559 appending text to them.
10560
10561 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10562
10563 * textmodes/bibtex.el: Require button.
10564 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10565 (bibtex-reference-keys): Distinguish between header keys and
10566 crossref keys.
10567 (bibtex-beginning-of-field): New function.
10568 (bibtex-url-map): Remove.
10569 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10570 (bibtex-font-lock-url-regexp): Assume that field names begin at
10571 the beginning of a line.
10572 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10573 Remove field delimiters. Use bibtex-beginning-of-field.
10574 Bugfix, point can be inside a field with a url.
10575 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10576 New functions.
10577 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10578 (bibtex-key-in-head): Simplify.
10579 (bibtex-current-line): Use bolp.
10580 (bibtex-parse-keys): Remove unused arg `add'.
10581 Use bibtex-type-in-head and bibtex-key-in-head.
10582 (bibtex-parse-entry, bibtex-autofill-entry):
10583 Use bibtex-type-in-head and bibtex-key-in-head.
10584 (bibtex-autokey-get-field): Do not alter case of replacement text.
10585 (bibtex-autokey-get-names): Do all processing of name list.
10586 (bibtex-autokey-get-year): New function.
10587 (bibtex-autokey-get-title): Do all processing of title words.
10588 (bibtex-generate-autokey): Simplify.
10589 (bibtex-string-files-init): Use default-directory.
10590 Allow for absolute file names in bibtex-string-files.
10591 (bibtex-files, bibtex-file-path): New variables.
10592 (bibtex-files-expand): New function.
10593 (bibtex-find-entry-globally): New command.
10594 (bibtex-summary-function): New variable.
10595 (bibtex-summary): Default value of bibtex-summary-function.
10596 (bibtex-find-crossref): New optional args pnt and split.
10597 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10598 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10599 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10600 Fix handling of required and alternative fields.
10601 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10602 Use cons and display-buffer.
10603 (bibtex-validate-globally): New command.
10604 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10605 bibtex-parse-keys and bibtex-parse-strings for updating
10606 bibtex-reference-keys and bibtex-strings.
10607 (bibtex-realign): Remove blank lines past the last entry.
10608 (bibtex-reformat): Use bibtex-entry-format as default.
10609 (bibtex-choose-completion-string): Remove.
10610 (bibtex-complete): Do not use bibtex-choose-completion-string.
10611 (bibtex-url): Simplify.
10612
10613 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10614
10615 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10616 (x-dnd-types-alist, x-dnd-open-file-other-window)
10617 (x-dnd-known-types): Add :version.
10618
10619 2004-10-31 John Paul Wallington <jpw@gnu.org>
10620
10621 * ibuffer.el (group ibuffer): Add :version keyword.
10622
10623 2004-10-31 Kim F. Storm <storm@cua.dk>
10624
10625 * ido.el (group ido): Add :version keyword.
10626 (ido-mode): Remove :version keyword.
10627
10628 * emulation/cua-base.el (group cua): Add :version keyword.
10629 (cua-mode): Remove :version keyword.
10630
10631 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10632
10633 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10634
10635 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10636 compiler warning.
10637 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10638 function.
10639 (help-at-pt-display-when-idle): Remove autoload.
10640
10641 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10644
10645 2004-10-30 Juri Linkov <juri@jurta.org>
10646
10647 * help.el (function-called-at-point):
10648 * help-fns.el (variable-at-point): Read -> intern.
10649
10650 2004-10-30 Simon Josefsson <jas@extundo.com>
10651
10652 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10653 Recognize AS_* too.
10654
10655 2004-10-29 Simon Josefsson <jas@extundo.com>
10656
10657 * subr.el (read-passwd): Move back from password.el.
10658
10659 * password.el: Remove, not ready yet.
10660
10661 2004-10-29 Andreas Schwab <schwab@suse.de>
10662
10663 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10664
10665 2004-10-29 Sam Steingold <sds@gnu.org>
10666
10667 * mouse.el (mouse-show-mark): Replace the last occurrence of
10668 x-lost-selection-hooks with x-lost-selection-functions.
10669
10670 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10673 x-lost-selection-functions is bound.
10674
10675 * mouse-sel.el (mouse-sel-mode):
10676 * emacs-lisp/lselect.el: Adjust to new names for
10677 x-(lost|sent)-selection-functions.
10678
10679 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10680 New obsolete aliases of x-lost-selection-functions and
10681 x-sent-selection-functions.
10682
10683 2004-10-28 Kim F. Storm <storm@cua.dk>
10684
10685 * imenu.el (imenu-scanning-message): Remove.
10686 (imenu-progress-message): Make it a no-op.
10687
10688 2004-10-28 John Paul Wallington <jpw@gnu.org>
10689
10690 * files.el (set-auto-mode): Call `throw' correctly.
10691
10692 2004-10-28 Juri Linkov <juri@jurta.org>
10693
10694 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10695 to search `Info-...' commands in `info' manual.
10696 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10697 Add 'info-file "emacs" property.
10698 (Info-find-emacs-command-nodes): Fix index line number regexp.
10699 Set real line number (instead of fake 0) in first element of the
10700 returned list.
10701 (Info-goto-emacs-command-node): Use line number of first element
10702 to set point in the first found Info node.
10703
10704 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10705 code to `grep-mode-font-lock-keywords'.
10706 (grep-mode-font-lock-keywords): Delete grep markers instead
10707 of making them invisible.
10708
10709 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10710
10711 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10712 and x-server-version in bug report.
10713
10714 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10715
10716 * files.el (set-auto-mode-0): New function.
10717 (set-auto-mode): Use it to handle aliased modes and to
10718 be consistent between C-x C-f and C-x C-w.
10719
10720 2004-10-28 Kenichi Handa <handa@m17n.org>
10721
10722 * international/utf-8.el (utf-translate-cjk-charsets):
10723 Add katakana-jisx0201.
10724
10725 * international/subst-jis.el: Add data for JISX0201.
10726
10727 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10728
10729 * obsolete/hilit19.el (hilit-mode): New function.
10730 Move all the toplevel side-effecting stuff into it, so that loading
10731 hilit19 doesn't mess everything up any more.
10732
10733 2004-10-27 Richard M. Stallman <rms@gnu.org>
10734
10735 * add-log.el (add-change-log-entry): Set up mailing address
10736 and full name later, and don't alter add-log-mailing-address
10737 or add-log-full-name.
10738
10739 * elide-head.el (elide-head): Change error to message.
10740 (elide-head-show): Likewise.
10741
10742 * apropos.el (apropos-macrop): Doc fix.
10743
10744 * mouse.el (mouse-show-mark): Do most processing the same
10745 regardless of transient-mark-mode.
10746
10747 * shadowfile.el (shadow-copy-files): Use interactive-p
10748 only to control whether to print a message.
10749
10750 * tar-mode.el (tar-mode): Use write-contents-functions,
10751 not write-contents-hooks.
10752
10753 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10754 directory-sep-char.
10755
10756 2004-10-27 Richard M. Stallman <rms@gnu.org>
10757
10758 * strokes.el (strokes-unload-hook): Fix previous change.
10759
10760 * type-break.el (type-break-run-at-time): Always use run-at-time;
10761 forget the alternatives.
10762 (type-break-cancel-function-timers): Always use cancel-function-timers;
10763 forget the alternatives.
10764
10765 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10766
10767 2004-10-27 Kenichi Handa <handa@m17n.org>
10768
10769 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10770
10771 * international/subst-gb2312.el: Likewise.
10772
10773 * international/subst-big5.el: Likewise.
10774
10775 * international/subst-ksc.el: Likewise.
10776
10777 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10778 New variable.
10779 (utf-translate-cjk-set-unicode-range): New function.
10780 (utf-translate-cjk-unicode-range): Make it customizable.
10781 (utf-8-post-read-conversion):
10782 Use utf-translate-cjk-unicode-range-string.
10783 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10784 Unicode ranges.
10785
10786 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10787
10788 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10789 trivial variants to shorten the list.
10790 (xml-based-modes): New var.
10791 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10792 declaration higher priority than auto-mode-alist.
10793
10794 * find-file.el (cc-other-file-alist): Bring it in line with
10795 cc-mode's auto-mode-alist entries and use \' instead of $.
10796
10797 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10798 and add "Id" and "Name" submenus to it.
10799
10800 * imenu.el (imenu--generic-function): Skip matches in comments.
10801
10802 2004-10-26 Jay Belanger <belanger@truman.edu>
10803
10804 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10805 (full-calc-keypad, calc-trail-display): Use an extra argument
10806 instead of `interactive-p'.
10807
10808 * calc/calc-misc.el (calc-other-window): Use an extra argument
10809 instead of `interactive-p'.
10810
10811 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10812 `interactive-p'.
10813
10814 2004-10-26 Kim F. Storm <storm@cua.dk>
10815
10816 * help.el (describe-key): Describe both down-event and up-event
10817 for a mouse click.
10818
10819 2004-10-26 Richard M. Stallman <rms@gnu.org>
10820
10821 * woman.el (woman): Don't call interactive-p.
10822
10823 * pcomplete.el (pcomplete): Instead of interactive-p,
10824 use an arg set non-nil by the interactive spec.
10825
10826 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10827 use an arg set non-nil by the interactive spec.
10828
10829 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10830 use an arg set non-nil by the interactive spec.
10831
10832 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10833
10834 * progmodes/flymake.el (flymake-split-string):
10835 Use `flymake-split-string-remove-empty-edges' in any case.
10836
10837 2004-10-26 Masatake YAMATO <jet@gyve.org>
10838
10839 * progmodes/flymake.el (flymake-err-line-patterns):
10840 Use `compilation-error-regexp-alist-alist' instead of
10841 `compilation-error-regexp-alist'.
10842
10843 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10846 verbatim face on the \ of \end{verbatim}.
10847
10848 2004-10-25 Jay Belanger <belanger@truman.edu>
10849
10850 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10851 erasing minibuffer.
10852
10853 2004-10-25 Simon Josefsson <jas@extundo.com>
10854
10855 * subr.el (read-passwd): Move to net/password.el.
10856
10857 * net/password.el (read-passwd): Add. Autoload it.
10858
10859 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10860
10861 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10862
10863 * simple.el (process-file): Fix logic.
10864
10865 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10866
10867 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10868 (increase-right-margin): Remove erroneous call to `interactive-p'.
10869
10870 2004-10-24 Kim F. Storm <storm@cua.dk>
10871
10872 * help.el (describe-mode): Fix 2004-10-13 change.
10873 Copy pure "Auto Fill" string so it can be propertized later
10874 without causing a read-only error.
10875
10876 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10877
10878 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10879 style indexes.
10880
10881 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10882
10883 * simple.el (process-file): Accept nil for INFILE. Reported by
10884 Luc Teirlinck.
10885
10886 2004-10-24 Masatake YAMATO <jet@gyve.org>
10887
10888 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10889 Handle periods and underscores in a function name.
10890 Remove the address fontification.
10891
10892 2004-10-24 Masatake YAMATO <jet@gyve.org>
10893
10894 * progmodes/asm-mode.el (asm-font-lock-keywords):
10895 Use font-lock-variable-name-face for registers.
10896
10897 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10898
10899 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10900 kill-all-local-variables.
10901 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10902 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10903 Use kill-all-local-variables and provide mode-hooks.
10904 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10905 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10906 Suggested by Masatake YAMATO <jet@gyve.org>.
10907
10908 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10909
10910 * simple.el (process-file): New function, similar to call-process
10911 but supports file handlers.
10912 * vc.el (vc-do-command): Use it, instead of call-process.
10913 * net/tramp-vc.el (vc-do-command): Do not advise it if
10914 process-file is fboundp.
10915 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10916 process-file.
10917 (tramp-handle-process-file): New function.
10918 (tramp-file-name-for-operation): Support process-file.
10919
10920 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10921
10922 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10923 (icalendar-weekdayabbrev-table)
10924 (icalendar-monthnumber-table): Delete.
10925 (icalendar--get-month-number): Use calendar-month-name-array.
10926 (icalendar--get-weekday-number): New function.
10927 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10928 (icalendar-export-region): Handle multi-line entries.
10929 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10930
10931 2004-10-23 John Paul Wallington <jpw@gnu.org>
10932
10933 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10934 `wildcards' set to t in interactive spec.
10935
10936 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10937 interactive spec rather than use `interactive-p'.
10938 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10939 rather than use function `interactive-p'.
10940
10941 2004-10-22 Kenichi Handa <handa@m17n.org>
10942
10943 * international/mule.el (translate-region): Implement it in Lisp
10944 as a front end of translate-region-internal.
10945
10946 2004-10-21 Jay Belanger <belanger@truman.edu>
10947
10948 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10949 Declare these variables with defvar.
10950
10951 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10952 is bound, only check to see if it is bound.
10953
10954 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10957 Don't output messages.
10958
10959 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10960
10961 2004-10-21 John Paul Wallington <jpw@gnu.org>
10962
10963 * calc/calc-graph.el (calc-graph-init):
10964 Use `set-process-query-on-exit-flag'.
10965
10966 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10967
10968 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10969 dir right and also allow argumentless cd.
10970
10971 2004-10-19 Richard M. Stallman <rms@gnu.org>
10972
10973 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10974
10975 * eshell/em-unix.el (eshell-grep):
10976 Don't bind compilation-process-setup-function.
10977
10978 * comint.el (comint-insert-input): Use @ in `interactive'.
10979 (comint-input-filter-functions): Doc fix.
10980 (comint-kill-whole-line, comint-get-source): Doc fix.
10981
10982 * progmodes/compile.el (compilation-setup):
10983 Don't set buffer-read-only if MINOR is non-nil.
10984
10985 2004-10-19 Jay Belanger <belanger@truman.edu>
10986
10987 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10988 (calc-emacs-type-gnu19): Remove.
10989 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10990 Remove check for old emacs versions.
10991
10992 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10993 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10994 for current Emacs.
10995
10996 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10997 the end of the minibuffer.
10998 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10999 copy `esc-map'.
11000
11001 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11002
11003 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11004 call that would be given when the current emacs was used.
11005
11006 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11007
11008 * calendar/icalendar.el: Set coding to utf-8.
11009 (icalendar-version): Increase to 0.07.
11010 (icalendar-monthnumber-table): Change March pattern.
11011 (icalendar-get-all-event-properties)
11012 (icalendar-set-event-property): Delete.
11013 (icalendar-all-events): No longer interactive.
11014 (icalendar-convert-diary-to-ical)
11015 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11016 their replacements.
11017 (icalendar-export-file, icalendar-export-region): New functions;
11018 essentially old `icalendar-convert-diary-to-ical' but appending to
11019 target rather than overwriting.
11020 (icalendar-import-file): Append to target file rather than
11021 overwriting. Fourth arg deleted.
11022 (icalendar-import-buffer): New name for old
11023 `icalendar-extract-ical-from-buffer'.
11024 (icalendar--convert-string-for-import): New name for
11025 old `icalendar-convert-for-import'.
11026 (include-icalendar-files): Delete.
11027 Prefix for all internal functions changed from `icalendar-'
11028 to `icalendar--'.
11029
11030 2004-10-19 Richard M. Stallman <rms@gnu.org>
11031
11032 * paths.el (news-path): Fix previous change.
11033
11034 2004-10-18 Jay Belanger <belanger@truman.edu>
11035
11036 * calc/calc-help.el (calc-describe-bindings):
11037 Set `buffer-read-only' to nil while working in the keybindings buffer;
11038 remove some extra information from the keybindings buffer.
11039
11040 2004-10-18 David Ponce <david@dponce.com>
11041
11042 * mouse.el (mouse-drag-move-window-top): New function.
11043 (mouse-drag-mode-line-1): Use it.
11044
11045 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11046
11047 * info.el (Info-fontify-node): For multiline refs,
11048 arrange to unfontify newline and surrounding whitespace.
11049
11050 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11051
11052 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11053 directory is missing.
11054
11055 2004-10-17 John Paul Wallington <jpw@gnu.org>
11056
11057 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11058 New customizable variable; whether to display buffers that match
11059 `ibuffer-maybe-show-predicates' by default.
11060 (ibuffer-maybe-show-predicates): Mention it in docstring.
11061 (ibuffer-display-maybe-show-predicates): New variable.
11062 (ibuffer-update): Prefix arg now toggles whether buffers that
11063 match `ibuffer-maybe-show-predicates' should be displayed.
11064 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11065 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11066 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11067
11068 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11069
11070 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11071 work correctly.
11072
11073 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11074
11075 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11076 (Buffer-menu-beginning): New helper function.
11077 (Buffer-menu-execute): Use it.
11078 (Buffer-menu-select): Use it.
11079 (Buffer-menu-sort): Use it and also keep markers.
11080
11081 2004-10-17 Richard M. Stallman <rms@gnu.org>
11082
11083 * paths.el (news-directory): Rename from news-path. Old name alias.
11084 (rmail-spool-directory): Use defvar.
11085 (sendmail-program): Use defcustom.
11086 (remote-shell-program): Use defcustom.
11087 (term-file-prefix): Use defvar.
11088 (abbrev-file-name): Use defvar.
11089
11090 * term.el: Add maintainer.
11091
11092 * subr.el (with-local-quit): Return nil if there's a quit.
11093 (read-passwd): Use with-local-quit. Doc fix.
11094
11095 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11096 (strokes-unload-hook): Set as a variable with add-hook.
11097
11098 * startup.el (fancy-splash-tail, normal-splash-screen):
11099 Update copyright year.
11100
11101 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11102
11103 * server.el (server-unload-hook): Set as a variable with add-hook.
11104
11105 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11106
11107 * frame.el (special-display-popup-frame):
11108 Make the buffer current as its frame is created.
11109
11110 * delsel.el (delsel-unload-hook): Set as a variable.
11111
11112 * comint.el (comint-output-filter-functions):
11113 Add comint-watch-for-password-prompt.
11114 (comint-read-noecho): Function deleted.
11115 (send-invisible): Use read-passwd.
11116
11117 * fringe.el (fringe-mode-initialize): New function.
11118 (fringe-mode): Use fringe-mode-initialize as :initialize.
11119
11120 2004-10-17 Kim F. Storm <storm@cua.dk>
11121
11122 * language/indian.el (indian-script-language-alist): Swap value and doc.
11123 (indian-font-char-index-table): Doc fix.
11124
11125 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11128
11129 2004-10-16 Juri Linkov <juri@jurta.org>
11130
11131 * progmodes/compile.el (compilation-start): Move let-binding of
11132 `process-environment' into `with-current-buffer' body.
11133 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11134
11135 2004-10-16 Richard M. Stallman <rms@gnu.org>
11136
11137 * pcvs-util.el (cvs-bury-buffer):
11138 Don't call get-buffer-window for effect.
11139
11140 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11141
11142 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11143
11144 * msb.el (msb-unload-hook): Set the variable.
11145
11146 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11147 Use * to err if buffer is readonly.
11148
11149 * subr.el (looking-back): Return only t or nil.
11150
11151 * whitespace.el (whitespace-unload-hook): Set the variable.
11152
11153 * view.el (view-mode-enable): Set view-page-size and
11154 view-half-page-size to nil.
11155 (view-set-half-page-size-default): view-half-page-size = nil
11156 means the default.
11157 (View-scroll-page-forward): Use view-page-size-default.
11158 (View-scroll-page-backward): Likewise.
11159 (view-page-size, view-half-page-size): Doc fixes.
11160
11161 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11162
11163 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11164
11165 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11166 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11167 (byte-compile-log-1): Bind inhibit-read-only.
11168 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11169 (byte-compile-log-warning): Likewise.
11170 (byte-compile-file-form-require): Detect "cl" from the arg value.
11171
11172 * progmodes/compile.el (compilation-start): Assume compilation-mode
11173 will make the buffer read-only.
11174 (compilation-mode): Take arg name-of-mode.
11175 (compilation-setup): Make buffer read-only.
11176 (compilation-handle-exit): Bind inhibit-read-only.
11177
11178 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11179 (ispell-message): Likewise.
11180 (ispell-show-choices): Don't call get-buffer-window uselessly.
11181 (ispell-init-process): Use set-process-query-on-exit-flag.
11182
11183 2004-10-16 Kim F. Storm <storm@cua.dk>
11184
11185 * fringe.el (fringe-bitmaps): Only initialize when defined.
11186
11187 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11188 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11189
11190 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11191
11192 2004-10-15 Simon Josefsson <jas@extundo.com>
11193
11194 * net/password.el: Add.
11195
11196 2004-10-14 Masatake YAMATO <jet@gyve.org>
11197
11198 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11199 (gdb-script-end-of-defun): New function.
11200 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11201 `gdb-script-end-of-defun' as *-of-defun-function.
11202
11203 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11204
11205 * button.el (button-activate): Allow a marker to display as an action.
11206
11207 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11208
11209 * help.el (describe-mode): Use it to make minor mode list into
11210 hyperlinks.
11211
11212 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * vc.el (vc-annotate-display-select): Fix typo.
11215
11216 * subr.el (substitute-key-definition-key): New function.
11217 (substitute-key-definition): Use it with map-keymap.
11218 (event-modifiers): Use push.
11219 (mouse-movement-p, with-temp-buffer): Simplify.
11220
11221 2004-10-12 Jay Belanger <belanger@truman.edu>
11222
11223 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11224 New variables.
11225 (calc-help-index-entries): New function.
11226 (calc-describe-function): Use `calc-help-function-list' instead of
11227 obarray for completion.
11228 (calc-describe-variable): Use `calc-help-variable-list' instead
11229 of obarray for completion.
11230
11231 2004-10-12 Richard M. Stallman <rms@gnu.org>
11232
11233 * info-look.el (info-lookup-file): Add info-file property.
11234 (info-lookup-symbol): Likewise.
11235
11236 * info.el (info-xref): Add underlining.
11237 (info): Add info-file property.
11238 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11239
11240 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11241
11242 Sync with Tramp 2.0.45.
11243
11244 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11245 defined. This is not the case for XEmacs without package "edebug".
11246 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11247 remote files to the permissions of the original file. This is not
11248 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11249 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11250 (tramp-perl-decode): Fix an error in Perl implementation.
11251 $pending must be cleared every loop. Reported by Benjamin Place
11252 <benjaminplace@sprintmail.com>
11253
11254 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11255 Don't activate advice during definition. This is done later on,
11256 depending on test result of `substitute-in-file-name'.
11257 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11258
11259 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11262
11263 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11264
11265 2004-10-12 David Ponce <david@dponce.com>
11266
11267 * recentf.el (recentf-edit-list): Update the menu when the recentf
11268 list has been modified.
11269
11270 2004-10-12 Simon Josefsson <jas@extundo.com>
11271
11272 * net/tls.el (tls-certtool-program): New variable.
11273 (tls-certificate-information): New function, based on
11274 ssl-certificate-information.
11275
11276 2004-10-12 Kenichi Handa <handa@m17n.org>
11277
11278 * international/mule.el (coding-system-equal): Move from mule-util.el.
11279
11280 * international/mule-util.el (coding-system-equal): Move to mule.el.
11281
11282 2004-10-12 Kim F. Storm <storm@cua.dk>
11283
11284 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11285 reset kmacro-initial-counter-value if set.
11286 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11287 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11288 (kmacro-display): Show macro counter if non-zero.
11289
11290 * subr.el (substitute-key-definition): Mention command remapping
11291 in doc string.
11292
11293 2004-10-11 Jay Belanger <belanger@truman.edu>
11294
11295 * calc/calc-misc.el (calc-info-goto-node): New function.
11296 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11297 node in one step.
11298 (calc-describe-copying, calc-describe-distribution)
11299 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11300 Go to appropriate info node in one step.
11301
11302 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11305
11306 * font-lock.el (font-lock-apply-highlight): Fix last change.
11307
11308 2004-10-11 Simon Josefsson <jas@extundo.com>
11309
11310 * mail/smtpmail.el (smtpmail-open-stream): Look for
11311 starttls-gnutls-program instead of starttls-program iff
11312 starttls-use-gnutls is non-nil.
11313 (smtpmail-open-stream): Don't overwrite user settings of
11314 starttls-extra-arguments and starttls-extra-args.
11315
11316 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * comint.el (comint-mouse-insert-input): Remove.
11319 (comint-insert-input): Make it work for mouse bindings.
11320 (comint-mode-map): Move defs into the declaration.
11321 (comint-output-filter): Typo.
11322
11323 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11324
11325 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11326
11327 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11328 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11329 ange-ftp-remote-shell.
11330
11331 2004-10-10 Andreas Schwab <schwab@suse.de>
11332
11333 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11334 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11335 Reported by <sri@asu.edu>.
11336
11337 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11338
11339 * vc.el (vc-annotate-mode): Remove variable.
11340 (vc-annotate-display-select): Only call vc-annotate-mode
11341 if we're not in that mode already.
11342
11343 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11344
11345 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11346 (imenu-choose-buffer-index): Check here for rescan instead.
11347
11348 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11349 where the face expression evals to nil.
11350
11351 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11352 (tex-font-lock-keywords-2): Use it.
11353 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11354
11355 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11356
11357 2004-10-09 Kim F. Storm <storm@cua.dk>
11358
11359 * subr.el (progress-reporter-update): Define before first usage.
11360 (make-progress-reporter): Doc fix.
11361
11362 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11363
11364 * textmodes/paragraphs.el (sentence-end-double-space)
11365 (sentence-end-without-period, sentence-end-without-space)
11366 (sentence-end): Doc fixes.
11367
11368 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11369
11370 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11371 Change paragraph-start regexp so we don't fill code starting with #'(.
11372
11373 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11374
11375 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11376 New defcustom.
11377 (extract-address-components): Use it.
11378
11379 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11380
11381 * subr.el (make-progress-reporter, progress-reporter-update)
11382 (progress-reporter-force-update, progress-reporter-do-update)
11383 (progress-reporter-done): New functions.
11384
11385 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11386
11387 * progmodes/etags.el (etags-tags-completion-table): Use progress
11388 reporter.
11389 (etags-tags-apropos): Likewise.
11390
11391 2004-10-08 Alan Mackenzie <acm@muc.de>
11392
11393 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11394 of current line.
11395
11396 2004-10-08 Masatake YAMATO <jet@gyve.org>
11397
11398 * server.el (server-process-filter): Wrap `process-send-region'
11399 by `condition-case' to guard the case when the pipe to PROC is closed.
11400
11401 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11402
11403 * xml.el (xml-substitute-special): Limit handling of external entities.
11404
11405 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11406
11407 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11408
11409 2004-10-06 John Paul Wallington <jpw@gnu.org>
11410
11411 * xml.el (xml-parse-dtd): Fix `error' call.
11412
11413 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11414
11415 * xml.el (xml-substitute-special): Return a single string instead
11416 of a list of strings if an entity substitution is made.
11417
11418 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11419
11420 * calendar/icalendar.el: New file.
11421
11422 2004-10-05 Juri Linkov <juri@jurta.org>
11423
11424 * isearch.el (isearch-done): Set mark after running hook.
11425 Reported by Drew Adams <drew.adams@oracle.com>.
11426
11427 * info.el (Info-history, Info-toc): Fix Info headers.
11428 (Info-toc): Narrow buffer before Info-fontify-node.
11429 (Info-build-toc): Don't check for special Info file names.
11430 Set main-file to nil if Info-find-file returns a symbol.
11431
11432 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11433
11434 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11435 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11436 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11437
11438 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11439
11440 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11441 for old interactive spec from calendar-goto-iso-date.
11442 (calendar-goto-iso-date): Use it.
11443 (calendar-goto-iso-week): New function. Suggested by Emilio
11444 C. Lopes <eclig@gmx.net>.
11445
11446 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11447
11448 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11449 `set-right-margin' bindings that follow the minor mode conventions.
11450
11451 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11454 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11455 (latex-block-args-alist): Add minipage and picture.
11456 (latex-block-body-alist): Use reftex-label if enabled.
11457 (latex-insert-block): Don't insert a \n if not necessary.
11458 (tex-compile-commands): Make sure dvips doesn't send to printer.
11459 (tex-compile-default): Handle the case where no executable is found.
11460 (latex-noindent-environments): New var.
11461 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11462 If tex-indent-allhanging is non-nil, make sure we only align for macros
11463 at beginning of line.
11464
11465 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11466
11467 * newcomment.el (comment-beginning): Doc fix and don't choke on
11468 unset `comment-end-skip' when at beginning of comment.
11469
11470 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11471
11472 * term.el (term-adjust-current-row-cache): Don't allow the current
11473 row to become negative.
11474 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11475 the end of the line. Fix scroll down. Add comments.
11476 (term-handle-ansi-escape): Don't exceed terminal width when moving
11477 right.
11478 (term-scroll-region): Move the cursor after setting the scroll region.
11479
11480 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11481
11482 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11483 to `width' for consistency with docstring. Doc fix.
11484
11485 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11486
11487 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11488 This is necessary for derived modes.
11489
11490 2004-09-30 Kim F. Storm <storm@cua.dk>
11491
11492 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11493 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11494
11495 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11496 kmacro-extract-lambda functions.
11497 (edit-kbd-macro): Handle kmacro lambda forms.
11498 Include counter and counter format in edit buffer.
11499 (edmacro-finish-edit): Get counter and format from edit buffer and
11500 update kmacro bindings when found.
11501
11502 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11503
11504 * textmodes/paragraphs.el (forward-paragraph):
11505 Avoid args-out-of-range error when point winds up at the beginning of
11506 the buffer and hard newlines are enabled.
11507
11508 * newcomment.el (comment-multi-line): Doc fix.
11509
11510 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11513 (diff-fixup-modifs): Catch unified-diff file-headers.
11514
11515 2004-09-29 Kim F. Storm <storm@cua.dk>
11516
11517 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11518 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11519 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11520
11521 * fringe.el (fringe-bitmap-p): New macro.
11522 (fringe-bitmaps): Add standard fringe bitmaps on load.
11523
11524 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11525
11526 * dired.el (dired-view-command-alist): Use more efficient regexps.
11527 Remove dubious arguments.
11528 (dired-align-file): New function.
11529 (dired-insert-directory): Use it.
11530 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11531 (dired-buffers-for-dir): Remove unused var `pattern'.
11532
11533 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11534
11535 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11536 from diary display excursion. Store diary buffer's point for
11537 `simple-diary-display'.
11538 (simple-diary-display): Set window point and start when
11539 displaying buffer, to preserve point.
11540
11541 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11542
11543 * textmodes/enriched.el (enriched-translations): Replace defconst
11544 with defvar.
11545
11546 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11547
11548 * printing.el: Doc fix.
11549 (pr-version): New version number (6.8.1).
11550 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11551 make-temp-name.
11552 (pr-delete-file): Check if file exists before deleting it.
11553 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11554
11555 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11556
11557 * term.el (term-display-table): New variable.
11558 (term-mode): Use it.
11559 (term-exec-1): Set the coding system to binary.
11560 (term-emulate-terminal): Decode the string before inserting it.
11561
11562 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11563
11564 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11565 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11566 (map): Bind S-prior, S-next and S-insert.
11567 (term-mode): Set `indent-tabs-mode' to nil.
11568 (term-paste): New function to be bound to S-insert.
11569 (term-send-del, term-send-backspace): Change the strings sent.
11570 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11571 (term-handle-colors-array): Fix handling of underline and reverse.
11572 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11573 (term-erase-in-line): Fix comparison.
11574 (term-emulate-terminal): Fix line wrap handling.
11575 (term-start-output-log): Rename from `term-set-output-log'.
11576 (term-stop-output-log): Rename from `term-stop-photo'.
11577 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11578
11579 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * dired.el (dired-move-to-filename): Don't output a message if
11582 raise-error is non-nil. Fix return position and value.
11583
11584 * files.el (insert-directory): Obey --dired even with symlinks.
11585
11586 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11587
11588 * ls-lisp.el (ls-lisp-format): Mark file names with property
11589 dired-filename.
11590
11591 2004-09-25 Kim F. Storm <storm@cua.dk>
11592
11593 * ido.el (ido-max-directory-size): New defcustom.
11594 (ido-decorations): Add "too big" element.
11595 (ido-directory-too-big): New dynamic var.
11596 (ido-may-cache-directory): Don't cache big directories.
11597 (ido-directory-too-big-p): New defun.
11598 (ido-set-current-directory): Update ido-directory-too-big.
11599 (ido-read-internal): Make empty ido-cur-item if too-big.
11600 (ido-buffer-internal): Use ido-read-internal directly instead of
11601 ido-read-buffer.
11602 (ido-file-internal): Init ido-directory-too-big.
11603 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11604 and redo completion with full list.
11605 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11606 it, and show completions.
11607 (ido-all-completions): Let bind ido-directory-too-big to nil.
11608 (ido-exhibit): Handle ido-directory-too-big.
11609 (ido-read-buffer): Handle fallback to read-buffer.
11610 Init ido-directory-too-big.
11611 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11612 Init ido-directory-too-big.
11613
11614 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11615
11616 * subr.el (delay-mode-hooks): Doc fix.
11617
11618 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11619
11620 * textmodes/enriched.el
11621 (enriched-default-text-properties-local-flag): New variable.
11622 (enriched-mode): Make sure that enabling and disabling the mode is
11623 a no-op. Doc fix.
11624
11625 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11626
11627 * calendar/holidays.el (holiday-advent): Report on a specified day
11628 offset from advent, not just advent.
11629 (holiday-easter-etc): Report on one specified day offset from
11630 easter, not all easter holidays. Various Easter holidays moved to
11631 `christian-holidays' variable in calendar.el.
11632 * calendar/calendar.el (christian-holidays): Adapt for new
11633 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11634
11635 2004-09-23 Kim F. Storm <storm@cua.dk>
11636
11637 * image.el (insert-sliced-image): Add doc string.
11638
11639 * ido.el (ido-choice-list): New dynamic var for `list' context.
11640 (ido-context-switch-command): New dynamic var.
11641 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11642 (ido-read-internal): Handle new `list' context.
11643 Handle insert-buffer and insert-file ido-exit values.
11644 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11645 ido-context-switch-command. Handle insert-file ido-exit value.
11646 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11647 unless it is already bound by caller.
11648 (ido-file-internal): New arg switch-cmd. Use it to setup
11649 ido-context-switch-command. Handle insert-buffer ido-exit value.
11650 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11651 used for context switching.
11652 (ido-all-completions): Handle new `list' context.
11653 (ido-make-choice-list): Return choices for `list' context.
11654 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11655 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11656 (ido-insert-buffer, ido-insert-file): Setup context switching.
11657 (ido-exhibit): Handle `list' context.
11658 (ido-read-file-name): Disable context switching. Handle fallback.
11659 (ido-read-directory-name): Disable context switching.
11660 (ido-completing-read): New defun like completing-read. Setup and
11661 use new `list' context.
11662
11663 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11664
11665 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11666
11667 2004-09-21 Jay Belanger <belanger@truman.edu>
11668
11669 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11670 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11671 separate window.
11672
11673 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11674
11675 * subr.el (after-change-major-mode-hook): Doc fix.
11676
11677 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11678
11679 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11680 of ghostscript for monochrome PostScript file in Windows.
11681
11682 2004-09-21 Kenichi Handa <handa@m17n.org>
11683
11684 * descr-text.el (describe-char): Checking of quail activation fixed.
11685
11686 2004-09-21 Jay Belanger <belanger@truman.edu>
11687
11688 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11689
11690 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11691
11692 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11693 after the mode hooks instead of before. Doc fix.
11694
11695 2004-09-20 Jason Rumney <jasonr@gnu.org>
11696
11697 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11698 _emacs, but revert to .emacs if neither exists in home directory.
11699
11700 2004-09-20 John Paul Wallington <jpw@gnu.org>
11701
11702 * bindings.el (completion-ignored-extensions): Add .dfsl.
11703
11704 2004-09-20 Richard M. Stallman <rms@gnu.org>
11705
11706 * bindings.el (scroll-left): Make it disabled.
11707
11708 * files.el (enable-local-eval): Doc fix.
11709
11710 * indent.el (move-to-left-margin): Special case for minibuffer.
11711
11712 * term.el (term-emulate-terminal): Turn off undo for output.
11713 Use with-current-buffer and save-selected-window.
11714
11715 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11716
11717 * progmodes/make-mode.el (makefile-fill-paragraph):
11718 Don't insist on spaces when looking for comments. # is enough.
11719
11720 * files.el (hack-local-variables): Copy the variables list
11721 to another buffer, strip prefixes and suffixes there, then read.
11722 (enable-local-eval): Doc fix.
11723 (ignored-local-variables): Initialize to nil.
11724 (risky-local-variable-p): Don't check ignored-local-variables here.
11725 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11726
11727 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11728
11729 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11730 of = to "." (punctuation).
11731
11732 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11733
11734 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11735
11736 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11737
11738 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11739 (enriched-before-change-major-mode): New function.
11740 Add it to `change-major-mode-hook'.
11741 (enriched-after-change-major-mode): New function.
11742 Add it to `after-change-major-mode-hook'.
11743 (enriched-mode): Make it work correctly if called from
11744 `after-change-major-mode-hook'.
11745 No longer set `indent-line-function'.
11746
11747 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11748
11749 * subr.el (after-change-major-mode-hook): New variable.
11750 (run-mode-hooks): Implement it.
11751
11752 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * battery.el (battery-linux-proc-apm): Use string-to-number.
11755 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11756 Use dolist (and less indentation). Use erase-buffer.
11757 Pre-initialize `design-capacity', `warn', and `low'.
11758 (battery-format): Use replace-regexp-in-string.
11759
11760 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11761
11762 * battery.el: Delete superfluous empty lines.
11763 (battery-linux-proc-acpi): Attempt to gather information from all
11764 battery subdirectories regardless of their file name.
11765 (battery-linux-proc-apm): Replace all occurrences of
11766 battery-hex-to-int-2 with string-to-int (base 16).
11767 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11768 (battery-hex-map): Delete variable.
11769
11770 2004-09-18 John Paul Wallington <jpw@gnu.org>
11771
11772 * calc/calc-units.el (calc-quick-units): Fix overzealous
11773 s/or/unless/.
11774
11775 2004-09-17 Jay Belanger <belanger@truman.edu>
11776
11777 * calc/calc.el (calc-mode-var-list): Fix the value of
11778 `calc-matrix-brackets'.
11779
11780 2004-09-17 Romain Francoise <romain@orebokech.com>
11781
11782 * ibuf-ext.el (define-ibuffer-filter filename):
11783 Expand dired-directory since buffer-file-name is absolute.
11784
11785 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11786
11787 * ediff-init.el (ediff-current-diff-face-A)
11788 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11789 (ediff-current-diff-face-Ancestor)
11790 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11791 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11792 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11793 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11794 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11795 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11796 Use min-colors.
11797
11798 * term.el (term-down): Perform vertical motion if DOWN is negative.
11799 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11800 (term-termcap-format): Synchronyze with the eterm terminfo entry
11801 in etc/e/eterm.ti.
11802 (term-handle-colors-array): If the current foreground or
11803 background are zero (i.e. unspecified), use the foreground and
11804 background of the default face for reverse video.
11805 (term-ansi-at-eval-string, term-ansi-default-fg)
11806 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11807 (term-mem): Delete ununsed function.
11808 (term-protocol-version): Increment.
11809 (term-current-face): Set to default.
11810
11811 2004-09-15 Jay Belanger <belanger@truman.edu>
11812
11813 * calc/calc.el (calc-mode-var-list): Define this variable.
11814 (calc-always-load-extensions, calc-line-numbering)
11815 (calc-line-breaking, calc-display-just, calc-display-origin)
11816 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11817 (calc-group-char, calc-point-char, calc-frac-format)
11818 (calc-prefer-frac, calc-hms-format, calc-date-format)
11819 (calc-float-format, calc-full-float-format, calc-complex-format)
11820 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11821 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11822 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11823 (calc-matrix-brackets, calc-language, calc-language-option)
11824 (calc-left-label, calc-right-label, calc-word-size)
11825 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11826 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11827 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11828 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11829 (calc-window-height, calc-display-trail, calc-show-selections)
11830 (calc-use-selections, calc-assoc-selections)
11831 (calc-display-working-message, calc-auto-why, calc-timing)
11832 (calc-mode-save-mode, calc-standard-date-formats)
11833 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11834 (calc-user-parse-tables, calc-gnuplot-default-device)
11835 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11836 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11837 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11838 (calc-invocation-macro, calc-show-banner): Give these values as
11839 part of `calc-mode-var-list's initialization after the variables
11840 are declared with defvar.
11841 (calc-bug-address): Change email address to send bug reports to.
11842 Change the maintainer address at the top.
11843 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11844 than "\\.emacs" to determine if it is the user-init-file.
11845
11846 * calc/calc-embed.el (calc-embedded-set-modes): Use
11847 `calc-mode-var-list' correctly.
11848
11849 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11850
11851 * vc.el (annotate-time): Document point handling.
11852 (vc-annotate-display-autoscale): Doc fix.
11853
11854 2004-09-15 Miles Bader <miles@gnu.org>
11855
11856 * generic.el (generic-make-keywords-list): Use symbol rather than
11857 word anchors in regexp.
11858
11859 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11860
11861 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11862 no file name consider `dired-directory'.
11863
11864 2004-09-14 Kim F. Storm <storm@cua.dk>
11865
11866 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11867
11868 2004-09-14 Simon Josefsson <jas@extundo.com>
11869
11870 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11871
11872 * textmodes/dns-mode.el: Add.
11873
11874 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11877 (disabled-command-function): Make the ?\ char more obvious.
11878
11879 * vc-arch.el (vc-arch-root, vc-arch-registered):
11880 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11881
11882 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11883
11884 * windmove.el (windmove-frame-edges): Report coordinates of
11885 outside edges of frame, not inside edges.
11886 (windmove-coordinates-of-position): Convert into wrapper to new
11887 function `windmove-coordinates-of-window-position';
11888 `compute-motion' always applies to selected window.
11889 (windmove-coordinates-of-position): Update documentation to refer
11890 to Emacs 21 Lisp Reference Manual.
11891 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11892
11893 2004-09-13 Kim F. Storm <storm@cua.dk>
11894
11895 * isearch.el (isearch-resume-in-command-history): Rename from
11896 isearch-resume-enabled and change default to nil.
11897
11898 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11901 (vc-registered): Use it.
11902 (vc-find-root): New fun.
11903
11904 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11905 Don't tell to use \\{...} when it's already done.
11906
11907 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11908 Provide a sample complex default.
11909 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11910 (bibtex-entry): Use mapc.
11911
11912 2004-09-12 Kim F. Storm <storm@cua.dk>
11913
11914 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11915
11916 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11917 inhibit-field-text-motion to t so rectangles work in comint buffers.
11918
11919 * simple.el (choose-completion-string): Set buffer before running
11920 choose-completion-string-functions hook so it can be buffer-local.
11921
11922 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11923
11924 * progmodes/compile.el (compilation-start): Parse command to see
11925 if it starts with a cd, and if so perform it for the *compilation*
11926 buffer. Change the header to reflect this.
11927
11928 2004-09-11 Kim F. Storm <storm@cua.dk>
11929
11930 * ido.el (ido-enable-dot-prefix): Doc fix.
11931 (ido-enable-dot-prefix): New defcustom.
11932 (ido-set-matches1): Use it.
11933
11934 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * textmodes/bibtex.el (bibtex-mark-active)
11937 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11938
11939 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11940
11941 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11942 used in a case insensitive environment.
11943 (bibtex-mode-map): Rearrange order of menus.
11944 (bibtex-quoted-string-re): Obsolete.
11945 (bibtex-complete-key-cleanup): Variable replaced by new function.
11946 (bibtex-font-lock-keywords): Use backquotes.
11947 (bibtex-font-lock-url-regexp): New internal variable.
11948 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11949 "OPT" and "ALT".
11950 (bibtex-insert-current-kill, bibtex-make-field)
11951 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11952 (bibtex-parse-field-text): Simplify.
11953 (bibtex-string=): New helper function.
11954 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11955 (bibtex-map-entries): Use bibtex-string=.
11956 (bibtex-search-entry): Use not.
11957 (bibtex-enclosing-field): Fix docstring.
11958 (bibtex-assoc-regexp): Obsolete.
11959 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11960 (bibtex-autokey-get-names): Handle empty name field.
11961 (bibtex-parse-strings): Use assoc-string and unless.
11962 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11963 Use assoc-string.
11964 (bibtex-pop): Simplify.
11965 (bibtex-mode): Set font-lock-extra-managed-props.
11966 (bibtex-entry-update): Use assoc-string.
11967 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11968 (bibtex-autofill-entry): Use bibtex-string=.
11969 (bibtex-print-help-message): Simplify.
11970 (bibtex-find-entry): New optional arg START.
11971 (bibtex-validate): Use bibtex-string= and assoc-string.
11972 Do not call obsolete function compilation-parse-errors.
11973 (bibtex-remove-delimiters): Only remove delimiters if present.
11974 (bibtex-copy-entry-as-kill): Add docstring.
11975 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11976 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11977 (bibtex-complete): Use bibtex-predefined-month-strings,
11978 bibtex-string=, and new function bibtex-complete-key-cleanup.
11979 (bibtex-generate-url-list): New variable.
11980 (bibtex-url): New command bound to C-c C-l and mouse-2.
11981 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11982 (bibtex-font-lock-url): New function.
11983
11984 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11987
11988 2004-09-09 Kim F. Storm <storm@cua.dk>
11989
11990 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11991 counter and format with binding.
11992 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11993 the declared macro uses own macro counter and format. Give symbol
11994 kmacro property.
11995 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11996 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11997 (kmacro-end-and-call-macro): Doc fix.
11998
11999 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12000
12001 * desktop.el (desktop-clear-preserve-buffers):
12002 Remove make-obsolete-variable.
12003
12004 2004-09-08 Richard M. Stallman <rms@gnu.org>
12005
12006 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12007 with the buffer as argument.
12008
12009 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12010
12011 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12012
12013 2004-09-08 Juri Linkov <juri@jurta.org>
12014
12015 * replace.el (perform-replace): Use `query-replace-descr'.
12016
12017 * cus-start.el (history-delete-duplicates): Specify customization.
12018
12019 * diff-mode.el (diff-mode-map):
12020 * progmodes/compile.el (compilation-mode-map):
12021 * progmodes/grep.el (grep-mode-map):
12022 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12023 to `next-error-follow-minor-mode'.
12024
12025 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12026
12027 * isearch.el (isearch-lazy-highlight-update): Take into account
12028 the case of zero-length match at the search bound.
12029
12030 2004-09-08 Kim F. Storm <storm@cua.dk>
12031
12032 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12033 change. Use zero width overlays when necessary.
12034
12035 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12036
12037 * subr.el (split-string): Docfix.
12038
12039 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12040
12041 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12042 (display-call-tree): Ensure newline after caller/calls blocks.
12043
12044 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12045
12046 * startup.el (command-line-1): Make option
12047 --directory/-L modify `load-path' straight away.
12048
12049 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12050
12051 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12052
12053 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12054
12055 * emacs-lisp/autoload.el (make-autoload):
12056 Handle `define-compilation-mode'.
12057
12058 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12059 Specify `doc-string-elt' property.
12060
12061 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12062
12063 * bs.el (bs-mode): Doc fix.
12064
12065 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12066
12067 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12068
12069 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12070
12071 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12072
12073 2004-09-08 Kenichi Handa <handa@m17n.org>
12074
12075 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12076 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12077 ps-mule-next-point -> 1+).
12078
12079 * composite.el (encode-composition-rule): Add autoload cooky.
12080
12081 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12082
12083 * format.el (buffer-auto-save-file-format): Make it permanent local.
12084
12085 2004-09-07 Kim F. Storm <storm@cua.dk>
12086
12087 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12088 (authors-fixed-entries): Fix typo.
12089 (authors-canonical-author-name): Compact multiple spaces.
12090 Ignore trivial names (e.g. only first name).
12091
12092 * term.el (term-window-width): Only use full window width on
12093 window system if overflow-newline-into-fringe is enabled.
12094 (term-mode): Don't disable overflow-newline-into-fringe.
12095
12096 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12099 motion as seen on my Mac OS X xterms.
12100
12101 * newcomment.el (uncomment-region-default, comment-region-default):
12102 New functions extracted from uncomment-region and comment-region.
12103 (comment-region, comment-region-function, uncomment-region)
12104 (uncomment-region-function): Use them.
12105
12106 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12107
12108 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12109 It's not crucial but can make sense at times.
12110
12111 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12112 the first commit.
12113
12114 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12115 Disable obsolete code.
12116
12117 2004-09-07 Juri Linkov <juri@jurta.org>
12118
12119 * progmodes/grep.el (grep-highlight-matches): Change default from
12120 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12121 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12122 if grep option `--color' is available, or to `nil' otherwise.
12123 (grep-process-setup): Call `grep-compute-defaults' if
12124 `grep-highlight-matches' is not computed. Set env-vars only
12125 if `grep-highlight-matches' is `t'.
12126 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12127 is already defined).
12128
12129 * progmodes/compile.el (compilation-start): Use copy of
12130 `process-environment' created by `copy-sequence' to not
12131 modify env-vars in the global `process-environment'.
12132
12133 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12134
12135 * simple.el (next-error-follow-minor-mode): Fix last change.
12136
12137 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12138
12139 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12140 permanent local.
12141
12142 2004-09-04 Richard M. Stallman <rms@gnu.org>
12143
12144 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12145 highlighting if the search string is empty.
12146
12147 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12148
12149 * facemenu.el (facemenu-active-faces): Change condition of inner
12150 `while' loop to also check the first two elements of `face-atts'
12151 and `mask-atts'.
12152
12153 2004-09-04 John Paul Wallington <jpw@gnu.org>
12154
12155 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12156 (thumbs-view-image-mode): Make buffer read-only.
12157
12158 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12159
12160 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12161 (ispell-check-version): Set it.
12162 (ispell-send-replacement): New function.
12163 (ispell-process-line): Call ispell-send-replacement.
12164
12165 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12166
12167 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12168 Support choosing seconds with "s".
12169
12170 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12171
12172 * terminal.el (te-escape): Show `?' in prompt for help key.
12173
12174 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12175
12176 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12177
12178 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12179
12180 * simple.el (next-error-follow-minor-mode)
12181 (next-error-follow-mode-post-command-hook): New functions.
12182 (next-error-follow-last-line): New defvar.
12183
12184 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12185 * progmodes/compile.el (compilation-mode-map): Likewise.
12186 * progmodes/grep.el (grep-mode-map): Likewise.
12187 * replace.el (occur-mode-map): Likewise.
12188
12189 * newcomment.el (uncomment-region): Bind comment-use-global-state
12190 to nil.
12191
12192 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12193
12194 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12195 locally around the call to `revert-buffer'.
12196
12197 2004-09-03 Juri Linkov <juri@jurta.org>
12198
12199 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12200 `isearch-adjusted' to `t'.
12201 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12202 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12203 (isearch-other-meta-char): Restore isearch-point unconditionally.
12204 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12205 Set point to start of match if region is not active in transient
12206 mark mode (to include the current match to region boundaries).
12207 Push the search string to `query-replace-from-history-variable'.
12208 Add prompt "Query replace regexp" for isearch-regexp.
12209 Add region beginning/end as last arguments of `perform-replace.'
12210 (isearch-query-replace-regexp): Replace code by the call to
12211 `isearch-query-replace' with arg `t'.
12212
12213 2004-09-03 Richard M. Stallman <rms@gnu.org>
12214
12215 * startup.el (normal-top-level): Undo previous TERM change.
12216
12217 2004-09-03 Kim F. Storm <storm@cua.dk>
12218
12219 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12220 highlight overlays; allow using RET when cursor is over a button.
12221 (cua--highlight-rectangle): Use it.
12222 (cua--rectangle-set-corners): Don't move backwards at eol.
12223 (cua--forward-line): Don't move into void after eob.
12224
12225 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12226 point is set (and displayed) inside rectangle.
12227 (cua--rectangle-operation): Fix for highlight of empty lines.
12228 (cua--highlight-rectangle): Fix highlight for tabs.
12229 Position cursor at left/right edge of rectangle using new `cursor'
12230 property on overlay strings.
12231 (cua--indent-rectangle): Don't tabify.
12232 (cua-rotate-rectangle): Ignore that point has moved.
12233
12234 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12235
12236 * term/mac-win.el: Add ASCII equivalents for some function keys.
12237 (mode-line-frame-identification): Sync with x-win.el.
12238
12239 2004-09-02 Juri Linkov <juri@jurta.org>
12240
12241 * progmodes/compile.el (compilation-buffer-name): Compare major
12242 mode with second element of compilation-arguments instead of third
12243 to reflect latest changes in compilation-arguments structure.
12244 (recompile): Use global variable `compilation-directory' to get
12245 recent compilation directory only when `recompile' is invoked NOT
12246 in the compilation buffer. Otherwise, use `default-directory' of
12247 the compilation buffer.
12248 (compilation-error-properties): Allow to funcall col and end-col.
12249 (compilation-mode-font-lock-keywords): Check col and end-col by
12250 `integerp'.
12251 (compilation-goto-locus): If end-mk is non-nil in transient mark
12252 mode don't activate the mark (and don't display message in
12253 push-mark), but highlight overlay between mk and end-mk.
12254
12255 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12256 (grep-regexp-alist): Add rule to highlight grep matches.
12257 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12258
12259 * info.el (Info-fontify-node): Don't compute other-tag
12260 if Info-hide-note-references=hide.
12261
12262 * help.el (function-called-at-point):
12263 * help-fns.el (variable-at-point):
12264 Try `find-tag-default' when other methods failed.
12265
12266 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12267 Do not push mark if inhibit-mark-movement is non-nil.
12268
12269 * textmodes/ispell.el (ispell-html-skip-alists):
12270 Fix backslashes in docstring.
12271
12272 2004-09-01 Juri Linkov <juri@jurta.org>
12273
12274 * isearch.el (isearch-wrap-function)
12275 (isearch-push-state-function): New defvars.
12276 (isearch-pop-fun-state): New defsubst.
12277 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12278 (isearch-push-state): Set the result of calling
12279 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12280 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12281 restore the mode-specific starting point of terminated search.
12282 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12283 (isearch-repeat): Call `isearch-wrap-function' if defined.
12284 (isearch-message-prefix): Don't add prefix "over" to the message
12285 for wrapped search if `isearch-wrap-function' is defined.
12286 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12287 restore the mode-specific starting point of failed search.
12288
12289 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12290 (Info-search): Add new optional arguments for the sake of isearch.
12291 Replace whitespace in Info-search-whitespace-regexp literally.
12292 Add backward search. Don't call `Info-select-node' if regexp is
12293 found in the same Info node. Don't add node to Info-history for
12294 wrapped isearch.
12295 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12296 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12297 (Info-mode): Set local variables `isearch-search-fun-function',
12298 `isearch-wrap-function', `isearch-push-state-function',
12299 `search-whitespace-regexp'.
12300
12301 * isearch.el: Remove ancient Change Log section.
12302 (isearch-string, isearch-message-string, isearch-point)
12303 (isearch-success, isearch-forward-flag, isearch-other-end)
12304 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12305 (isearch-barrier, isearch-within-brackets)
12306 (isearch-case-fold-search): Add suffix `-state' to state-related
12307 defsubsts to avoid name clashes with other function names.
12308
12309 * simple.el (next-error): New defgroup and defface.
12310 (next-error-highlight, next-error-highlight-no-select):
12311 New defcustoms.
12312 (next-error-no-select): Let-bind next-error-highlight to the value
12313 of next-error-highlight-no-select before calling `next-error'.
12314
12315 * progmodes/compile.el (compilation-goto-locus):
12316 Use `next-error' face instead of `region'. Set 4-th argument of
12317 `move-overlay' to `current-buffer' to move overlay to different
12318 source buffers. Use new variable `next-error-highlight'.
12319
12320 * simple.el (next-error-find-buffer): Move the rule
12321 "if current buffer is a next-error capable buffer" after the
12322 rule "if next-error-last-buffer is set to a live buffer".
12323 Simplify to test all rules in one `or'.
12324 (next-error): Doc fix.
12325 (next-error, previous-error, first-error)
12326 (next-error-no-select, previous-error-no-select):
12327 Make arguments optional.
12328
12329 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12330
12331 * macros.el (apply-macro-to-region-lines): Make it operate on all
12332 lines that begin in the region, rather than on all complete lines
12333 in the region.
12334
12335 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12336
12337 * x-dnd.el (x-dnd-protocol-alist): Document update.
12338 (x-dnd-known-types): Defcustom it.
12339 (x-dnd-handle-motif): Print message-atom in error message.
12340
12341 2004-08-30 John Paul Wallington <jpw@gnu.org>
12342
12343 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12344 strings rather than programatically constructing message.
12345
12346 2004-08-30 Richard M. Stallman <rms@gnu.org>
12347
12348 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12349 Don't return a string that would read as the wrong character code.
12350
12351 2004-08-29 Kim F. Storm <storm@cua.dk>
12352
12353 * emulation/cua-base.el (cua-auto-expand-rectangles):
12354 Remove automatic rectangle padding feature; replace by non-destructive
12355 virtual rectangle edges feature.
12356 (cua-virtual-rectangle-edges): New defcustom.
12357 (cua-auto-tabify-rectangles): New defcustom.
12358 (cua-paste): If paste into a marked rectangle, insert rectangle at
12359 current column, even if virtual; also paste exactly as many lines
12360 as has been marked (ignore additional lines or add empty lines),
12361 but paste whole source if only one line is marked.
12362 (cua--update-indications): No longer use overwrite-cursor to
12363 indicate rectangle padding
12364
12365 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12366 (cua--rectangle-virtual-edges): New defun.
12367 (cua--rectangle-get-corners): Remove optional PAD arg.
12368 (cua--rectangle-set-corners): Never do padding.
12369 (cua--forward-line): Remove optional PAD arg. Simplify.
12370 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12371 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12372 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12373 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12374 (cua--rectangle-move): Never do padding. Simplify.
12375 (cua--tabify-start): New defun.
12376 (cua--rectangle-operation): Add tabify arg. All callers changed.
12377 (cua--pad-rectangle): Remove.
12378 (cua--delete-rectangle): Handle delete with virtual edges.
12379 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12380 (cua--insert-rectangle): Handle insert at virtual column.
12381 Perform auto-tabify if necessary.
12382 (cua--activate-rectangle): Remove optional FORCE arg.
12383 Never do padding. Simplify.
12384 (cua--highlight-rectangle): Enhance for virtual edges.
12385 (cua-toggle-rectangle-padding): Remove command.
12386 (cua-toggle-rectangle-virtual-edges): New command.
12387 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12388 (cua--rectangle-post-command): Don't force rectangle padding.
12389 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12390
12391 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12392
12393 * indent.el (edit-tab-stops-buffer): Doc fix.
12394
12395 2004-08-28 Richard M. Stallman <rms@gnu.org>
12396
12397 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12398 (grep-tag-default): Function deleted.
12399
12400 * subr.el (find-tag-default): Move from etags.el.
12401
12402 * progmodes/etags.el (find-tag-default): Move to subr.el.
12403
12404 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12405 into the basic character if it has an uppercase form.
12406
12407 2004-08-27 Kenichi Handa <handa@m17n.org>
12408
12409 * international/utf-8.el (utf-8-post-read-conversion): If the
12410 buffer is unibyte, temporarily make it multibyte.
12411
12412 2004-08-27 Masatake YAMATO <jet@gyve.org>
12413
12414 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12415
12416 2004-08-25 John Paul Wallington <jpw@gnu.org>
12417
12418 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12419 0, 1, and many mismatches in message.
12420 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12421
12422 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12423 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12424
12425 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12428 vc-diff-switches differently.
12429
12430 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12431
12432 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12433 before and a real defvar after
12434 `speedbar-supported-extension-expressions'. This is to silence
12435 the compiler without breaking bootstrapping.
12436
12437 2004-08-22 Richard M. Stallman <rms@gnu.org>
12438
12439 * textmodes/flyspell.el (flyspell-word):
12440 Use set-process-query-on-exit-flag.
12441 (flyspell-highlight-duplicate-region): Take POSS as arg.
12442 (flyspell-word): Pass POSS as arg.
12443
12444 * progmodes/ada-xref.el: Many doc and style fixes.
12445 (ada-find-any-references): Use compilation-start.
12446 (ada-get-ali-file-name): Improve error msg.
12447 (ada-get-ada-file-name): Likewise.
12448
12449 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12450 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12451
12452 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12453 Add forward defvar.
12454
12455 * whitespace.el (global-whitespace-mode): New alias
12456 for whitespace-global-mode.
12457
12458 * speedbar.el (speedbar-file-regexp): Move definition up.
12459 (speedbar-mode, speedbar-set-mode-line-format):
12460 Use with-no-warnings.
12461 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12462
12463 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12464 controls whether to display the error buffer.
12465
12466 * ps-mule.el: Delete compatibility code for old Emacses.
12467 (ps-mule-find-wrappoint): Don't use chars-in-region.
12468
12469 * frame.el (display-mouse-p, display-selections-p):
12470 Use with-no-warnings.
12471
12472 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12473
12474 2004-08-22 David Kastrup <dak@gnu.org>
12475
12476 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12477 information.
12478
12479 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12480
12481 2004-08-22 Andreas Schwab <schwab@suse.de>
12482
12483 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12484
12485 2004-08-22 Masatake YAMATO <jet@gyve.org>
12486
12487 * cvs-status.el (cvs-status-checkout): New function.
12488 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12489
12490 2004-08-21 David Kastrup <dak@gnu.org>
12491
12492 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12493 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12494 has been converted to use hashtables, the relation `nil=none' is
12495 no longer valid, as `nil' is not a hashtable. This patch tries to
12496 reduce the number of resulting errors.
12497
12498 2004-08-21 John Paul Wallington <jpw@gnu.org>
12499
12500 * subr.el (process-kill-without-query): Made obsolete in
12501 version 21.4, not 21.5.
12502
12503 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12504 (vc-previous-comment, vc-next-comment)
12505 (vc-comment-search-reverse, vc-comment-search-forward)
12506 (vc-comment-to-change-log): Likewise.
12507
12508 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12509
12510 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12511
12512 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12513 Correct indentation of DEFMETHODS with non-standard method
12514 combinations (e.g., PROGN, MIN, MAX).
12515
12516 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * startup.el (normal-top-level-add-subdirs-to-load-path):
12519 Avoid unnecessarily checking system-type.
12520 (normal-top-level): Set TERM to "dumb". Simplify.
12521
12522 * avoid.el (mouse-avoidance-ignore-p): New fun.
12523 Also ignore switch-frame, select-window, double, and triple clicks.
12524 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12525 (mouse-avoidance-fancy-hook): Use it.
12526
12527 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12528
12529 * avoid.el (mouse-avoidance-nudge-mouse)
12530 (mouse-avoidance-banish-destination): Stay within the current window
12531 to avoid problems with mouse-autoselect-window.
12532
12533 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12536 the newer format of some messages in cvs-1.12.1.
12537
12538 2004-08-19 Masatake YAMATO <jet@gyve.org>
12539
12540 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12541 (elp-results-jump-to-definition-by-mouse)
12542 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12543 (elp-output-result): Use elp-output-insert-symname.
12544
12545 2004-08-18 Kenichi Handa <handa@m17n.org>
12546
12547 * language/cyrillic.el: Register koi8-r in
12548 ctext-non-standard-encodings-alist.
12549 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12550
12551 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12552
12553 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12554 that replaces 20xy with xy.
12555
12556 2004-08-17 John Paul Wallington <jpw@gnu.org>
12557
12558 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12559 (reb-force-update): Doc fix.
12560
12561 2004-08-16 Richard M. Stallman <rms@gnu.org>
12562
12563 * progmodes/which-func.el (which-func-update-1): Doc fix.
12564
12565 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12566 (sh-mode-abbrev-table): New variable.
12567
12568 * progmodes/compile.el (compilation-mode): Doc fix.
12569
12570 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12571 Don't cons a new symbol each time.
12572 (eval-last-sexp-fake-value): New variable.
12573
12574 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12575 (copyright-update-year): Detect continuation of list of years.
12576
12577 * term.el (term-default-fg-color, term-default-bg-color)
12578 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12579
12580 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12581
12582 2004-08-16 Davis Herring <herring@lanl.gov>
12583
12584 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12585 (isearch-success, isearch-forward-flag, isearch-other-end)
12586 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12587 (isearch-barrier, isearch-within-brackets)
12588 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12589
12590 2004-08-16 Kenichi Handa <handa@m17n.org>
12591
12592 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12593
12594 2004-08-15 Kenichi Handa <handa@m17n.org>
12595
12596 * term/x-win.el (x-selection-value): If utf8 was successful but
12597 ctext was not, use utf8 string.
12598
12599 2004-08-14 Davis Herring <herring@lanl.gov>
12600
12601 * isearch.el: Remove accidental changes of March 4. Fix backing
12602 up when a regexp isearch is made more general. Use symbolic
12603 accessor functions for isearch stack frames to make usage clearer.
12604 (search-whitespace-regexp): Made groups in documentation shy (as
12605 is the group in the default value).
12606 (isearch-fallback): New function, addresses problems with regexps
12607 liberalized by `\|', adds support for liberalization by `\}' (the
12608 general repetition construct), and incorporates behavior for
12609 `*'/`?'.
12610 (isearch-}-char): New command, calls `isearch-fallback' with
12611 arguments appropriate to a typed `}'.
12612 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12613 appropriately.
12614 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12615 (isearch-string, isearch-message,string, isearch-point)
12616 (isearch-success, isearch-forward-flag, isearch-other-end)
12617 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12618 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12619 New inline functions to read fields of a stack frame.
12620
12621 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12622
12623 * battery.el (battery-linux-proc-acpi): Look into battery
12624 directories matching the literal string "CMB", too (required for
12625 Linux kernel version 2.6.7).
12626
12627 2004-08-14 John Paul Wallington <jpw@gnu.org>
12628
12629 * cus-start.el (read-file-name-completion-ignore-case): Add.
12630 (blink-cursor-alist): Change version to "21.4".
12631
12632 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12633
12634 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12635
12636 * speedbar.el (speedbar-scan-subdirs): New option.
12637 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12638 dolist.
12639 (speedbar-insert-files-at-point): Take an extra argument and use
12640 it to optionally find out if a subdir is empty. Also unreadable
12641 files don't get expand buttons.
12642 (speedbar-directory): New image (unused pixmap already existed).
12643 (speedbar-expand-image-button-alist): Use it.
12644
12645 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12646
12647 CC Mode update to 5.30.9:
12648
12649 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12650 Move from cc-vars to cc-defs for dependency reasons. Fix the
12651 POSIX char class test to check that it works in
12652 `skip-chars-(forward|backward)' too.
12653
12654 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12655 first argument starts with a special brace list.
12656
12657 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12658 when `c-opt-type-concat-key' is used (i.e. in Pike).
12659
12660 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12661 Fix bug when the inner char pair doesn't have paren syntax,
12662 i.e. "(<>)".
12663
12664 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12665 whitespace safe.
12666
12667 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12668 position for `arglist-intro', `arglist-cont-nonempty' and
12669 `arglist-close' when there are two arglist open parens on the same
12670 line and there's nothing in front of the first.
12671
12672 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12673 locking of qualified names in Java, which previously could fontify
12674 common indexing expressions in many cases. The standard Java
12675 naming conventions are used to tell them apart.
12676
12677 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12678 Fix inconsistency wrt opening parens on the first line inside a paren
12679 block.
12680
12681 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12682 compile time for the sake of `c-major-mode-is'.
12683
12684 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12685 `c-major-mode-is' in the event that this is used inside a
12686 `c-lang-defconst'.
12687
12688 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12689 `c-lang-defconst' so that it works better with fallback languages.
12690
12691 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12692 it to fail to record the base mode.
12693
12694 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12695 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12696 is used. Reorder the syntax checks to get more efficient
12697 skipping in some situations.
12698
12699 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12700 continuation which might precede the newly inserted '{'.
12701
12702 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12703 Fix cases where it could loop indefinitely.
12704
12705 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12706 size specs correctly. Only fontify identifiers in front of '('
12707 with as functions - don't accept any paren char. Tighten up
12708 initializer skipping to stop before function and class blocks.
12709
12710 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12711 the point could be left directly after an open paren when finding
12712 the beginning of the first decl in the block.
12713
12714 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12715 table when filtering out legitimate open parens to be recorded.
12716 This could cause cache inconsistencies when e.g.
12717 `c++-template-syntax-table' was temporarily in use.
12718
12719 * progmodes/cc-engine.el (c-on-identifier)
12720 (c-simple-skip-symbol-backward): Small fix for handling "-"
12721 correctly in `skip-chars-backward'. Affected the operator lfun
12722 syntax in Pike.
12723
12724 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12725 Fix bug that could cause an error from `after-change-functions' when
12726 the changed region is at bob.
12727
12728 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12729
12730 CC Mode update to 5.30.9:
12731
12732 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12733 to say that <TAB> doesn't insert WS into a CPP line.
12734 (c-indent-command, c-tab-always-indent): Amend doc strings.
12735
12736 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12737 checks for user errors, thus eliminating cryptic and unhelpful
12738 Emacs error messages. (1) Check the arg to `c-set-style' is a
12739 string. (2) Check that settings to `c-offsets-alist' are not
12740 spuriously quoted.
12741
12742 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12743 which precedes the newly inserted `{'.
12744
12745 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12746
12747 Sync with Tramp 2.0.44.
12748
12749 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12750 function "tramp_file_attributes". Otherwise, file names
12751 containing spaces are misinterpreted. Reported by Magnus Henoch
12752 <mange@freemail.hu>.
12753 (tramp-handle-file-truename): FILENAME must be expanded first.
12754 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12755 obscure results. Reported by D. Goel <deego@gnufans.org>.
12756 (tramp-handle-verify-visited-file-modtime): If file does not
12757 exist, say it is not modified if and only if that agrees with the
12758 buffer's record. Check whether a file is visiting the buffer, or
12759 the buffer has no recorded last modification time. Return t in
12760 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12761 <teirllm@auburn.edu>.
12762 (tramp-handle-write-region): Pass modtime explicitely to
12763 `set-visited-file-modtime', because filename can be different
12764 from (buffer-file-name) if `file-precious-flag' is set.
12765 `set-visited-file-modtime' must be called always when `visit' is t
12766 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12767 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12768 nil, don't apply the whole body. If the file doesn't exists, set
12769 modtime to '(-1 65535). Suggested by Luc Teirlinck
12770 <teirllm@auburn.edu>.
12771
12772 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12773
12774 * help.el (describe-bindings): Doc fix.
12775
12776 * subr.el (kbd): Doc fix.
12777
12778 2004-08-08 John Paul Wallington <jpw@gnu.org>
12779
12780 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12781 instead of `string-to-int'.
12782 (define-ibuffer-column mode): Fix indentation.
12783
12784 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12785
12786 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12787
12788 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12789
12790 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12791
12792 * novice.el (disabled-command-function): New variable renamed from
12793 `disabled-command-hook'.
12794 (disabled-command-hook): Keep the _variable_ as alias for
12795 `disabled-command-function' and make obsolete.
12796 (disabled-command-function): Function renamed from
12797 `disabled-command-hook'. Adapt code to name change of the variable.
12798
12799 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12800
12801 * simple.el (completion-root-regexp): New defvar.
12802 (completion-setup-function): Use it instead of a literal string.
12803
12804 2004-08-07 John Paul Wallington <jpw@gnu.org>
12805
12806 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12807 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12808 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12809 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12810
12811 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12812
12813 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12814 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12815
12816 2004-08-04 Kenichi Handa <handa@m17n.org>
12817
12818 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12819 Fix previous change.
12820
12821 2004-08-03 Kenichi Handa <handa@m17n.org>
12822
12823 * international/encoded-kb.el: The following changes are to
12824 utilize key-translation-map instead of minor mode map.
12825 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12826 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12827 (encoded-kbd-last-key): New function.
12828 (encoded-kbd-iso2022-single-shift): New function.
12829 (encoded-kbd-iso2022-designation)
12830 (encoded-kbd-self-insert-iso2022-7bit)
12831 (encoded-kbd-self-insert-iso2022-8bit)
12832 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12833 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12834 key-translation-map.
12835 (encoded-kbd-setup-keymap): Setup key-translation-map.
12836 (saved-key-translation-map): New variable.
12837 (encoded-kbd-mode): Save/restore key-translation-map.
12838 Adjust for the change of encoded-kbd-setup-keymap.
12839
12840 2004-08-02 Kim F. Storm <storm@cua.dk>
12841
12842 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12843 and call compute-motion with nil for topos and width to get proper
12844 usable width and height for both window and non-window systems.
12845
12846 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12847 calculate usable window width and height.
12848
12849 * window.el (window-buffer-height): Call compute-motion with nil width.
12850
12851 2004-08-01 David Kastrup <dak@gnu.org>
12852
12853 * replace.el (query-replace-read-from):
12854 Use `query-replace-compile-replacement'.
12855 (query-replace-compile-replacement): New function.
12856 (query-replace-read-to): Use `query-replace-compile-replacement'
12857 for repeating the last command.
12858
12859 2004-08-01 John Paul Wallington <jpw@gnu.org>
12860
12861 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12862 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12863 (pr-switches): Remove period from end of error messages.
12864
12865 * help-mode.el (help-go-back): Likewise.
12866
12867 * abbrev.el (only-global-abbrevs): Doc fix.
12868 (edit-abbrevs-map): Define within defvar.
12869 (quietly-read-abbrev-file): Doc fix.
12870
12871 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12872
12873 * novice.el (enable-command, disable-command): Doc fixes.
12874
12875 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12876
12877 2004-07-30 Richard M. Stallman <rms@gnu.org>
12878
12879 * subr.el (with-local-quit): Doc fix.
12880
12881 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12882
12883 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12884
12885 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12886
12887 * custom.el (defcustom): Doc fix.
12888
12889 2004-07-28 Masatake YAMATO <jet@gyve.org>
12890
12891 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12892
12893 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * imenu.el (imenu-prev-index-position-function)
12896 (imenu-extract-index-name-function, imenu-name-lookup-function)
12897 (imenu--index-alist): Docstring redundancy fix.
12898
12899 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12900
12901 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12902 binding dired-backup-overwrite.
12903
12904 2004-07-25 John Paul Wallington <jpw@gnu.org>
12905
12906 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12907
12908 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12909
12910 * term/tty-colors.el (tty-color-approximate): Doc fix.
12911
12912 * select.el (x-get-selection, x-set-selection): Doc fixes.
12913
12914 * frame.el (make-frame): Doc fix.
12915
12916 2004-07-24 Richard M. Stallman <rms@gnu.org>
12917
12918 * mail/rmail.el (rmail-mime-charset-pattern):
12919 Don't include semicolon in the charset value.
12920
12921 * replace.el (occur-next-error): Call set-window-point.
12922 (occur-engine): Handle negative NLINES.
12923
12924 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12925
12926 * frame.el (modify-all-frames-parameters): Minor doc fix.
12927 (set-frame-configuration): Doc fix.
12928
12929 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12930
12931 * simple.el (completion-setup-function): Compute the common parts
12932 and the first difference place correctly when
12933 partial-completion-mode is on.
12934
12935 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12936
12937 * ps-print.el: Doc fix.
12938 (ps-print-version): New version 6.6.5.
12939 (ps-printing-region): Doc fix.
12940 (ps-generate-string-list): Comment fix.
12941 (ps-message-log-max): Code fix.
12942
12943 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12944
12945 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12946 generated PostScript.
12947
12948 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12949
12950 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12951 with Gnus v5_10 branch.)
12952
12953 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12954
12955 * calendar/time-date.el (time-to-number-of-days): New function.
12956 Imported from from Gnus.
12957
12958 2004-07-22 Kim F. Storm <storm@cua.dk>
12959
12960 * progmodes/make-mode.el: Fix comments.
12961
12962 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12963
12964 * printing.el: Doc fix.
12965
12966 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12967
12968 * frame.el (modify-all-frames-parameters): Minor doc fix.
12969
12970 2004-07-20 Richard M. Stallman <rms@gnu.org>
12971
12972 * textmodes/fill.el (fill-nobreak-p): If this break point is
12973 at the end of the line, don't consider the newline which follows
12974 as a reason to return t.
12975
12976 2004-07-19 John Paul Wallington <jpw@gnu.org>
12977
12978 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12979
12980 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12981
12982 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12983 Delete irrelevant code.
12984
12985 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12986
12987 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12988 New docstring. From Luc Teirlinck.
12989
12990 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12991
12992 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12993 section.
12994 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12995 non-file buffers. We know it is nil.
12996
12997 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12998
12999 Sync with Tramp 2.0.43.
13000
13001 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13002 Remove outdated comment.
13003 (tramp-locked, tramp-locker): New variables for implementing a
13004 global lock.
13005 (tramp-sh-file-name-handler): Use them to implement the global lock.
13006
13007 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13008
13009 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13010 calls to respective `xxx` calls.
13011 (tramp-process-alive-regexp): Precise doc string.
13012 (tramp-multi-action-process-alive): New defun.
13013 (tramp-multi-actions): Use it.
13014 (tramp-handle-find-backup-file-name): `copy-tree' is available
13015 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13016 in order to avoid this function.
13017 (tramp-handle-write-region): Set current buffer. If connection
13018 wasn't open, `file-modes' has changed it accidently. Reported by
13019 David Kastrup <dak@gnu.org>.
13020 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13021 HOST.
13022 (tramp-action-password, tramp-multi-action-password): Apply it.
13023 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13024 name must still contain the port number. Otherwise, we have two
13025 Tramp buffers, with all the confusion. Reported by Myron Selby
13026 <myron@xytech.com> and Rolf Dubitzky
13027 <Dubitzky@physi.uni-heidelberg.de>.
13028
13029 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13030 HOST to `tramp-enter-passwd'.
13031
13032 * net/tramp-vc.el (all): Code cleanup. Change all
13033 `tramp-handle-xxx' calls to respective `xxx` calls.
13034
13035 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13036
13037 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13038 functions that are not erroneous if either 1-valued or
13039 multi-valued. Detect functions in this class.
13040 (testcover-1value-functions, testcover-compose-functions)
13041 (testcover-progn-functions) Add some additional functions to lists.
13042 (testcover-mark): Bugfix when marking up the definition for an
13043 empty function.
13044
13045 2004-07-17 Richard M. Stallman <rms@gnu.org>
13046
13047 * replace.el (occur-read-primary-args): Pass default to
13048 read-from-minibuffer.
13049
13050 * mail/footnote.el (footnote-section-tag): Use defcustom.
13051
13052 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13053 Compile font-lock-keywords, not KEYWORDS.
13054 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13055 Add warn, check-type. Handle cerror like error.
13056
13057 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13058
13059 * progmodes/which-func.el (which-func-keymap): New var.
13060 (which-func-face): New face.
13061 (which-func-format): Use them.
13062
13063 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13064
13065 * buff-menu.el (list-buffers-noselect): Append the buffer's
13066 process status to its mode name.
13067
13068 2004-07-16 Kim F. Storm <storm@cua.dk>
13069
13070 * simple.el (inhibit-mark-movement): New defvar.
13071 (beginning-of-buffer, end-of-buffer): Do not push mark if
13072 inhibit-mark-movement is non-nil or C-u prefix is given.
13073
13074 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13075 Init to beginning-of-buffer and end-of-buffer.
13076 (cua--undo-push-mark): New defvar.
13077 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13078 already active and command is in cua--preserve-mark-commands.
13079 Also fix check for shift modifier on non-window systems.
13080 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13081
13082 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13083
13084 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13085 of two integers, instead of a cons.
13086
13087 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13088 `visited-file-modtime' now returns a list of two integers, instead
13089 of a cons.
13090
13091 * dired.el (dired-directory-changed-p): Ditto.
13092
13093 * progmodes/grep.el (grep): Doc fix.
13094
13095 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13096
13097 * autorevert.el (auto-revert-tail-mode)
13098 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13099 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13100 in both at the same time.
13101 (auto-revert-tail-mode): New command.
13102 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13103 (auto-revert-handler): Revert only either tail or whole file.
13104
13105 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13106 add auto-revert-tail-mode.
13107
13108 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13109
13110 * printing.el: Doc fix. Change name of some funs.
13111 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13112 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13113 (pr-standard-file-name): New fun. Replace pr-standard-path.
13114 (pr-call-process): Code fix.
13115
13116 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13117
13118 * subr.el (with-selected-window): Doc fix.
13119
13120 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13121
13122 * subr.el (get-buffer-window-list): Doc fix.
13123
13124 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13125
13126 * files.el (switch-to-buffer-other-window): Doc fix.
13127
13128 * window.el (save-selected-window, one-window-p)
13129 (split-window-keep-point, split-window-vertically)
13130 (split-window-horizontally): Doc fixes.
13131
13132 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13133
13134 * printing.el: Doc fix. Now it uses call-process instead of
13135 shell-command for low command execution.
13136 (pr-version): New version number (6.8).
13137 (pr-shell-file-name): Option removed.
13138 (pr-shell-command): Fun removed.
13139 (pr-call-process): New fun. Replace pr-shell-command.
13140 (pr-standard-path, pr-remove-nil-from-list): New funs.
13141 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13142 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13143 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13144 (pr-ps-utility-process, pr-txt-print): Code fix.
13145
13146 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13147
13148 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13149 boolean.
13150
13151 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13152
13153 * wid-edit.el (widget-field-buffer): Doc fix.
13154
13155 2004-07-09 John Paul Wallington <jpw@gnu.org>
13156
13157 * emacs-lisp/re-builder.el (reb-update-overlays):
13158 Distinguish between one and several matches in message.
13159
13160 2004-07-09 Richard M. Stallman <rms@gnu.org>
13161
13162 * mouse.el (mouse-set-region-1): If transient-mark-mode
13163 is `identity', change it to `only'.
13164
13165 * simple.el (current-word): Doc fix.
13166
13167 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13168
13169 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13170 so that it is more understanding of whitespace.
13171
13172 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13173 (("ns" . "element") (attr-list) children) instead of
13174 ((:ns . "element") (attr-list) children) in order to reduce the
13175 number of symbols used.
13176 (xml-skip-dtd): Change to use xml-parse-dtd but set
13177 xml-validating-parsing to nil.
13178 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13179 (xml-substitute-entity): Remove in favor of new entity substitution.
13180 (xml-substitute-special): Rewrite in to substitute complex
13181 entities from DOCTYPE declarations.
13182 (xml-parse-fragment): Parse fragments from entity deleclarations.
13183 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13184 (xml-parse-dtd, xml-substitute-special): Make validity checks
13185 conditioned on xml-validating-parser. Add "Not Well Formed" to
13186 error messages about well-formedness.
13187
13188 2004-07-08 Steven Tamm <steventamm@mac.com>
13189
13190 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13191 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13192 Do not treat double clicks and triple clicks specially in the
13193 scroll bar (preventing strange repositioning problems)
13194
13195 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * replace.el (query-replace-regexp-eval): Fix last change.
13198
13199 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * replace.el (query-replace-descr): New fun.
13202 (query-replace-read-from, query-replace-read-args): Default to the
13203 previous from&to.
13204 (query-replace-read-to): Quote the `from' string when displaying it.
13205 (query-replace-regexp-eval): Immediately check read-only status.
13206 Use query-replace-read-from to get the \n checking.
13207 Quote the `from' string when displaying it.
13208 (map-query-replace-regexp, occur-read-primary-args):
13209 Quote the `from' string when displaying it.
13210
13211 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13212 delimited-ness of the search to query-replace.
13213
13214 * replace.el (query-replace-read-from, query-replace-read-to):
13215 New funs extracted from query-replace-read-args.
13216 (query-replace-read-args): Use them.
13217
13218 * replace.el (query-replace-interactive, query-replace-read-args):
13219 Remove the `initial' special value.
13220 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13221 (occur-engine): Remove unused var `matchend'.
13222
13223 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13224 Use the search string without prompting.
13225
13226 2004-07-05 Kenichi Handa <handa@m17n.org>
13227
13228 * international/mule.el (decode-coding-inserted-region):
13229 Set last-coding-system-used only when coding is nil.
13230
13231 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13232
13233 * progmodes/grep.el (grep-compute-defaults, grep-command)
13234 (grep-program, find-program, grep-find-use-xargs, grep-history)
13235 (grep-find-history, grep-tag-default, grep-find-command)
13236 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13237 Add autoload cookies, for unbundled packages that load `compile'
13238 and expect all grep-related symbols to become defined.
13239
13240 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13241
13242 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13243 (iimage-mode-image-search-path): New user option to search the
13244 image file.
13245 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13246 have locate-file.
13247 (iimage-mode-buffer): Use it.
13248
13249 2004-07-03 Nick Roberts <nickrob@gnu.org>
13250
13251 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13252 carefully.
13253 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13254
13255 2004-07-03 Juri Linkov <juri@jurta.org>
13256
13257 * replace.el (query-replace-read-args): Swallow space after 'foo,
13258 not after (quote foo). Match space only immediately after symbol,
13259 not anywhere in the whole string.
13260
13261 2004-07-02 Richard M. Stallman <rms@gnu.org>
13262
13263 * replace.el (query-replace-read-args): Swallow space after
13264 symbols, not after closeparens. But avoid error if string ends there.
13265
13266 * progmodes/python.el (python-beginning-of-statement):
13267 Exit the loop if backward-up-list gets error.
13268
13269 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13270
13271 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13272
13273 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13274 only if vc-consult-headers is non-nil.
13275
13276 2004-07-02 Juri Linkov <juri@jurta.org>
13277
13278 * pcvs.el (cvs-mode-diff-repository): New command.
13279
13280 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13281
13282 2004-07-01 Juri Linkov <juri@jurta.org>
13283
13284 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13285 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13286 C-M-% to isearch-query-replace-regexp.
13287 (minibuffer-local-isearch-map): Add arrow key bindings.
13288 Bind C-f to isearch-yank-char-in-minibuffer.
13289 (isearch-forward): Doc fix.
13290 (isearch-edit-string): Doc fix.
13291 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13292 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13293 (isearch-yank-char): Add optional arg.
13294 (isearch-yank-char-in-minibuffer): New fun.
13295
13296 * replace.el (query-replace-interactive): Change type from boolean
13297 to choice. Add value `initial'.
13298 (query-replace-read-args): Handle value `initial' of
13299 query-replace-interactive.
13300
13301 2004-06-29 Kim F. Storm <storm@cua.dk>
13302
13303 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13304 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13305
13306 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13307 Add :group 'ada.
13308
13309 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13310
13311 2004-06-29 Juri Linkov <juri@jurta.org>
13312
13313 * replace.el (query-replace-read-args): Swallow a space after
13314 everything except )]" which in most cases means after a symbol.
13315
13316 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13317
13318 2004-06-28 Richard M. Stallman <rms@gnu.org>
13319
13320 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13321 More changes to go with previous change in font-lock.el.
13322
13323 2004-06-26 David Kastrup <dak@gnu.org>
13324
13325 * replace.el (perform-replace): Highlight the match even in
13326 non-query mode if there is potential replace string editing.
13327
13328 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13329
13330 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13331 agree with new return value of `file-remote-p'.
13332 This syncs with Tramp 2.0.42.
13333
13334 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13335 according to new documentation of `file-remote-p'.
13336
13337 * files.el (file-remote-p): Fix doc to say that return value is
13338 identification of remote system, if not nil.
13339 (file-relative-name): Use new return value of `file-remote-p'.
13340
13341 2004-06-26 Nick Roberts <nickrob@gnu.org>
13342
13343 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13344 (gdb-goto-breakpoint): Fix breakage.
13345
13346 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13347
13348 * man.el (Man-getpage-in-background): Add windows-nt to the list
13349 of systems where shell-file-name should be used instead of
13350 literal "sh".
13351
13352 2004-06-25 Sam Steingold <sds@gnu.org>
13353
13354 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13355 function names `(setf symbol)'.
13356
13357 2004-06-24 Richard M. Stallman <rms@gnu.org>
13358
13359 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13360
13361 * font-lock.el (font-lock-keywords): Change format of compiled values.
13362 Document it.
13363 (font-lock-add-keywords): If font-lock-keywords is compiled,
13364 extract the uncompiled version, modify, then recompile.
13365 (font-lock-remove-keywords): Likewise.
13366 (font-lock-fontify-keywords-region): Handle changed format.
13367 (font-lock-compile-keywords): Handle changed format.
13368 (font-lock-set-defaults): Compile the keywords explicitly here.
13369
13370 2004-06-24 David Kastrup <dak@gnu.org>
13371
13372 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13373 replacements here.
13374 (query-replace-regexp): Doc string explaining this and the new
13375 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13376 is better placed in `query-replace-read-args'.
13377 (replace-regexp): Explain `\,', `\#' and `\?'.
13378 (replace-match-data): New function for thorough reuse/destruction
13379 of old match-data.
13380 (replace-match-maybe-edit): Function for implementing `\?' editing.
13381 (perform-replace): Fix maintaining of the match stack including
13382 already matched regions, implement `\?', fix various problems
13383 with regions while editing and other stuff.
13384 (replace-highlight): Simplify.
13385
13386 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13387
13388 * progmodes/grep.el (grep-error-screen-columns): New variable.
13389 (grep-regexp-alist): Give it the full functionality of gnu style
13390 compilation messages with line and column ranges. Ask me for the
13391 perl script I'm working on, that uses these.
13392
13393 2004-06-23 Nick Roberts <nickrob@gnu.org>
13394
13395 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13396 Remove.
13397 (comint-insert-input, comint-mouse-insert-input): New functions
13398 based on comint-insert-clicked-input for two bindings but just
13399 one functionality.
13400
13401 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13402
13403 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13404
13405 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13406
13407 * files.el (write-contents-functions): Doc fix.
13408
13409 2004-06-21 Juanma Barranquero <lektu@terra.es>
13410
13411 * image.el (image-library-alist): Rewrite docstring in active voice.
13412
13413 2004-06-20 Richard M. Stallman <rms@gnu.org>
13414
13415 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13416
13417 * isearch.el (isearch-repeat): Avoid testing old match data.
13418 (isearch-message): Display trailing space in special font
13419 when search is failing.
13420 (isearch-search-fun-function): Doc fix.
13421
13422 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13423
13424 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13425
13426 * frame.el (show-trailing-whitespace): Doc fix.
13427
13428 * cus-edit.el (custom-variable-documentation): New function.
13429 (custom-variable): Use it.
13430
13431 2004-06-19 Nick Roberts <nickrob@gnu.org>
13432
13433 * man.el (Man-getpage-in-background): Revert previous change but
13434 make cygwin a special case.
13435
13436 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13437
13438 * autorevert.el (global-auto-revert-non-file-buffers):
13439 Update docstring.
13440
13441 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13442
13443 * progmodes/compile.el (compilation-error-properties): Store one
13444 more than end-col, if present, so that transient-mark-mode will
13445 highlight last char too.
13446 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13447 ranges, if present.
13448
13449 2004-06-18 Jason Rumney <jasonr@gnu.org>
13450
13451 * makefile.w32-in: Double percent signs in for loops.
13452
13453 2004-06-17 David Kastrup <dak@gnu.org>
13454
13455 * replace.el (query-replace-read-args): Only warn about use of \n
13456 and \t when we are doing a regexp replacement and the actual
13457 escaped character is n or t.
13458 (query-replace-regexp): Add \, and \# interpretation to
13459 interactive call and document it.
13460 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13461 as shortkey for replace-count.
13462 (replace-quote): New function for doubling backslashes.
13463
13464 2004-06-17 Juanma Barranquero <lektu@terra.es>
13465
13466 * files.el (parse-colon-path, cd): Mention in docstring that the
13467 path separator is colon in GNU-like systems.
13468
13469 * newcomment.el (comment-region-internal): Fix docstring.
13470
13471 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13472 (ewoc-invalidate, ewoc-collect): Doc fixes.
13473 (ewoc--create-node, ewoc--delete-node-internal):
13474 Fix typos in docstring.
13475
13476 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13477
13478 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13479 manual to docstring.
13480
13481 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13482
13483 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13484
13485 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13486
13487 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13488 Add hyperlink to emacs-xtra manual to docstring.
13489
13490 * autorevert.el (global-auto-revert-non-file-buffers):
13491 Add hyperlink to emacs-xtra manual to docstring, as well as an
13492 info-link.
13493
13494 2004-06-14 Juanma Barranquero <lektu@terra.es>
13495
13496 * image.el (image-library-alist): New variable to map image types
13497 to external libraries. Initialized to nil, unless system-specific
13498 configs change it.
13499 (image-type-available-p): Determine whether an image type is
13500 available by calling `init-image-library'.
13501
13502 * term/w32-win.el (image-library-alist): Initialize to a known set
13503 of probable library names.
13504
13505 2004-06-14 Kenichi Handa <handa@m17n.org>
13506
13507 * international/code-pages.el (windows-1256, cp1125): Fix tables
13508 for several characters.
13509
13510 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13511
13512 2004-06-13 Richard M. Stallman <rms@gnu.org>
13513
13514 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13515
13516 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13517 not "`pc-selection-mode'".
13518
13519 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13520
13521 * simple.el (previous-matching-history-element): Specify a default.
13522
13523 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13524
13525 * cus-face.el (custom-declare-face): Simplify code.
13526
13527 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13528
13529 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13530
13531 * files.el (before-save-hook): Add `time-stamp' to the options.
13532
13533 * time-stamp.el (time-stamp): Recommend adding it to
13534 `before-save-hook', rather than `write-file-functions'.
13535 Make a similar change in `Commentary' section.
13536
13537 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13538
13539 * diff-mode.el (diff-current-defun): If at start of hunk, use
13540 position of first change.
13541
13542 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13543
13544 * dired-x.el (dired-mark-omitted): Bind to "*O".
13545
13546 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13547
13548 * bookmark.el (bookmark-bmenu-relocate): New function, as
13549 suggested by David J. Biesack <David.Biesack@sas.com>.
13550 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13551 (bookmark-bmenu-mode): Describe binding in doc string.
13552 (bookmark-set-filename): Save the bookmark list if it's time.
13553
13554 2004-06-13 Kenichi Handa <handa@m17n.org>
13555
13556 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13557 (ccl-untranslated-to-ucs): Fix typo.
13558
13559 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13560
13561 * progmodes/python.el (python-open-block-statement-p):
13562 Fix indentation after a block opening that contains a comment.
13563
13564 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13565
13566 * bindings.el (completion-ignored-extensions): Add file extensions
13567 of Python byte-compiled files.
13568
13569 2004-06-12 Juri Linkov <juri@jurta.org>
13570
13571 * info.el (Info-goto-node): Add autoload.
13572 (Info-toc): Add substring-no-properties on Info file name.
13573 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13574 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13575
13576 2004-06-12 Kenichi Handa <handa@m17n.org>
13577
13578 * international/mule-cmds.el (set-language-environment):
13579 Load subst tables if necessary.
13580
13581 * international/mule.el (decode-char): Load subst tables if necessary.
13582 (encode-char): Likewise.
13583
13584 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13585 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13586 (utf-16le-decode-loop): Set r5 to -1 before loop.
13587 (utf-16be-decode-loop): Likewise.
13588 (ccl-decode-mule-utf-16le): Add EOF processing block.
13589 (ccl-decode-mule-utf-16be): Likewise.
13590 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13591 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13592 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13593 (ccl-mule-utf-16-encode-untrans): New CCL.
13594 (utf-16-decode-to-ucs): Handle pre-read character.
13595 (utf-16le-encode-loop): Handle surrogate pair.
13596 (utf-16be-encode-loop): Likewise.
13597 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13598 of utf-16le-encode-loop.
13599 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13600 of utf-16be-encode-loop.
13601 (mule-utf-16-post-read-conversion):
13602 Call utf-8-post-read-conversion at first.
13603 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13604 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13605 Add post-read-conversion and pre-write-conversion.
13606
13607 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13608 (utf-translate-cjk-unicode-range): New variable.
13609 (utf-translate-cjk-load-tables): New function.
13610 (utf-lookup-subst-table-for-decode): New function.
13611 (utf-lookup-subst-table-for-encode): New function.
13612 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13613 tables here. Update safe-charsets of utf-* coding systems.
13614 (ccl-mule-utf-untrans): New CCL.
13615 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13616 at end of each branch.
13617 (ccl-mule-utf-8-encode-untrans): New CCL.
13618 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13619 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13620 length of encoding. Don't return r0.
13621 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13622 (utf-8-post-read-conversion): Narrow to region properly.
13623 If utf-translate-cjk-mode is on, load tables if necessary.
13624 Call utf-8-compose with hash-table arg if necessary.
13625 Call XXX-compose-region instead of XXX-post-read-convesion.
13626 (utf-8-pre-write-conversion): New function.
13627 (mule-utf-8): Include CJK charsets in safe-charsets if
13628 utf-translate-cjk-mode is on. Add pre-write-conversion.
13629
13630 * international/characters.el: Temporarily set
13631 utf-translate-cjk-mode to nil.
13632
13633 * language/devan-util.el (devanagari-compose-region):
13634 Add autoload cookie.
13635
13636 * international/ccl.el (ccl-dump-call): Fix printing the
13637 subroutine name.
13638
13639 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13640
13641 * dired.el (dired-revert): If buffer is marked unmodified before
13642 reverting, keep it marked unmodified.
13643 Adapt to new conventions for commenting out code.
13644 (dired-make-relative): Adapt to new conventions for commenting out code.
13645
13646 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13647
13648 * eshell/esh-module.el (eshell-load-defgroups):
13649 Bind `vc-handled-backends' to nil when opening files.
13650
13651 2004-06-11 Juanma Barranquero <lektu@terra.es>
13652
13653 * files.el (parse-colon-path, cd): Doc fixes (refer to
13654 `path-separator', not colon).
13655
13656 2004-06-10 Juanma Barranquero <lektu@terra.es>
13657
13658 * newcomment.el (comment-search-forward)
13659 (comment-search-backward): Fix typos in docstring.
13660 (comment-region): Doc fix.
13661
13662 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13663
13664 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13665 switch is no longer stored in `dired-switches-alist'.
13666
13667 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13668 `dired-switches-alist'.
13669
13670 2004-06-10 Kim F. Storm <storm@cua.dk>
13671
13672 * pcvs.el (cvs-mode-diff-yesterday): New command.
13673
13674 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13675
13676 2004-06-10 Juri Linkov <juri@jurta.org>
13677
13678 * emacs-lisp/edebug.el (edebug-eval-defun):
13679 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13680 Fix docstring.
13681
13682 * simple.el (eval-expression-print-format): Don't print additional
13683 information on the first call to `eval-print-last-sexp'.
13684 (next-error-find-buffer): Fix punctuation.
13685 (killing) <defgroup>: Fix punctuation.
13686 (yank-excluded-properties): Change group from editing to killing.
13687
13688 * replace.el (perform-replace): Use `limit' to terminate the
13689 while-loop explicitly.
13690
13691 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13692
13693 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13694 Use lc-*.xpm as prefix instead of *-locol.xpm.
13695
13696 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13697 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13698 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13699 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13700 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13701 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13702 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13703 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13704 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13705 * toolbar/lc-up_arrow.xpm:
13706 Rename from *-locol.xpm.
13707
13708 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13709
13710 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13711 include forms like &<str>; as valid url patterns.
13712
13713 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13714
13715 * dired.el (dired-diff, dired-backup-diff)
13716 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13717 (dired-do-chown, dired-do-touch, dired-do-print)
13718 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13719 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13720 (dired-create-directory, dired-do-copy, dired-do-symlink)
13721 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13722 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13723 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13724 (dired-maybe-insert-subdir, dired-next-subdir)
13725 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13726 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13727 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13728 (dired-run-shell-command, dired-query): Remove redundant,
13729 or incorrect, autoloads.
13730
13731 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13732 does not end in a slash. Add optional argument KILL-ROOT.
13733 Update docstring.
13734 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13735 (dired-query): Add autoloads.
13736
13737 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13738
13739 * progmodes/compile.el (compilation-set-window-height):
13740 Rearrange the save-* functions because a buffer can have several current
13741 point in different windows.
13742 (compilation-error-regexp-alist-alist): Recognize {standard input}
13743 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13744
13745 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13746
13747 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13748 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13749 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13750 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13751 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13752 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13753 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13754 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13755 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13756 * toolbar/up_arrow-locol.xpm:
13757 New versions of icons that uses fewer colors.
13758
13759 * toolbar/tool-bar.el (tool-bar-local-item)
13760 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13761 if display-color-cells is 256 or less.
13762
13763 2004-06-08 Kim F. Storm <storm@cua.dk>
13764
13765 * wid-edit.el (widget-specify-button): Use hand pointer rather
13766 than mouse-face as visible mouse-over effect.
13767
13768 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13769
13770 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13771 and `print-level' to nil when writing out `save-place-alist'.
13772 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13773
13774 2004-06-07 Juanma Barranquero <lektu@terra.es>
13775
13776 * completion.el (completion-kill-region): Doc fix.
13777
13778 * format.el (format-insert-annotations)
13779 (format-annotate-location): Doc fixes.
13780 (format-subtract-regions): Make arguments match their use in docstring.
13781
13782 * simple.el (kill-region): Doc fix.
13783
13784 * subr.el (insert-buffer-substring-no-properties)
13785 (insert-buffer-substring-as-yank): Doc fixes.
13786
13787 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13788
13789 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13790 Update docstring.
13791 (dired-reset-subdir-switches): New function.
13792
13793 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13794 Limit scope of `buffer-read-only' binding.
13795
13796 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13797
13798 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13799 eshell-explicit-command-char.
13800
13801 2004-06-06 Juanma Barranquero <lektu@terra.es>
13802
13803 * help-fns.el (help-argument-name): Inherit from italic face only
13804 if the frame supports it.
13805
13806 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13807
13808 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13809 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13810 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13811 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13812 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13813 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13814 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13815 New conversions from xpm files.
13816
13817 * toolbar/README: New file.
13818
13819 2004-06-06 Richard M. Stallman <rms@gnu.org>
13820
13821 * isearch.el (isearch-mode-map): Undo previous change.
13822
13823 2004-06-05 Juri Linkov <juri@jurta.org>
13824
13825 * bindings.el (debug-ignored-errors): Add regexps for history
13826 related messages. Remove $ from "No further undo information".
13827 Move Ediff's messages to ediff.el.
13828
13829 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13830
13831 * cus-edit.el (custom-display): Add `min-colors'.
13832
13833 * custom.el (defface): Add `supports' to docstring.
13834
13835 * help-fns.el (help-argument-name): Add :group 'help.
13836
13837 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13838
13839 * find-dired.el (find-ls-subdir-switches): New user option.
13840 (find-dired): No longer call `abbreviate-file-name' on DIR.
13841 Set `dired-subdir-switches' buffer-locally.
13842
13843 * locate.el: Merge the two `Commentary' sections.
13844 (locate-ls-subdir-switches): New user option.
13845 (locate): Update for other changes.
13846 (locate-mode-map): Restore Dired binding for mouse-2.
13847 Bind `locate-mouse-view-file' to M-mouse-2.
13848 Bind `l' to `locate-do-redisplay'.
13849 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13850 (locate-mouse-view-file, locate-tags, locate-find-directory):
13851 Print message if used outside main listing.
13852 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13853 Various changes to support inserted subdirectories.
13854 (locate-insert-header): Change header of *Locate* buffer.
13855
13856 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13857 Change interactive default switches.
13858 (dired-rename-subdir-2): Update `dired-switches-alist'.
13859 (dired-insert-subdir, dired-kill-subdir):
13860 Handle `dired-switches-alist'. Do not mark buffer modified.
13861 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13862 (dired-insert-subdir-doinsert): Omit messages.
13863 Handle `dired-subdir-switches'.
13864 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13865
13866 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13867 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13868 subdirs if -R switch is used for a subdir.
13869 (dired-mode): Set `dired-switches-alist'.
13870 (dired-build-subdir-alist): Only print number of directories in
13871 echo area when invoked interactively.
13872
13873 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13874
13875 * dired-x.el (dired-omit-mode): Rename from
13876 dired-omit-files-p. Use define-minor-mode to define it.
13877 (dired-omit-files-p): Add as alias for dired-omit-mode.
13878 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13879 dired-mark-omitted.
13880 (dired-mark-omitted): Add. Bind to M-O.
13881
13882 2004-06-05 Kenichi Handa <handa@m17n.org>
13883
13884 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13885
13886 2004-06-05 Juanma Barranquero <lektu@terra.es>
13887
13888 * help-fns.el (help-argument-name): Reintroduce face.
13889 (help-default-arg-highlight): Use it, now that
13890 `face-differs-from-default-p' can be trusted.
13891
13892 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13893
13894 * textmodes/table.el: Sentence commands added to Point Motion
13895 group; kill and backward-kill commands added to Extraction group.
13896
13897 2004-06-04 Mario Lang <mlang@delysid.org>
13898
13899 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13900 systems appear to use mW, make the code handle this. Fix a
13901 division-by-zero bug while at it, and handle kernels with
13902 a slightly different layout in /proc/acpi.
13903
13904 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13905
13906 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13907 because the latter is a CL-ism. This fixes the bug reported by
13908 Shawn Boyette <mdxi@collapsar.net> in
13909 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13910
13911 2004-06-04 Miles Bader <miles@gnu.org>
13912
13913 * faces.el (display-supports-face-attributes-p): Function moved to
13914 C code. Previously only the tty-related portion of this function
13915 was done in C; however the previous attempt to do a halfway-proper
13916 job for non-tty displays in lisp didn't work properly because of
13917 funny conditions during Emacs startup.
13918 (face-differs-from-default-p): Simplify, now that
13919 display-supports-face-attributes-p works properly on all display
13920 types. Remove :stipple from comparison; it doesn't really work
13921 in emacs anyway.
13922
13923 2004-06-04 Miles Bader <miles@gnu.org>
13924
13925 * faces.el (face-differs-from-default-p): Use a different
13926 implementation, so we can really check whether FACE displays
13927 differently or not.
13928
13929 2004-06-04 Miles Bader <miles@gnu.org>
13930
13931 * faces.el (display-supports-face-attributes-p): Implement a
13932 `different from default' check for non-tty displays.
13933
13934 2004-06-03 David Kastrup <dak@gnu.org>
13935
13936 * woman.el (woman-mapcan): More concise code.
13937 (woman-topic-all-completions, woman-topic-all-completions-1)
13938 (woman-topic-all-completions-merge): Replace by a simpler and
13939 much faster implementation based on O(n log n) sort/merge instead
13940 of the old O(n^2) behavior.
13941
13942 2004-06-03 Miles Bader <miles@gnu.org>
13943
13944 * subr.el (read-number): Use canonical format for default in prompt.
13945
13946 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13947 Add regexp for " [...]" style defaults.
13948
13949 2004-06-02 Romain Francoise <romain@orebokech.com>
13950
13951 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13952 groups: if the user asks for a hidden buffer, open the
13953 corresponding filter group to expose it.
13954
13955 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13956 `ibuffer-jump-to-buffer'.
13957 (ibuffer-jump-offer-only-visible-buffers): New user option.
13958
13959 2004-06-02 Juanma Barranquero <lektu@terra.es>
13960
13961 * faces.el (frame-update-faces): Add empty docstring so the one
13962 for `ignore' doesn't show through.
13963
13964 * subr.el (process-kill-without-query): Remove spurious "\n" on
13965 obsolescence string.
13966 (focus-frame, unfocus-frame): Add obsolescence declaration and
13967 empty docstring.
13968
13969 * international/mule.el (register-char-codings): Make alias for
13970 `ignore'. Move docstring to obsolescence info and remove redundancy.
13971
13972 2004-06-02 Kim F. Storm <storm@cua.dk>
13973
13974 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13975 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13976
13977 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * comint.el (comint-replace-by-expanded-history-before-point):
13980 Obey `start' as the docstring says.
13981 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13982 (comint-update-fence): Prevent font-lock from running unnecessarily.
13983 (comint-dynamic-list-completions): Use with-current-buffer.
13984
13985 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13986
13987 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13988 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13989 (bibtex-entry-update): Handle alternatives and optional fields.
13990 (bibtex-parse-entry): Bugfix, handle empty key.
13991
13992 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13995
13996 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13997
13998 * desktop.el (desktop-save): Don't save minor modes without a
13999 known mode initialization function.
14000
14001 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14002
14003 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14004
14005 * autorevert.el: Update `Commentary' section.
14006
14007 2004-05-30 Juanma Barranquero <lektu@terra.es>
14008
14009 * dos-fns.el (convert-standard-filename):
14010 * files.el (convert-standard-filename):
14011 * w32-fns.el (convert-standard-filename):
14012 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14013
14014 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14015
14016 Sync with Tramp.
14017
14018 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14019 (tramp-let-maybe): Move to an earlier spot in the file.
14020 Patch by Andreas Schwab.
14021
14022 2004-05-30 Andreas Schwab <schwab@suse.de>
14023
14024 * dired.el (dired-get-filename): Don't use dired-re-dot.
14025
14026 2004-05-30 Richard M. Stallman <rms@gnu.org>
14027
14028 * files.el (find-file): Doc fix.
14029
14030 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14031
14032 2004-05-30 Nick Roberts <nickrob@gnu.org>
14033
14034 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14035 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14036 modeline of the locals buffer.
14037 (gdb-goto-breakpoint): Handle gdbmi.
14038 (gdb-get-frame-number): Change for gdbmi.
14039
14040 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14041
14042 * files.el (file-remote-p): Apply file name handler for operation
14043 `file-remote-p'. It isn' a property any longer.
14044 (file-relative-name): `fh' and `fd' get the required value via
14045 `find-file-name-handler' already.
14046
14047 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14048 (top): Remove setting of `file-remote-p' property for
14049 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14050
14051 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14052
14053 Version 2.0.41 of Tramp released.
14054
14055 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14056 Throw away if process has died.
14057 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14058 (tramp-out-of-band-prompt-regexp): Rename to
14059 `tramp-process-alive-regexp', because its usage is widen.
14060 (tramp-actions-copy-out-of-band): Apply it.
14061 (tramp-actions-before-shell, tramp-multi-actions):
14062 Add `tramp-action-process-alive' action.
14063 (tramp-action-process-alive): New defun.
14064 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14065 Add entry for `file-remote-p'.
14066 (tramp-handle-file-remote-p): New defun.
14067 (top): Remove setting of `file-remote-p'. Don't set
14068 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14069
14070 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14071 `file-remote-p'.
14072
14073 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14074 counted for (last) line. [They should or they shouldn't? --Stef]
14075 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14076
14077 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14078
14079 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14080 not really necessary but seems to keep the shell history smaller
14081 in some cases. It is no substitute for setting HISTFILE and
14082 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14083 though. Suggested by Luc Teirlinck.
14084 (tramp-open-connection-setup-interactive-shell): Export variables
14085 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14086 (tramp-set-process-query-on-exit-flag): New compat function.
14087 (tramp-open-connection-multi, tramp-open-connection-su)
14088 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14089 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14090 (tramp-let-maybe): New macro, let-binds a variable only if it
14091 isn't obsolete.
14092 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14093 (tramp-handle-file-truename): Use it.
14094 (tramp-completion-file-name-regexp-unified): Avoid matching
14095 filenames starting with "/:" -- those are reserved for
14096 file-name-non-special.
14097
14098 * tramp-smb.el (tramp-smb-open-connection):
14099 Use tramp-set-process-query-on-exit-flag compat function.
14100
14101 2004-05-29 Richard M. Stallman <rms@gnu.org>
14102
14103 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14104
14105 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14106 (eval-last-sexp-print-value): Print char equivalent regardless
14107 of standard-output value.
14108
14109 * thumbs.el (thumbs-subst-char-in-string): Delete.
14110 (thumbs-thumbname): Use subst-char-in-string.
14111 (thumbs-resize-image): Use condition-case, not ignore-errors.
14112 (thumbs-kill-buffer): Likewise.
14113
14114 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14115 (thumbs-mode): Make buffer read-only.
14116 (thumbs-make-thumb): Unconditionally accept an existing file.
14117 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14118 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14119 (thumbs-show-thumbs-list): Error if images not supported.
14120 (thumbs-save-current-image): Improve prompt string.
14121 (thumbs-mode-map): Define u, R, x.
14122 (thumbs-unmark): New command.
14123 (thumbs-emboss-image): Minor cleanup.
14124 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14125 (thumbs-rename-images): New command.
14126 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14127
14128 * thumbs.el (thumbs-current-image): New function.
14129 (thumbs-file-list, thumbs-file-alist): New functions.
14130 (thumbs-find-image): Delete arg L.
14131 Don't set up thumbs-fileL as buffer-local global var.
14132 (thumbs-find-image-at-point): Use thumbs-current-image.
14133 (thumbs-set-image-at-point-to-root-window): Likewise.
14134 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14135 Record and warn about errors. Update thumbs-markedL for deletions.
14136 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14137 (thumbs-redraw-buffer): Use thumbs-file-list.
14138 (thumbs-mark): Use thumbs-current-image.
14139 (thumbs-show-name): Use thumbs-current-image.
14140
14141 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14142 and imenu--last-menubar-index-alist.
14143
14144 * subr.el (with-selected-window): Undo previous change.
14145
14146 2004-05-29 John Paul Wallington <jpw@gnu.org>
14147
14148 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14149 (thumbs-mouse-find-image): New command.
14150 (thumbs-mode-map): Bind it to mouse-2.
14151 (thumbs-mode): Make mode-class special.
14152 (thumbs-view-image-mode): Likewise.
14153
14154 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14155
14156 * flymake.el: New file.
14157
14158 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14159
14160 * files.el (find-file-noselect-1): Do not bind
14161 `inhibit-read-only' to t during execution of
14162 `find-file-not-found-functions'.
14163
14164 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14167 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14168
14169 2004-05-28 Juri Linkov <juri@jurta.org>
14170
14171 * simple.el (eval-expression-print-format): New fun.
14172
14173 * simple.el (eval-expression):
14174 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14175 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14176 (edebug-eval-expression): Print additionally the value returned by
14177 `eval-expression-print-format'.
14178
14179 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14180 (insert-pair): Make arguments optional. Find character pair
14181 from `insert-pair-alist' according to the last input event.
14182 (insert-parentheses): Make arguments optional.
14183 (raise-sexp, delete-pair): New funs.
14184
14185 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14186 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14187 Bind C-M-q to `indent-pp-sexp'.
14188
14189 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14190 `pp-to-string' modified to be able to format text with newlines.
14191 (pp-to-string): Move the buffer-formatting part of the code to
14192 `pp-buffer'. Call `pp-buffer'.
14193
14194 * info.el (Info-desktop-buffer-misc-data): Don't save information
14195 about virtual files.
14196 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14197 buffers with names obtained from the desktop file instead of the
14198 default *info* buffer.
14199
14200 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14201
14202 * subr.el (with-selected-window): Only save/restore the selected window.
14203
14204 * progmodes/compile.el (compilation-error-regexp-alist):
14205 Use expand-file-name and data-directory.
14206
14207 * progmodes/grep.el (grep-tree): Rework previous fix.
14208
14209 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14210 after the user marked text with the mouse.
14211
14212 * startup.el (command-line): Keep the first regexp of
14213 auto-save-file-name-transforms intact.
14214
14215 2004-05-28 Juanma Barranquero <lektu@terra.es>
14216
14217 * cus-edit.el (customize-face, customize-face-other-window)
14218 (custom-face-edit-delete): Make arguments match their use in
14219 docstring.
14220 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14221 docstring.
14222
14223 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14224 not `cvs-butlast'.
14225
14226 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14227 `nbutlast' are in subr.el).
14228
14229 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14230 (set-w32-system-coding-system): Doc fixes.
14231
14232 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14233 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14234 Make arguments match their use in docstring.
14235 (artist-draw-region-trim-line-endings)
14236 (artist-mouse-choose-operation): Fix typo in docstring.
14237 (artist-key-set-point-common): Doc fix.
14238
14239 2004-05-28 Simon Josefsson <jas@extundo.com>
14240
14241 * mail/smtpmail.el (smtpmail-open-stream):
14242 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14243
14244 2004-05-26 Simon Josefsson <jas@extundo.com>
14245
14246 * starttls.el: Merge with my GNUTLS based starttls.el.
14247 (starttls-gnutls-program, starttls-use-gnutls)
14248 (starttls-extra-arguments, starttls-process-connection-type)
14249 (starttls-connect, starttls-failure, starttls-success): New variables.
14250 (starttls-program, starttls-extra-args): Doc fix.
14251 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14252 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14253 and pass on to corresponding *-gnutls function if it is set.
14254
14255 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14256
14257 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14258 remote files.
14259
14260 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14261
14262 * files.el (file-name-non-special): There are more operations
14263 which need handling: `find-backup-file-name',
14264 `insert-file-contents', `verify-visited-file-modtime',
14265 `write-region'. Rename t value of method to `add'. Add new
14266 methods `quote' and `unquote-then-quote' to file-arg-indices.
14267
14268 2004-05-25 Juri Linkov <juri@jurta.org>
14269
14270 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14271 (Info-index-nodes): Enclose code in condition-case to catch errors.
14272 (Info-index-node): Don't search all index nodes if request is only
14273 for the current node and file is not in the cache of index nodes.
14274 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14275 for consistency with dired-copy-filename-as-kill.
14276 Bind `S' to Info-search-case-sensitively.
14277 (Info-copy-current-node-name): New arg. With zero prefix arg put
14278 the name inside a function call to `info'. Display copied text in
14279 the echo area.
14280
14281 2004-05-25 Sam Steingold <sds@gnu.org>
14282
14283 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14284 strip the package prefix from the symbol name, if any.
14285 Make it the `find-tag-default-function' for `lisp-mode'.
14286
14287 2004-05-25 John Paul Wallington <jpw@gnu.org>
14288
14289 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14290 instead of obsolete `process-kill-without-query'.
14291
14292 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14293 Declare as variable, not constant.
14294
14295 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14296
14297 * files.el (find-file-noselect-1): Fix bug introduced by
14298 Revision 1.694. As a side effect, `inhibit-read-only'
14299 is again, by default, t during execution of
14300 `find-file-not-found-functions'.
14301 (insert-directory): Check that lines were really inserted by
14302 the --dired switch, before erasing them.
14303
14304 2004-05-24 Nick Roberts <nickrob@gnu.org>
14305
14306 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14307 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14308 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14309 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14310 gud-minor-mode (gdbmi).
14311
14312 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14313
14314 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14315 explicitly select the text to be taken as URL.
14316
14317 2004-05-23 Juri Linkov <juri@jurta.org>
14318
14319 * info.el (Info-index-nodes): New var and fun.
14320 (Info-goto-index, Info-index, info-apropos)
14321 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14322 (Info-index): Fix docstring. Store and restore Info-history-list.
14323 (Info-complete-nodes): New var.
14324 (Info-complete-menu-item): Use it.
14325 (Info-index-node): New fun.
14326 (Info-final-node, Info-forward-node, Info-backward-node)
14327 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14328 Use Info-index-node.
14329 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14330 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14331 (Info-find-node-2): If a node with period in its name not found,
14332 try to find a node without the name part after period.
14333 (Info-select-node): Call Info-fontify-node only if
14334 Info-fontify-maximum-menu-size is not nil.
14335 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14336 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14337 Preserve Info-history-list.
14338 (Info-toc): Set Info-current-file.
14339 (Info-build-toc): Move point to the beginning of the buffer.
14340 Add main-file variable.
14341 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14342 Use backslashed representation of the control character ^_.
14343
14344 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14345 numbers in the new Texinfo 4.7 format.
14346
14347 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14348 regexps for function and variable names.
14349
14350 * descr-text.el (describe-property-list): Add [show] button for
14351 `syntax-table' property with action to pp to a separate buffer.
14352 (describe-char): Replace search-forward by re-search-forward with
14353 whitespace regexp after "character:" to not fail in too narrow windows.
14354
14355 * simple.el (next-error-find-buffer): Add a rule to return
14356 next-error capable buffer if one window on the selected frame
14357 displays such buffer.
14358
14359 2004-05-23 Nick Roberts <nickrob@gnu.org>
14360
14361 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14362 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14363 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14364 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14365 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14366 Handle new value for gud-minor-mode (gdbmi).
14367 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14368 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14369 Change from local to global gdb variable set.
14370 (gdb-ann3): Initialise above gdb variable set.
14371 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14372 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14373 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14374 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14375 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14376 (gdb-info-locals-handler, gdb-invalidate-assembler)
14377 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14378 set as global variables.
14379 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14380 Handle gdbmi.
14381 (gdb-info-breakpoints-custom): Fix regexp.
14382 (def-gdb-var): Delete.
14383
14384 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14385 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14386 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14387 a new mode. The file (gdb-mi.el) for this mode will be included
14388 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14389 primary interface.
14390
14391 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14392
14393 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14394 interpreted as a directory.
14395
14396 2004-05-22 Richard M. Stallman <rms@gnu.org>
14397
14398 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14399 as a close quote.
14400
14401 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14402
14403 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14404 Use assoc-string, not assoc-ignore-case.
14405
14406 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14407
14408 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14409 If moving back then fwd gets a defun that ends before point,
14410 try again moving fwd then back.
14411
14412 * files.el (file-name-non-special): Allow t in file-arg-indices
14413 to mean requote the return value. Use `identity' as an element
14414 rather than as the whole value.
14415
14416 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14417
14418 2004-05-22 Juanma Barranquero <lektu@terra.es>
14419
14420 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14421 `help-make-usage'.
14422 (help-highlight-arguments): Skip function name before searching
14423 for arguments.
14424
14425 2004-05-21 Juanma Barranquero <lektu@terra.es>
14426
14427 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14428 Don't mention in the docstring these arguments meant for
14429 internal (recursive) use only.
14430 (allout-char-spec): Comment out (it's not implemented).
14431 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14432 obsolescence declaration.
14433 (allout-flatten-exposed-to-buffer)
14434 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14435 (my-mark-marker): Doc fix.
14436 (produce-allout-mode-map, allout-sibling-index)
14437 (allout-isearch-expose, allout-distinctive-bullet)
14438 (allout-open-topic, allout-reindent-body)
14439 (allout-rebullet-heading, allout-process-exposed)
14440 (allout-insert-listified, allout-latex-verb-quote)
14441 (allout-insert-latex-header, allout-insert-latex-trailer):
14442 Make arguments match their use in docstring.
14443 (allout-primary-bullet, allout-old-style-prefixes)
14444 (allout-inhibit-protection, allout-init, allout-mode)
14445 (allout-before-change-protect, allout-flag-region):
14446 Use "Emacs" instead of "emacs" in docstrings.
14447
14448 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14449
14450 * international/characters.el: Modify syntax of more characters.
14451
14452 2004-05-21 Masatake YAMATO <jet@gyve.org>
14453
14454 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14455 (etags-tags-completion-table): Show parsing progress.
14456
14457 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14458
14459 * locate.el (locate-prompt-for-command): Shorten first line of
14460 docstring.
14461 (locate-mode): Expand docstring and include keymap summary.
14462
14463 * files.el (find-file-noselect-1): Limit the scope of the
14464 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14465 is, by default, nil during the execution of
14466 `find-file-not-found-functions' and `find-file-hook'.
14467
14468 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14469
14470 * facemenu.el (facemenu-color-name-equal): New function.
14471 (list-colors-display): Use it to compare colors instead of
14472 facemenu-color-equal.
14473
14474 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14475
14476 * compare-w.el (compare-windows-face): Use min-colors instead of
14477 checking for tty or pc types.
14478
14479 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14480
14481 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14482 (completion-setup-function): Use with-current-buffer.
14483 Properly save excursion. Simplify.
14484 Don't assume there is necessarily a `mouse-face' property somewhere.
14485
14486 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14487
14488 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14489
14490 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14491 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14492 Use with-current-buffer.
14493 (byte-goto-log-buffer): Delete.
14494 (byte-compile-log-file): Call compilation-forget-errors.
14495
14496 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14497
14498 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14499 output messages into the search result.
14500
14501 2004-05-19 Masatake YAMATO <jet@gyve.org>
14502
14503 * wid-edit.el (widget-radio-button-notify): Revert my last
14504 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14505
14506 2004-05-19 Kenichi Handa <handa@m17n.org>
14507
14508 * international/characters.el: Fix syntax (open/close) of CJK chars.
14509
14510 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14511
14512 * help-mode.el (help-go-back): Don't depend on position of back button.
14513
14514 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14517 files files don't contain an accidental additional /.
14518
14519 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14520 in source buffer.
14521
14522 2004-05-18 Masatake YAMATO <jet@gyve.org>
14523
14524 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14525 to widget-apply. :action method assumes 2 arguments, not 3.
14526
14527 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14528
14529 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14530 New constants.
14531 (hs-special-modes-alist): Add an f90-mode entry.
14532
14533 2004-05-17 Sam Steingold <sds@gnu.org>
14534
14535 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14536 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14537
14538 2004-05-16 Kim F. Storm <storm@cua.dk>
14539
14540 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14541
14542 2004-05-15 John Wiegley <johnw@newartisans.com>
14543
14544 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14545 (eshell-output-object-to-target): Improve output speed 20% by not
14546 calling `eshell-stringify' if something is already known to be a string.
14547
14548 2004-05-15 Alex Ott <ott@jet.msk.su>
14549
14550 * textmodes/ispell.el (ispell-local-dictionary-alist):
14551 Add windows-1251 to the choice of coding systems.
14552 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14553 encoded in cp1251.
14554
14555 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14556
14557 * progmodes/compile.el (compilation-warning-face)
14558 (compilation-info-face): Use min-colors.
14559
14560 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14561
14562 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14563 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14564 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14565 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14566 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14567 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14568 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14569 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14570 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14571 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14572 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14573 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14574 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14575 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14576
14577 2004-05-15 Kim F. Storm <storm@cua.dk>
14578
14579 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14580 Use it to set triggered-p element of timer.
14581 (timer-event-handler): Set triggered-p element non-nil while running
14582 the timer function.
14583
14584 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * descr-text.el (describe-char-unicode-data)
14587 (describe-char-unicodedata-file): Re-enable the unicode code now that
14588 the licensing issues have been cleared in the unicode-4 license.
14589 (describe-text-properties-1): Remove unused `overlay' var.
14590 (describe-char): Remove unused var `buffer'.
14591
14592 2004-05-14 David Ponce <david@dponce.com>
14593
14594 * tree-widget.el: New file.
14595
14596 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14597
14598 * language/european.el ("Brazilian Portuguese"): Add support for
14599 Brazilian Portuguese.
14600
14601 2004-05-13 John Wiegley <johnw@newartisans.com>
14602
14603 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14604 `recentf-mode' if this variable has been customized to t.
14605
14606 * eshell/esh-test.el (eshell-test): Call the function
14607 `emacs-version' rather than trying to build a custom version string.
14608
14609 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * net/telnet.el (telnet-mode): Use define-derived-mode.
14612 Don't modify the global value of comint-prompt-regexp.
14613
14614 2004-05-13 John Paul Wallington <jpw@gnu.org>
14615
14616 * version.el (emacs-version): Check for `gtk' feature before
14617 `x-toolkit' feature.
14618
14619 2004-05-13 Juanma Barranquero <lektu@terra.es>
14620
14621 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14622 arguments in the docstring, they're used only in recursive calls.
14623
14624 * help-fns.el (help-arg-highlighting-function)
14625 (help-argument-name): Delete.
14626 (help-default-arg-highlight): New function.
14627 (help-do-arg-highlighting): Use it.
14628
14629 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14630
14631 * calendar/appt.el (appt-disp-window):
14632 Use `calendar-set-mode-line' for a centered mode-line.
14633
14634 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14635
14636 * calendar/appt.el (appt-disp-window): Do not split window
14637 excessively when `split-height-threshold' is low.
14638
14639 2004-05-12 Nick Roberts <nickrob@gnu.org>
14640
14641 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14642 kill-buffer-hook here and make it local.
14643 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14644
14645 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14646
14647 * progmodes/compile.el (compilation-set-window-height):
14648 Use save-excursion to protect against misplaced marker.
14649
14650 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14651
14652 * custom.el (defface): Document that type can have value gtk.
14653
14654 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14655
14656 2004-05-12 Kenichi Handa <handa@m17n.org>
14657
14658 * descr-text.el: Require quail at comile time.
14659 (describe-char): If an input method is on and it supports the
14660 character, show how to input it.
14661
14662 * international/quail.el (quail-install-decode-map): Accept a
14663 char-table whose subtype is `quail-decode-map'.
14664 (quail-store-decode-map-key, quail-gen-decode-map1)
14665 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14666 (quail-show-key): New functions.
14667
14668 2004-05-12 Juanma Barranquero <lektu@terra.es>
14669
14670 * generic.el (define-generic-mode): Remove redundant arglist info.
14671
14672 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14673 Make arguments match their use in docstring.
14674 (help-arg-highlighting-function): New variable.
14675 (help-argument-name): Mention it in the docstring.
14676 (help-do-arg-highlight): Use it. Expand regexp to accept also
14677 ARG-xxx and xxx-ARG references.
14678
14679 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14680
14681 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14682 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14683 and "mailto:addr1?to=addr2" equal.
14684
14685 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14686
14687 * man.el (Man-getpage-in-background): Use shell-file-name
14688 and shell-command-switch variables instead of hard-coded values.
14689
14690 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14691
14692 * iimage.el: New file.
14693
14694 2004-05-11 Juanma Barranquero <lektu@terra.es>
14695
14696 * custom.el (custom-initialize-default, defcustom):
14697 Fix typo in docstring.
14698
14699 * files.el (set-visited-file-name, file-expand-wildcards):
14700 Fix docstring.
14701
14702 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14705
14706 * subr.el (eventp): Be more discriminating with integers.
14707
14708 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14709
14710 * progmodes/compile.el (compile): Add universal prefix arg.
14711 (compilation-error-regexp-alist-alist): Add edg patterns.
14712
14713 2004-05-10 Sam Steingold <sds@gnu.org>
14714
14715 * textmodes/ispell.el (ispell-message):
14716 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14717
14718 2004-05-10 Dave Love <fx@gnu.org>
14719
14720 * progmodes/python.el (help-buffer): Autoload when compiling.
14721 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14722 (run-python): Prepend to any existing PYTHONPATH.
14723
14724 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14725
14726 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14727 for pending breakpoints.
14728
14729 2004-05-10 Richard M. Stallman <rms@gnu.org>
14730
14731 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14732 directly without calling any functions in Rmail.
14733 (unrmail-unprune): Function deleted.
14734
14735 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14736
14737 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14738 C-c C-z binding.
14739
14740 2004-05-10 Kenichi Handa <handa@m17n.org>
14741
14742 * descr-text.el (describe-char): Fix previous change. Don't make
14743 a unibyte character to multibyte in the *Help* buffer.
14744
14745 2004-05-10 Miles Bader <miles@gnu.org>
14746
14747 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14748 buffer an error if the debugger process is actually running.
14749
14750 2004-05-10 Juanma Barranquero <lektu@terra.es>
14751
14752 * help-fns.el (help-argument-name): Default to italic.
14753 (help-highlight-arguments): Return always (usage . doc), even when
14754 usage is nil.
14755
14756 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14757 (define-ibuffer-filter): Add usage info.
14758 (define-ibuffer-op): Add usage info (but CL-style defaults for
14759 keyword args are not shown).
14760
14761 * subr.el (remove-overlays, read-passwd): Fix docstring.
14762 (start-process-shell-command): Fix docstring. Put usage info in a
14763 format usable by `describe-function'.
14764 (open-network-stream, open-network-stream-nowait)
14765 (open-network-stream-server): Fix docstring.
14766
14767 2004-05-09 Jason Rumney <jasonr@gnu.org>
14768
14769 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14770 Only define cp125* if windows-125* is already defined.
14771
14772 * language/korean.el (cp949): Add alias.
14773
14774 * language/chinese.el (cp936, cp950): Add aliases.
14775
14776 * language/japanese.el (cp932): Add alias.
14777
14778 * term/w32-win.el: Require code-pages.
14779
14780 * international/mule-cmds.el (set-locale-environment):
14781 On MS-Windows use ansi code-page for default coding-systems.
14782 Set up paper sizes for Windows 3 letter languages.
14783
14784 * international/code-pages.el (cp932, cp936, cp949, cp950):
14785 Add aliases. Also add cp125* if not already defined.
14786
14787 2004-05-09 Juanma Barranquero <lektu@terra.es>
14788
14789 * help-fns.el (help-highlight-arguments): Don't try to highlight
14790 missing or autoloaded arglists. Accept structured arguments, like
14791 the first ones of `do' and `flet'.
14792
14793 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14794 (cvs-get-marked): Remove redundant arglist info.
14795
14796 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14797 Don't use CL-style default args.
14798
14799 2004-05-08 Andreas Schwab <schwab@suse.de>
14800
14801 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14802
14803 * international/subst-ksc.el: Fix references to utf-translate-cjk
14804 into utf-translate-cjk-mode.
14805 * international/subst-big5.el: Likewise.
14806 * international/subst-gb2312.el: Likewise.
14807 * international/subst-jis.el: Likewise.
14808 * international/utf-16.el: Likewise.
14809 * international/utf-8.el: Likewise.
14810
14811 2004-05-08 John Wiegley <johnw@newartisans.com>
14812
14813 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14814 "virtual buffers" (off by default), which makes it possible to
14815 switch to the "virtual" buffers of recently visited files. When a
14816 buffer name search fails, and this option is on, iswitchb will
14817 look at the list of recently visited files, and permit matching
14818 against those names. When the user hits RET on a match, it will
14819 revisit that file.
14820 (iswitchb-read-buffer): Add two optional arguments, which makes
14821 isearchb.el possible.
14822 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14823 (iswitchb-next-match): Add support for virtual buffers.
14824
14825 * isearchb.el: This module extends iswitchb to provide "as you
14826 type" buffer selection.
14827
14828 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14829 Ignore the read-only property when flyspell highlighting is on.
14830 Not ignoring it leads to a series of confusing errors.
14831 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14832 but also make sure to call flyspell-incorrect-hook.
14833 (flyspell-maybe-correct-transposition): Perform transposition test
14834 by bit twiddling a string, rather than using a temp buffer.
14835 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14836 buffer. This is also the original version of the code, which
14837 could not be checked in before due to a previous lack of
14838 assignment papers. This version has seen heavy usage on my system
14839 for several years now.
14840
14841 * calendar/cal-bahai.el: New file, which adds support for the
14842 Baha'i calendar to Emacs. This calendar is based on a solar year
14843 of 19 months of 19 days, with 4 intercalary days. Each year
14844 begins on March 21, with the calendar starting in 1844.
14845
14846 * calendar/cal-menu.el, calendar/calendar.el
14847 * calendar/diary-lib.el, calendar/holidays.el:
14848 Added support for using cal-bahai.el.
14849
14850 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14851 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14852 function can be used outside of eshell buffers.
14853 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14854
14855 2004-05-08 Juanma Barranquero <lektu@terra.es>
14856
14857 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14858 word constituent so FOO-ARG is not recognized as an arg.
14859 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14860
14861 * simple.el (next-error): Fix typo in docstring.
14862 (open-line): Make argument names match their use in docstring.
14863 (split-line): Fix docstring.
14864
14865 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14866 usable by `describe-function'.
14867 (gensym, gentemp, typep, ignore-errors): Make argument names match
14868 their use in docstring.
14869
14870 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14871 argument to `help-setup-xref'.
14872
14873 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14874
14875 Version 2.0.40 of Tramp released.
14876
14877 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14878 Use symbol-function to invoke functions only known on some Emacs
14879 flavors. This avoids byte-compiler warnings. Reported by Kevin
14880 Scaldeferri <kevin@scaldeferri.com>.
14881 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14882 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14883 consistent with the other tramp-do-* functions.
14884 (tramp-do-copy-or-rename-file): Calls adjusted.
14885 (tramp-process-initial-commands): Avoid liveness check on shell --
14886 we know that it must be alive since we're opening a connection at
14887 this moment.
14888 (tramp-last-cmd): New internal variable.
14889 (tramp-process-echoes): New tunable.
14890 (tramp-send-command): Set tramp-last-cmd.
14891 (tramp-wait-for-output): Delete echo, if applicable.
14892 (tramp-read-passwd): Construct the key for the password cache in a
14893 way that works for multi methods, too.
14894 (tramp-bug): Add backup-directory-alist and
14895 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14896
14897 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14898
14899 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14900
14901 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14902 (tramp-actions-copy-out-of-band): New defcustoms.
14903 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14904 used instead of a synchronous one. Allows password entering.
14905 (tramp-action-out-of-band): New defun.
14906 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14907 Remove restriction with password from doc string.
14908 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14909 `tramp-out-of-band-prompt-regexp',
14910 `tramp-actions-copy-out-of-band', `password-cache' and
14911 `password-cache-expiry'.
14912 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14913 password caching.
14914 (tramp-touch): FILE can be a local file, too.
14915 (TODO): Remove items done.
14916 (tramp-handle-insert-directory): Properly quote file name also if
14917 not full-directory-p. Handle wildcard case. Reported by Andreas
14918 Schwab <schwab@suse.de>.
14919 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14920 new file.
14921 (tramp-handle-file-local-copy, tramp-handle-write-region):
14922 The permissions of the temporary file are set if filename exists.
14923 Reported by Ted Stern <stern@cray.com>.
14924 (tramp-backup-directory-alist)
14925 (tramp-bkup-backup-directory-info): New defcustoms.
14926 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14927 (tramp-handle-find-backup-file-name): New function.
14928 Implements Tramp's find-backup-file-name.
14929
14930 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14931 for `find-backup-file-name'.
14932
14933 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14934 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14935
14936 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14937
14938 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14939
14940 2004-05-07 Juanma Barranquero <lektu@terra.es>
14941
14942 * subr.el (lambda): Add arglist description to docstring.
14943 (declare): Fix typo in docstring.
14944 (open-network-stream): Fix docstring.
14945 (process-kill-without-query): Fix docstring and add obsolescence info.
14946 (last, butlast, nbutlast): Make arguments match their use in docstring.
14947 (insert-buffer-substring-no-properties): Likewise.
14948 (insert-buffer-substring-as-yank): Likewise.
14949 (split-string): Fix docstring.
14950
14951 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14952 Make argument names match their use in docstring.
14953
14954 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14955
14956 2004-05-06 Nick Roberts <nickrob@gnu.org>
14957
14958 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14959 Fit first sentence on one line for apropos-command.
14960
14961 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14962
14963 Changes largely merged in from Dave Love's code.
14964 * progmodes/python.el: Doc fixes.
14965 (python-mode-map): Add python-complete-symbol.
14966 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14967 (python-comment-indent, python-complete-symbol)
14968 (python-symbol-completions, python-partial-symbol)
14969 (python-try-complete): New.
14970 (python-indent-line): Remove optional arg. Use python-block-end-p.
14971 (python-check): Bind compilation-error-regexp-alist.
14972 (inferior-python-mode): Use rx. Move keybindings to top level.
14973 Set comint-input-filter.
14974 (python-preoutput-filter): Use rx.
14975 (python-input-filter): Re-introduce.
14976 (python-proc): Start new process if necessary.
14977 Check python-buffer non-nil.
14978 (view-return-to-alist): Defvar.
14979 (python-send-receive): New.
14980 (python-eldoc-function): Use it.
14981 (python-mode-running): Don't defvar.
14982 (python-mode): Set comment-indent-function.
14983 Maybe update hippie-expand-try-functions-list.
14984 (python-indentation-levels): Initialize differently.
14985 (python-block-end-p): New.
14986 (python-indent-line): Use it.
14987 (python-compilation-regexp-alist): Augment.
14988 (run-python): Import `emacs' module to Python rather than loading
14989 code directly. Set python-buffer differently.
14990 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14991 Use python-proc.
14992 (python-send-command): Go to end of comint buffer.
14993 (python-load-file): Use python-proc, emacs.eimport.
14994 (python-describe-symbol): Simplify interactive form.
14995 Use emacs.help. Do use temp-buffer-show-hook.
14996 Call print-help-return-message.
14997 (hippie-exp): Require when compiling.
14998 (python-preoutput-continuation): Use rx.
14999
15000 * diff-mode.el (diff-make-unified): Fix regexp.
15001
15002 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15003
15004 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15005 filter groups from the buffer when rebuilding the Ibuffer buffer
15006 and `ibuffer-show-empty-filter-groups' is nil.
15007
15008 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15009
15010 * ps-print.el (ps-print-quote): Call ps-value-string.
15011 (ps-setup): Call ps-comment-string.
15012 (ps-value-string, ps-comment-string): New funs.
15013
15014 2004-05-06 Juanma Barranquero <lektu@terra.es>
15015
15016 * ehelp.el (electric-help-command-loop): Check whether the last
15017 character is visible, not (point-max).
15018
15019 * help-fns.el (help-argument-name): Default to bold; don't inherit
15020 from font-lock-variable-name-face.
15021 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15022
15023 2004-05-05 Kenichi Handa <handa@m17n.org>
15024
15025 * descr-text.el (describe-char): Copy the character with text
15026 properties and overlays into the first line, and call
15027 describe-text-properties on it.
15028
15029 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15030
15031 * iswitchb.el (iswitchb-global-map): Fix typo.
15032 Remove unwanted ###autoloads from source file.
15033
15034 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15035
15036 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15037 in run-hooks. Use substitute-command-keys in message.
15038 (wdired-abort-changes): Add message.
15039
15040 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15041
15042 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15043 (sql-emacs20-p): Remove.
15044 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15045 (sql-builtin-face, sql-doc-face): Remove.
15046 (sql-mode-ansi-font-lock-keywords)
15047 (sql-mode-oracle-font-lock-keywords)
15048 (sql-mode-postgres-font-lock-keywords)
15049 (sql-mode-linter-font-lock-keywords)
15050 (sql-mode-ms-font-lock-keywords)
15051 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15052 (sql-product-font-lock): Fix font-lock reset when font rules change.
15053 (sql-highlight-product): Remove incorrect font-lock reset logic.
15054
15055 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15056
15057 * ses.el (ses-set-parameter): Fix typo.
15058
15059 2004-05-04 Kim F. Storm <storm@cua.dk>
15060
15061 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15062 Must expand directory for completion to work; and don't mess with
15063 process-environment.
15064 (ido-read-file-name): If command has ido property, don't use ido
15065 if value is ignore, or read as directory if value is dir.
15066 Set ido ignore property for dired-do-rename command.
15067
15068 2004-05-04 Juanma Barranquero <lektu@terra.es>
15069
15070 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15071 (electric-help-help): Check against unmapped commands.
15072
15073 * help-fns.el (help-argument-name): New face, inheriting from
15074 font-lock-variable-name-face, to highlight function arguments in
15075 `describe-function' and `describe-key'.
15076 (help-do-arg-highlight): Auxiliary function to highlight a given
15077 list of arguments in a string.
15078 (help-highlight-arguments): Highlight the function arguments and
15079 all uses of them in the docstring.
15080 (describe-function-1): Use it. Do docstring output via `insert',
15081 not 'princ', so text attributes are preserved.
15082
15083 * winner.el (winner-mode-map): Move `winner-undo' and
15084 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15085 previous bindings conflict with `prev-buffer', `next-buffer').
15086
15087 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15088
15089 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15090 (bibtex-entry-update): New command bound to C-c C-u.
15091 (bibtex-text-in-string): Fix regexp.
15092 (bibtex-assoc-of-regexp): Remove.
15093 (bibtex-progress-message): Fix docstring.
15094 (bibtex-inside-field): Use if.
15095 (bibtex-assoc-regexp): New function.
15096 (bibtex-format-entry): Make code more robust so that it formats
15097 also old entries.
15098 (bibtex-autokey-demangle-title): Merge with obsolete function
15099 bibtex-assoc-of-regexp.
15100 (bibtex-field-list): New function.
15101 (bibtex-entry): Use bibtex-field-list.
15102 (bibtex-parse-entry): Fix docstring.
15103 (bibtex-print-help-message): Use bibtex-field-list.
15104 (bibtex-make-field): Use bibtex-field-list.
15105 (bibtex-entry-index): Bugfix. Return crossref key if required.
15106 (bibtex-lessp): Fix docstring.
15107
15108 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15109
15110 * select.el (xselect-convert-to-string): Move comment to intended line.
15111
15112 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15113
15114 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15115 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15116
15117 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15118
15119 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15120 x-get-selection.
15121
15122 2004-05-03 Jason Rumney <jasonr@gnu.org>
15123
15124 * makefile.nt: Remove.
15125
15126 2004-05-03 Kim F. Storm <storm@cua.dk>
15127
15128 * emulation/cua-base.el (cua--update-indications): Fix last change.
15129 (cua-mode): Deactivate mark when cua-mode is enabled.
15130
15131 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15132
15133 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15134
15135 2004-05-03 Nick Roberts <nickrob@gnu.org>
15136
15137 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15138 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15139 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15140 window over visible frames.
15141 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15142
15143 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15144
15145 * progmodes/compile.el (compilation-gcpro): New var.
15146 (compilation-fake-loc): Use it.
15147 (compilation-forget-errors): Reset it.
15148
15149 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15150
15151 * diff-mode.el (diff-header-face, diff-file-header-face):
15152 Use min-colors.
15153
15154 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15155
15156 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15157 (bibtex-clean-entry): Disentangle code.
15158 (bibtex-realign): New function.
15159 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15160 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15161 Remove undocumented optional arg called-by-convert-alien.
15162 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15163 for sorting instead of bibtex-sort-buffer.
15164
15165 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15166
15167 * progmodes/compile.el (compilation-start): In the
15168 no-async-subprocesses branch, call sit-for to give redisplay a
15169 chance to show the updated process status in the mode line, and
15170 fontify the buffer explicitly after the process exits.
15171
15172 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15173
15174 * progmodes/python.el (python-compilation-line-number): Remove.
15175 (python-compilation-regexp-alist): Don't use it any more.
15176 (python-orig-start, python-input-filter): Remove.
15177 (inferior-python-mode): Don't set up comint-input-filter-functions.
15178 (python-send-region): Use compilation-fake-loc.
15179
15180 * progmodes/compile.el (compilation-messages-start): New var.
15181 (compilation-mode): Don't setup next-error-function here.
15182 (compilation-setup): Set it up here instead (for minor modes as well).
15183 Make compilation-messages-start buffer local.
15184 (compilation-next-error-function): Use it.
15185 (compilation-forget-errors): Set compilation-messages-start.
15186
15187 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15188
15189 * ielm.el (ielm-prompt-read-only): Update docstring.
15190
15191 * comint.el (comint-prompt-read-only): Update docstring.
15192 (comint-update-fence, comint-kill-whole-line)
15193 (comint-kill-region): New functions.
15194
15195 * simple.el (kill-whole-line): Use "p" instead of "P" in
15196 interactive form.
15197
15198 2004-05-01 Juanma Barranquero <lektu@terra.es>
15199
15200 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15201 format arglist so default values in CL-style argument lists are
15202 correctly shown.
15203
15204 2004-05-01 Jason Rumney <jasonr@gnu.org>
15205
15206 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15207
15208 2004-05-01 Kenichi Handa <handa@m17n.org>
15209
15210 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15211 quail file if it is up to date.
15212
15213 2004-04-30 Juri Linkov <juri@jurta.org>
15214
15215 * cus-edit.el (custom-mode-map):
15216 Add key binding `C-x C-s' to `Custom-save'.
15217
15218 * outline.el (outline-blank-line): New var.
15219 (outline-next-preface, outline-show-heading)
15220 (outline-end-of-subtree): Use it.
15221
15222 * dired-aux.el (dired-touch-initial): New fun.
15223 (dired-do-chxxx): Call it for op-symbol `touch'.
15224 (dired-diff): Use `dired-dwim-target-directory'
15225 if current dired buffer has no buffer mark.
15226
15227 * bindings.el (propertized-buffer-identification):
15228 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15229 Add C-M-arrow keys for consistency.
15230
15231 * files.el (confirm-kill-emacs):
15232 Change group from top-level `emacs' to `convenience'.
15233
15234 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15235 Push mark on the first call of successive command calls.
15236 (insert-pair): New fun created from `insert-parentheses' with
15237 `open' and `close' arguments added. Enclose active regions
15238 in paired characters. Compare adjacent characters syntax with
15239 inserted characters syntax before inserting a space.
15240 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15241
15242 * delsel.el: Don't put `delete-selection' property
15243 on `insert-parentheses' symbol to take advantage of
15244 region handling in `insert-pair' function.
15245 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15246
15247 2004-04-30 Kim F. Storm <storm@cua.dk>
15248
15249 * emulation/cua-base.el: Add support for changing cursor types;
15250 based on patch from Michael Mauger.
15251 (cua-normal-cursor-color, cua-read-only-cursor-color)
15252 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15253 Customization cursor type and/or cursor color.
15254 (cua--update-indications): Handle cursor type changes.
15255 (cua-mode): Update cursor indications if enabled.
15256
15257 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15258
15259 * mouse.el (mouse-drag-copy-region): New defcustom.
15260 (mouse-set-region, mouse-drag-region-1): Use it.
15261
15262 * simple.el (kill-ring-save): If region face background color is
15263 unspecified (if no highlighting), show extent of fully visible
15264 region even if transient-mark-mode is enabled.
15265
15266 * emulation/cua-base.el (cua--standard-movement-commands):
15267 Add cua-scroll-up and cua-scroll-down.
15268 (cua-scroll-up, cua-scroll-down): New commands.
15269 (cua--init-keymaps): Remap scroll-up and scroll-down.
15270
15271 * emulation/cua-rect.el (cua--convert-rectangle-as):
15272 New defmacro.
15273 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15274 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15275 New commands (suggested by Jordan Breeding).
15276
15277 2004-04-30 Juanma Barranquero <lektu@terra.es>
15278
15279 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15280
15281 2004-04-30 Mario Lang <mlang@delysid.org>
15282
15283 * diff.el (diff-switches): Fix typo in docstring.
15284
15285 2004-04-30 Alex Schroeder <alex@gnu.org>
15286
15287 * xml.el (xml-debug-print-internal): Don't add newline and
15288 indentation to text nodes and write empty elements as empty tags
15289 instead of opening and closing tags.
15290 (xml-debug-print): Take optional indent-string argument.
15291 (xml-print): Alias for xml-debug-print.
15292
15293 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15294
15295 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15296 than duplicate call to `line-beginning-position'.
15297
15298 * progmodes/f90.el (f90-get-present-comment-type):
15299 Return whitespace, as well as comment chars, for consistent filling
15300 of comment blocks. Use `match-string-no-properties'.
15301 (f90-break-line): Trim trailing whitespace when filling comments.
15302
15303 2004-04-30 Dave Love <fx@gnu.org>
15304
15305 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15306 (diary-from-outlook-internal, diary-from-outlook)
15307 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15308 New functions to import diary entries from Outlook-format
15309 appointments in mail messages.
15310
15311 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * progmodes/python.el (python-send-command): New fun.
15314 (python-send-region, python-load-file): Use it.
15315
15316 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15317
15318 * help-fns.el (help-C-file-name): Use new subr-name.
15319 Prepend `src/' to the file name.
15320 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15321 (describe-function-1, describe-variable): Only find a C source file
15322 name if DOC is already loaded.
15323
15324 * help-mode.el (help-function-def, help-variable-def):
15325 Use the new find-function-search-for-symbol functionality.
15326 Allow FILE to be `C-source'.
15327
15328 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15329 (find-function-C-source): New fun.
15330 (find-function-search-for-symbol): Use it.
15331
15332 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15333
15334 * progmodes/sql.el (sql-product-alist): Rename variable
15335 `sql-product-support'. Add Postgres login parameters.
15336 (sql-set-product, sql-product-feature): Update with renamed variable.
15337 (sql-connect-postgres): Add username prompt.
15338 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15339 Make patterns less product specific.
15340 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15341 (sql-mode-abbrev-table): Modify initialization.
15342 (sql-builtin-face): Add variable.
15343 (sql-keywords-re): Add macro.
15344 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15345 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15346 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15347 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15348 (sql-mode-linter-font-lock-keywords)
15349 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15350 (sql-mode-sybase-font-lock-keywords)
15351 (sql-mode-informix-font-lock-keywords)
15352 (sql-mode-interbase-font-lock-keywords)
15353 (sql-mode-ingres-font-lock-keywords)
15354 (sql-mode-solid-font-lock-keywords)
15355 (sql-mode-sqlite-font-lock-keywords)
15356 (sql-mode-db2-font-lock-keywords): Default to nil.
15357 (sql-product-font-lock): Always highlight ANSI keywords.
15358 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15359 (sql-send-string): Add function.
15360
15361 2004-04-29 Dave Love <fx@gnu.org>
15362
15363 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15364 (cfengine-end-of-defun): Ensure progress through buffer.
15365
15366 * info-look.el (cfengine-mode): Accept a terminal ().
15367
15368 2004-04-29 Juri Linkov <juri@jurta.org>
15369
15370 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15371 instead of isearch-yank-word-or-char. Add new key bindings for
15372 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15373 (isearch-del-char): New fun.
15374 (isearch-forward, isearch-edit-string): Update docstring.
15375 (isearch-yank-char): Doc fix.
15376 (isearch-other-meta-char): Restore point after scrolling.
15377
15378 * progmodes/compile.el (compilation-context-lines): Add nil option
15379 to disable compilation output window scrolling.
15380 (compilation-set-window): Use it.
15381
15382 * outline.el (outline-next-preface, outline-show-heading):
15383 Don't leave unhidden blank line before heading.
15384 (outline-end-of-subtree): Include last newline into subtree.
15385 (hide-entry): Leave point at beginning of heading instead of end.
15386 (outline-up-heading): Push mark for the first call of successive
15387 command calls.
15388
15389 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15390
15391 * comint.el (comint-prompt-read-only): New variable.
15392 (comint-output-filter): Implement it.
15393
15394 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15395 (ielm-prompt-internal): New variable.
15396 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15397 (ielm-send-input): Delete unused variable `buf'.
15398 (ielm-eval-input): Use `ielm-prompt-internal'.
15399 (inferior-emacs-lisp-mode): Use new variables
15400 `comint-prompt-read-only' and `ielm-prompt-internal'.
15401 Get rid of obsolete variable `directory-sep-char'.
15402 (ielm): Use `zerop'.
15403
15404 2004-04-29 John Paul Wallington <jpw@gnu.org>
15405
15406 * thumbs.el (toplevel): Require cl at compile time.
15407 Remove conditional definitions of `ignore-errors' and `caddar'
15408 because they occur at run time.
15409
15410 2004-04-28 Nick Roberts <nickrob@gnu.org>
15411
15412 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15413 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15414 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15415 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15416
15417 * progmodes/gud.el (gud-common-init): Throw an error if program is
15418 already running under gdb.
15419
15420 2004-04-28 John Paul Wallington <jpw@gnu.org>
15421
15422 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15423 (thumbs-show-image-num): Move assignment of
15424 `thumbs-current-image-filename' within scope of `i'.
15425 (thumbs-emboss-image): Don't use `evenp'.
15426
15427 2004-04-28 Richard M. Stallman <rms@gnu.org>
15428
15429 * progmodes/compile.el (compilation-context-lines): Default now 0.
15430
15431 2004-04-28 Juanma Barranquero <lektu@terra.es>
15432
15433 Use `time-less-p' from calendar/time-date.el instead of defining
15434 custom versions of it.
15435
15436 * pcomplete.el (pcomplete-time-less-p): Remove.
15437
15438 * thumbs.el (time-less-p): Remove.
15439
15440 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15441 (timeclock-generate-report): Use `time-less-p'.
15442
15443 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15444 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15445
15446 2004-04-28 Masatake YAMATO <jet@gyve.org>
15447
15448 * subr.el (remove-overlays): Make arguments optional.
15449
15450 * wid-edit.el (widget-specify-button): Put evaporate to the
15451 overlay for sample.
15452 (widget-specify-sample): Put evaporate to the overlay for sample.
15453 (widget-specify-doc): Put evaporate to the overlay for documentation.
15454
15455 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15456
15457 * info.el (info-apropos): Make it an index node. Align node names
15458 like makeinfo.
15459
15460 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15461
15462 * net/browse-url.el (browse-url-netscape-sentinel)
15463 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15464 (browse-url-epiphany-sentinel, browse-url-mosaic):
15465 Use browse-url-*-program instead of a literal program name.
15466
15467 2004-04-27 Kevin Ryde <user42@zip.com.au>
15468
15469 * eshell/em-alias.el:
15470 * eshell/em-dirs.el:
15471 * eshell/em-hist.el:
15472 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15473 features when M-x customize-group loads modules before the main
15474 eshell.el.
15475
15476 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15477
15478 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15479 either a character representation of an event or an event
15480 description list.
15481
15482 * type-break.el: Capitalise Emacs and Lisp.
15483 (type-break-good-break-interval, type-break-demo-boring-stats)
15484 (type-break-terse-messages, type-break-file-name): New defcustoms.
15485 (type-break-post-command-hook)
15486 (type-break-warning-countdown-string): Quote variable names in doc.
15487 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15488 (type-break-mode): Document type-break-good-break-interval and the
15489 "session" file. Schedule break according to the session file.
15490 Kill session file buffer on exit. Organise for save-some-buffers
15491 to always save the session file.
15492 (type-break-mode-line-message-mode, type-break-query-mode):
15493 Uppercase arguments.
15494 (type-break-file-time, type-break-file-keystroke-count, timep)
15495 (type-break-choose-file, type-break-get-previous-time)
15496 (type-break-get-previous-count): New defuns.
15497 (type-break): Avoid break querying after a completed break in the
15498 case where the query was initiated during user invocation of the
15499 break. Optional terse messages.
15500 Use type-break-good-break-interval if type-break-good-rest-interval is
15501 nil. File the break time.
15502 (type-break-schedule): New optional args for overriding the use of
15503 the current time.
15504 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15505 after a break.
15506 (type-break-check): File the keystroke count.
15507 (type-break-do-query): Prevent a second query when the break is
15508 interrupted. Optional terse message.
15509 (type-break-keystroke-reset): Record the start of a typing interval.
15510 (type-break-demo-boring): Optional terse messages. Display word
15511 per minute and keystroke counts according to
15512 type-break-demo-boring-stats.
15513
15514 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15515
15516 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15517 directories, make sure they exist under archive-tmpdir.
15518
15519 2004-04-27 Juri Linkov <juri@jurta.org>
15520
15521 * help.el (view-emacs-news): With argument, display info for the
15522 selected version by finding it among different NEWS files, and
15523 narrowing the buffer to the selected version.
15524
15525 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15526 same-window-buffer-names.
15527 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15528 non-numeric prefix argument, append the number to the buffer name
15529 for numeric prefix argument.
15530 (info-other-window): Bind same-window-regexps to nil.
15531 (Info-reference-name): Rename to Info-point-loc.
15532 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15533 and Info-find-index-name for stringy Info-point-loc.
15534 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15535 without middle `.', but with final `.' and optional line number
15536 for it. Set Info-point-loc for index nodes.
15537 (Info-index): Remove middle `.' from index entry regexp.
15538 Modify line number regexp.
15539 (Info-index-next): Decrement line number.
15540 (info-apropos): Remove middle `.' from index entry regexp.
15541 Add optional line number regexp at the end. Add matched value
15542 for line number to the result list and insert it to the buffer.
15543 Replace match-string by match-string-no-properties.
15544 Reorder result list.
15545 (Info-fontify-node): Hide index line numbers.
15546 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15547 empty matches.
15548 (Info-follow-reference): Use `str' instead of
15549 Info-following-node-name-re.
15550 (Info-toc): Use full file names. Set Info-current-node to "Top".
15551 (Info-fontify-node): Compare file names without directory name.
15552 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15553 Set second arg of Info-extract-menu-node-name for index nodes.
15554 (info-xref-visited): Use magenta3 instead of magenta4.
15555 (Info-mode): Add info-apropos to docstring.
15556
15557 * log-view.el (log-view-diff): Replace interactive code "r"
15558 by a list to allow to call it even if region is not active.
15559
15560 * paren.el (show-paren-highlight-openparen): New var.
15561 (show-paren-function): Turn on openparen highlighting when
15562 matching forward if show-paren-highlight-openparen is non-nil.
15563
15564 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15565 the constant value 1.
15566 (completions-common-part): Expand docstring.
15567
15568 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15569
15570 2004-04-27 Kim F. Storm <storm@cua.dk>
15571
15572 * image.el (insert-sliced-image): Use line-height instead of
15573 line-spacing property on newline.
15574
15575 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15576
15577 * desktop.el (desktop-buffer-misc-data-function): Rename to
15578 desktop-save-buffer and change docstring.
15579 (desktop-buffer-modes-to-save): Delete.
15580 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15581 desktop-buffer-modes-to-save.
15582 (desktop-save): Rename desktop-buffer-misc-data-function to
15583 desktop-save-buffer and allow non-function value.
15584 (desktop-missing-file-warning): Correct docstring.
15585
15586 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15587 to desktop-save-buffer.
15588
15589 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15590 desktop-save-buffer.
15591
15592 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15593
15594 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15595
15596 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15597
15598 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15599
15600 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15601
15602 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15603 (ielm): Only go to the end of the buffer when starting a new process.
15604
15605 2004-04-25 Juanma Barranquero <lektu@terra.es>
15606
15607 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15608 mode line. Bind `inhibit-read-only' to t before modifying
15609 properties of text in the buffer.
15610 (ielm): Force point to the end of buffer, even when running ielm
15611 from inside itself.
15612
15613 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15614
15615 * info.el (info-apropos): Reset Info-complete-cache.
15616
15617 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15618
15619 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15620 Also recognize severe Irix et al. messages.
15621 (compilation-normalize-filename, compile-abbreviate-directory):
15622 Delete functions.
15623 (compilation-get-file-structure): New function inherits
15624 functionality of the two preceding ones.
15625 (compilation-internal-error-properties, compilation-fake-loc):
15626 Use it so that different paths to the same file share the same
15627 markers. Also optimize finding adjacent marker slightly.
15628
15629 2004-04-25 Kim F. Storm <storm@cua.dk>
15630
15631 * image.el (insert-sliced-image): Add line-spacing t property
15632 to newlines separating image lines.
15633
15634 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15635
15636 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15637
15638 * ielm.el (ielm-prompt-read-only): New user option.
15639 (ielm-prompt): Expand docstring to describe new behavior.
15640 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15641 mention it in the docstring.
15642
15643 2004-04-24 Andreas Schwab <schwab@suse.de>
15644
15645 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15646
15647 * diff.el (diff): Set default-directory in diff buffer.
15648
15649 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15650
15651 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15652 mail was being composed if the terminal cannot display more than
15653 one frame; instead, switch to previous frame.
15654
15655 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15656 (rmail-start-mail): Support rmail-mail-new-frame even on
15657 terminals that can display only one frame at a time.
15658
15659 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15660
15661 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15662 (checkdoc-output-font-lock-keywords): Remove error regexp.
15663 (checkdoc-output-mode-map): Remove.
15664 (checkdoc-output-mode): Derive from compilation-mode.
15665 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15666
15667 * dired.el (dired-mode-map): Add a menu entry for wdired.
15668
15669 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15670 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15671
15672 * wdired.el (wdired-mode-map): Move init into declaration.
15673 Fix `return' binding.
15674 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15675 Use force-mode-line-update.
15676 (wdired-get-filename): Use `unless'.
15677 (wdired-preprocess-files): Don't assume names have no \n and use / for
15678 dir separator.
15679 (wdired-normalize-filename): Use replace-regexp-in-string.
15680 (wdired-load-hooks): Remove.
15681 (wdired-mode-hooks): Rename to wdired-mode-hook.
15682
15683 * info-look.el: Add support for cfengine-mode.
15684 (info-lookup-setup-mode): Use dolist.
15685
15686 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15687
15688 * wdired.el: New file.
15689
15690 2004-04-23 Juanma Barranquero <lektu@terra.es>
15691
15692 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15693
15694 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15695 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15696 (pcomplete--help, pcomplete--here): Doc fixes.
15697
15698 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15699
15700 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15701 handles wrong-number-of-arguments in backend call.
15702
15703 * vc.el (vc-print-log): Likewise.
15704
15705 2004-04-20 Dave Love <fx@gnu.org>
15706
15707 * emacs-lisp/rx.el: Doc fixes.
15708 (rx-constituents): Add/extend many forms.
15709 (rx-check): Check form is a list.
15710 (bracket): Defvar.
15711 (rx-check-any, rx-any, rx-check-not): Modify.
15712 (rx-not): Simplify.
15713 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15714 (rx-kleene): Use rx-trans-forms.
15715 (rx-quote-for-set): Delete.
15716 (rx): Allow multiple args.
15717
15718 2004-04-23 Kenichi Handa <handa@m17n.org>
15719
15720 * international/mule-util.el (char-displayable-p): Simplify by
15721 using internal-char-font.
15722
15723 2004-04-23 Juanma Barranquero <lektu@terra.es>
15724
15725 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15726
15727 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * diff-mode.el (diff-next-error): New fun.
15730 (diff-mode): Use it.
15731
15732 * simple.el (next-error): Change arg name.
15733 Add support for the documented C-u C-x ` usage.
15734
15735 * frame.el (special-display-popup-frame, next-multiframe-window)
15736 (previous-multiframe-window): Only consider frames on same display.
15737
15738 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15739
15740 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15741 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15742
15743 2004-04-22 Kim F. Storm <storm@cua.dk>
15744
15745 * net/telnet.el (telnet): Add optional port arg.
15746
15747 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15750 Minor sanity check on the `hyperlink' slot.
15751
15752 * Makefile.in (recompile): Compile new files.
15753
15754 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15755 Add byte-recompile-directory's optional `arg'.
15756
15757 * cvs-status.el (cvs-tree-use-charset): New var.
15758 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15759 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15760 (cvs-status-cvstrees): Use it.
15761
15762 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15763 Make it a normal major mode.
15764 (checkdoc-buffer-label): Make sure the file name is meaningful.
15765 (checkdoc-output-to-error-buffer): Remove.
15766 (checkdoc-error, checkdoc-start-section): Rewrite.
15767
15768 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15769 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15770 (Info-title-4-face): Use new syntax.
15771 (info-xref-visited): Inherit from info-xref.
15772
15773 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15774
15775 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15776
15777 * simple.el (next-error-last-buffer, next-error-function):
15778 New variables for the next-error framework.
15779 (next-error-buffer-p): New function.
15780 (next-error-find-buffer): Generalize compilation-find-buffer.
15781 (next-error, previous-error, first-error, next-error-no-select)
15782 (previous-error-no-select): Move from compile.el.
15783
15784 * replace.el (occur-next-error, occur-1): Hook into the next-error
15785 framework.
15786
15787 * progmodes/compile.el (compilation-start):
15788 Set next-error-last-buffer so next-error knows where to jump.
15789 (compilation-setup): Set the buffer-local variable
15790 next-error-function to 'compilation-next-error-function.
15791 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15792 alternate way to find if a buffer is a compilation buffer, for
15793 next-error convenience.
15794 (next-error-no-select, previous-error-no-select, next-error)
15795 (previous-error, first-error): Move to simple.el.
15796 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15797 (compilation-last-buffer): Remove.
15798 (compilation-start, compilation-next-error, compilation-setup)
15799 (compilation-next-error-function, compilation-find-buffer):
15800 Remove compilation-last-buffer use.
15801
15802 2004-04-21 Juanma Barranquero <lektu@terra.es>
15803
15804 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15805 (font-lock-warning-face): Fix spacing.
15806
15807 * makefile.w32-in (WINS): Add url/ directory.
15808
15809 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15810
15811 * desktop.el (desktop-buffer-mode-handlers): New variable.
15812 Alist of major mode specific functions to restore a desktop buffer.
15813 (desktop-buffer-handlers): Make variable obsolete.
15814 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15815 Catch errors signaled in handlers. Update buffer count.
15816 Evaluate desktop-buffer-point.
15817 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15818 move to dired.el.
15819 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15820 move to info.el.
15821 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15822 move to mail/rmail.el.
15823 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15824 to mh-e/mh-e.el.
15825 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15826 On fail, print message (to message buffer) even if
15827 desktop-missing-file-warning is nil.
15828 (desktop-buffer-misc-data-function): New buffer local variable.
15829 Function returning major mode specific data.
15830 (desktop-buffer-misc-functions): Make variable obsolete.
15831 (desktop-save): Use desktop-buffer-misc-data-function.
15832 (desktop-buffer-dired-misc-data): Rename to
15833 dired-desktop-buffer-misc-data and move to dired.el.
15834 (desktop-buffer-info-misc-data): Rename to
15835 Info-desktop-buffer-misc-data and move to info.el.
15836 (desktop-read): Add message about number of buffers restored/failed.
15837
15838 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15839 Add parameters. Pause to display error only when
15840 desktop-missing-file-warning is non-nil.
15841 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15842 (dired-mode): Bind desktop-buffer-misc-data-function.
15843
15844 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15845 Add Parameters.
15846 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15847 (Info-mode): Bind desktop-buffer-misc-data-function.
15848
15849 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15850 Add Parameters.
15851
15852 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15853 Add Parameters.
15854
15855 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15856
15857 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15858 the case of letters in case-insensitive expansions when the
15859 abbrev is preceded by characters with letter syntax.
15860
15861 2004-04-21 Richard M. Stallman <rms@gnu.org>
15862
15863 * progmodes/cperl-mode.el (cperl-putback-char):
15864 Delete Emacs 18 definition.
15865
15866 * international/mule.el (ctext-post-read-conversion):
15867 Use assoc-string, not assoc-ignore-case.
15868
15869 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15870
15871 * emacs-lisp/easymenu.el (easy-menu-add):
15872 Do call x-popup-menu, but only if it's defined.
15873
15874 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15875
15876 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15877 Handle multiple args: compile like progn.
15878
15879 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15880 take all args as &rest arg.
15881
15882 * autoinsert.el (auto-insert-alist): Insert the user's name in
15883 copyright notice, rather than Free Software Foundation.
15884
15885 2004-04-21 Kenichi Handa <handa@m17n.org>
15886
15887 * descr-text.el (describe-char): Make it work on *Help* buffer.
15888
15889 2004-04-21 Kim F. Storm <storm@cua.dk>
15890
15891 * image.el (insert-image): Add optional SLICE arg.
15892 (insert-sliced-image): New defun.
15893
15894 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15895
15896 * subr.el (read-number): Check whether `default' is nil.
15897
15898 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15899
15900 * progmodes/compile.el (compilation-error-properties):
15901 Split into two.
15902 (compilation-internal-error-properties): New one.
15903 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15904
15905 2004-04-20 Richard M. Stallman <rms@gnu.org>
15906
15907 * window.el (split-window-save-restore-data):
15908 Don't update the data if OLD-INFO is nil.
15909
15910 * view.el (view-return-to-alist): Mark it permanent local.
15911
15912 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15913
15914 * recentf.el (recentf-save-list): Catch and warn about errors.
15915
15916 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15917 so "Buffers" won't be pure.
15918
15919 * help-mode.el (help-mode-finish): Set help-return-alist first
15920 thing, setting only the entry for the selected window.
15921
15922 * help-fns.el (describe-function-1): If many non-control non-meta
15923 keys run the command, don't list all of them.
15924
15925 2004-04-20 Juanma Barranquero <lektu@terra.es>
15926
15927 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15928 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15929
15930 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15931
15932 2004-04-20 Kenichi Handa <handa@m17n.org>
15933
15934 * international/quail.el (quail-lookup-key): New optional arg
15935 NOT-RESET-INDICES.
15936 (quail-get-translations): Call quail-lookup-key with
15937 NOT-RESET-INDICES t.
15938 (quail-completion): Likewise.
15939 (quail-lookup-map-and-concat): Likewise.
15940
15941 2004-04-20 Kenichi Handa <handa@m17n.org>
15942
15943 * international/quail.el (quail-update-translation): Don't insert
15944 such an unsupported multibyte char in a unibyte buffer.
15945
15946 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15947
15948 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15949 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15950 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15951 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15952 (gdb-frame-assembler-buffer): Improve behaviour with
15953 multiple frames.
15954 (gdb-display-buffer): Extend search to all visible frames.
15955
15956 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15957
15958 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15959 characters left after base64 decoding.
15960 (rmail-decode-region): Use -dos variety of `coding', to remove any
15961 ^M characters left after qp or base64 decoding.
15962
15963 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15964
15965 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15966 messages.
15967
15968 2004-04-19 Stephen Eglen <stephen@gnu.org>
15969
15970 * add-log.el (add-change-log-entry): Update doc string to mention
15971 add-log-full-name and add-log-mailing-address.
15972
15973 2004-04-18 Juri Linkov <juri@jurta.org>
15974
15975 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15976 (Info-find-node-2): Simplify error message.
15977 (Info-insert-dir): Use Info-following-node-name.
15978 (Info-goto-node): Remove *info-history* and *info-toc*.
15979 (Info-history): Create a node of the virtual history file.
15980 (Info-toc): Create a node of the virtual toc file.
15981 (Info-insert-toc): New arg `curr-file' for reference file names.
15982 (info-apropos): Remove redundant var binding for temp-file.
15983 (Info-index, Info-index-next, Info-mode): Doc fix.
15984 (Info-goto-emacs-command-node): Don't jump to *info* from
15985 non-*info* Info buffers.
15986 (Info-fontify-node): Don't show the file name of external
15987 references if `Info-hide-note-references' is `hide'. Don't hide
15988 newlines at the end of paragraphs.
15989
15990 * international/mule-diag.el (list-input-methods):
15991 Fix args to help-xref-button.
15992
15993 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15994 to put into effect local variables from TUTORIAL files.
15995
15996 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15997 with default value taken from the variable `sentence-end'.
15998 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15999 Add nil const to :type.
16000 (sentence-end-without-period, sentence-end-double-space)
16001 (sentence-end-without-space): Doc fix.
16002
16003 * textmodes/paragraphs.el (forward-sentence):
16004 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16005 (fill-delete-newlines):
16006 * progmodes/cc-cmds.el (c-beginning-of-statement):
16007 Use function `sentence-end' instead of variable `sentence-end'.
16008
16009 2004-04-18 Andreas Schwab <schwab@suse.de>
16010
16011 * progmodes/compile.el (compilation-start): Set window start to
16012 point-min if compilation-scroll-output is nil.
16013
16014 2004-04-18 John Wiegley <johnw@newartisans.com>
16015
16016 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16017
16018 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16019
16020 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16021 (gdb-info-breakpoints-custom): Revert previous change.
16022 (gdb-view-assembler): Update assembler if necessary.
16023 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16024 (gdb-display-source-buffer): Update properly when both source and
16025 assembler are visible.
16026
16027 2004-04-17 John Wiegley <johnw@newartisans.com>
16028
16029 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16030 which limits the number of names shown in the minibuffer. Off by
16031 default.
16032 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16033 up iswitchb for users with a multitude of open buffers by showing
16034 only the first and last N/2 buffers in the completion list (which
16035 is enough to aid C-s/C-r, and to know that more characters are
16036 needed to refine the completion list).
16037
16038 2004-04-17 Richard M. Stallman <rms@gnu.org>
16039
16040 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16041 (file-truename): Expand all ~ constructs directly.
16042 (insert-directory): Delete any error msg output by the
16043 `insert-directory-program'.
16044
16045 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16046 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16047 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16048 (allout-init): Use find-file-hook, not find-file-hooks.
16049 (allout-mode): Eliminate Emacs 18 support.
16050 Use write-contents-functions, not local-write-file-hooks.
16051
16052 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16053
16054 * progmodes/compile.el (compilation-error-properties): Fix for
16055 adding messages when there are already markers for their file.
16056 (compilation-fake-loc): New function.
16057
16058 2004-04-16 Dave Love <fx@gnu.org>
16059
16060 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16061 (python-load-file): Fix python-orig-start setting.
16062
16063 * progmodes/compile.el: Doc fixes.
16064 (compilation-error-regexp-alist-alist)
16065 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16066 (compilation-assq): Wrap in eval-when-compile.
16067 (compilation-mode-font-lock-keywords): Don't use list*.
16068 (compilation-start): Avoid warning.
16069 (compilation-compat-error-properties)
16070 (compilation-directory-properties): Add keymap property.
16071 (compilation-parsing-end): Make it a marker for better compatibility.
16072
16073 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16074
16075 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16076
16077 * xml.el: Doc fixes.
16078 (xml-get-children): Only looks at sub-tags and ignore strings.
16079
16080 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16081
16082 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16083
16084 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16085
16086 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16087
16088 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16089
16090 * vc.el (vc-print-log): Likewise.
16091
16092 2004-04-16 Masatake YAMATO <jet@gyve.org>
16093
16094 * simple.el (completion-setup-function): Set an initial value
16095 to `element-common-end' before entering loop. Set a value
16096 to `element-common-end' at the end of loop.
16097 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16098 (completions-common-part): Rename from completion-de-emphasis.
16099 (completions-first-difference): Rename from completion-emphasis.
16100 Suggested by RMS.
16101
16102 2004-04-16 Juanma Barranquero <lektu@terra.es>
16103
16104 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16105 (bookmark-edit-annotation-mode): Add mode name.
16106
16107 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16108
16109 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16110 for nested conflict markers.
16111 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16112
16113 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16114
16115 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16116
16117 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16118
16119 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16120
16121 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16122 Give a backtrace if requested.
16123
16124 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16125
16126 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16127 Remove unused functions.
16128 (python-orig-start-line, python-orig-file): Remove.
16129 (python-orig-start): New var.
16130 (python-input-filter, python-compilation-line-number)
16131 (python-send-region, python-load-file): Use it.
16132
16133 * info.el (info): Always jump to *info*.
16134
16135 * subr.el (posn-set-point): New function.
16136
16137 * mouse.el (mouse-set-point): Use it.
16138
16139 * progmodes/compile.el (compile-goto-error): Use it.
16140 (compilation-button-map): New keymap.
16141 (compilation-error-properties): Use it.
16142 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16143
16144 * smerge-mode.el (smerge-popup-context-menu): Use it.
16145
16146 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16147 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16148 mouse and non-mouse case.
16149
16150 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16151 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16152
16153 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16154 Make it work for non-mouse events.
16155
16156 * pcvs-info.el (cvs-status-map): Update binding name.
16157
16158 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16159
16160 * xml.el (xml-maybe-do-ns): New function to handle namespace
16161 parsing of both attribute and element names.
16162 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16163 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16164 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16165 (xml-parse-attlist): Make it do its own namespace parsing.
16166
16167 2004-04-14 Dave Love <fx@gnu.org>
16168
16169 * progmodes/python.el (run-python): Fix use of \n.
16170 (python-load-file): Remove `try' from Python fragment.
16171 (python-describe-symbol): Fix message.
16172
16173 * comint.el: Doc fixes.
16174 (comint-last-input-start, comint-last-input-end)
16175 (comint-last-output-start): Give them values.
16176 (comint-arguments): Avoid warning.
16177 (comint-skip-prompt): Use line-end-position.
16178 (comint-backward-matching-input): Rename arg to agree with doc.
16179 (comint-extract-string): Use syntax-ppss.
16180 (comint-dynamic-simple-complete): Delete useless list construction.
16181 (comint-redirect-subvert-readonly): New.
16182 (comint-redirect-preoutput-filter): Use it.
16183
16184 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16185 Correctly handle negative arguments when calling hook functions.
16186
16187 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16188
16189 * info.el (info-apropos): Don't clobber Info-history-list.
16190
16191 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16192
16193 * progmodes/compile.el (compilation-setup):
16194 Localize overlay-arrow-position.
16195 (compilation-sentinel): Restructure code equivalently.
16196 (compilation-next-error): Find message on same line after point if
16197 not found before point.
16198 (compile-mouse-goto-error): Restore function so that compilation
16199 buffer need not be current and use compile-goto-error.
16200 (compile-goto-error): Restore function.
16201 (next-error): Set overlay-arrow-position.
16202 (compilation-forget-errors): Don't localize already local
16203 compilation-locs and remove FIXME about refontifying.
16204
16205 2004-04-14 Kim F. Storm <storm@cua.dk>
16206
16207 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16208 (command-line): New option -Q. Like -q --no-site-file, but
16209 in addition it also disables menu-bar, tool-bar, scroll-bars,
16210 tool-tips, and the blinking cursor.
16211 (command-line-1): Skip startup screen if -Q.
16212 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16213
16214 * emulation/cua-base.el (cua-read-only-cursor-color)
16215 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16216
16217 2004-04-13 Dave Love <fx@gnu.org>
16218
16219 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16220 (syntax): Don't require.
16221 (python) <defgroup>: Add :version.
16222 (python-quote-syntax): Re-written.
16223 (inferior-python-mode): Move stuff here from run-python and add
16224 some more.
16225 (python-preoutput-continuation, python-preoutput-result)
16226 (python-dotty-syntax-table): New.
16227 (python-describe-symbol): Use them.
16228 (run-python): Move stuff to inferior-python-mode. Modify code
16229 loaded into Python.
16230 (python-send-region): Use python-proc, python-send-string.
16231 (python-send-string): Send newlines too. Callers changed.
16232 (python-load-file): Re-written.
16233 (python-eldoc-function): New.
16234 (info-look): Don't require.
16235 (python-after-info-look): New. A modified version of former
16236 top-level code for use with eval-after-load.
16237 (python-maybe-jython, python-guess-indent): Use widened buffer.
16238 (python-fill-paragraph): Re-written.
16239 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16240 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16241
16242 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16243
16244 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16245 Set compilation-error-regexp-alist earlier.
16246
16247 * progmodes/compile.el (compilation-minor-mode-map)
16248 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16249 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16250
16251 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16252
16253 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16254 corresponding to the event.
16255
16256 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16257
16258 * loadup.el: Add cygwin to system-type list, for unexec() support.
16259
16260 2004-04-12 John Paul Wallington <jpw@gnu.org>
16261
16262 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16263 (ibuffer-restore-window-config-on-quit): New variable to replace
16264 `ibuffer-delete-window-on-quit'. Update all references.
16265 (ibuffer-prev-window-config): New variable.
16266 (ibuffer-quit): Restore previous window configuration instead of
16267 deleting window.
16268 (ibuffer): Save window configuration before showing Ibuffer buffer.
16269
16270 * help.el (describe-mode): Doc fix.
16271
16272 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16273
16274 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16275 not to treat nil as a function.
16276
16277 * vc-arch.el (vc-arch-root): Be a bit more careful.
16278 (vc-arch-register): Save the buffer if we modified it.
16279 (vc-arch-delete-rej-if-obsolete): Save excursion.
16280 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16281 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16282
16283 * net/ldap.el (ldap-search): Use list*.
16284
16285 2004-04-12 Juri Linkov <juri@jurta.org>
16286
16287 * info.el (Info-follow-reference): Allow multiline reference name.
16288
16289 2004-04-11 Dave Love <fx@gnu.org>
16290
16291 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16292
16293 * progmodes/python.el: New file.
16294
16295 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16296
16297 * vc-hooks.el (vc-arg-list): Function removed.
16298 (vc-default-workfile-unchanged-p): Use condition-case to check for
16299 backward compatibility.
16300
16301 * vc.el (vc-print-log): Use condition-case to check for backward
16302 compatibility.
16303
16304 2004-04-11 Juri Linkov <juri@jurta.org>
16305
16306 * dired.el (dired-faces): New defgroup.
16307 (dired-header, dired-mark, dired-marked, dired-flagged)
16308 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16309 New faces.
16310 (dired-header-face, dired-mark-face, dired-marked-face)
16311 (dired-flagged-face, dired-warning-face, dired-directory-face)
16312 (dired-symlink-face, dired-ignored-face): New face variables.
16313 (dired-font-lock-keywords): Use them instead of font-lock faces.
16314 Split the rule for dired marks into 3 separate rules: for marks,
16315 marked file names and flagged file names.
16316
16317 * help-mode.el (help-make-xrefs): Add a final newline to the
16318 *Help* buffer.
16319
16320 2004-04-11 John Paul Wallington <jpw@gnu.org>
16321
16322 * replace.el (occur-engine): Distinguish between one and several
16323 matches in the matches per buffer heading.
16324
16325 2004-04-11 Kim F. Storm <storm@cua.dk>
16326
16327 * ido.el (ido-confirm-unique-completion): New defcustom.
16328 (ido-complete): Use it.
16329 (ido-write-file): Set it to t unconditionally.
16330
16331 2004-04-10 Miles Bader <miles@gnu.org>
16332
16333 RCS keyword removal (only non-comment changes are enumerated here):
16334
16335 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16336 (byte-compile-insert-header): Don't use `byte-compile-version'.
16337 * forms.el (forms-version): Variable removed.
16338 (forms-mode): Don't use `forms-version'.
16339 * recentf.el (recentf-version): Variable removed.
16340 * progmodes/delphi.el (delphi-version): Variable removed.
16341 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16342
16343 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16344
16345 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16346
16347 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16348
16349 * info.el (info-apropos): Improve menu item regexp.
16350
16351 2004-04-09 Simon Josefsson <jas@extundo.com>
16352
16353 * mail/smtpmail.el: Add comment, based on report by
16354 kdc@rcn.com (Kevin D. Clark).
16355
16356 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16357
16358 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16359 Redo one more thing that I didn't notice Daniel had undone.
16360
16361 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16362
16363 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16364 (gdb-goto-breakpoint, gdb-display-buffer)
16365 (gdb-display-source-buffer, gdb-view-source-function)
16366 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16367 (gdb-source-info, gdb-frame-handler): Don't specify a window
16368 for display.
16369 (gdb-info-breakpoints-custom): Remove superfluous update of
16370 assembler buffer.
16371 (gdb-many-windows): Make settable outside gdb.
16372
16373 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16374
16375 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16376 Derive from fundamental-mode rather than text-mode.
16377
16378 2004-04-08 Juri Linkov <juri@jurta.org>
16379
16380 * info.el (Info-history): Doc fix.
16381 (Info-history-list): New var.
16382 (info-xref): Change magenta4 to blue, remove bold for dark and
16383 light backgrounds, change bold to underline for non-color classes.
16384 (info-xref-visited): New face.
16385 (Info-fontify-visited-nodes): New custom.
16386 (Info-hide-note-references): Add new value `hide'. Doc fix.
16387 (Info-reference-name): New var.
16388 (Info-selection-hook): New custom.
16389 (Info-edit-mode-hook): New var.
16390 (Info-find-file): New fun.
16391 (Info-find-node): Move part of code to Info-find-file.
16392 (Info-find-node-2): Add anchors to Info-history-list. Move point
16393 to the place with the reference name if name is defined.
16394 (Info-select-node): Add current node to Info-history-list.
16395 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16396 (Info-search-whitespace-regexp): New custom.
16397 (Info-search-case-fold): New var.
16398 (Info-search): Add "case-sensitively" to the prompt.
16399 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16400 (Info-search-case-sensitively, Info-search-next): New fun.
16401 (Info-up): Move point to the menu item of the current node.
16402 (Info-history): New fun. Add *info-history* to
16403 same-window-buffer-names.
16404 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16405 (Info-insert-toc): New fun.
16406 (Info-build-toc): New fun.
16407 (Info-follow-reference): Add new arg `fork'. Doc fix.
16408 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16409 with the same name prefer the reference closest to point.
16410 (Info-next-reference): Replace * by + in the *Note regexp.
16411 Add regexp for http:// and ftp://. Skip the *Note prefix.
16412 (Info-prev-reference): Replace * by + in the *Note regexp.
16413 Add regexp for http:// and ftp://. Skip the *Note prefix.
16414 (Info-follow-nearest-node): Add new arg `fork'.
16415 (Info-try-follow-nearest-node): Add new arg `fork'.
16416 Call browse-url for http:// and ftp:// references.
16417 Set Info-reference-name for index entries.
16418 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16419 Info-search-next, Info-history, Info-toc, clone-buffer.
16420 (Info-menu-update): Replace * by + in the *Note regexp.
16421 (Info-mode): Add documentation for Info-history, Info-toc,
16422 Info-search-case-sensitively, Info-search-next, clone-buffer.
16423 (Info-fontify-menu-headers): Remove fun. Move code to
16424 Info-fontify-node.
16425 (Info-fontify-node): Add docstring. Add local vars
16426 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16427 then fontify header line, titles, menu headers, http and ftp
16428 references, refill paragraphs. If not-fontified-p is t or
16429 fontify-visited-p is t then fontify cross references, menu items.
16430 Fontify menu headers. Fontify http and ftp references.
16431 Change regexp for cross references to require whitespace after *Note,
16432 add matching groups for file and node names. Remove hack for quote.
16433 Use display property for Info-hide-note-references=t. Use fifth
16434 or fourth match for help-echo. Display visited nodes in a
16435 different face. Unhide file names of external references.
16436 Unhide newlines. Display visited menu items in a different face.
16437
16438 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16439
16440 * progmodes/compile.el: Require CL.
16441 (compilation-mode-font-lock-keywords): Re-install the "line as
16442 function" patch.
16443
16444 * help-fns.el (help-C-source-directory): New var.
16445 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16446 (describe-function-1, describe-variable): Use them.
16447
16448 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16449 to C source files specially.
16450
16451 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16452
16453 * info.el (Info-hide-cookies-node): New function.
16454 (Info-select-node): Use it.
16455 (Info-display-images-node): Remove message with image file name.
16456
16457 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16458
16459 * progmodes/compile.el (compilation-warning-face)
16460 (compilation-info-face, compilation-skip-threshold)
16461 (compilation-skip-visited, compilation-context-lines):
16462 Declare :version when added to Emacs.
16463 (compilation-error-regexp-alist-alist): Extend caml and irix.
16464 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16465 (compilation-mode-font-lock-keywords): Temporarily undo line as
16466 function patch, which wasn't ready.
16467
16468 2004-04-07 Kenichi Handa <handa@m17n.org>
16469
16470 * international/latin1-disp.el (latin1-display-setup): Check each
16471 character is displayable or not instead of calling
16472 latin1-display-check-font.
16473
16474 2004-04-06 Kenichi Handa <handa@m17n.org>
16475
16476 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16477 New variable.
16478 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16479 instead of sera-being-called-by-w3.
16480 (ethio-fidel-to-sera-buffer): Likewise.
16481 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16482 instead of sera-being-called-by-w3.
16483 (ethio-write-file): Likewise.
16484
16485 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16486
16487 * printing.el: Doc fix.
16488
16489 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16490
16491 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16492 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16493 (gdb-setup-windows): Only use separate IO buffer if required.
16494
16495 2004-04-06 Kim F. Storm <storm@cua.dk>
16496
16497 * term.el (term-is-xemacs): Remove.
16498 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16499 (term-window-width): New function.
16500 (term-mode, term-check-size): Use it.
16501 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16502
16503 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16504
16505 * cus-edit.el (custom-add-parent-links): Change unbound variable
16506 `symbol' to `name'.
16507
16508 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16509 * info.el (info-apropos): New function.
16510 (Info-mode-menu): Add it.
16511 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16512
16513 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16514 inherited docstring.
16515
16516 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16517
16518 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16521
16522 * progmodes/compile.el (font-lock): Don't require any more.
16523 (compilation-error-properties, compilation-start, compilation-sentinel)
16524 (compilation-filter, next-error): Use with-current-buffer.
16525 (compilation-skip-to-next-location, compilation-skip-threshold)
16526 (compilation-skip-visited): Move to silence the byte-compiler.
16527 (compilation-setup): Simplify.
16528 (compilation-next-error): Use line-(beginning|end)-position.
16529 Make sure `pt' is non-nil before using compilation-loop.
16530 (compile-goto-error): Add optional event arg. Use it.
16531 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16532 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16533 Update the binding for mouse-2.
16534 (first-error): Set compilation-current-error to nil rather than bob.
16535 (compilation-parsing-end, compilation-parse-errors-function)
16536 (compilation-error-list, compilation-old-error-list):
16537 "New" compatibility variables.
16538 (compile-buffer-substring, compilation-compat-error-properties)
16539 (compilation-compat-parse-errors, compilation-forget-errors):
16540 New compatibility functions.
16541 (compilation-mode-font-lock-keywords): Use them.
16542
16543 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16544
16545 * autorevert.el (auto-revert-handler): If point (or a window
16546 point) is at the end of the buffer, keep it there after
16547 reverting. This allows to tail a file.
16548 Mention this in the `Commentary'.
16549
16550 * format.el (format-write-file): Add optional argument CONFIRM
16551 and make it behave like the analogous argument to `write-file'.
16552
16553 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16554
16555 * progmodes/ebnf2ps.el: Doc fix.
16556 (ebnf-version): New version number (4.2).
16557 (ebnf-syntax): Customization and docstring fix.
16558 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16559 Put autoloaded funs before first use.
16560 (ebnf-style-database): Add dtd entry.
16561 (ebnf-syntax-alist): Add dtd initialization.
16562 (ebnf-token-sequence): New fun.
16563 (ebnf-comment-table): Add new comment action character.
16564 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16565
16566 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16567 Type Definition for XML).
16568
16569 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16570 * progmodes/ebnf-bnf.el (ebnf-sequence):
16571 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16572 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16573 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16574 Code simplification: call ebnf-token-sequence.
16575
16576 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16577
16578 * calendar/timeclock.el (timeclock-relative)
16579 (timeclock-get-project-function, timeclock-get-workday-function)
16580 (timeclock-query-out, timeclock-when-to-leave)
16581 (timeclock-when-to-leave-string, timeclock-log-data)
16582 (timeclock-generate-report, timeclock-in): Doc fixes.
16583
16584 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * url/: New dir. Import the URL package from its repository.
16587
16588 2004-04-03 Andreas Schwab <schwab@suse.de>
16589
16590 * diff-mode.el (diff-mode): Fix missing quote.
16591
16592 2004-04-03 Juri Linkov <juri@jurta.org>
16593
16594 * descr-text.el (describe-property-list): Add `font-lock-face'.
16595
16596 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16597
16598 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16599
16600 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16601 Use utf-16le on little endian machines and utf-16be otherwise.
16602
16603 2004-04-02 David Kastrup <dak@gnu.org>
16604
16605 * net/browse-url.el (browse-url-generic): Use call-process
16606 instead of start-process to allow browsers that fork and detach.
16607
16608 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16609
16610 * compile.el (compilation-current-error): New var.
16611 (compilation-setup, compile-mouse-goto-error)
16612 (compile-goto-error, next-error): Use it.
16613 (compilation-skip-to-next-location): Default to t, which gives
16614 contiguous skipping like old compile (where this was redundant).
16615 (compilation-next-error): Prevent previous-* commands from moving
16616 back to message at or just before point.
16617
16618 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16619
16620 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16621 (gdb-source-info): Don't display source at startup, if required.
16622 (gdb-show-main): New option.
16623 (gdba): Update documentation.
16624 (gdb-source): Cover case of auto-display output.
16625
16626 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16627
16628 * autorevert.el: Delete obsolete autoload's and defvar's.
16629 (auto-revert-check-vc-info): New user option.
16630 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16631 (auto-revert-handler-vc): Delete.
16632 (auto-revert-handler): Treat return value `fast' of
16633 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16634
16635 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16636 return `fast'.
16637
16638 * files.el (buffer-stale-function): Doc change.
16639
16640 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16641
16642 * printing.el: New tip on Tips section.
16643 (pr-version): New version number (6.7.4).
16644 (pr-shell-file-name): Initialization fix.
16645
16646 2004-03-31 Juri Linkov <juri@jurta.org>
16647
16648 * dired.el: Add autoload for `dired-do-touch'.
16649 (dired-touch-program): New var.
16650 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16651 (dired-no-confirm): Add `touch' to docstring.
16652
16653 * dired-aux.el (dired-do-touch): New fun.
16654 (dired-do-chxxx): Add argument -t for touch operation.
16655
16656 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16657 `dired-move-to-filename-regexp'.
16658
16659 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16660
16661 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16662
16663 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16664
16665 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16666 and only if the buffer was modified.
16667
16668 2004-03-30 Kenichi Handa <handa@m17n.org>
16669
16670 * international/characters.el: Delete pairs for U+2308..U+230B.
16671
16672 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16673
16674 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16675 to detect the beginning of a level 2 or 3 annotation.
16676
16677 2004-03-29 Kenichi Handa <handa@m17n.org>
16678
16679 * international/ucs-tables.el (ucs-insert): Fix the error message.
16680
16681 2004-03-29 Kenichi Handa <handa@m17n.org>
16682
16683 * international/mule-util.el (char-displayable-p): Fix generation
16684 of XLFD file name.
16685
16686 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16687 before finding directories by `find'.
16688
16689 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16690
16691 * subr.el (interactive-form): Delete. Now implemented in C.
16692
16693 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16694
16695 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16696 (vc-diff-label): New fun.
16697 (vc-diff-internal): Use it.
16698
16699 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16700
16701 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16702
16703 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16704
16705 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16706 specify XML (EBNFX).
16707
16708 * progmodes/ebnf2ps.el: Doc fix.
16709 (ebnf-version): New version number (4.1).
16710 (ebnf-syntax): Adjust customization.
16711 (ebnf-style-database): Add ebnfx entry.
16712 (ebnf-syntax-alist): Add ebnfx initialization.
16713 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16714
16715 * printing.el: Doc fix.
16716 (pr-version): New version number (6.7.3).
16717 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16718 returns nil for mouse position. Reported by Drew Adams
16719 <drew.adams@oracle.com>.
16720 (pr-update-menus): Modify interactive declaration. Reported by Drew
16721 Adams <drew.adams@oracle.com>.
16722
16723 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16724
16725 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16726 (gud-gdba-marker-filter): Log the process input and output, if
16727 required. From Stefan Monnier.
16728 (gdb-debug-log, gdb-enable-debug-log): New variables.
16729 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16730
16731 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16734 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16735
16736 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16737
16738 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16739 Call vc-find-file-hook here instead of in auto-revert-buffers.
16740 (auto-revert-buffers): Delete call to vc-find-file-hook.
16741 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16742 (global-auto-revert-mode, auto-revert-set-timer)
16743 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16744
16745 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16746
16747 * woman.el (woman-change-fonts): Rename local variable
16748 woman-font-alist to font-alist to avoid a compiler warning.
16749
16750 2004-03-27 Dave Love <fx@gnu.org>
16751
16752 * emacs-lisp/rx.el (rx): Doc fix.
16753 Fix copyright years.
16754
16755 * strokes.el (strokes-global-set-stroke-string): New function.
16756 (strokes-list-strokes): Cope with strings, not just commands.
16757 Set foreground colour of image.
16758 (strokes-global-set-stroke): Doc fix.
16759
16760 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16761
16762 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16763 Auto Revert mode.
16764 (Buffer-menu-files-only): New variable.
16765 (Buffer-menu-toggle-files-only): New function.
16766 (Buffer-menu-mode-map): Bind it to `T'.
16767 (Buffer-menu-mode): Mention `T' in docstring.
16768 Set buffer-stale-function.
16769 (list-buffers-noselect): Mark buffer non-modified and set
16770 Buffer-menu-files-only.
16771
16772 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16773
16774 * autorevert.el (auto-revert-handler): Print revert message
16775 before, rather than after, reverting.
16776 (buffer-stale-function): Move to files.el.
16777
16778 * files.el (buffer-stale-function): Move here from autorevert.el.
16779
16780 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16781
16782 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16783
16784 * calc/calc.el (calc-mode-map): Use mapc.
16785
16786 * apropos.el (apropos-mode): Don't autoload.
16787 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16788 (apropos): Use it.
16789 (apropos-print): Add optional `text' argument.
16790 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16791 Don't assume point-min == 1.
16792
16793 * bs.el (bs-buffer-list): Use buffer-local-value.
16794 (bs--set-toggle-to-show): Use with-current-buffer.
16795
16796 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16797 New funs.
16798 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16799
16800 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16801
16802 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16803 (dabbrev--find-expansion): Use pop.
16804 (dabbrev--search): Use match-string-no-properties.
16805
16806 * dired.el (dired-mode): Use run-mode-hooks.
16807 (dired-move-to-end-of-filename): Use match-string.
16808
16809 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16810 is bound before using it.
16811 (ediff-verbose-p): Make it into a var since it's not constant.
16812
16813 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16814
16815 * faces.el (read-face-font): Don't cons up unnecessarily.
16816 (header-line, tool-bar): Share common parts.
16817
16818 * files.el (file-relative-name): Use compare-strings.
16819
16820 * finder.el (finder-mode): Follow coding convention.
16821
16822 * subr.el (read-number): New function.
16823
16824 * ses.el (ses-read-number): Move to subr.el.
16825 (ses-set-header-row): Use read-number.
16826
16827 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16828
16829 * vc-hooks.el (vc-arg-list): New function, which handles both
16830 compiled and uncompiled code.
16831 (vc-default-workfile-unchanged-p): Use it.
16832
16833 * vc.el (vc-print-log): Undo prev change, use new function
16834 vc-arg-list from vc-hooks.el.
16835
16836 2004-03-26 Masatake YAMATO <jet@gyve.org>
16837
16838 * simple.el (completion-setup-function): Emphasize the
16839 first uncommon characters in the completions; and de-emphasize
16840 the common prefix substrings.
16841 (completion-emphasis): New face.
16842 (completion-de-emphasis): New face.
16843
16844 2004-03-25 Juanma Barranquero <lektu@terra.es>
16845
16846 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16847 Comment out (it's unused and unfinished code).
16848
16849 2004-03-25 Sam Steingold <sds@gnu.org>
16850
16851 * vc.el (vc-print-log): Fix a bug in the last patch:
16852 backend-function may be a byte-compiled object, not a lambda.
16853
16854 2004-03-25 Juri Linkov <juri@jurta.org>
16855
16856 * descr-text.el (describe-property-list): Add a button
16857 for `face' property that calls `describe-face'.
16858 Suggested by luis fernandes <elf@ee.ryerson.ca>
16859
16860 * international/mule.el (keyboard-coding-system):
16861 * kmacro.el (kmacro-call-macro): Fix docstring.
16862
16863 * dired.el: Fix comments.
16864
16865 * textmodes/fill.el (fill): Fix Info link.
16866
16867 * font-lock.el (fast-lock, lazy-lock):
16868 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16869 Info node.
16870
16871 * eshell/eshell.el (eshell): Fix broken info-link.
16872
16873 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16874 * eshell/em-banner.el (eshell-banner):
16875 * eshell/em-smart.el (eshell-smart):
16876 * eshell/esh-cmd.el (eshell-cmd):
16877 Comment out broken info-links to incomplete Info manual.
16878
16879 * info-xref.el: Fix commentary.
16880
16881 2004-03-25 Kevin Ryde <user42@zip.com.au>
16882
16883 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16884 Remove spurious node duplicate suppression, doesn't work, not wanted.
16885 (info-xref-output): Take format style args, add "sit-for 0" to let
16886 user see the results as they progress.
16887 (info-xref-check-all-custom): New function.
16888
16889 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16890
16891 * gdb-ui.el: Moved to progmodes.
16892
16893 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16894
16895 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16896
16897 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16898
16899 * calendar/appt.el (appt-check): Remove superfluous progn.
16900 When finished with diary buffer: if it was not being displayed
16901 before, kill it; otherwise restore its original state.
16902 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16903
16904 * calendar/calendar.el (calendar-set-mode-line): Use total
16905 available mode-line width, rather than frame-width.
16906
16907 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16908 after mode change so effect not lost.
16909
16910 2004-03-23 Dave Love <fx@gnu.org>
16911
16912 * dired.el (dired) <defgroup>: Add link to manual.
16913 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16914 (dired-revert): Use dolist.
16915 (dired-mode-map): Add U binding.
16916 (dired-mode): Add font-lock-beginning-of-syntax-function.
16917 (dired-garbage-files-regexp): Make it a defcustom.
16918
16919 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16920
16921 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16922 is equivalent to nil.
16923 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16924 (vc-arch-mode-line-string): Accept `added' state.
16925 (vc-arch-state): Use inode-sigs if available.
16926 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16927 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16928 (vc-arch-tagline-re): New var.
16929 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16930 New functions.
16931 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16932 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16933
16934 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16935 (vc-file-not-found-hook): Use it.
16936
16937 * diff-mode.el (diff-default-read-only): Change default.
16938 (diff-mode-hook): Make it a defcustom. Add some options.
16939 (diff-mode-map): Bind diff-refine-hook.
16940 (diff-yank-handler): New var.
16941 (diff-yank-function): New fun.
16942 (diff-font-lock-keywords): Use them.
16943 (diff-end-of-file): Handle case where file-header looks like diff text.
16944 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16945 (diff-file-kill): Delete a subsequent empty line, if applicable.
16946 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16947 (diff-find-file-name): Use it.
16948 (diff-tell-file-name): New command.
16949 (diff-mode): Be careful with view-mode.
16950 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16951 New functions, for use in diff-mode-hook.
16952 (diff-find-source-location): Catch "regex too large" errors.
16953 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16954 (diff-refine-hunk): New command.
16955
16956 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16957 (smerge-context-menu-map): Remove unused var.
16958 (smerge-keep-all): Preserve markers.
16959 (smerge-keep-n): New fun.
16960 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16961 (smerge-keep-current, smerge-ediff): Use it.
16962 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16963 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16964 (smerge-resolve): Resolve trivial 3-part conflicts.
16965
16966 2004-03-23 Juri Linkov <juri@jurta.org>
16967
16968 * man.el (Man-width): New var.
16969 (Man-getpage-in-background): Use it.
16970 (Man-support-local-filenames): New var and fun.
16971 (Man-build-man-command): Don't add a second %s.
16972 (Man-fontify-manpage): Clean up message.
16973 (Man-mode): Set outline-regexp, outline-level,
16974 imenu-generic-expression.
16975
16976 * woman.el (woman-fill-frame): Doc fix.
16977 (woman-decode-region): Use window-width instead of frame-width.
16978
16979 * abbrevlist.el (list-one-abbrev-table):
16980 * descr-text.el (describe-char):
16981 * international/mule-diag.el (describe-current-coding-system):
16982 * international/quail.el (quail-insert-decode-map):
16983 Use window-width instead of frame-width.
16984
16985 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16986 (jka-compr-mode-alist-additions): Add tbz.
16987 (jka-compr-write-region, jka-compr-insert-file-contents):
16988 Add message for undefined compress-program.
16989 (jka-compr-write-region): Remove redundant var bindings.
16990
16991 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16992 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16993 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16994 (dired-man): Use dired-guess-shell-command.
16995 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16996 Change default nil to t.
16997
16998 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16999 (dired-compare-directories): Add default value for empty input.
17000
17001 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17002
17003 * time.el (display-time-string-forms): Fix help-echo date format.
17004
17005 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17006
17007 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17008 (buffer-stale-function): New variable.
17009 (auto-revert-list-diff, auto-revert-dired-file-list)
17010 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17011 (auto-revert-handler): Take over some functionality of deleted
17012 functions.
17013 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17014
17015 * dired.el (dired-directory-changed-p): New fun, extracted from
17016 dired-internal-noselect.
17017 (dired-buffer-stale-p): New fun.
17018 (dired-internal-noselect): Use dired-directory-changed-p.
17019 Eliminate revert messages.
17020 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17021
17022 2004-03-23 Kenichi Handa <handa@m17n.org>
17023
17024 * international/characters.el: Setup syntaxes for more parentheses
17025 Unicode characters.
17026
17027 * international/mule-cmds.el (select-safe-coding-system):
17028 Merge coding-system and auto-cs before comparing them.
17029
17030 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17031
17032 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17033
17034 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17035 normal-auto-fill-function and comment-indent-function.
17036 The default values now work just as well.
17037 Don't set font-lock-beginning-of-syntax-function since we already set
17038 syntax-begin-function.
17039 (lisp-outline-level): Put ;;;###autoload at same level as (.
17040 (prin1-char): Quote special chars.
17041
17042 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17043 than with-no-warnings.
17044
17045 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17046 if the source location can't be found.
17047 (edebug-compute-previous-result): Use prin1-char.
17048
17049 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17050 (debug-ignored-errors): Add an entry.
17051
17052 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17053 (byte-compile-file): Output warning when deleting a file.
17054
17055 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17056 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17057
17058 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17059 (byte-compile-inline-expand): Use backquote.
17060 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17061 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17062
17063 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17064
17065 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17066
17067 2004-03-22 Juri Linkov <juri@jurta.org>
17068
17069 * finder.el (finder-known-keywords): Fix data, tex, unix.
17070
17071 * play/landmark.el: Fix keywords.
17072
17073 * language/ethio-util.el (ethio-find-file): Doc fix.
17074
17075 * emacs-lisp/warnings.el: Doc fix.
17076
17077 * textmodes/ispell.el (ispell-help): Doc fix.
17078
17079 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17080
17081 * format.el (format-insert-file): Always return a list of two
17082 elements, like insert-file-contents does.
17083
17084 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17085
17086 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17087 and vc-BACKEND-diff.
17088 (vc-print-log): If the print-log implementation supports it, use
17089 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17090 (vc-version-diff, vc-diff-internal): Doc fixes.
17091
17092 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17093 implementation supports it, let diff output go to *vc*,
17094 not *vc-diff*, since this is an internal call.
17095
17096 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17097
17098 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17099
17100 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17101
17102 2004-03-21 Dave Love <fx@gnu.org>
17103
17104 * progmodes/cfengine.el (cfengine-mode):
17105 Set parse-sexp-ignore-comments.
17106
17107 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17108
17109 2004-03-21 Juanma Barranquero <lektu@terra.es>
17110
17111 * allout.el (allout-mode): Fix docstring.
17112
17113 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17114
17115 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17116
17117 * autorevert.el (auto-revert-interval): Make new value take
17118 effect immediately when set through Custom.
17119 (auto-revert-set-timer): Add interactive declaration.
17120
17121 2004-03-19 David Ponce <david@dponce.com>
17122
17123 * ruler-mode.el (ruler-mode-header-line-format-old):
17124 Don't `make-variable-buffer-local'.
17125 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17126 (ruler-mode-header-line-format): Simply funcall the above.
17127 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17128 to save/restore a previous header line format.
17129 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17130 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17131 fringes and margins width.
17132 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17133
17134 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17135
17136 * log-edit.el (log-edit-font-lock-keywords): Typo.
17137
17138 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17139 (tex-send-tex-command): Rather than here.
17140 (tex-compilation-parse-errors): Simplify.
17141
17142 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17143
17144 * time.el (display-time-string-forms): Add help-echo with date on time.
17145
17146 * composite.el (compose-region): Use restore-buffer-modified-p.
17147
17148 * disp-table.el (standard-display-8bit): Simplify.
17149
17150 * server.el (server-process-filter): Delete temp frame.
17151
17152 * add-log.el (add-change-log-entry): Simplify.
17153
17154 2004-03-19 Kim F. Storm <storm@cua.dk>
17155
17156 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17157 (hexl-follow-line): Don't require 'fringe.
17158
17159 * progmodes/compile.el (compilation-start): Always set
17160 compilation-last-buffer and return it.
17161
17162 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17163
17164 * simple.el (clone-buffer): Doc fix.
17165
17166 2004-03-18 Juanma Barranquero <lektu@terra.es>
17167
17168 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17169
17170 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17171
17172 * log-edit.el (log-edit-font-lock-keywords): New var.
17173 (log-edit-mode): Use it.
17174
17175 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17176
17177 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17178 properly for watching in speedbar.
17179
17180 2004-03-17 Masatake YAMATO <jet@gyve.org>
17181
17182 * smerge-mode.el (smerge-popup-context-menu):
17183 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17184
17185 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17186
17187 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17188 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17189 Take sealed revisions into account.
17190 (vc-arch-checkin): Extract a summary line from the message.
17191
17192 2004-03-16 Masatake YAMATO <jet@gyve.org>
17193
17194 * register.el (register): Provide `register' feature.
17195
17196 2004-03-15 Masatake YAMATO <jet@gyve.org>
17197
17198 Added context menu support in smerge mode.
17199 Most of the part is written by Stefan Monnier.
17200
17201 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17202 New keymap and menu.
17203 (smerge-text-properties): New function.
17204 (smerge-remove-props): New function.
17205 (smerge-popup-context-menu): New function.
17206 (smerge-resolve): Call `smerge-remove-props'.
17207 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17208 (smerge-keep-current): Ditto.
17209 (smerge-kill-current): New function.
17210 (smerge-match-conflict): Put text properties.
17211 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17212
17213 2004-03-15 David Ponce <david@dponce.com>
17214
17215 * ruler-mode.el (ruler-mode-left-fringe-cols)
17216 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17217 (ruler-mode-right-scroll-bar-cols): Remove.
17218 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17219 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17220 Use fringe-columns and scroll-bar-columns.
17221
17222 2004-03-15 Masatake YAMATO <jet@gyve.org>
17223
17224 * hl-line.el (hl-line-range-function): New variable.
17225 (hl-line-move): New function.
17226 (global-hl-line-highlight): Use `hl-line-move'.
17227 (hl-line-highlight): Ditto.
17228
17229 * scroll-bar.el (scroll-bar-columns):
17230 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17231
17232 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17233 (ruler-mode-left-fringe-cols)
17234 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17235 (ruler-mode-right-scroll-bar-cols)
17236 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17237 (ruler-mode-ruler-function): New variable.
17238 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17239 if the value for `ruler-mode-ruler-function'is given.
17240
17241 * hexl.el (hexl-mode-hook): Make the hook customizable.
17242 (hexl-address-area, hexl-ascii-area): New customize variables.
17243 (hexlify-buffer): Put font-lock-faces on the address area and
17244 the ascii area.
17245 (hexl-activate-ruler): New function.
17246 (hexl-follow-line): New function.
17247 (hexl-highlight-line-range): New function.
17248 (hexl-mode-ruler): New function.
17249
17250 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17251
17252 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17253 (vc-default-find-file-hook): New fun.
17254 (vc-find-file-hook): Call new find-file-hook operation.
17255
17256 * vc-arch.el: New file.
17257
17258 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17259
17260 * info-look.el (info-lookup): Reuse an existing Info window.
17261
17262 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17263
17264 * woman.el (woman-preserve-ascii): Default value changed to t and
17265 doc string revised.
17266
17267 2004-03-12 Richard M. Stallman <rms@gnu.org>
17268
17269 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17270 Fix minor bug.
17271
17272 * replace.el (occur-engine): Change message for count of matches.
17273
17274 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17275 For strings, do compare text properties.
17276
17277 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17278
17279 * progmodes/compile.el (compile-auto-highlight)
17280 (compilation-error-list, compilation-old-error-list)
17281 (compilation-parse-errors-function, compilation-parsing-end)
17282 (compilation-error-message, compilation-directory-stack)
17283 (compilation-enter-directory-regexp-alist)
17284 (compilation-leave-directory-regexp-alist)
17285 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17286 (compilation-current-file, compilation-regexps): Remove vars.
17287
17288 (compile-error-at-point, compilation-error-filedata)
17289 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17290 (compilation-next-error-locus, compilation-forget-errors)
17291 (count-regexp-groupings, compilation-parse-errors)
17292 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17293
17294 (compile-internal): Make obsolete.
17295
17296 (compilation-first-column, compilation-error)
17297 (compilation-directory-matcher, compilation-page-delimiter)
17298 (compilation-mode-font-lock-keywords, compilation-debug)
17299 (compilation-error-face, compilation-warning-face)
17300 (compilation-info-face, compilation-line-face)
17301 (compilation-column-face, compilation-enter-directory-face)
17302 (compilation-leave-directory-face, compilation-skip-threshold)
17303 (compilation-skip-visited, compilation-context-lines): New vars.
17304
17305 (compilation-warning-face, compilation-info-face)
17306 (compilation-message-face): New faces.
17307
17308 (compilation-error-regexp-alist-alist): New constant.
17309
17310 (compilation-face, compilation-directory-properties)
17311 (compilation-assq, compilation-error-properties, compilation-start)
17312 (define-compilation-mode, compilation-loop)
17313 (compilation-set-window): New functions.
17314
17315 (compile): Additional argument for interactive compiles like TeX.
17316
17317 * progmodes/grep.el (kill-grep): Move here from compile.el
17318 (grep-error, grep-hit-face, grep-error-face)
17319 (grep-mode-font-lock-keywords): New variables.
17320 (grep-regexp-alist): Simplify regexp and add `binary' case.
17321 (grep-mode): New mode.
17322 (grep-process-setup): Simplify.
17323
17324 2004-03-11 Jason Rumney <jasonr@gnu.org>
17325
17326 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17327 letters on DOS/Windows.
17328
17329 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17330
17331 * server.el (server-name): New var.
17332 (server-socket-dir): New var to replace server-socket-name.
17333 (server-start): Use them.
17334
17335 2004-03-11 Simon Josefsson <jas@extundo.com>
17336
17337 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17338 died to avoid infloop. Reported by Jonathan Glauner
17339 <jglauner@sbum.org>.
17340
17341 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17342
17343 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17344 (smerge-mode-menu): Use it to deactivate menu entries.
17345 (smerge-keep-current): New fun.
17346 (smerge-keep-current): Use it.
17347
17348 2004-03-10 John Paul Wallington <jpw@gnu.org>
17349
17350 * foldout.el (foldout-fold-list, foldout-modeline-string):
17351 Declare them as variables, not constants.
17352
17353 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17354
17355 * ps-print.el: Modification to print *Messages* buffer.
17356 (ps-print-version): New version 6.6.4.
17357 (ps-message-log-max): New fun.
17358 (ps-spool-without-faces, ps-spool-with-faces)
17359 (ps-count-lines-preprint): Code fix.
17360
17361 * printing.el: New tips in Tips section.
17362
17363 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17364
17365 * delim-col.el: Doc fix.
17366
17367 * printing.el: Doc fix. New doc section (Tips).
17368
17369 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17370
17371 * type-break.el (type-break-emacs-variant): Remove.
17372 (type-break-run-at-time, type-break-cancel-function-timers):
17373 Use fboundp rather than version name and number.
17374
17375 2004-03-09 Masatake YAMATO <jet@gyve.org>
17376
17377 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17378 `make-variable-buffer-local'.
17379
17380 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17381
17382 * find-dired.el (find-dired): Call `shell-command' instead of
17383 `start-process-shell-command'. By this, Tramp takes over
17384 handling of remote directories.
17385
17386 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17387
17388 * newcomment.el (comment-use-global-state): New var.
17389 (comment-search-forward): Use it.
17390
17391 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17392
17393 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17394
17395 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17396 (enable-kinsoku): Make it a defcustom.
17397 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17398 paragraph to same-comment-start-marker.
17399
17400 2004-03-07 Dave Love <fx@gnu.org>
17401
17402 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17403 (browse-url-mail): Use it.
17404
17405 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17406 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17407
17408 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17409
17410 * woman.el (woman-man.conf-path): Doc fix.
17411 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17412
17413 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17414
17415 * sort.el (sort-columns): Remove ms-dos from the list of systems
17416 where the external `sort' command is not used.
17417
17418 2004-03-07 Kim F. Storm <storm@cua.dk>
17419
17420 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17421 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17422 from overlay-arrow-variable-list.
17423 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17424
17425 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17426
17427 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17428 overlay arrow string properly for the assembler buffer.
17429
17430 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 * mail/sendmail.el (mail-mode): Fix last change.
17433
17434 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17435
17436 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17437 for the assembler buffer.
17438 (gdb-assembler-custom): Position the overlay arrow.
17439 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17440
17441 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17442
17443 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17444
17445 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17446 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17447
17448 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17449
17450 * newcomment.el (uncomment-region): Allow non-terminated comment.
17451 (comment-normalize-vars): Check the user-specified comstart marker.
17452
17453 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17454
17455 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17456 Otherwise, do use it if the region only contains font-lock text
17457 properties.
17458
17459 2004-03-04 Masatake YAMATO <jet@gyve.org>
17460
17461 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17462 as the callback function for eldoc.
17463 (hexl-print-current-point-info): New function.
17464 (hexl-current-address): Print the address in both decimal
17465 and hexadecimal format.
17466
17467 2004-03-04 Richard M. Stallman <rms@gnu.org>
17468
17469 * mail/rmail.el (rmail-convert-to-babyl-format):
17470 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17471
17472 * mail/mail-utils.el (mail-unquote-printable-region):
17473 New arg UNIBYTE.
17474
17475 * startup.el (command-switch-alist): Doc fix.
17476
17477 * simple.el (undo): Temporarily set this-command to `undo-start',
17478 then set it to `undo' once undo-start returns without error.
17479
17480 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17481
17482 * simple.el (kill-line): Don't disregard trailing whitespace
17483 in eol condition, if show-trailing-whitespace is set.
17484
17485 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17486 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17487 When disabling, restore old values only if mouse-sel-has-been-enabled.
17488
17489 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17490 (isearch-{-char): New function.
17491 (isearch-mode-map): Bind { to isearch-{-char.
17492
17493 * font-lock.el (lisp-font-lock-keywords-2):
17494 Turn off the CL with-... and do-... general patterns.
17495 Instead, recognize several specific with... and do... constructs.
17496
17497 * files.el (switch-to-buffer-other-window):
17498 Bind same-window-buffer-names and same-window-regexps to nil.
17499 (switch-to-buffer-other-frame): Likewise.
17500
17501 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17502
17503 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17504 recognizing leading comment on code line.
17505
17506 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17507
17508 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17509 hidden files/directories.
17510
17511 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17512
17513 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17514 only comment-start (in case the mode hasn't set it).
17515
17516 * Makefile.in (AUTOGENEL): New var.
17517 (bootstrap-prepare): Rename from bootstrap-clean.
17518 Don't remove elc files.
17519 (maintainer-clean): New target.
17520
17521 * xml.el (xml-get-attribute-or-nil): Simplify.
17522
17523 2004-03-02 Juri Linkov <juri@jurta.org>
17524
17525 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17526 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17527 URL to prevent their substitution with the environment variable
17528 values by browsers.
17529
17530 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17531
17532 * ps-print.el: Doc fix.
17533 (ps-print-version): New version number (6.6.3).
17534 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17535 Docstring fix.
17536 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17537 before printing.
17538 (ps-time-stamp-yyyy-mm-dd): New fun.
17539 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17540
17541 2004-03-02 Kim F. Storm <storm@cua.dk>
17542
17543 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17544
17545 2004-03-01 Juanma Barranquero <lektu@terra.es>
17546
17547 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17548
17549 * desktop.el (desktop-file-version)
17550 (desktop-after-read-hook): Fix typos.
17551 (desktop-clear-preserve-buffers): Remove redundant info in
17552 docstring already shown by the obsolescence message.
17553 (desktop-truncate, desktop-internal-v2s)
17554 (desktop-value-to-string): Change argument name to match docstring.
17555
17556 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17557
17558 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17559 docstring.
17560
17561 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17562
17563 * printing.el: Replace "As Is..." in PostScript file print/preview by
17564 "No Preprocessing...". Suggested by Colin Marquardt
17565 <_marquardt_@zmd.de>.
17566 (pr-insert-section-4): Adjust buffer interface.
17567
17568 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17569
17570 Version 2.0.39 of Tramp released.
17571
17572 * net/tramp.el (tramp-handle-file-local-copy)
17573 (tramp-handle-write-region, tramp-open-connection-rsh):
17574 Variable name typo. Small change. From Patrick Tullmann
17575 <tullmann@flux.utah.edu>.
17576 (tramp-process-connection-type): New variable.
17577 (tramp-maybe-open-connection): Use it.
17578 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17579 (tramp-touch): Set last-modified time of a remote file.
17580 (tramp-handle-write-region): Say which function is used when encoding.
17581
17582 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17583
17584 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17585 case of non-existing filename, too. Reported by Christoph Bauer
17586 <c_bauer@informatik.uni-kl.de>.
17587 (tramp-smb-get-file-entries): The directory in question should
17588 have permissions "drwxrwxrwx". Just virtual, because we don't
17589 know the real permissions. Don't we know?
17590 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17591 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17592 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17593 output. If it was received chunkwise, there have been problems.
17594 Remove the "prompt not found" error message; it is obvious.
17595 Simplify algorithm.
17596 (tramp-smb-process-running): Remove. Since we acknowledge the
17597 virtual prompt for shares, there's no need for distinction of
17598 reading shares (process ends afterwards) and interactive mode of
17599 smblient.
17600 (tramp-smb-open-connection): Setting process sentinel removed.
17601 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17602 "NT_STATUS_NETWORK_ACCESS_DENIED".
17603 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17604 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17605 (top-level): Setting default value in `tramp-default-method-alist'
17606 corrected. Order of USER and HOST have been wrong.
17607 Nobody complained for months ...
17608 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17609 (tramp-smb-open-connection): Clear password cache if login has failed.
17610
17611 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17612 `tramp-unified-filenames'.
17613 (tramp-completion-mode): Make test for XEmacs explicitely.
17614 `event-to-character' can exists in Emacs packages too.
17615 Reported by Matt Swift <swift@alum.mit.edu>.
17616 (tramp-buffer-name): Buffer name must contain the user if exists.
17617 Reported by Adrian Phillips <a.phillips@met.no>.
17618 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17619 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17620 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17621 `tramp-do-copy-or-rename-file-one-local', because it handles also
17622 the case both files use the same out-of-band method.
17623 Implementation added.
17624 (tramp-handle-file-local-copy, tramp-handle-write-region):
17625 Out-of-band handling removed. `copy-file' called instead, which
17626 calls `tramp-do-copy-or-rename-file-out-of-band'.
17627 (tramp-action-password): Check for out-of-band method removed.
17628 This function is used for 'login-program.
17629 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17630 appropriate.
17631 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17632 and `tramp-parse-sknownhosts'.
17633 (tramp-completion-function-alist): It's a defvar now, because we
17634 want to apply the optimized `tramp-set-completion-function'
17635 instead of a static list.
17636 (tramp-set-completion-function): Implementation tuned.
17637 Avoid double entries, and entries where the function or the
17638 file/directory doesn't exist.
17639 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17640 for SSH2.
17641 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17642 (tramp-handle-dired-compress-file): New function.
17643 (tramp-async-proc): New variable.
17644 (tramp-handle-shell-command): Adding asynchronous processes.
17645 They are far from being perfect, but it works at least for
17646 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17647 (top-level): Require password.el if visible. Should be mandatory
17648 once No Gnus has found its way into (X)Emacs.
17649 (tramp-read-passwd): Invoke `password-read' if available,
17650 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17651 fallback any longer.
17652 (tramp-clear-passwd): New function.
17653 (tramp-process-actions, tramp-process-multi-actions):
17654 Clear password cache if login has failed.
17655
17656 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17657 its own module.
17658 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17659 `ange-ftp-ftp-name-res'. There could be incorrect values from
17660 previous calls in case the "ftp" method is used in the Tramp file
17661 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17662
17663 2004-02-28 Richard M. Stallman <rms@gnu.org>
17664
17665 * term.el (term-mouse-paste): Call mouse-set-point.
17666
17667 * thumbs.el: New file.
17668
17669 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17670
17671 * progmodes/ebnf-abn.el: Doc fix.
17672
17673 * progmodes/ebnf-bnf.el: Doc fix.
17674 (ebnf-repeat): Code fix.
17675
17676 * progmodes/ebnf2ps.el: Doc fix.
17677 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17678
17679 2004-02-28 Juri Linkov <juri@jurta.org>
17680
17681 * ffap.el (dired-at-point): Additional writability test for
17682 relative directory names.
17683 (dired-at-point-prompter): Treat directories as a directory, get
17684 the directory component from files.
17685 (ffap-string-at-point): Return string from region if region is active.
17686 (ffap-file-at-point): Remove redundant code.
17687
17688 2004-02-28 Kim F. Storm <storm@cua.dk>
17689
17690 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17691 Initialize margin area images to nil.
17692 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17693 (breakpoint-enabled-bitmap-face)
17694 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17695 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17696 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17697 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17698 (gdb-reset): Use gdb-remove-breakpoint-icons.
17699 (gdb-put-string): Add dprop arg to specify alternative display
17700 property (for setting fringe bitmap).
17701 (gdb-remove-strings): Doc fix.
17702 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17703 icon in fringe (if available), or else as icon or text in display
17704 margin. Creates necessary icons in breakpoint-bitmap,
17705 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17706 Also make left window margin if required.
17707 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17708 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17709 no longer needed.
17710 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17711 gdb-put-breakpoint-icon.
17712 (gdb-assembler-mode): Don't set left-margin-width here.
17713
17714 2004-02-27 Kevin Ryde <user42@zip.com.au>
17715
17716 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17717 comma, so that it DTRT in macros.
17718
17719 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17720
17721 * progmodes/sh-script.el (sh-shell-arg)
17722 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17723 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17724
17725 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17726
17727 * faces.el (face-spec-set-match-display): Add a new attribute,
17728 `min-colors'.
17729 (region, highlight, secondary-selection): Use `min-colors'.
17730
17731 * custom.el (defface): Add documentation for `min-colors'.
17732
17733 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17734 (font-lock-keyword-face, font-lock-function-name-face)
17735 (font-lock-variable-name-face, font-lock-constant-face):
17736 Use `min-colors'.
17737
17738 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17739
17740 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17741
17742 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17743 define assq-delete-all if it's not defined.
17744 (ebnf-generate-region): Code fix.
17745
17746 * printing.el: Doc fix.
17747 (pr-version): New version number (6.7.2).
17748 (pr-command): Return empty string if command is an empty string.
17749
17750 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17751
17752 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17753
17754 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17755 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17756 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17757 "tt" ["test"] ). Reported by Markus Dreyer
17758 <mdreyer@ix.urz.uni-heidelberg.de>.
17759 (ebnf-version): New version number (4.0).
17760 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17761 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17762 (ebnf-delete-style): New commands.
17763 (ebnf-directory, ebnf-file): New funs.
17764 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17765 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17766 (ebnf-syntax-alist): New var.
17767 (ebnf-element-width): New fun replacing ebnf-list-width.
17768 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17769 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17770 (ebnf-prologue): Adjust vars.
17771 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17772 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17773 (ebnf-check-style-values, ebnf-generate-production)
17774 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17775 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17776 (ebnf-token-repeat): Code fix.
17777
17778 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17779 %right, %left and %prec. Suggested by Matthew K. Junker
17780 <junker@alum.mit.edu>.
17781 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17782
17783 * progmodes/ebnf-iso.el: Doc fix.
17784 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17785 (ebnf-iso-lex): Code fix.
17786
17787 * progmodes/ebnf-bnf.el: Doc fix.
17788 (ebnf-bnf-lex): Code fix.
17789
17790 * progmodes/ebnf-otz.el: Doc fix.
17791
17792 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17793
17794 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17795 (abbrev-prefix-mark): Doc fix.
17796
17797 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17798
17799 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17800 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17801 (gdb-var-delete): Make interactive (really).
17802 (gdb-edit-value): Make non-interactive.
17803
17804 * progmodes/gud.el (gud-speedbar-menu-items):
17805 Add gdb-var-delete and, indirectly, gdb-edit-value.
17806 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17807 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17808 (gud-gdb-marker-filter): Add comment for annotations.
17809
17810 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17811
17812 * calendar/calendar.el (generate-calendar)
17813 (calendar-read-date): Prevent display of BC calendars once more -
17814 reverts 2003-10-01 change.
17815 (generate-calendar-month): Doc fix.
17816
17817 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17818
17819 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17820 return value of increment-calendar-month.
17821
17822 2004-02-21 Stephen Compall <s11@member.fsf.org>
17823
17824 * saveplace.el (save-place-forget-unreadable-files)
17825 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17826 (save-place-forget-unreadable-files): New function.
17827 (save-place-alist-to-file): Use it to filter out files that are
17828 no longer readable.
17829
17830 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17831 current Texinfo environment, using the same method as in
17832 `texinfo-insert-@end', and insert a space rather than a newline if
17833 point in a @table environment.
17834
17835 2004-02-21 Juri Linkov <juri@jurta.org>
17836
17837 * ffap.el (ffap-file-at-point): Try parent directories.
17838
17839 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17840
17841 * vcursor.el (vcursor-modifiers): New defcustom.
17842 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17843 hard-coded list.
17844
17845 2004-02-21 Masatake YAMATO <jet@gyve.org>
17846
17847 * play/animate.el (animate-birthday-present): Accept names other
17848 than `Sarah', too.
17849
17850 2004-02-21 Juri Linkov <juri@jurta.org>
17851
17852 * startup.el: Remove table of command line arguments from the
17853 Commentary section.
17854
17855 2004-02-20 John Wiegley <johnw@newartisans.com>
17856
17857 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17858 again" modifier from 'e' to 'E', since 'e' is also used by the
17859 "file extension" modifier.
17860
17861 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17862
17863 * help-fns.el (describe-categories): Doc fix.
17864
17865 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17866
17867 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17868 temporary file for buffer already visiting one. This change makes
17869 output likely to be directly usable by patch program.
17870 Suggested by Adrian Aichner <adrian@xemacs.org>
17871
17872 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17873
17874 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17875 case of variables defined in compound statements.
17876 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17877 Simplify constructions using switch-to-buffer.
17878
17879 2004-02-19 Simon Josefsson <jas@extundo.com>
17880
17881 * play/morse.el: Fix typo.
17882 (morse-code): Add @.
17883
17884 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17885
17886 * calendar/appt.el (appt-display-format): Change default to
17887 'ignore, for backwards compatibility.
17888 (appt-display-message): If appt-display-format is 'ignore,
17889 respect old vars appt-msg-window and appt-visible.
17890 (appt-activate): Don't depend on return value of cancel-timer.
17891
17892 * calendar/calendar.el (calendar-holidays): Doc fix.
17893
17894 * calendar/cal-coptic.el (coptic-prompt-for-date):
17895 Use assoc-string instead of assoc-ignore-case.
17896 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17897 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17898 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17899 * calendar/cal-islam.el (calendar-goto-islamic-date)
17900 (mark-islamic-diary-entries): Ditto.
17901 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17902 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17903 (calendar-read-mayan-tzolkin-date): Ditto.
17904 * calendar/calendar.el (calendar-read-date): Ditto.
17905 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17906
17907 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17908
17909 * progmodes/executable.el (executable-command-find-posix-p):
17910 Fix choice of the directory.
17911
17912 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17913
17914 * simple.el (interprogram-cut-function)
17915 (interprogram-paste-function, kill-new, kill-append):
17916 Doc fixes.
17917 (kill-region): Make it return nil. Doc fix.
17918 (yank-pop): Make its argument optional.
17919 (yank): Make ARG `-' equivalent to `-1'.
17920
17921 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17922
17923 * mail/rmail.el (rmail-get-new-mail): Don't reference
17924 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17925
17926 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17927
17928 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17929 if one of global-auto-revert-non-file-buffers or autorevert-mode
17930 is non-nil.
17931
17932 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17933
17934 * subr.el (delete-dups): A better implementation from Karl Heuer
17935 <kwzh@gnu.org>.
17936
17937 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17938
17939 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17940 correct place.
17941 * progmodes/icon.el (icon-indent-command): Ditto.
17942 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17943
17944 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17945
17946 * progmodes/grep.el (grep-compute-defaults): Undo change from
17947 2004-01-29: don't use executable-command-find-posix-p.
17948
17949 2004-02-16 Richard Sharman <rsharman@pobox.com>
17950
17951 * hilit-chg.el: Use require instead of eval-and-compile.
17952 (highlight-compare-buffers): New function.
17953
17954 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17955
17956 * man.el (Man-fontify-manpage): Render section headings in
17957 `Man-overstrike-face' even when overstrike was not used by man
17958 formatter for section headings.
17959
17960 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17961
17962 * rmail-spam-filter.el (vm-use-spam-filter)
17963 (rsf-min-region-length-added-to-spam-list): New variables.
17964 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17965 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17966 spam testing. Don't delete spam message if automatic deletion
17967 after output via variable rmail-delete-after-output is turned on.
17968 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17969 rsf-bbdb-dont-create-entries-for-spam.
17970 (check-field): New function, extracted from code in
17971 rmail-spam-filter to ease addition of header fields like content-type.
17972 (message-content-type): New variable to check the content-type:
17973 field added, also in defcustom of rsf-definitions-alist.
17974 (rmail-spam-filter): Replace repeated test code for header fields
17975 by calls to check-field; change the call to
17976 rmail-output-to-rmail-file such that rmail-current-message stays
17977 the same to avoid wrong deletion of unseen flags.
17978 (rsf-add-contents-type): New function to convert old format
17979 of rmail-spam-definitions-alist into new one.
17980 Change prefixes of all variables and functions from
17981 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17982
17983 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17984
17985 * loadhist.el (unload-hook-features-list): New defvar.
17986
17987 2004-02-16 Dave Love <fx@gnu.org>
17988
17989 * loadhist.el (unload-feature): Doc fix. Rename flist to
17990 unload-hook-features-list.
17991
17992 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17993
17994 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17995 cookie. Don't check if we are looking-at open-formula.
17996
17997 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17998
17999 * subr.el (match-string-no-properties): Use substring-no-properties.
18000
18001 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18002
18003 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18004 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18005 Use lower-case "rx" in all error message.
18006
18007 2004-02-16 Dave Love <fx@gnu.org>
18008
18009 * emacs-lisp/rx.el (rx-or): Put group around result.
18010 (rx-constituents): Add backref.
18011 (rx-syntax): Add string-delimiter, comment-delimiter.
18012 (rx-categories): Add combining-diacritic.
18013 (rx-check-not, rx-greedy, rx): Doc fix.
18014 (rx-backref, rx-check-backref): New.
18015
18016 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18017
18018 * newcomment.el (uncomment-region): Allow eob as comment end.
18019
18020 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18021
18022 * filecache.el: All message and error commands now use prefix
18023 "Filecache:" to make it easy to read *Messages* buffer.
18024
18025 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18026
18027 * autorevert.el: Add support to detect changed dired and VC buffers.
18028 (auto-revert-active-p, auto-revert-list-diff)
18029 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18030 (auto-revert-handler, auto-revert-active-p): New functions.
18031 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18032 and `auto-revert-active-p'.
18033 (eval-when-compile): Defvar dired-directory and vc-mode.
18034 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18035 (auto-revert-handler-vc): New functions.
18036
18037 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18038
18039 * progmodes/compile.el (compilation-directory): New defvar.
18040 (compile): Save current directory in compilation-directory.
18041 (recompile): Bind default-directory to compilation-directory if
18042 that is non-nil.
18043
18044 2004-02-16 Dave Love <fx@gnu.org>
18045
18046 * newcomment.el (comment-insert-comment-function)
18047 (comment-region-function, uncomment-region-function): New.
18048 (comment-indent): Use comment-insert-comment-function.
18049 (uncomment-region): Use uncomment-region-function.
18050 (comment-region): Use comment-region-function.
18051
18052 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18053
18054 2004-02-16 Richard Stallman <rms@gnu.org>
18055
18056 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18057 loaddefs* and ldefs-boot*.
18058
18059 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18060
18061 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18062 and email address at the beginning and end of the address.
18063
18064 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18065 anchored at the beginning of the email address.
18066
18067 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18068
18069 * international/ccl.el (ccl-compile-write): Pass `left' to
18070 ccl-embed-code to generate correct code of write-expr-register.
18071
18072 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18073
18074 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18075
18076 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18077
18078 * x-dnd.el: Mention support for Motif in commentary.
18079 (x-dnd-handle-drag-n-drop-event): Ditto.
18080
18081 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18082
18083 * ses.el: Use "ses--" prefixes for buffer-local variables.
18084 Use (point-min) instead of 1, even when we know the buffer
18085 is unnarrowed.
18086 (ses-build-load-map): Delete. Distribute its content to defconst's for
18087 the three maps.
18088 (ses-menu, ses-header-line-menu): New menus.
18089 (ses-mode-map): Use them.
18090 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18091
18092 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18093
18094 * Makefile.in: Fix the CC Mode recompile kludge so it works
18095 when building in a different directory.
18096
18097 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18098
18099 * simple.el (kill-new): Put yank-handler property on the entire string.
18100
18101 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18102
18103 * diff.el: Don't use compile any more, use diff-mode instead.
18104 (diff-regexp-alist, diff-old-file, diff-new-file)
18105 (diff-parse-differences, diff-process-setup): Remove.
18106 (diff-sentinel): New fun.
18107 (diff): Use it. Run the process ourselves.
18108 Use diff-mode for the rest of the processing.
18109
18110 * diff.el (diff): Simplify code handling `switch'.
18111
18112 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18113
18114 * pcvs-defs.el (cvs-menu): Add `tag'.
18115
18116 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18117
18118 * simple.el (kill-append): Doc fix.
18119
18120 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18121 Adapt outline-regexp to the new conventions for commenting out code.
18122
18123 2004-02-11 John Paul Wallington <jpw@gnu.org>
18124
18125 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18126
18127 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18128
18129 * diff.el (diff-switches): New fun.
18130 (diff, diff-backup): Use it.
18131 (diff): Clean up the args construction. Use backquote.
18132 Use listp instead of consp to avoid putting a nil arg.
18133 (diff): Add a revert-buffer function.
18134
18135 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18136
18137 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18138 handled by x-dnd-handle-file-name.
18139 (x-dnd-known-types): Add COMPOUND_TEXT.
18140 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18141 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18142 x-dnd-empty-state.
18143 (x-dnd-forget-drop): Ditto.
18144 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18145 (x-dnd-handle-one-url): Return private when inserting text.
18146 (x-dnd-insert-ctext): New function.
18147 (x-dnd-handle-file-name): New function for FILE_NAME.
18148 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18149 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18150 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18151
18152 2004-02-10 Kenichi Handa <handa@m17n.org>
18153
18154 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18155 instead of while loop.
18156
18157 2004-02-10 Miles Bader <miles@gnu.org>
18158
18159 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18160
18161 2004-02-09 Kenichi Handa <handa@m17n.org>
18162
18163 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18164 have end-of-line.
18165
18166 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18167
18168 * Makefile.in: Added extra dependencies in the recompile target
18169 needed to cope with the compile time macro expansions in CC Mode.
18170
18171 2004-02-09 Kim F. Storm <storm@cua.dk>
18172
18173 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18174 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18175 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18176 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18177 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18178 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18179 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18180 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18181 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18182 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18183 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18184
18185 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18186
18187 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18188 Don't allow shrink if there's a window on our right.
18189
18190 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18191 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18192 Bring together declaration and initialization.
18193 (prolog-mode-variables): Don't set the syntax table.
18194 Don't set paragraph-start and comment-indent-function.
18195 Add /*..*/ to the comment regexps.
18196 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18197 (prolog-mode-map): Don't bind TAB.
18198 (prolog-mode): Set the syntax table.
18199 (prolog-comment-indent): Remove.
18200 (inferior-prolog-mode-map): Initialize in the declaration.
18201 (inferior-prolog-mode-syntax-table)
18202 (inferior-prolog-mode-abbrev-table): New vars.
18203 (inferior-prolog-mode): Derive from comint-mode.
18204 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18205 minibuffer windows.
18206
18207 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18208 in file names, as long as it is unabmiguous.
18209
18210 2004-02-08 Andreas Schwab <schwab@suse.de>
18211
18212 * textmodes/reftex-toc.el
18213 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18214 format. Doc fix.
18215
18216 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18217 format string arguments.
18218
18219 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18220 string argument.
18221
18222 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18223
18224 * play/zone.el (zone-call): Fix format string.
18225
18226 * net/webjump.el (webjump-builtin): Add missing format string argument.
18227
18228 * midnight.el (midnight-delay-set): Remove extra format string argument.
18229
18230 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18231
18232 * hexl.el (hexl-insert-char): Add missing format string argument.
18233
18234 * format.el (format-decode): Fix format string.
18235
18236 * emulation/vi.el (vi-mode): Remove extra format string argument.
18237 (vi-repeat-last-search): Likewise.
18238 (vi-reverse-last-search): Likewise.
18239 (vi-goto-mark): Likewise.
18240 (vi-reverse-last-find-char): Likewise.
18241 (vi-repeat-last-find-char): Likewise.
18242 (vi-locate-def): Likewise.
18243
18244 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18245
18246 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18247 string argument.
18248 (ediff-toggle-regexp-match): Likewise.
18249
18250 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18251 format string argument.
18252
18253 * calc/calc-map.el (calc-get-operator): Remove extra format
18254 string argument.
18255
18256 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18257
18258 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18259 string argument.
18260
18261 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18262
18263 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18264
18265 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18266
18267 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18268 (cl-struct-setf-expander): Likewise.
18269
18270 * vc.el (with-vc-file): Fix unsafe uses of error.
18271 (vc-cancel-version): Likewise.
18272
18273 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18274
18275 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18276 thousands separator; fixes <class>:<line-number> regexp for
18277 non-english locales.
18278
18279 2004-02-08 Andreas Schwab <schwab@suse.de>
18280
18281 * view.el (view-mode-enable): Revert previous change.
18282
18283 2004-02-07 Kim F. Storm <storm@cua.dk>
18284
18285 * simple.el (line-number-at-pos): Rename from line-at-pos.
18286 Uses changed (what-line and vc-annotate-warp-version).
18287
18288 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18289
18290 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18291 (diff-mode): Remove aborted attempt at support for compile.el.
18292 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18293
18294 2004-02-06 Andreas Schwab <schwab@suse.de>
18295
18296 * view.el (view-mode-enable): Add view-mode-map to
18297 minor-mode-overriding-map-alist.
18298
18299 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18300
18301 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18302
18303 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18304
18305 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18306 with point inside rather than after the paragraph.
18307
18308 2004-02-04 Sam Steingold <sds@gnu.org>
18309
18310 * mail/smtpmail.el (smtpmail-try-auth-methods):
18311 Do not try authentication when no mechanism is available.
18312 Pass port-name as defaultport to `netrc-machine'.
18313
18314 2004-02-04 Stephen Eglen <stephen@gnu.org>
18315
18316 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18317 to show how minibuffer height can be constrained.
18318
18319 2004-02-04 John Paul Wallington <jpw@gnu.org>
18320
18321 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18322
18323 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18324
18325 * x-dnd.el: New file for drag and drop.
18326
18327 * term/x-win.el: require x-dnd, set after-make-frame-functions
18328 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18329 drag-n-drop event.
18330
18331 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18332 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18333 (dired-dnd-handle-file): New functions for drag and drop support.
18334 (dired-mode): Initialize drag and drop if x-dnd present.
18335
18336 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18337
18338 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18339 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18340 (cperl-mode): Set fill-paragraph-function.
18341 (cperl-fill-paragraph): Make it non-interactive.
18342
18343 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18344
18345 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18346
18347 2004-02-02 David Kastrup <dak@gnu.org>
18348
18349 * replace.el (perform-replace): Allow 'literal argument in
18350 regexp-flag to indicate literal replacement.
18351 (query-replace-regexp-eval): Use it.
18352
18353 2004-02-01 Andreas Schwab <schwab@suse.de>
18354
18355 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18356
18357 2004-02-01 Stephen Eglen <stephen@gnu.org>
18358
18359 * info-look.el: Add support for maxima-mode. Update commentary
18360 because info-lookup-symbol is now bound to C-h S.
18361
18362 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18363
18364 * simple.el (edit-and-eval-command): Bind print-level and
18365 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18366 Correct initial position in command-history.
18367
18368 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18369
18370 * files.el (read-directory-name): Adapt the docstring to recent
18371 change in Fread_file_name.
18372
18373 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18374
18375 * ses.el (ses-print-cell): If print format too wide for column
18376 width, truncate decimal places if that helps to avoid "#####" fill.
18377 * ses.el (ses-initial-column-width): Revert previous change.
18378
18379 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18380
18381 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18382 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18383 Add edebug info.
18384 (jit-lock-mode): Setup/cancel the new timer.
18385 (jit-lock-context-fontify): New fun. Extracted from
18386 context fontification code of jit-lock-stealth-fontify.
18387 (jit-lock-stealth-fontify): Don't do context fontification any more.
18388
18389 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18390 (jit-lock-fontify-now): Handle the `quit' case.
18391 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18392
18393 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18394
18395 * progmodes/executable.el (executable-command-find-posix-p):
18396 New. Check if find handles arguments Posix-style.
18397
18398 * progmodes/grep.el (grep-compute-defaults):
18399 Use executable-command-find-posix-p.
18400 (grep-find): Check `grep-find-command'.
18401
18402 * filecache.el (file-cache-find-posix-p): Delete.
18403 (file-cache-add-directory-using-find):
18404 Use `executable-command-find-posix-p'.
18405
18406 2004-01-29 Dave Love <fx@gnu.org>
18407
18408 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18409 Iterate the hook function if arg is given.
18410 (mark-defun, narrow-to-defun): Change order of finding the limits.
18411
18412 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18413 (byte-compile-format-warn): New.
18414 (byte-compile-callargs-warn): Use it.
18415 (Format, message, error): Add byte-compile-format-like property.
18416 (byte-compile-maybe-guarded): New.
18417 (byte-compile-if, byte-compile-cond): Use it.
18418 (byte-compile-lambda): Compile interactive forms,
18419 just to make warnings about them.
18420
18421 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18422
18423 * ses.el (ses-initial-column-width): Increase to 14, so it will
18424 work well with the default printer of "%.7g" for extreme values
18425 like "-1.234567e+07".
18426
18427 2004-01-29 Kenichi Handa <handa@m17n.org>
18428
18429 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18430
18431 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18432
18433 * dos-w32.el: Added support for the `default-printer-name' function.
18434
18435 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18436
18437 * server.el (server-socket-name): Don't use the hostname in the
18438 socket name since /tmp is local to the host anyway.
18439
18440 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18441 robust check of widening and fix var-naming.
18442
18443 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18444
18445 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18446 or rmail-spam- to rsf- in all function and variable names.
18447 (rsf-min-region-to-spam-list): New variable.
18448 (rsf-bbdb-auto-delete-spam-entries): Rename from
18449 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18450 scanned together with the recipients field for spam testing; Don't
18451 delete spam message if rmail-delete-after-output is non-nil;
18452 (rsf-check-field): New function, extracted from code in
18453 rmail-spam-filter to ease addition of header fields like
18454 content-type:;
18455 (message-content-type): New variable. The content-type: field was
18456 added also in defcustom of rsf-definitions-alist;
18457 (rmail-spam-filter): Replace repeated test code for header fields
18458 by calls to check-field; change the call to
18459 rmail-output-to-rmail-file such that rmail-current-message stays
18460 the same to avoid wrong deletion of unseen flags.
18461 (rmail-use-spam-filter): Add autoload cookie.
18462
18463 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18464
18465 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18466 (file-cache-add-directory-using-find): Add Cygwin support.
18467 (file-cache-find-command-posix-flag): New user variable.
18468
18469 * filecache.el (file-cache-add-directory): Check for
18470 directories an remove them from dir-files.
18471
18472 2004-01-27 Richard M. Stallman <rms@gnu.org>
18473
18474 * man.el (Man-fontify-manpage): Clean up message.
18475
18476 2004-01-27 Kenichi Handa <handa@m17n.org>
18477
18478 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18479 (sentence-end): Define using sentence-end-without-space.
18480
18481 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18482 a sentence ends with one of a character in sentence-end-without-space.
18483
18484 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18487 (jit-lock): Group declaration moved to jit-lock.el.
18488 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18489 when necessary.
18490
18491 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18492 (jit-lock-context-unfontify-pos): Rename from
18493 jit-lock-first-unfontify-pos.
18494 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18495
18496 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18497
18498 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18499 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18500 (fortran-fill): When filling a string, adjust re-search-backward
18501 argument for special case of string just on fill-column.
18502 When filling non-string, allow one extra char if
18503 fortran-break-before-delimiters is non-nil.
18504 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18505 Use fortran-break-delimiters-re and fortran-no-break-re to
18506 correctly handle cases such as "**".
18507
18508 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18509 (f90-no-break-re): Add some extra tokens. Doc fix.
18510
18511 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18512
18513 * mail/rmail-spam-filter.el:
18514 Use two semicolons as Commentary line prefix.
18515 Add ";;; Code:" stylized comment.
18516 Delete end-of-line whitespace.
18517 Wrap (require 'cl) with `eval-when-compile'.
18518
18519 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18520
18521 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18522 at the top level of vc.el.
18523
18524 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18525
18526 * vc.el (vc-current-line): Function removed. This is now done by
18527 the new function line-at-pos in simple.el.
18528 (vc-annotate-warp-version): Use line-at-pos instead of
18529 vc-current-line.
18530
18531 2004-01-22 Kim F. Storm <storm@cua.dk>
18532
18533 * simple.el (line-at-pos): New defun.
18534 (what-line): Use it. Optimize by only counting lines in narrowed
18535 region once.
18536
18537 2004-01-22 Kenichi Handa <handa@m17n.org>
18538
18539 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18540 point (register r1) only for charset mule-unicode-0100-24ff.
18541
18542 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18543
18544 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18545 trailing white space and ensure a final newline.
18546
18547 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18548 Add autoload cookie.
18549
18550 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18551
18552 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18553 activate view-mode explicitly.
18554
18555 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18556
18557 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18558 menu-bar-enable-clipboard and make Paste use clipboard first.
18559
18560 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18561
18562 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18563 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18564 (vc-mcvs-cvs): Remove.
18565 (vc-mcvs-command): Remove use of assert.
18566
18567 * outline.el (outline-insert-heading): Tighten up match.
18568 (outline-demote, outline-move-subtree-down): Don't assume anything
18569 about outline-regexp.
18570
18571 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18572 (texinfo-show-structure): Explicitly add ^, and simplify.
18573
18574 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18575
18576 * calendar/appt.el (appt-check): Restore usage of
18577 appt-issue-message deleted in previous change.
18578 (top-level): Activate package when loaded (needed for backwards
18579 compatibility).
18580
18581 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18582
18583 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18584 following previous change to smtpmail-send-data.
18585
18586 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18587
18588 * vc.el (vc-default-previous-version): Doc enhancement.
18589 (vc-default-next-version): New function.
18590 (vc-print-log): New arg FOCUS-REV.
18591 (vc-annotate-mode): Derive from view-mode.
18592 (vc-annotate): New args REVISION, DISPLAY-MODE.
18593 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18594 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18595 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18596 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18597 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18598
18599 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18600
18601 2004-01-19 Karl Berry <karl@gnu.org>
18602
18603 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18604 or "TexInfo".
18605
18606 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18607
18608 * subr.el (delete-dups): New function.
18609
18610 2004-01-19 Karl Berry <karl@gnu.org>
18611
18612 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18613 with ^, since that's what texinfo-show-structure
18614 documentation says (plus it works much better in texinfo.txi).
18615
18616 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18617
18618 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18619
18620 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18621
18622 * progmodes/which-func.el (which-function-mode): Don't cancel
18623 which-func-update-timer if not set.
18624
18625 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18626
18627 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18628 Remove spurious left square bracket in XX:XXam regexp.
18629
18630 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18631
18632 * progmodes/cc-defs.el: Do not require cl at run time.
18633
18634 2004-01-16 Richard M. Stallman <rms@gnu.org>
18635
18636 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18637 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18638
18639 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18640 Call rmail-spam-filter. Delete and expunge spam.
18641 Print number of spam messages deleted.
18642 Save and restore the deletion status of old messages when reading
18643 new mail with spam filter, so that expunging spam does not expunge
18644 msgs deleted by the user.
18645 (rmail-only-expunge): Add an optional argument dont-show to
18646 prevent showing message after expunge.
18647
18648 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18649
18650 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18651 * subr.el (declare): New macro.
18652
18653 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18654
18655 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18656
18657 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18658
18659 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18660 Test window-system rather than system-type (for X11/Mac).
18661
18662 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18663
18664 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18665
18666 2004-01-12 Richard M. Stallman <rms@gnu.org>
18667
18668 * mail/rmail.el (rmail-convert-to-babyl-format):
18669 Use mail-unquote-printable-region.
18670 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18671 (rmail-hex-char-to-integer): Functions deleted.
18672
18673 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18674 (mail-unquote-printable-region): New arg NOERROR.
18675 For invalid encoding, either signal an error to just return nil.
18676
18677 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18678
18679 * calendar/appt.el: Update copyright and commentary.
18680 (appt-issue-message): Make obsolete.
18681 (appt-visible, appt-msg-window): Make obsolete, in favour of
18682 appt-display-format.
18683 (appt-display-mode-line, appt-display-duration)
18684 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18685 (appt-prev-comp-time, appt-display-count, appt-timer)
18686 (appt-convert-time): Doc change.
18687 (appt-disp-window-function, appt-delete-window-function):
18688 Use defcustom rather than defvar.
18689 (appt-display-format): New variable.
18690 (appt-display-message): New function with display code from appt-check.
18691 (appt-check): Add optional FORCE argument. Doc change.
18692 Add appt-make-list to diary-hook if displaying diary.
18693 Remove checking of view-diary-entries-initially.
18694 Message display section removed to new function appt-display-message.
18695 (appt-display-window): Doc change. Remove unused internal var
18696 this-buffer. Do not beep, since appt-display-message does that.
18697 (appt-make-list): Doc change. Use caar.
18698 (appt-sort-list): Simplify by using builtin sort function.
18699 (appt-update-list): New function for updating appts when diary is
18700 saved.
18701 (appt-activate): New autoloaded function to toggle package
18702 functionality.
18703
18704 * calendar/cal-x.el: (calendar-one-frame-setup)
18705 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18706
18707 * calendar/calendar.el: Update copyright.
18708 (view-diary-entries-initially, european-calendar-style): Doc change.
18709 (calendar-setup): Make defcustom rather than defvar.
18710 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18711 in let binding so local to function.
18712
18713 * calendar/diary-lib.el: Update copyright.
18714 (diary, diary-entry-time): Doc change.
18715 (list-diary-entries): Doc change. Trivial logic change.
18716 (fancy-diary-display): Restore make-face command mistakenly
18717 deleted 2003-05-08.
18718 (show-all-diary-entries): Allow to pop-up frame if needed.
18719
18720 2004-01-09 John Paul Wallington <jpw@gnu.org>
18721
18722 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18723 Temporarily select EVENT's window for changing eol type.
18724
18725 2004-01-09 Deepak Goel <deego@gnufans.org>
18726
18727 * calendar/diary-lib.el (diary-entry-time):
18728 Also accept time in the form XX[.XX][am/pm/AM/PM].
18729 (fancy-diary-font-lock-keywords): Likewise.
18730 (diary-font-lock-keywords): Likewise.
18731 * calendar/appt.el (appt-add): Likewise.
18732 (appt-make-list): Likewise.
18733 (appt-convert-time): Likewise.
18734
18735 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18736
18737 * gdb-ui.el (gdb-ann3): Revert previous change.
18738 (gdb-source-info): Allow for case of where compilation directory
18739 is not recorded.
18740
18741 2004-01-08 John Paul Wallington <jpw@gnu.org>
18742
18743 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18744
18745 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18746
18747 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18748
18749 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18750 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18751 problems.
18752 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18753
18754 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18755
18756 * files.el (write-file-functions, write-contents-functions):
18757 Clarify docstrings.
18758
18759 2004-01-07 Kenichi Handa <handa@m17n.org>
18760
18761 * international/mule.el (set-auto-coding): Fix for the case that
18762 end-of-line is only CR.
18763
18764 2004-01-07 Kim F. Storm <storm@cua.dk>
18765
18766 * subr.el (event-start, event-end): Doc fix.
18767 (posn-string, posn-image): New defuns.
18768 (posn-object): Return either image or string object.
18769 (posn-object-x-y): Return 8th element of position.
18770 (posn-object-width-height): New defun.
18771
18772 2004-01-06 Andreas Schwab <schwab@suse.de>
18773
18774 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18775 output.
18776
18777 2004-01-05 Karl Berry <karl@gnu.org>
18778
18779 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18780 / and *, too.
18781
18782 2003-12-31 Simon Josefsson <jas@extundo.com>
18783
18784 * files.el (before-save-hook): Add.
18785 (basic-save-buffer): Use before-save-hook.
18786
18787 * emacs-lisp/copyright.el: Fix comment to recommend
18788 before-save-hook instead of write-file-functions.
18789
18790 2004-01-05 Richard M. Stallman <rms@gnu.org>
18791
18792 * finder.el (finder-commentary): Call delete-other-windows.
18793
18794 * net/ange-ftp.el (ange-ftp-file-attributes):
18795 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18796
18797 2004-01-04 Karl Berry <karl@gnu.org>
18798
18799 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18800 comment characters % and # in the copyright year notice,
18801 as well as ;.
18802
18803 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18804
18805 * wid-edit.el (default): Define dummy :value-delete.
18806 Reported by Jesper Harder <harder@ifa.au.dk>.
18807
18808 2004-01-03 Richard M. Stallman <rms@gnu.org>
18809
18810 * progmodes/compile.el (compile-internal): Use point, not point-min,
18811 for set-window-point.
18812
18813 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18814
18815 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18816
18817 * progmodes/grep.el (grep-mode-map):
18818 Don't remap next-line, previous-line.
18819
18820 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18821
18822 * speedbar.el (speedbar-edit-line): Change regexp to position
18823 the cursor on the first character of this line's button.
18824
18825 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18826
18827 * subr.el (functionp): Doc fix.
18828
18829 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18830
18831 * progmodes/idlwave.el (idlwave-make-tags):
18832 * textmodes/flyspell.el (flyspell-large-region):.
18833 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18834 * emulation/viper-util.el (viper-glob-unix-files):
18835 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18836 * man.el (Man-init-defvars):
18837 * jka-compr.el (jka-compr-call-process):
18838 * files.el (get-free-disk-space,insert-directory):
18839 * ediff-ptch.el (ediff-test-patch-utility):
18840 * ediff-diff.el (ediff-test-utility):
18841 * dired-aux.el (dired-check-process):
18842 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18843 test the return value of call-process, because it can be a string.
18844
18845 2003-12-31 John Paul Wallington <jpw@gnu.org>
18846
18847 * bindings.el (completion-ignored-extensions): Add .pfsl.
18848
18849 2003-12-31 Kim F. Storm <storm@cua.dk>
18850
18851 * ido.el (ido-nonreadable-directory-p): New defun to check for
18852 nonreadable directory without activating tramp (to avoid problems
18853 with checking incomplete tramp paths).
18854 (ido-set-current-directory, ido-file-internal)
18855 (ido-file-name-all-completions1): Use it.
18856
18857 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18858
18859 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18860 documentation if the anchor (or node) name is preceded by `info
18861 anchor' or `Info anchor' in addition to earlier `info node' and
18862 `Info node'.
18863 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18864
18865 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18866
18867 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18868 error in arguments to base64-decode-region. Remove ^M characters
18869 after decoding base64.
18870
18871 2003-12-30 Simon Josefsson <jas@extundo.com>
18872
18873 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18874 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18875 have only been distributed with Emacs for some years.
18876 (texinfo-mode-hook): Customize.
18877
18878 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18879
18880 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18881 cleaner (suggested by Richard Stallman).
18882
18883 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18884 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18885 file-name clashes on 8+3 DOS filesystems.
18886
18887 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18888 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18889 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18890 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18891 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18892 file-name clashes on 8+3 filesystems.
18893
18894 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18895 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18896 file-name clashes on 8+3 DOS filesystems.
18897
18898 2003-12-29 Richard M. Stallman <rms@gnu.org>
18899
18900 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18901 Upcase the character.
18902
18903 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18904 Search for header separator alone on a line, literally,
18905 and search for it backward, not forward.
18906 (flyspell-abbrev-table): Always use global-abbrev-table
18907 if there is no local one.
18908
18909 * progmodes/sh-script.el (sh-get-indent-info):
18910 Don't move point back if at bob.
18911
18912 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18913
18914 * play/handwrite.el (handwrite): Make the handwrite credit message
18915 a comment rather than an output command.
18916
18917 * obsolete/sc.el: Display message that this file is obsolete.
18918
18919 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18920
18921 * mail/rfc822.el (rfc822-address-start): Declare variable.
18922 Renamed from address-start. All uses changed.
18923
18924 * term.el (term-exec): Set up sentinel.
18925 (term-sentinel): New function.
18926 (term-handle-exit): New function.
18927
18928 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18929 Use assoc-string, and mark them obsolete.
18930 (delay-mode-hooks): Mark as permanent local.
18931
18932 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18933
18934 * register.el (copy-rectangle-to-register): Doc fix.
18935
18936 * info.el (Info-insert-dir): Use assoc-string.
18937
18938 * info-look.el (info-lookup): Use assoc-string.
18939
18940 * frame.el (pop-up-frame-function): Use quote, not `function'.
18941 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18942 copying with lists as coordinate values.
18943
18944 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18945
18946 * find-dired.el (kill-find): New command.
18947 (find-dired): Make buffer read-only.
18948 Set up a keymap with C-c C-k running kill-find.
18949 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18950
18951 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18952
18953 * filecache.el (file-cache-ignore-case): New variable.
18954 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18955
18956 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18957 (comint-dynamic-complete-as-filename): Rename local vars.
18958 (comint-dynamic-list-filename-completions): Likewise.
18959
18960 * comint.el (comint-dynamic-list-completions-config): New var.
18961 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18962
18963 * comint.el (comint-file-name-chars): Add [].
18964 (comint-word): Use skip-chars-backward, not search.
18965
18966 * shell.el (shell-file-name-chars): Add [].
18967
18968 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18969
18970 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18971
18972 * generic.el (define-generic-mode): Doc fix.
18973
18974 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18975
18976 * files.el (kill-some-buffers): Doc fix.
18977
18978 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18979
18980 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18981 arg to send-invisible
18982 (send-invisible): Doc fix. The argument is now a prompt, not the
18983 string to send.
18984 (comint-read-noecho): Doc fix.
18985
18986 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18987
18988 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18989 "@", as required by some ISP hosting service. Fix defcustom
18990 argument syntax errors that prevented use of customization.
18991
18992 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18993
18994 * xml.el (xml-get-attribute-or-nil): Doc fix.
18995
18996 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18997
18998 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18999 write-file-hooks.
19000
19001 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19002
19003 * autorevert.el (auto-revert-interval): Doc fix.
19004
19005 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19006
19007 * xml.el (xml-get-attribute-or-nil): New function, like
19008 xml-get-attribute, but returns nil if the attribute was not found.
19009 (xml-get-attribute): Convert to defsubst, uses
19010 xml-get-attribute-or-nil.
19011
19012 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19013
19014 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19015
19016 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19017
19018 * custom.el (custom-declare-theme): Use `value' when putting
19019 properties on `theme'.
19020
19021 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19022
19023 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19024 for each yank-handler segment.
19025 (insert-for-yank-1): New function, with the body of the previous
19026 insert-for-yank.
19027
19028 * textmodes/table.el (table-yank-handler): New defcustom.
19029 (table--put-cell-indicator-property): Put yank-handler property
19030 that indicates the yank handler for the table cell.
19031
19032 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19033
19034 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19035 set of keywords.
19036
19037 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19038
19039 * international/mule-cmds.el (reset-language-environment)
19040 (set-language-environment): Don't invoke fontset-related functions
19041 if fontset-list is not fboundp.
19042
19043 2003-12-29 Kenichi Handa <handa@m17n.org>
19044
19045 * international/mule-cmds.el (reset-language-environment):
19046 Call set-overriding-fontspec-internal with nil.
19047 (set-language-environment): Call set-overriding-fontspec-internal
19048 if the language environment specify `overriding-fontspec'.
19049 (language-info-alist): Doc added.
19050
19051 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19052 characters of mule-unicode-0100-24ff.
19053 (ccl-encode-windows-1251-font): New CCL program.
19054 ("Bulgarian"): Specify overriding-fontspec.
19055 ("Belarusian"): Likewise.
19056
19057 2003-12-28 Sam Steingold <sds@gnu.org>
19058
19059 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19060 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19061
19062 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19063
19064 * progmodes/gud.el (gud-gdb-command-name): Set default to
19065 "gdb --annotate=3".
19066 (gud-gdb-marker-filter): Look out for annotations.
19067 (gdb-first-pre-prompt): New variable.
19068 Remove trailing white space.
19069
19070 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19071 if necessary.
19072 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19073 annotations are detected.
19074 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19075 instead of a local one to allow transition from
19076 gud-gdb-marker-filter.
19077 Remove trailing white space.
19078
19079 2003-12-27 Kim F. Storm <storm@cua.dk>
19080
19081 * ido.el: Handle non-readable directories.
19082 (ido-decorations): Add 9th element for non-readable directory.
19083 (ido-directory-nonreadable): New dynamic var.
19084 (ido-set-current-directory): Set it.
19085 (ido-read-buffer, ido-file-internal):
19086 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19087 (ido-file-name-all-completions1): Return empty list for
19088 non-readable directory.
19089 (ido-exhibit): Print [Not readable] if directory is not readable.
19090 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19091 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19092 Use it.
19093
19094 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19095
19096 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19097 calls to directory-files-and-attributes and file-attributes.
19098 (ls-lisp-format): Remove system dependent handling of user and
19099 group id's.
19100
19101 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19102
19103 * ffap.el (ffap-read-file-or-url): Revert previous change.
19104
19105 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19106
19107 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19108 new list of included files called `files-with-node-lines', that
19109 only have node lines. This way @include commands can include any
19110 file, such as version and update files without node lines, not
19111 just files that are chapters.
19112
19113 2003-12-25 Andreas Schwab <schwab@suse.de>
19114
19115 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19116 file not found.
19117
19118 2003-12-08 Miles Bader <miles@gnu.org>
19119
19120 * dired.el (dired-between-files): Always use dired-move-to-filename,
19121 which is more robust in non-english locales.
19122
19123 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19124
19125 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19126
19127 2003-12-24 Andreas Schwab <schwab@suse.de>
19128
19129 * shell.el (shell-file-name-quote-list): Add backslash.
19130
19131 * comint.el (comint-quote-filename): Correctly handle backslash
19132 in comint-file-name-quote-list.
19133
19134 2003-12-24 Kenichi Handa <handa@m17n.org>
19135
19136 * international/mule-cmds.el (set-default-coding-systems):
19137 Call ucs-set-table-for-input for all buffers that don't have local
19138 value of buffer-file-coding-system.
19139
19140 * international/ucs-tables.el (ucs-set-table-for-input):
19141 If translation-table-for-encode is a symbol, get its
19142 translation-table property.
19143
19144 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19145
19146 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19147 to `completing-read' on a recently fixed bug.
19148
19149 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19150 instead of SPACE, to get the list of possible fringe modes.
19151 SPACE only works if both `partial-completion-mode' and
19152 `completion-auto-help' are nil.
19153
19154 * complete.el (PC-is-complete-p): Delete.
19155 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19156 calls to `test-completion'.
19157
19158 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19159
19160 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19161 to edit values when there are no children.
19162
19163 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19164 a mode called "Assembler" already exists.
19165 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19166 (gud-watch): Use format option. Remove font properties from string.
19167 (gdb-var-create-handler, gdb-var-list-children-handler):
19168 Don't bother about properties as there are none.
19169 (gdb-var-create-handler, gdb-var-list-children-handler)
19170 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19171 with two arguments.
19172 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19173 Let speedbar show value changes with a different font.
19174 (gdb-edit-value): New defun.
19175 (gdb-clear-partial-output, gdb-clear-inferior-io)
19176 (def-gdb-auto-update-handler): Use erase-buffer.
19177 (gdb-frame-handler): Display watch expressions in
19178 FUNCTION::VARIABLE format if required.
19179
19180 2003-12-23 John Paul Wallington <jpw@gnu.org>
19181
19182 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19183 (Info-goto-emacs-command-node): Doc fixes.
19184
19185 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19186
19187 * cus-edit.el (custom-add-parent-links): Define "many".
19188
19189 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19190
19191 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19192 (widget-child-validate, widget-type-value-create)
19193 (widget-type-default-get, widget-type-match): New functions.
19194 (lazy): New widget.
19195 (menu-choice, checklist, radio-button-choice, editable-list)
19196 (group, documentation-string): Remove redundant (per 2003-10-25
19197 change) calls to `widget-children-value-delete'.
19198 (widget-choice-value-get, widget-choice-value-inline): Remove.
19199 (menu-choice): Update widget.
19200
19201 2003-12-03 Kenichi Handa <handa@m17n.org>
19202
19203 * language/cyrillic.el: Register "microsoft-cp1251" in
19204 ctext-non-standard-encodings-alist.
19205 ("Bulgarian"): Add ctext-non-standard-encodings.
19206 ("Belarusian"): Likewise.
19207
19208 * international/mule-conf.el (compound-text-with-extensions):
19209 Change the type to 2 (iso-2022 base).
19210
19211 * international/mule.el (ctext-non-standard-encodings-alist):
19212 Change the format.
19213 (ctext-non-standard-encodings): New variable.
19214 (ctext-post-read-conversion): Fully re-written.
19215 (ctext-non-standard-designations-alist): Delete it.
19216 (ctext-non-standard-encodings-table): New function.
19217 (ctext-pre-write-conversion): Fully re-written.
19218
19219 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19220
19221 * cus-edit.el (custom-add-parent-links): Add documentation links
19222 for parent, if the item has none of its own.
19223
19224 2003-11-30 Richard M. Stallman <rms@gnu.org>
19225
19226 * dired-aux.el (dired-do-query-replace-regexp):
19227 Report files visited read-only.
19228
19229 2003-11-30 Juri Linkov <juri@jurta.org>
19230
19231 * dired-aux.el (dired-compare-directories): New command.
19232 (dired-file-set-difference, dired-files-attributes): New functions.
19233
19234 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19235 Version 2.0.38 of Tramp released.
19236
19237 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19238 Charles Curley <charlescurley@charlescurley.com>.
19239 (tramp-multi-connection-function-alist): Add ssht entry which adds
19240 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19241 Aichner.
19242 (tramp-get-method-parameter): New function to retrieve a method
19243 parameter. This allows for omission of method parameters.
19244 Callers adjusted.
19245
19246 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19247
19248 * net/tramp.el: Add new optional parameter ID-FORMAT to
19249 `file-attributes'. Calls of `file-attributes' won't use this
19250 parameter for backward compatibility reasons.
19251 (tramp-perl-file-attributes): Add a new parameter to Perl script
19252 in order to handle uid/gid as strings, if desired.
19253 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19254 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19255 order to make the function more general.
19256 (tramp-handle-file-attributes): Replace proprietary optional
19257 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19258 (tramp-handle-file-attributes-with-perl): Handle parameter
19259 NONNUMERIC if set. This wasn't done in the past.
19260 (tramp-post-connection): Apply second parameter "$2" if
19261 `tramp-remote-perl' is called.
19262
19263 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19264 Correct cut'n'waste error (`filename' instead of `directory').
19265 (tramp-smb-handle-directory-files-and-attributes)
19266 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19267 introduced parameter ID-FORMAT.
19268 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19269 error (`directory' instead of `ldir').
19270
19271 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19272 `file-attributes' has a second parameter. If yes, apply it with
19273 value "'integer". Otherwise, don't use that parameter (default is
19274 integer format).
19275
19276 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19277
19278 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19279 (help-for-help): Add `C-h .' to the listed Help options.
19280 Remove trailing whitespace.
19281
19282 * help-at-pt.el: New file.
19283
19284 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19285
19286 * subr.el (noreturn, 1value): New macros for test coverage.
19287 See `testcover.el'.
19288
19289 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19290
19291 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19292 for macro `1value'.
19293 (testcover-1value): New function. Checks that a 1value form
19294 actually returns only one value. Requested by RMS.
19295
19296 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19297
19298 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19299 (gdb-var-list-children, gdb-var-list-children-handler)
19300 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19301 gdb commands that use mi to keep them out of the command history.
19302
19303 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19304
19305 * cus-start.el (all): Add use-file-dialog.
19306
19307 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19308
19309 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19310
19311 2003-11-27 Kim F. Storm <storm@cua.dk>
19312
19313 * subr.el (posn-object-x-y): New defun.
19314
19315 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19316
19317 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19318 Don't use `space' for \\\n.
19319 Be more selective as to which # are comment-starters.
19320
19321 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19322
19323 * subr.el (number-sequence): Improve handling of floating point
19324 arguments (suggested by Kim Storm). Allow negative arguments.
19325
19326 2003-11-26 Kenichi Handa <handa@m17n.org>
19327
19328 * international/mule-cmds.el (standard-display-european-internal):
19329 Cancel the standard-display-table setting for ` and '.
19330
19331 2003-11-26 Kim F. Storm <storm@cua.dk>
19332
19333 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19334 New defcustoms to add ffap-like functionality to ido.
19335 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19336 (ido-no-final-slash): New defun.
19337 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19338 (ido-read-file-name): ): Toggle VC checking via
19339 vc-handled-backends instead of vc-master-templates.
19340 (ido-file-internal): Handle ido-use-url-at-point and
19341 ido-use-filename-at-point via code borrowed from ffap-guesser.
19342 Handle new ido-exit code ffap.
19343 (ido-sort-list): Ignore final slash when sorting file names.
19344
19345 2003-11-25 Kim F. Storm <storm@cua.dk>
19346
19347 * emulation/cua-base.el (cua--standard-movement-commands):
19348 Add forward-sentence and backward-sentence.
19349
19350 2003-11-25 Stephen Eglen <stephen@gnu.org>
19351
19352 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19353 iswitchb-exit is set to 'usefirst when user selects buffer at head
19354 of list using RET. (Selecting buffers at the head of the list was
19355 broken if the substring was also a complete buffername.)
19356
19357 2003-11-23 Kim F. Storm <storm@cua.dk>
19358
19359 * progmodes/compile.el (grep-command, grep-use-null-device)
19360 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19361 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19362 (grep-regexp-alist, grep-program, find-program)
19363 (grep-find-use-xargs, grep-history, grep-find-history)
19364 (grep-process-setup, grep-compute-defaults)
19365 (grep-default-command, grep, grep-tag-default, grep-find)
19366 (grep-expand-command-macros, grep-tree-last-regexp)
19367 (grep-tree-last-files, grep-tree): Move grep variables, functions
19368 and commands to new file grep.el.
19369 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19370 (compilation-process-setup-function): Doc fix.
19371 (compilation-highlight-regexp, compilation-highlight-overlay): New
19372 defvars used for highlighting current compile error in source buffer.
19373 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19374 LOCAL-MAP which overrides compilation-highlight-regexp and
19375 compilation-mode-map for this compilation.
19376 Delay calling compilation-set-window-height until after running
19377 compilation-process-setup-function so it can buffer-local override
19378 compilation-window-height.
19379 Check buffer-local value of compilation-scroll-output.
19380 (compilation-set-window-height): Use buffer-local value of
19381 compilation-window-height.
19382 (compilation-revert-buffer): Don't pass (undefined)
19383 preserve-modes arg to revert-buffer.
19384 (next-error-no-select, previous-error-no-select): New commands.
19385 (compilation-goto-locus): Temporarily highlight current match in
19386 source buffer using compilation-highlight-regexp.
19387
19388 * progmodes/grep.el: New file with grep code from compile.el.
19389 (grep): New defcustom group.
19390 (grep-window-height): New defcustom, like compilation-window-height.
19391 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19392 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19393 (grep-command, grep-use-null-device, grep-find-command)
19394 (grep-tree-files-aliases, grep-tree-ignore-case)
19395 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19396 (grep-setup-hook): New hook variable.
19397 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19398 (grep-last-buffer): New defvar, override compilation-last-buffer.
19399 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19400 Call compile-internal with args highlight-regexp and grep-mode-map.
19401
19402 2003-11-23 Kim F. Storm <storm@cua.dk>
19403
19404 * subr.el (event-start, event-end): Doc fix.
19405 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19406 (posn-area, posn-actual-col-row, posn-object): New defuns.
19407 (posn-col-row): Simplify doc. Rewrite to use cond.
19408 (posn-point): Also return buffer position for events outside text
19409 area (that info is now present in the event position).
19410
19411 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19412 mouse-set-point so that hscroll still works now that clicks on
19413 fringes generate specific mouse events.
19414 (mouse-set-point): Note that it now works in fringes and margins
19415 too due to new semantics of posn-point in fringes and margins.
19416
19417 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19418 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19419
19420 2003-11-20 Kim F. Storm <storm@cua.dk>
19421
19422 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19423 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19424 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19425 to 100 for icons to avoid increasing line height when shown.
19426
19427 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19428
19429 * newcomment.el (comment-normalize-vars): Initialize properly if
19430 comment-start was nil.
19431
19432 2003-11-19 Andreas Schwab <schwab@suse.de>
19433
19434 * simple.el (set-variable): Fix indentation.
19435
19436 2003-11-17 Kenichi Handa <handa@m17n.org>
19437
19438 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19439 Fix docstring.
19440
19441 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19442
19443 * international/latin1-disp.el (latin1-display): Fix docstring.
19444
19445 2003-11-16 John Wiegley <johnw@newartisans.com>
19446
19447 * eshell/em-ls.el (eshell-ls-file): There are times with
19448 size-width is nil and uncomputed (when directories are created in
19449 dired, for example); in this case, 4 is reasonable default value,
19450 although it may caused skewed new entries (which could be avoided
19451 by returning the original value of 8 in all cases, but 99% of the
19452 time this is a waste of whitespace).
19453
19454 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19455
19456 * cc-engine.el (c-guess-continued-construct)
19457 (c-guess-basic-syntax): Check a little more carefully if it's a
19458 function declaration when an unknown construct followed by a block
19459 is found inside a statement context. This avoids macros followed
19460 by blocks to be taken as function declarations.
19461
19462 (c-guess-continued-construct): Change the analysis of a statement
19463 continuation with a brace open to `substatement-block', for
19464 consistency with recognized statements.
19465
19466 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19467 start is in a position so that `c-beginning-of-statement-1' jumped
19468 to the beginning of the same statement.
19469
19470 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19471 Don't accept binary operators in the arglist if we're in a function
19472 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19473 template recognition in cases like "if (a < b || c > d)".
19474
19475 (c-restricted-<>-arglists): New more appropriate name for
19476 `c-disallow-comma-in-<>-arglists'.
19477
19478 Accessing functions updated for the variable name change.
19479
19480 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19481 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19482
19483 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19484 labels.
19485
19486 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19487 instead of duplicating parts of it. This fixes bogus label
19488 recognition.
19489
19490 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19491 of checking the context in which to apply the minimum indentation,
19492 so that it isn't enforced in e.g. namespace blocks.
19493
19494 * cc-vars.el (c-inside-block-syms): New constant used by
19495 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19496 to somewhat reduce the risk of becoming stale.
19497
19498 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19499 cc-cmds to cc-engine to allow use from cc-align.
19500
19501 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19502 qualified identifiers containing "::".
19503
19504 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19505 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19506
19507 * cc-vars.el (c-emacs-features): Use a space in front of the name
19508 of the temporary buffer. That also avoids dumping problems in
19509 XEmacs due to undo info being left around after the buffer is killed.
19510
19511 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19512 arglist to see if it's a K&R style declaration.
19513
19514 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19515 before returning `knr-argdecl-intro'.
19516
19517 2003-11-16 John Wiegley <johnw@newartisans.com>
19518
19519 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19520 field in a long-listing always 8 characters, use `size-width',
19521 which has already been computed.
19522
19523 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19524
19525 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19526
19527 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19528
19529 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19530 Support operation while narrowed, with `diff-restrict-view'.
19531
19532 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19533
19534 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19535 Take additional optional arg NARROWFUN. For the generated functions:
19536 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19537 include frags that arrange to check for and save narrowing state before
19538 the move and then conditionally call NARROWFUN after the move.
19539
19540 2003-11-14 John Wiegley <johnw@newartisans.com>
19541
19542 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19543 that was optional, but obviously missing based on surrounding code.
19544
19545 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19546 string arguments to numbers unless the whole argument was seen as
19547 a number.
19548
19549 2003-11-14 Kenichi Handa <handa@m17n.org>
19550
19551 * international/mule.el (ctext-non-standard-encodings-alist):
19552 Fix coding systems.
19553
19554 2003-11-10 Kenichi Handa <handa@m17n.org>
19555
19556 * language/kannada.el ("Kannada"): Add sample-text.
19557
19558 * language/knd-util.el (kannada-compose-region)
19559 (kannada-compose-string, kannada-post-read-conversion):
19560 Add autoload cookie.
19561
19562 * international/quail.el (quail-completion): Change the message
19563 "corresponding translations" to "corresponding characters".
19564
19565 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19566
19567 * descr-text.el (describe-char): Fix typo.
19568
19569 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19570
19571 These changes are to support Kannada language/script.
19572
19573 * Makefile.in (DONTCOMPILE): Add kannada.el.
19574
19575 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19576
19577 * loadup.el: Preload kannada.el.
19578
19579 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19580 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19581 New variables.
19582
19583 * language/kannada.el: New file.
19584
19585 * language/knd-util.el: New file.
19586
19587 2003-11-07 Andreas Schwab <schwab@suse.de>
19588
19589 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19590 Also highlight AH_*.
19591
19592 * xml.el (xml-parse-dtd): Fix misplaced paren.
19593
19594 2003-11-07 Kenichi Handa <handa@m17n.org>
19595
19596 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19597
19598 2003-11-05 Juri Linkov <juri@jurta.org>
19599
19600 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19601 (desktop-buffer-file): Use saved buffer-file-coding-system
19602 for file reading. Set auto-insert to nil to prevent automatic
19603 insertion into restored empty files.
19604
19605 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19606
19607 * files.el (risky-local-variable-p): Make second argument optional.
19608
19609 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19610
19611 * subr.el (add-hook): Fix last change.
19612
19613 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19614
19615 * mail/rmail.el (rmail-convert-to-babyl-format):
19616 If base64-decode-region signals an error, catch it and silently
19617 ignore it.
19618
19619 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19620
19621 * xml.el (xml-parse-region): Allow comments to appear after the
19622 topmost element has closed.
19623 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19624 (xml-ns-expand-attr): New functions to do namespace handling.
19625 (xml-intern-attrlist): Back-compatible handling of attribute names.
19626 (xml-parse-tag): Move namespace handling to separate functions.
19627 Now produces elements in the form ((:ns . "element") (attr-list)
19628 children) instead of ('ns:element (attr-list) children).
19629 (xml-parse-attlist): Fix attribute parsing.
19630 (xml-parse-dtd): Change parsing so that it produces strings
19631 instead of interned symbols.
19632
19633 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19634
19635 * dired.el (dired-ls-sorting-switches): Doc fix.
19636
19637 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19638
19639 * emacs-lisp/rx.el (rx-or): Fix the case of
19640 "(rx (and ?a (or ?b ?c) ?d))".
19641
19642 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19643
19644 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19645 (texinfo-format-region): Use it.
19646 (texinfo-format-buffer-1): Ditto.
19647
19648 2003-11-01 Alan Mackenzie <acm@muc.de>
19649
19650 Changes to allow scrolling whilst in isearch mode:
19651 * isearch.el (isearch-unread-key-sequence): New function,
19652 extracted from isearch-other-meta-char.
19653 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19654 "scrollable" standard functions.
19655 (isearch-allow-scroll): New customizable variable.
19656 (isearch-string-out-of-window, isearch-back-into-window)
19657 (isearch-reread-key-sequence-naturally)
19658 (isearch-lookup-scroll-key): New functions.
19659 (isearch-other-meta-char): Doc string and functionality enhanced.
19660 Now accepts a prefix argument.
19661 (isearch-lazy-highlight-window-end): New variable.
19662 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19663 end (thru isearch-lazy-highlight-window-end), not only its start.
19664
19665 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19666 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19667 (universal-argument, universal-argument-more, negative-argument)
19668 (digit-argument, universal-argument-other-key): Minor changes.
19669
19670 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19671
19672 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19673 recursively if the last message is deleted, thus avoiding an
19674 infinite loop.
19675
19676 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19679 (tex-main-file): Don't add .tex if the extension is already present.
19680 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19681
19682 2003-10-29 Lute Kamstra <lute@gnu.org>
19683
19684 * progmodes/octave-inf.el (inferior-octave-prompt):
19685 Recognize version number in prompt.
19686
19687 2003-10-28 Dave Love <fx@gnu.org>
19688
19689 * international/characters.el: Fix some Unicode ranges.
19690
19691 2003-10-28 Kenichi Handa <handa@m17n.org>
19692
19693 * disp-table.el (standard-display-8bit)
19694 (standard-display-default, standard-display-ascii)
19695 (standard-display-g1, standard-display-graphic)
19696 (standard-display-underline): Assure that standard-display-table
19697 is a display table.
19698
19699 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19700
19701 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19702 reindenting the first line.
19703
19704 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19705
19706 * wid-edit.el (widget-default-delete): Always delete child widgets.
19707
19708 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19709
19710 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19711 if the line has code.
19712 Don't try to line up with something that's too far left.
19713
19714 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19715 (octave-mode-syntax-table): Add % as a comment starter.
19716 (octave-point): Remove.
19717 (octave-in-comment-p, octave-in-string-p)
19718 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19719 (octave-blink-matching-block-open, octave-auto-fill):
19720 Use line-(beginning|end)-position instead.
19721
19722 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19723
19724 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19725 for Francesco Potort\e,Al\e(B.
19726
19727 2003-10-23 Dave Love <fx@gnu.org>
19728
19729 * international/mule-cmds.el (locale-charset-to-coding-system):
19730 Don't rely on nil being a coding system.
19731
19732 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19733 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19734 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19735
19736 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19737
19738 * gdb-ui.el (gdb-current-language): New variable.
19739 (gdb-update-flag): Remove variable.
19740 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19741 (gdb-take-last-elt): Remove function.
19742 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19743 (gdb-post-prompt): Check for variable object changes here.
19744
19745 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19746 object changes in gdb-ui.el.
19747
19748 2003-10-21 Richard M. Stallman <rms@gnu.org>
19749
19750 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19751
19752 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19753 Don't check for foo*/ wildcard form here.
19754 (insert-directory): Recognize foo*/ as a wildcard.
19755 Separate wildcard-regexp variable from the arg, wildcard.
19756
19757 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19758 (remove-hook): Correctly handle strange cases about local hooks.
19759
19760 2003-10-21 David Ponce <david@dponce.com>
19761
19762 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19763 argument REAL, to return a real number instead of a rounded
19764 integer value. Define as inline function.
19765 (ruler-mode-right-fringe-cols): Likewise.
19766 (ruler-mode-scroll-bar-cols): New function.
19767 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19768 (ruler-mode-right-scroll-bar-cols): Likewise.
19769 (ruler-mode-space): New function.
19770 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19771 scroll bar mode and margins in a more robust way.
19772
19773 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19774
19775 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19776 (antlr-c-init-language-vars): New function.
19777 (antlr-mode): Use it with cc-mode before v5.29.
19778 (antlr-c-common-init): Don't set some local vars here.
19779 (antlr-mode): Set them here.
19780 (antlr-c-forward-sws): New function alias.
19781 (antlr-mode): Redefine with cc-mode before v5.30.
19782 (antlr-skip-sexps): Use it.
19783 (antlr-skip-exception-part): Ditto.
19784 (antlr-skip-file-prelude): Ditto.
19785 (antlr-outside-rule-p): Ditto.
19786 (antlr-end-of-body): Ditto.
19787 (antlr-option-kind): Ditto.
19788 (antlr-insert-option-area): Ditto.
19789 (antlr-file-dependencies): Ditto.
19790
19791 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19792
19793 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19794 Move backward only if point was not inside an entry.
19795
19796 2003-10-21 Richard M. Stallman <rms@gnu.org>
19797
19798 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19799
19800 2003-10-21 Juri Linkov <juri@jurta.org>
19801
19802 * compare-w.el: Automatically skip non-matching text to resync.
19803 (compare-windows-whitespace): Doc fix.
19804 (compare-windows-sync, compare-windows-sync-string-size)
19805 (compare-windows-recenter, compare-ignore-whitespace)
19806 (compare-windows-highlight, compare-windows-face): New variables.
19807 (compare-windows): Use compare-windows-sync.
19808 (compare-windows-highlight, compare-windows-dehighlight)
19809 (compare-windows-sync-regexp)
19810 (compare-windows-sync-default-function): New functions.
19811
19812 2003-10-21 Juri Linkov <juri@jurta.org>
19813
19814 * diff.el (diff-parse-differences): Don't visit the files now;
19815 instead, just record the error locus.
19816
19817 2003-10-21 Dave Love <fx@gnu.org>
19818
19819 * progmodes/cfengine.el: New file.
19820
19821 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19824 default-directory when completing file names.
19825
19826 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19827
19828 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19829 followed by the word `face', it gets treated as a face, even if
19830 it is also defined as a variable or a function.
19831
19832 2003-10-20 Dave Love <fx@gnu.org>
19833
19834 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19835 Avoid incf in macro expansion.
19836
19837 2003-10-20 John Paul Wallington <jpw@gnu.org>
19838
19839 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19840 `evenp' so we don't implicitly require cl library at runtime.
19841
19842 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19843
19844 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19845 (help-make-xrefs): Only make cross-references for faces if
19846 preceded or followed by the word `face'. Do not make a
19847 cross-reference for variables without variable documentation,
19848 unless preceded by the word `variable' or `option'. Update doc
19849 string accordingly.
19850
19851 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19852
19853 * progmodes/hideshow.el: Rewrite one-armed `if'
19854 constructs using either `when' or `unless'.
19855 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19856
19857 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19858
19859 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19860 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19861 instead of 12x12.
19862
19863 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19864
19865 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19866 message while converting to Babyl.
19867
19868 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19869
19870 * allout.el (allout-mode): Doc fix.
19871
19872 2003-10-16 Lute Kamstra <lute@gnu.org>
19873
19874 * subr.el (force-mode-line-update): Fix docstring.
19875
19876 2003-10-14 Dave Love <fx@gnu.org>
19877
19878 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19879 (default-input-method): Add :link, improve :type.
19880 (locale-charset-language-names): Fix utf-8 pattern.
19881 (locale-charset-match-p, locale-charset-alist)
19882 (locale-charset-to-coding-system): New.
19883 (set-locale-environment): Deal with codeset part of locale specs.
19884
19885 2003-10-14 Lute Kamstra <lute@gnu.org>
19886
19887 * fringe.el (fringe-mode): Use active voice in docstring.
19888 (set-fringe-style): Ditto.
19889
19890 2003-10-13 Lute Kamstra <lute@gnu.org>
19891
19892 * fringe.el (fringe-mode): Fix docstring.
19893 (set-fringe-style): Ditto.
19894
19895 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19896
19897 * ediff-mult.el (ediff-filegroup-action):
19898 Use ediff-default-filtering-regexp.
19899
19900 * ediff-util.el (ediff-recenter): Don't call
19901 ediff-restore-highlighting twice.
19902 (ediff-select-difference): Set current difference.
19903 (ediff-unselect-and-select-difference): Add comment.
19904
19905 * ediff.el (ediff-directories,ediff-directory-revisions)
19906 (ediff-directories3,ediff-merge-directories)
19907 (ediff-merge-directories-with-ancestor)
19908 (ediff-merge-directory-revisions)
19909 (ediff-merge-directory-revisions-with-ancestor):
19910 Use ediff-default-filtering-regexp.
19911
19912 2003-10-12 Andreas Schwab <schwab@suse.de>
19913
19914 * international/mule-cmds.el (locale-charset-language-names):
19915 Simplify regex by removing unused grouping.
19916
19917 2003-10-10 Dave Love <fx@gnu.org>
19918
19919 * bindings.el: Don't bind stop.
19920
19921 2003-10-08 Miles Bader <miles@gnu.org>
19922
19923 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19924 face instead of attempting to emulate it.
19925
19926 2003-10-07 Kenichi Handa <handa@m17n.org>
19927
19928 * international/mule-diag.el (list-coding-systems-1): List coding
19929 systems that are loaded automatically.
19930
19931 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19932
19933 * international/mule.el (autoload-coding-system): New function.
19934
19935 2003-10-07 Andreas Schwab <schwab@suse.de>
19936
19937 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19938 change-log-default-name in the buffer visiting the file.
19939
19940 2003-10-06 Dave Love <fx@gnu.org>
19941
19942 * files.el (find-file-hook): Customize.
19943 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19944
19945 * bindings.el (completion-ignored-extensions): Remove .log.
19946 (global-map): Add again, open, stop keys.
19947
19948 2003-10-05 Richard M. Stallman <rms@gnu.org>
19949
19950 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19951 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19952 Use sh-modify directly.
19953 (sh-select): Use sh-append, not eval.
19954
19955 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19956
19957 * info.el (Info-following-node-name): New function.
19958
19959 * loadhist.el (unload-feature-special-hooks):
19960 Rename from loadhist-hook-functions.
19961 (loadhist-hook-functions): Now an alias.
19962
19963 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19964
19965 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19966 file-name clashes on 8+3 filesystems.
19967
19968 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19969 Rename loaddefs-boot.el to ldefs-boot.el
19970
19971 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19972 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19973
19974 2003-10-03 Lute Kamstra <lute@gnu.org>
19975
19976 * info.el (Info-mode): Revert previous change.
19977 (Info-escape-percent): New function.
19978 (Info-fontify-node): Use it.
19979
19980 2003-10-02 Andreas Schwab <schwab@suse.de>
19981
19982 * loaddefs-boot.el: Regenerated.
19983
19984 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19985
19986 * ffap.el: Remove defadvice related code from CVS since `complete'
19987 provides a `PC-completion-as-file-name-predicate' variable that
19988 ffap can override.
19989
19990 2003-10-02 Kenichi Handa <handa@m17n.org>
19991
19992 * international/utf-8.el (ccl-decode-mule-utf-8):
19993 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19994
19995 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19996 * international/subst-big5.el: Likewise.
19997 * international/subst-gb2312.el: Likewise.
19998 * international/subst-ksc.el: Likewise.
19999
20000 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20001
20002 * calendar/calendar.el (increment-calendar-month)
20003 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20004 (generate-calendar, calendar-read-date, calendar-interval)
20005 (calendar-day-of-week): Handle years BC.
20006 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20007
20008 2003-10-01 Dave Love <fx@gnu.org>
20009
20010 * language/cyrillic.el (cp1251): Alias for windows-1251.
20011
20012 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20013 bootstrap.
20014
20015 2003-10-01 Lute Kamstra <lute@gnu.org>
20016
20017 * files.el: Fix typo.
20018 * imenu.el (imenu--generic-function): Docstring fix.
20019
20020 2003-09-30 Richard M. Stallman <rms@gnu.org>
20021
20022 * dired.el (dired-mode): Handle dired-directory as a list.
20023
20024 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20025
20026 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20027
20028 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20029
20030 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20031 Replace gud-display with gud-watch.
20032 (gud-speedbar-buttons): Add stuff for watching expressions
20033 in the speedbar when using M-x gdba. Use dolist on old part
20034 of this function.
20035
20036 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20037 (gdb-update-flag): New variables.
20038 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20039 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20040 (gud-watch, gdb-var-create-handler) : New functions.
20041 (gdb-var-list-children, gdb-var-list-children-handler)
20042 (gdb-var-create-regexp, gdb-var-update-regexp)
20043 (gdb-var-list-children-regexp): New constants.
20044 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20045 (gdb-annotation-rules): Reduce annotation set (level 3).
20046 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20047 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20048 updates.
20049 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20050 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20051 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20052 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20053 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20054 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20055 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20056 (gud-display, gud-display1)
20057 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20058 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20059 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20060 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20061 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20062 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20063 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20064 (gdb-display-display-buffer, gdb-toggle-display)
20065 (gdb-delete-display, gdb-expressions-popup-menu)
20066 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20067 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20068 to display buffer.
20069
20070 2003-09-30 Richard M. Stallman <rms@gnu.org>
20071
20072 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20073 Instead, set which-func-functions.
20074
20075 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20076 (which-func-functions): New variable.
20077 (which-function): Use that.
20078
20079 * info.el (Info-mode): Double each `%' in header line.
20080
20081 * emacs-lisp/lisp-mnt.el (lm-with-file):
20082 When FILE is nil, run BODY in current buffer.
20083
20084 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20085
20086 * help.el (describe-mode): Start with a brief list of minor modes.
20087 Find them thru minor-mode-list so as to find them all.
20088 Show them in alphabetical order.
20089
20090 * mail/sendmail.el (mail-aliases): Doc fix.
20091
20092 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20093
20094 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20095
20096 * mail/rmailsum.el (rmail-make-summary-line-1):
20097 Change comma after last label to a space.
20098 (rmail-summary-font-lock-keywords): Adapt to that change.
20099
20100 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20101
20102 * progmodes/scheme.el (scheme-mode-variables): When setting
20103 `font-lock-defaults', also specify that "#" should
20104 be interpreted with `word' syntax.
20105 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20106
20107 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20108
20109 * desktop.el: A lot of comments updated.
20110 (desktop-save-mode): Minor mode introduced.
20111 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20112 (desktop-load-default): Function made obsolete.
20113 (desktop-locals-to-save): Variable made customizable.
20114 (desktop-read): Optional parameter `dirname' added.
20115 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20116 `desktop-read' used.
20117 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20118
20119 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20120
20121 * whitespace.el (whitespace-clean-msg): Add user customizable message
20122 for displaying ``clean'' output.
20123 (whitespace-buffer): Use `whitespace-clean-msg'.
20124 (whitespace-global-mode): Fix typo.
20125
20126 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20127
20128 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20129
20130 2003-09-29 Lute Kamstra <lute@gnu.org>
20131
20132 * bindings.el (mode-line-modes): Remove superfluous :propertize
20133 construct in initialization.
20134 (mode-line-position): Change cons cell into proper list in
20135 initialization.
20136
20137 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20138
20139 * international/mule.el (decode-coding-inserted-region): Use car
20140 of the return value of find-operation-coding-system.
20141
20142 2003-09-29 Kenichi Handa <handa@m17n.org>
20143
20144 * descr-text.el (describe-char): Fix previous change.
20145
20146 2003-09-28 Kenichi Handa <handa@m17n.org>
20147
20148 * descr-text.el (describe-char-display): New function.
20149 (describe-char): Pay attention to display table on describing how
20150 a character is displayed.
20151
20152 * international/mule-cmds.el (encoded-string-description):
20153 Prepend "0x" to each encoded byte.
20154
20155 2003-09-28 Andreas Schwab <schwab@suse.de>
20156
20157 * find-file.el (ff-special-constructs): Add autoload cookie.
20158
20159 2003-09-28 Kevin Ryde <user42@zip.com.au>
20160
20161 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20162 makeinfo appends to duplicate index entries.
20163
20164 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20165
20166 * dired-x.el (dired-clean-tex): Doc fix.
20167
20168 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20169 using a Chinese tutorial.
20170
20171 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20172
20173 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20174 between "MAIL FROM:" and "RCPT TO:" and the following address.
20175
20176 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20177
20178 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20179
20180 2003-09-28 David Ponce <david@dponce.com>
20181
20182 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20183 (recentf-load-list): When `recentf-initialize-file-name-history'
20184 is non-nil, initialize an empty `file-name-history' with the
20185 recent list.
20186
20187 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20188
20189 * man.el (Man-default-man-entry): Remove the leading `*' from the
20190 word at point.
20191
20192 2003-09-26 Lute Kamstra <lute@gnu.org>
20193
20194 * bindings.el (mode-line-position): Mention size indication in
20195 docstring.
20196
20197 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20198
20199 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20200
20201 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20202 because it's autoloaded now.
20203
20204 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20205
20206 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20207 (sh-font-lock-keywords, sh-feature): Fix previous change of
20208 sh-feature to avoid infloop with sh-font-lock-keywords.
20209
20210 2003-09-25 Kim F. Storm <storm@cua.dk>
20211
20212 * frame.el (frame-current-scroll-bars): New defun.
20213
20214 * window.el (window-current-scroll-bars): New defun.
20215
20216 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20217
20218 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20219 cause errors when the state cache contains info on parts that have
20220 been narrowed out.
20221
20222 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20223
20224 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20225 `c-setup-paragraph-variables' has to be used when this variable is
20226 changed; it doesn't work to reinitialize the mode since that
20227 typically clobbers the variable.
20228
20229 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20230 Make it interactive.
20231
20232 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20233
20234 * progmodes/cc-fonts.el (c-font-lock-declarations):
20235 Fix recognition of constructors and destructors for classes whose
20236 names are matched by `*-font-lock-extra-types'.
20237
20238 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20239 followed by an identifier in C++ then it's a type.
20240
20241 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20242
20243 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20244 problem that primarily affected XEmacs. Don't use faces to find
20245 unterminated strings since Emacs and XEmacs fontify strings
20246 differently - this function should now work better in XEmacs.
20247
20248 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20249
20250 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20251 `expand-abbrev' workaround which caused braces to misbehave inside
20252 macros.
20253
20254 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20255 handling. This bug could cause interactive font locking to bail out.
20256
20257 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20258
20259 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20260 Handle paren-style types in Pike. Also fixed some cases of
20261 insufficient handling of unbalanced parens.
20262
20263 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20264
20265 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20266 common shell prompts that are not common filename or URL characters.
20267 (ffap-file-at-point): Use the new regexp to strip the prompts from
20268 the file names. This is an issue mostly for user prompts that
20269 don't have a trailing space and find-file-at-point is invoked from
20270 within a shell inside Emacs.
20271
20272 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20273
20274 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20275 stamps numerically, rather than textually.
20276
20277 2003-09-24 Kenichi Handa <handa@m17n.org>
20278
20279 * language/devan-util.el (devanagari-post-read-conversion):
20280 * language/mlm-util.el (malayalam-post-read-conversion):
20281 * language/tml-util.el (tamil-post-read-conversion):
20282 Add autoload cookie.
20283
20284 * international/utf-8.el (utf-8-post-read-conversion):
20285 Call post-read-conversion functions for Devanagari, Malayalam,
20286 and Tamil.
20287
20288 2003-09-23 Dave Love <fx@gnu.org>
20289
20290 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20291
20292 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20293
20294 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20295 Update gud-remove.
20296
20297 2003-09-22 Richard M. Stallman <rms@gnu.org>
20298
20299 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20300 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20301 (sh-mode-syntax-table-input): New variable.
20302 (sh-require-final-newline): Don't use eval.
20303 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20304 (sh-variables, sh-font-lock-keywords): Don't use eval.
20305 (sh-set-shell): When setting require-final-newline,
20306 treat value = `require-final-newline' as don't change it.
20307 Set sh-mode-syntax-table locally based on
20308 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20309
20310 * progmodes/compile.el (compile-internal):
20311 Call compilation-set-window-height before setting window start.
20312
20313 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20314
20315 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20316 Clear out byte-compile-last-warned-form.
20317
20318 2003-09-22 Richard M. Stallman <rms@gnu.org>
20319
20320 * woman.el (woman-file-name, woman-follow-word):
20321 If current-word returns nil, use "".
20322
20323 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20324
20325 2003-09-22 Richard M. Stallman <rms@gnu.org>
20326
20327 * emacs-lisp/lisp-mnt.el (lm-with-file):
20328 Don't visit the file, just use insert-file-contents in temp buffer.
20329
20330 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20331
20332 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20333 Add surrounding \\( and \\) around the header, as in
20334 for lm-history-header 'Change Log\\|History'.
20335
20336 2003-09-22 John Paul Wallington <jpw@gnu.org>
20337
20338 * progmodes/ld-script.el: Add Commentary section,
20339 minor cleanup of file header.
20340 (ld-script-font-lock-keywords): Doc fix.
20341 (toplevel): Provide `ld-script' feature.
20342
20343 2003-09-21 Kim F. Storm <storm@cua.dk>
20344
20345 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20346 new built-in variable default-frame-scroll-bars.
20347 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20348 scroll-bar-mode; notably, use it instead of t when we toggle
20349 scroll-bars on.
20350 (toggle-scroll-bar): Use default-frame-scroll-bars.
20351
20352 2003-09-19 Masatake YAMATO <jet@gyve.org>
20353
20354 * pcvs.el (cvs-do-removal): Change the prompt depending on
20355 `filter' value.
20356
20357 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20358
20359 * startup.el (command-line-1): Stop startup-echo-area-message
20360 being hidden by "Loading image..." message.
20361 (use-fancy-splash-screens-p, display-splash-screen):
20362 Move display-graphic-p test from latter to former.
20363
20364 * progmodes/sh-script.el (sh-font-lock-keywords):
20365 Highlight escaped EOLs differently from other backslash constructs.
20366
20367 2003-09-19 Richard M. Stallman <rms@gnu.org>
20368
20369 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20370 New functions.
20371 (edebug-enter, edebug-outside-excursion): Use them.
20372
20373 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20374 Fix the condition for whether to print "In WHERE".
20375
20376 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20377
20378 * finder.el (finder-mode-hook): New variable.
20379 (finder-mode): Run hook finder-mode-hook
20380
20381 2003-09-18 Masatake YAMATO <jet@gyve.org>
20382
20383 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20384
20385 2003-09-17 Mario Lang <mlang@delysid.org>
20386
20387 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20388 "p %e" to actually print the value in the GUD buffer.
20389
20390 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20391
20392 From David Ponce <david.ponce@wanadoo.fr>:
20393 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20394 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20395 from loaddefs-boot.el if necessary.
20396
20397 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20398
20399 * progmodes/gud.el (gud-find-class): Make jdb work again since
20400 cc-mode changed the syntactic information.
20401
20402 2003-09-15 David Ponce <david@dponce.com>
20403
20404 * recentf.el: (recentf-exclude): Accept predicates too.
20405 (recentf-file-readable-p): New function.
20406 (recentf-include-p): Handle predicates in recentf-exclude.
20407 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20408 (recentf-cleanup): Likewise.
20409 (recentf-save-list): Use write-file to handle backup of
20410 recentf-save-file.
20411
20412 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20413
20414 * loaddefs-boot.el: Renamed from `loaddefs.el'
20415 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20416 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20417 necessary.
20418
20419 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20420
20421 * electric.el (Electric-pop-up-window): For the `one-window' case,
20422 no longer disconcertingly move point in the original buffer.
20423
20424 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20425
20426 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20427
20428 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20429
20430 * dired.el (dired-mode-map): Fix typo.
20431
20432 2003-09-11 Richard M. Stallman <rms@gnu.org>
20433
20434 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20435
20436 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20437
20438 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20439 the function is less noisy. Now only `kill-buffer' can ask questions.
20440
20441 2003-09-10 Mario Lang <mlang@delysid.org>
20442
20443 * battery.el: Update Commentary and Copyright.
20444 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20445 appear due to wrong ordering of the expressions in `or'.
20446
20447 2003-09-09 Lute Kamstra <lute@gnu.org>
20448
20449 * misc.el (upcase-char): Fix docstring.
20450 (zap-up-to-char): New command.
20451
20452 2003-09-08 David Ponce <david@dponce.com>
20453
20454 Ensure that recentf correctly updates the menu bar.
20455 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20456 (recentf-menu-bar): New function.
20457 (recentf-clear-data): Use it
20458 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20459 of easy-menu-change.
20460
20461 2003-09-08 Lute Kamstra <lute@gnu.org>
20462
20463 * simple.el (size-indication-mode): New.
20464 * bindings.el (mode-line-position): Add buffer size indicator.
20465
20466 2003-09-04 Mario Lang <mlang@delysid.org>
20467
20468 * battery.el (battery-linux-proc-acpi): New function.
20469 (battery-status-function): Modify default value calculation to also
20470 check for availability of ACPI.
20471 (battery-echo-area-format): Ditto.
20472 (battery-mode-line-format): Ditto.
20473
20474 2003-09-06 Dave Love <fx@gnu.org>
20475
20476 * ielm.el (ielm-mode-hook): Add :options.
20477
20478 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20479 (eldoc-print-current-symbol-info): Use it.
20480
20481 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20482
20483 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20484 being displayed in GUD buffer.
20485 (gdb-idle-input-queue): Remove var. Use just one queue.
20486 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20487 Remove functions. Use just one queue.
20488 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20489 (gdb-invalidate-assembler, gdb-get-current-frame):
20490 Modify functions. Use just one queue.
20491
20492 2003-09-04 Dave Love <fx@gnu.org>
20493
20494 * cus-start.el: Add blink-cursor-alist.
20495
20496 * ruler-mode.el (ruler-mode-fill-column-char)
20497 (ruler-mode-current-column-char): Use char-displayable-p,
20498 not window-system.
20499
20500 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20501
20502 * language/european.el (windows-1252): Move from code-pages.
20503
20504 * language/cyrillic.el ("Windows-1251"): Delete.
20505 ("Bulgarian", "Belarusian"): Remove `features'.
20506 (windows-1251): Move from code-pages.
20507
20508 * international/mule-diag.el (non-iso-charset-alist):
20509 Remove `codepage' stuff.
20510 (print-designation, list-coding-systems-1): Output fixes.
20511
20512 * international/code-pages.el (cp-make-translation-table)
20513 (cp-valid-codes): Made defsubsts.
20514 (cp-fix-safe-chars): Delete.
20515 (mule-diag): Don't require.
20516 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20517 (top-level): Check for defined coding system when defining
20518 cp... aliases. Change w32-add-charset-info test to avoid warning.
20519 (non-iso-charset-alist): Defvar when compiling.
20520 (cp-make-coding-system): Doc fix.
20521
20522 2003-09-02 Jason Rumney <jasonr@gnu.org>
20523
20524 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20525 line-ends from CVS before doing conversion.
20526
20527 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20528
20529 * calendar/diary-lib.el (diary-header-line-flag)
20530 (diary-header-line-format): New variables.
20531 (list-diary-entries): Use them to set header line in simple diary.
20532
20533 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20534 other than font-lock-string-face to highlight backslashes.
20535
20536 2003-09-01 Jason Rumney <jasonr@gnu.org>
20537
20538 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20539 regexp.
20540
20541 2003-09-01 Dave Love <fx@gnu.org>
20542
20543 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20544
20545 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20546 and :help; also line and column numbers labels.
20547
20548 * international/mule-util.el (char-displayable-p): Move from
20549 latin1-disp, rename and autoload.
20550
20551 * international/latin1-disp.el (latin1-char-displayable-p):
20552 Now obsolete alias. Replace uses with char-displayable-p.
20553 (latin1-display-ucs-per-lynx): Fix last change.
20554
20555 * international/mule-cmds.el (standard-display-european-internal):
20556 Don't use char code for Latin-1 NBSP.
20557 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20558 U+2018, U+2019 for `'.
20559 (select-safe-coding-system): Message fix.
20560
20561 2003-09-01 Kenichi Handa <handa@m17n.org>
20562
20563 * international/fontset.el (setup-default-fontset): For Thai
20564 font, specify "*" family.
20565
20566 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20567
20568 * progmodes/compile.el (previous-error): Accept a prefix
20569 argument, similarly to next-error.
20570
20571 2003-08-31 Masatake YAMATO <jet@gyve.org>
20572
20573 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20574 the number of files. Bind the number of files to a local
20575 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20576
20577 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20578
20579 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20580 2003-07-26: msdos-long-file-names is a function, not a variable.
20581
20582 2003-08-29 Richard M. Stallman <rms@gnu.org>
20583
20584 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20585 Do nothing with mail-personal-alias-file if it is nil.
20586
20587 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20588 Do nothing if mail-personal-alias-file is nil.
20589
20590 * term.el (term-exec-1): Bind coding-system-for-read.
20591
20592 * dired.el (dired-mouse-find-file-other-window):
20593 Use dired-view-command-alist here, as in dired-view-file.
20594 (dired-view-command-alist): Use %s to substitute file name.
20595 Handle .ps_pages, .eps, .jpg, .gif, .png.
20596
20597 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20598
20599 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20600 `Info-prev-reference', instead of M-tab.
20601
20602 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20603
20604 * simple.el (blink-matching-open): Work correctly on chars that
20605 are designated as parens through the syntax-table text property.
20606
20607 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20608
20609 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20610 line break position in the middle of a non-kinsoku (e.g. latin)
20611 word, making it skip until either a space or a character with
20612 category "|".
20613 (kinsoku-longer): Test for end of buffer.
20614
20615 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20616
20617 * mail/rmail.el (rmail-convert-to-babyl-format):
20618 Detect quoted-printable- and base64-encoded messages and decode them
20619 automatically. Set the message's encoding from the charset=
20620 header, if any. Decode base64-encoded messages in Mail format as well.
20621
20622 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20623
20624 * mail/smtpmail.el: Fix previous change.
20625 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20626 calling smtpmail-via-smtp.
20627 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20628
20629 2003-08-26 John Paul Wallington <jpw@gnu.org>
20630
20631 * image.el (image-jpeg-p): Don't search beyond length of data.
20632
20633 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20634
20635 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20636 misfeature in `expand-abbrev' which caused electric keywords like
20637 "else" to disappear if an open brace was typed directly afterwards.
20638
20639 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20640
20641 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20642 mandatory in `define-widget'.
20643
20644 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20645 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20646
20647 (c-assignment-operators): New language constant that only contains
20648 the assignment operators.
20649
20650 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20651
20652 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20653
20654 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20655 Safeguard against unbalanced sexps.
20656
20657 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20658
20659 * version.el (emacs-version): Check for gtk. Include gtk version info.
20660
20661 2003-08-25 John Paul Wallington <jpw@gnu.org>
20662
20663 * man.el (Man-default-man-entry): Don't whizz past the section
20664 number before looking for it.
20665
20666 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20667
20668 * progmodes/gud.el (gud-display-line): Don't set window-point if
20669 source buffer is not visible. (Only happens with M-x gdba.)
20670
20671 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20672 documentation.
20673 (gdb-source, gdb-source-info): Update to assembler unnecessary
20674 as its done after each GDB command anyway.
20675 (gdb-pre-prompt): Use with-current-buffer.
20676 (gdb-insert-field): Add help-echo text.
20677 (gdb-invalidate-assembler): Re-display of assembler now done in
20678 gdb-info-breakpoints-custom.
20679 (gdb-info-breakpoints-custom): Force re-display of assembler to
20680 happen *after* update of breakpoints buffer.
20681 (gdb-display-source-buffer): Don't choke if gdb-source-window
20682 isn't visible.
20683 (gdb-put-string, gdb-put-arrow): Remove free variables.
20684
20685 2003-08-24 John Paul Wallington <jpw@gnu.org>
20686
20687 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20688
20689 * man.el (Man-default-man-entry): Strip text properties when
20690 snarfing parts of entry because `format' preserves properties.
20691
20692 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20693
20694 * files.el (file-newest-backup): Use `expand-file-name'.
20695
20696 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20697 Allow the diary to pop up a new frame, if needed.
20698
20699 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20700 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20701 (smtpmail-send-it): Make treatment of envelope-from consistent with
20702 sendmail.el.
20703
20704 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20705 (sh-leading-keywords): Add the bash `time' reserved word.
20706 (sh-variables): Add some bash variables.
20707 (sh-add-completer): Fix nil branch of case statement.
20708
20709 2003-08-24 Masatake YAMATO <jet@gyve.org>
20710
20711 * progmodes/ld-script.el: New file.
20712
20713 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20714
20715 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20716
20717 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20718
20719 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20720 Better explain obsolescence, and what to use instead.
20721
20722 2003-08-23 Masatake YAMATO <jet@gyve.org>
20723
20724 * pcvs.el (cvs-do-removal): Show the deleted file name
20725 on the prompt.
20726
20727 2003-08-20 Dave Love <fx@gnu.org>
20728
20729 * international/mule.el (make-coding-system)
20730 (set-buffer-file-coding-system): Doc fix.
20731
20732 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20733
20734 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20735
20736 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20737
20738 * international/utf-16.el: Add mime-text-unsuitable coding system
20739 properties.
20740
20741 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20742
20743 * cus-edit.el: Add some :links.
20744 (bib): Remove.
20745
20746 * textmodes/bib-mode.el (bib): Add :group external.
20747
20748 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20749
20750 * wid-edit.el (widget-echo-help): Make it handle expressions that
20751 evaluate to strings.
20752
20753 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20754
20755 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20756
20757 Simplify selection of SQL products to define highlighting and
20758 interactive mode. Includes detailed instructions on adding
20759 support for new products.
20760
20761 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20762 product for use in highlighting and interactive mode.
20763 (sql-interactive-product): New variable. SQL product for
20764 sql-interactive-mode.
20765 (sql-product-support): New variable. Specifies product-specific
20766 parameters to drive highlighting and interactive mode.
20767 (sql-imenu-generic-expression): Add more object types.
20768 (sql-sqlite-options): Correct comment.
20769 (sql-ms-program): Use "osql" rather than "isql".
20770 (sql-prompt-regexp, sql-prompt-length): Update comment.
20771 (sql-mode-menu): Add "Start SQLi session" entry.
20772 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20773 (sql-mode-abbrev-table): Add abbreviations. Support of
20774 SYSTEM-FLAG on define-abbrev. Support was removed with last
20775 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20776 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20777 names.
20778 (sql-mode-ansi-font-lock-keywords): Set as default value.
20779 (sql-mode-oracle-font-lock-keywords): Set as default value.
20780 Support Oracle 9i keywords.
20781 (sql-mode-postgres-font-lock-keywords): Set as default value.
20782 (sql-mode-linter-font-lock-keywords): Set as default value.
20783 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20784 SQLServer 2000.
20785 (sql-mode-sybase-font-lock-keywords)
20786 (sql-mode-interbase-font-lock-keywords)
20787 (sql-mode-sqlite-font-lock-keywords)
20788 (sql-mode-strong-font-lock-keywords)
20789 (sql-mode-mysql-font-lock-keywords)
20790 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20791 keywords.
20792 (sql-mode-font-lock-defaults): Update comment.
20793 (sql-product-feature): New function. Returns feature associated
20794 with a product from `sql-product-support' alist.
20795 (sql-product-font-lock): New function. Set font-lock support
20796 based on `sql-product'.
20797 (sql-add-product-keywords): New function. Add font-lock rules to
20798 product-specific keyword variables.
20799 (sql-set-product): New function. Set `sql-product' and apply
20800 appropriate font-lock highlighting.
20801 (sql-highlight-product): New function. Set font-lock support
20802 based on a product. Also set mode name to include product name.
20803 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20804 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20805 Use `sql-set-product'.
20806 (sql-highlight-ms-keywords)
20807 (sql-highlight-sybase-keywords)
20808 (sql-highlight-interbase-keywords)
20809 (sql-highlight-strong-keywords)
20810 (sql-highlight-mysql-keywords)
20811 (sql-highlight-sqlite-keywords)
20812 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20813 (sql-get-login): Prompt in the same order as the tokens.
20814 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20815 (sql-product-interactive): New function. Common portions of
20816 product-specific interactive mode wrappers.
20817 (sql-interactive-mode): Rewritten to use product features.
20818 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20819 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20820 (sql-db2, sql-linter): Use `sql-product-interactive'.
20821 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20822 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20823 (sql-connect-ingres, sql-connect-postgres)
20824 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20825 New functions. Format command line parameters and invoke comint on
20826 the appropriate interpreter. Code was in the corresponding
20827 `sql-xyz' function before.
20828 (sql-connect-ms): New function. Support -E argument to use
20829 operating system credentials for authentication.
20830
20831 2003-08-18 Kenichi Handa <handa@m17n.org>
20832
20833 * international/mule.el (encode-char): Fix for the ASCII case.
20834
20835 2003-08-15 Kenichi Handa <handa@m17n.org>
20836
20837 * international/fontset.el (setup-default-fontset): Change "*" to
20838 nil in the specifications of font family.
20839
20840 2003-08-18 Kim F. Storm <storm@cua.dk>
20841
20842 * kmacro.el (kmacro-keymap): Group related bindings in
20843 initialization for clarity. Bind C-s to start macro.
20844 Remove C-r binding.
20845 (kmacro-initial-counter-value): New defvar to hold initial counter
20846 value in case we set the value before defining a macro.
20847 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20848 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20849 not defining or executing macro. Doc fix.
20850 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20851 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20852 temporarily view older elements on the macro ring without cycling
20853 the ring.
20854 (kmacro-display): Doc fix.
20855 (kmacro-exec-ring-item): New helper function.
20856 (kmacro-call-ring-2nd): Use it.
20857 (kmacro-call-ring-2nd-repeat): Doc fix.
20858 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20859 (kmacro-end-or-call-macro): Execute last viewed macro (using
20860 kmacro-exec-ring-item) from ring if this follows
20861 kmacro-view-macro. This allows us to find a macro on the ring
20862 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20863 the ring to bring it to the head of the ring.
20864 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20865 Allow binding to reserved keys without specifying C-x C-k prefix.
20866 Ask for confirmation if entered key sequence is already bound to
20867 a non-macro command.
20868 (kmacro-view-macro): Repeating command will show older elements
20869 on the macro ring; C-k will execute the last viewed macro.
20870 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20871 property from 'ring to 'head.
20872
20873 2003-08-17 Alan Shutko <ats@acm.org>
20874
20875 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20876 keeping December out of the alist.
20877
20878 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20879
20880 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20881 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20882 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20883 (calendar-flatten): New function.
20884 (calendar-mouse-view-other-diary-entries)
20885 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20886 in the menu title and to show multi-line diary entries correctly
20887 in the menu.
20888
20889 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20890
20891 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20892 defcustom, because the default was recently changed.
20893
20894 2003-08-16 Richard M. Stallman <rms@gnu.org>
20895
20896 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20897
20898 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20899 New subroutine, broken out of eval-last-sexp-1.
20900 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20901
20902 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20903
20904 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20905
20906 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20907
20908 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20909
20910 * progmodes/compile.el (compilation-error-regexp-alist):
20911 Add Java ANt error detection as described in document
20912 http://ant.apache.org/faq.html
20913
20914 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20915
20916 * simple.el (backward-word, forward-to-indentation)
20917 (backward-to-indentation): Argument changed to optional.
20918 (next-line, previous-line): Use `or' instead of `unless'.
20919
20920 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20921
20922 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20923 instead of a constant.
20924
20925 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20926
20927 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20928
20929 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20930
20931 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20932 (vc-sccs-workfile-version): Search the entire delta table, rather
20933 than just the first entry, because that might be a deleted version.
20934
20935 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20936
20937 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20938 [save-place] binding in the Options menu. Have it require
20939 'saveplace' and then toggle the variable manually, to avoid an an
20940 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20941 for the bug report.
20942
20943 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20944
20945 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20946 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20947 (gdb-info-threads-custom): Add help-echo text.
20948 (gdb-display-back): Don't use purecopy.
20949 (gdb-info-breakpoints-custom, gdb-reset)
20950 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20951 icons can be displayed.
20952
20953 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20954
20955 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20956
20957 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20958
20959 * bookmark.el (bookmark-completing-read):
20960 Return a string, instead of a list of one string.
20961 Use a popup menu if activated from the mouse.
20962 (bookmark-edit-annotation): Remove unused vars.
20963 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20964 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20965 to bookmark-completing-read.
20966 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20967 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20968 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20969 and erase-buffer.
20970 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20971 (bookmark-menu-jump, bookmark-menu-insert)
20972 (bookmark-popup-menu-and-apply-function)
20973 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20974 (bookmark-menu-build-paned-menu): Remove by folding it into
20975 bookmark-menu-popup-paned-menu.
20976 (menu-bar-bookmark-map): Move the define-key statements here.
20977 Use the "non-menu" commands since they now pop up a menu if needed.
20978 (bookmark-exit-hook-internal): Simplify.
20979
20980 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20981
20982 * reftex-toc.el (reftex-toc-rename-label): New function.
20983 (reftex-toc-check-docstruct): New function.
20984
20985 * reftex.el (reftex-region-active-p): New function.
20986
20987 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20988 regexp to find the \bibliography macro.
20989
20990 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20991 which does not exist in LaTeX.
20992 (reftex-cite-format-builtin): Added amsrefs support.
20993 (reftex-toc-confirm-promotion): New option
20994
20995 * reftex-toc.el
20996 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20997 (reftex-toc-demote, reftex-toc-promote)
20998 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20999 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21000 (reftex-toc-newhead-from-alist)
21001 (reftex-toc-load-all-files-for-promotion): New functions.
21002 (reftex-toc-help): Added description of new keys.
21003 (reftex-toc-split-windows-fraction): New option.
21004 (reftex-recenter-toc-when-idle): Search *toc* window on all
21005 visible frames.
21006 (reftex-toc): Additional parameter REUSE
21007 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21008 with REUSE argument.
21009 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21010 the call of `reftex-toc'.
21011 (reftex-make-separate-toc-frame): New function .
21012 (reftex-toc-recenter): When called with triple prefix arg, call
21013 `reftex-make-separate-toc-frame' first.
21014 (reftex-toc-toggle-dedicated-frame): New command.
21015 (reftex-toc-quit): Adapted to delete frame when called in
21016 dedicated frame.
21017
21018 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21019 all enclosing macros.
21020
21021
21022 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21023
21024 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21025 first use.
21026
21027 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21028
21029 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21030
21031 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21032
21033 * calendar/calendar.el (list-diary-entries-hook)
21034 (diary-display-hook, nongregorian-diary-listing-hook)
21035 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21036 Add some customize options for these hooks.
21037 (calendar-abbrev-construct): Don't try to take a substring longer
21038 than the original string.
21039
21040 2003-08-05 Richard M. Stallman <rms@gnu.org>
21041
21042 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21043 (testcover-reinstrument-clauses): Doc fix.
21044
21045 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21046 (warning-type-format): Rename from warning-group-format.
21047
21048 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21049 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21050 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21051 to prevent warnings about defvar for an obsolete variable.
21052
21053 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21054 warning-group-format renamed to warning-type-format.
21055
21056 * subr.el (read-passwd): Use clear-string instead of fillarray.
21057
21058 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21059 Use vconcat instead of concat.
21060 (edmacro-sanitize-for-string): New function.
21061
21062 2003-08-05 Dave Love <fx@gnu.org>
21063
21064 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21065 line-number-display-limit-width.
21066
21067 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21068
21069 2003-08-05 Kenichi Handa <handa@m17n.org>
21070
21071 * international/code-pages.el: Don't require mule-diag.
21072
21073 * international/mule-diag.el (non-iso-charset-alist):
21074 Add autoload cookie.
21075
21076 * language/devan-util.el (dev-glyph-order): Add an entry for the
21077 glyph code #xC4.
21078
21079 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21080
21081 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21082 (european-calendar-style, diary-date-forms)
21083 (calendar-day-name-array, calendar-month-name-array): Doc change.
21084 (generate-calendar-month): Adapt for new behaviour of
21085 `calendar-day-name' function.
21086 (calendar-abbrev-length, calendar-day-abbrev-array)
21087 (calendar-month-abbrev-array): New variables.
21088 (calendar-abbrev-construct): New function.
21089 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21090 rather than fixing abbrevs at some width. Calling syntax change.
21091 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21092 (calendar-date-string): Adapt for new behaviours of
21093 `calendar-day-name' and `calendar-month-name' functions.
21094
21095 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21096 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21097 (diary-name-pattern): Use abbrev arrays, rather than fixing
21098 abbrevs at three chars. Calling syntax change.
21099 (mark-diary-entries): Adapt for new behaviours of
21100 `diary-name-pattern' and `calendar-make-alist' functions.
21101 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21102 `diary-name-pattern' function.
21103 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21104 fixing abbrevs at three chars. Calling syntax change.
21105 (cal-hebrew, cal-islam): Require when compiling.
21106 (diary-font-lock-keywords): Adapt for new behaviour of
21107 `font-lock-diary-date-forms' function.
21108
21109 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21110 (calendar-hebrew-month-name-array-common-year)
21111 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21112 (list-hebrew-diary-entries): Adapt for new behaviours of
21113 `calendar-day-name' and `add-to-diary-list' functions.
21114 (mark-hebrew-diary-entries): Adapt for new behaviours of
21115 `diary-name-pattern' and `calendar-make-alist' functions.
21116
21117 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21118 Add doc string.
21119 (list-islamic-diary-entries): Adapt for new behaviours of
21120 `calendar-day-name' and `add-to-diary-list' functions.
21121 (mark-islamic-diary-entries): Adapt for new behaviours of
21122 `diary-name-pattern' and `calendar-make-alist' functions.
21123
21124 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21125 `calendar-month-name' function.
21126
21127 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21128
21129 * calendar/solar.el (solar-seasons-data): Move definition before use.
21130
21131 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21132 (cal-tex-LaTeX-hourbox): Move definition before use.
21133
21134 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21135 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21136 * lunar.el, solar.el (displayed-month, displayed-year):
21137 Define for compiler.
21138
21139 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21140
21141 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21142 MODE. Renamed from c-init-c-language-vars'.
21143 (c-initialize-cc-mode): Change accordingly.
21144 (c-common-init): Ditto.
21145 (c-mode): Ditto.
21146 (c++-mode): Use `c-init-language-vars-for'.
21147 (objc-mode): Ditto.
21148 (java-mode): Ditto.
21149 (idl-mode): Ditto.
21150 (pike-mode): Ditto.
21151 (awk-mode): Ditto.
21152
21153 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21154
21155 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21156 or not the point moved.
21157
21158 (c-search-decl-header-end): Don't trip up on operator identifiers
21159 in C++ and operators like == in all languages.
21160
21161 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21162 Detect leading labels correctly.
21163
21164 2003-08-02 Andreas Schwab <schwab@suse.de>
21165
21166 * textmodes/ispell.el: Don't redo key bindings on loading, put
21167 them only in loaddefs.el.
21168 * bookmark.el: Likewise.
21169 * dabbrev.el: Likewise.
21170 * emerge.el: Likewise.
21171
21172 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21173 has more than one member.
21174
21175 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21176
21177 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21178
21179 * lpr.el (printify-region): It was ending conversion before the
21180 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21181
21182 2003-07-31 John Paul Wallington <jpw@gnu.org>
21183
21184 * net/browse-url.el (browse-url-epiphany): Doc fix.
21185
21186 2003-07-30 Kenichi Handa <handa@m17n.org>
21187
21188 * international/fontset.el (setup-default-fontset):
21189 Change registry names of Akurti fonts.
21190
21191 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21192
21193 * comint.el (comint-read-noecho): Use `clear-string' instead of
21194 `fillarray'.
21195
21196 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21197
21198 * outline.el (outline-mode-hook): Add defvar.
21199
21200 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21201
21202 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21203 Restore assembler in source window if that is what has been selected.
21204 (menu): Add gdb-restore-windows to menu. Make gdba
21205 specific menus only visible from gdba.
21206
21207 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21208
21209 * progmodes/compile.el (compilation-environment): New user variable.
21210 (compile-internal): Respect it.
21211
21212 2003-07-23 Masatake YAMATO <jet@gyve.org>
21213
21214 * progmodes/gud.el (gdb-script-font-lock-keywords):
21215 Put `font-lock-function-name-face' on a symbol which includes
21216 `-' like `hook-run'. Put font-lock-variable-name-face
21217 on a symbol starting with $.
21218
21219 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21220
21221 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21222
21223 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21224
21225 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21226
21227 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21228
21229 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21230 Use with-no-warnings.
21231 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21232 rather than to find-file-not-found-hook, which doesn't exist.
21233
21234 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21235
21236 * international/quail.el (quail-translate-key): Fix previous change.
21237
21238 2003-07-25 John Paul Wallington <jpw@gnu.org>
21239
21240 * server.el (server-start): Check `server-process' is non-nil
21241 before killing it to avoid killing current buffer's process.
21242
21243 * simple.el (choose-completion-string): Use `minibufferp';
21244 test `completion-reference-buffer' if `buffer' arg is nil.
21245 (push-mark): Use `when' and `unless'.
21246 (pop-mark): Use `when'.
21247
21248 * mouse-sel.el (mouse-sel-get-selection-function):
21249 Check `x-last-selected-text-primary'. Don't barf if it or
21250 `x-last-selected-text' aren't bound.
21251
21252 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21253
21254 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21255
21256 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21257
21258 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21259
21260 2003-07-23 John Paul Wallington <jpw@gnu.org>
21261
21262 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21263
21264 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21265
21266 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21267 string. Defvar the derived hook.
21268
21269 * macros.el (insert-kbd-macro): Escape double quote character.
21270 From Thomas W Murphy <twm@andrew.cmu.edu>.
21271
21272 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21273
21274 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21275 to match the specific mark rather than reusing comment-start-skip.
21276
21277 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21278
21279 * progmodes/hideshow.el (hs-special-modes-alist):
21280 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21281
21282 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21283
21284 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21285 value using ?\s.
21286
21287 2003-07-21 John Paul Wallington <jpw@gnu.org>
21288
21289 * subr.el (with-selected-window): Add closing paren.
21290
21291 2003-07-21 Richard M. Stallman <rms@gnu.org>
21292
21293 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21294 (lisp-mode): Likewise.
21295
21296 * subr.el (with-selected-window): Copy code form save-selected-window
21297 so as to call select-window with norecord arg.
21298 (dynamic-completion-table): Doc fix.
21299 (lazy-completion-table): Doc fix.
21300
21301 * international/mule-cmds.el (set-locale-environment):
21302 langinfo renamed to locale-info.
21303
21304 * international/mule.el (auto-coding-functions): Doc fix.
21305
21306 2003-07-21 Kenichi Handa <handa@m17n.org>
21307
21308 * international/quail.el (quail-translate-key):
21309 Update quail-current-str correctly.
21310
21311 2003-07-21 Andreas Schwab <schwab@suse.de>
21312
21313 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21314 ?, to "_".
21315
21316 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21317 Version 2.0.36 of Tramp released.
21318
21319 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21320 tramp-password-end-of-line.
21321 (tramp-password-end-of-line): New method parameter.
21322 (tramp-get-password-end-of-line): Function to access method
21323 parameter `tramp-password-end-of-line', or variable
21324 `tramp-default-password-end-of-line' (default value).
21325 (tramp-methods): Add entries for new parameter
21326 tramp-password-end-of-line.
21327 (tramp-enter-password): Use new function
21328 `tramp-get-password-end-of-line'.
21329 (tramp-handle-insert-file-contents): Do not
21330 unconditionally inhibit the file operation file-local-copy, only
21331 do that when the inhibit-file-name-operation is currently
21332 insert-file-contents. This fixes finding remote CVS-controlled
21333 files. (It would barf on inserting the CVS/Entries file
21334 literally, because the file-local-copy handler wasn't called.)
21335 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21336 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21337 (tramp-initial-commands): New variable.
21338 (tramp-process-initial-commands): New function, using the variable.
21339 (tramp-open-connection-setup-interactive-shell): Call the new function.
21340 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21341 method into the buffer name, never use nil. Reported by Hanak
21342 David <dhanak@inf.bme.hu>.
21343 (tramp-open-connection-setup-interactive-shell): Erase buffer
21344 before sending "stty -onlcr".
21345
21346 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21347
21348 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21349
21350 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21351
21352 2003-07-19 John Paul Wallington <jpw@gnu.org>
21353
21354 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21355 (artist-draw-rect, artist-draw-square): Doc fixes.
21356
21357 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21358
21359 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21360
21361 2003-07-19 Kenichi Handa <handa@m17n.org>
21362
21363 * international/kkc.el (kkc-show-conversion-list-update):
21364 Highlight the correct candidate in the message.
21365
21366 2003-07-18 John Paul Wallington <jpw@gnu.org>
21367
21368 * simple.el (current-word): Don't include punctuation char when
21369 `really-word' arg is non-nil.
21370
21371 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21372
21373 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21374 moved to the directory obsolete.
21375
21376 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21377
21378 * info.el (Info-menu-entry-name-re): Allow newlines in
21379 menu entry names.
21380
21381 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21382 syntax-ppss-after-change-function.
21383 (syntax-ppss-after-change-function): New alias. Update uses.
21384 (syntax-ppss): Catch the case where the buffer is narrowed.
21385
21386 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21387
21388 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21389 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21390
21391 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21392
21393 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21394 since it might be modified.
21395
21396 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21397 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21398 names to these language constants.
21399
21400 2003-07-15 Kim F. Storm <storm@cua.dk>
21401
21402 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21403 All uses changed.
21404
21405 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21406
21407 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21408 Namespace support.
21409
21410 2003-07-13 Juanma Barranquero <lektu@terra.es>
21411
21412 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21413 papers received).
21414
21415 2003-07-13 Karl Eichwalder <ke@suse.de>
21416
21417 * textmodes/po.el (po-find-charset): White space at the start of the
21418 Content-Type field body is non-mandatory.
21419
21420 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21421
21422 * textmodes/texinfo.el (texinfo-section-list):
21423 Append appendixsection; a synonym for appendixsec.
21424
21425 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21426
21427 * man.el (Man-translate-cleanup): New.
21428 (Man-translate-references): Call `Man-translate-cleanup' to clean
21429 leading, trailing and middle spaces.
21430
21431 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21432
21433 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21434 Handle `dired-directory' being a list.
21435
21436 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21437
21438 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21439 it doesn't exist.
21440
21441 2003-07-12 Richard M. Stallman <rms@gnu.org>
21442
21443 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21444
21445 * progmodes/cc-defs.el (c-make-keywords-re):
21446 Don't use delete-duplicates.
21447 (c-lang-const): Don't use mapcan.
21448
21449 * apropos.el (apropos-show-scores): Make it customizable.
21450 Document new meaning.
21451 (apropos): Compute scores from symbols.
21452 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21453
21454 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21455
21456 * ps-bdf.el: Fix copyright line.
21457 (bdf-directory-list): Fix initialization code.
21458
21459 2003-07-11 John Paul Wallington <jpw@gnu.org>
21460
21461 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21462 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21463 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21464
21465 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21466
21467 * emacs-lisp/ring.el (ring-elements): Doc fix.
21468
21469 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21470
21471 * calendar/timeclock.el (timeclock-relative)
21472 (timeclock-ask-before-exiting, timeclock-use-display-time):
21473 Doc changes.
21474 (timeclock-modeline-display): Give a message if
21475 `timeclock-use-display-time' is non-nil but `display-time-mode'
21476 is not active.
21477
21478 2003-07-11 Kenichi Handa <handa@m17n.org>
21479
21480 * international/mule-cmds.el (set-language-environment):
21481 Set current-language-environment to the correct string.
21482
21483 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21484
21485 * ps-print.el: Print line number correctly in a region. Reported by
21486 Tim Allen <timallen@ls83.fsnet.co.uk>.
21487 (ps-print-version): New version number (6.6.2).
21488 (ps-printing-region): Code fix.
21489
21490 2003-07-10 John Paul Wallington <jpw@gnu.org>
21491
21492 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21493 this function can be called from `add-completions-from-tags-table'.
21494
21495 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21496
21497 * calendar/timeclock.el (timeclock-use-display-time)
21498 (timeclock-day-over-hook, timeclock-workday-remaining)
21499 (timeclock-status-string, timeclock-when-to-leave)
21500 (timeclock-when-to-leave-string, timeclock-log-data)
21501 (timeclock-find-discrep, timeclock-day-base)
21502 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21503 (timeclock-modeline-display): Set the variable
21504 `timeclock-modeline-display'.
21505 (timeclock-update-modeline): Doc fix. Respect value of
21506 `timeclock-relative'.
21507
21508 2003-07-09 Richard M. Stallman <rms@gnu.org>
21509
21510 * textmodes/reftex-parse.el (reftex-all-document-files):
21511 Add autoload cookie.
21512
21513 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21514 (reftex-scanning-info-available-p): Add autoload cookie.
21515
21516 * international/mule-cmds.el
21517 (set-display-table-and-terminal-coding-system): Delete duplicate
21518 aset on standard-display-table.
21519
21520 * view.el (view-file): If existing buffer's major mode is special,
21521 don't go into view mode.
21522
21523 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21524
21525 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21526
21527 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21528 buffer changes; there's third party code that calls this function
21529 directly.
21530
21531 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21532
21533 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21534 (autodoc-font-lock-keywords): Don't byte compile on font lock
21535 initialization when running from byte compiled files.
21536
21537 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21538
21539 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21540 statement ends with auto-increment "++".
21541
21542 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21543
21544 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21545 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21546 these are changed, so declare them as variables and not constants.
21547
21548 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21549
21550 * subr.el (dolist, dotimes): Doc fix.
21551
21552 2003-07-08 Kim F. Storm <storm@cua.dk>
21553
21554 * international/mule-cmds.el
21555 (set-display-table-and-terminal-coding-system): Don't break
21556 bootstrap if standard-display-table isn't setup yet.
21557
21558 2003-07-07 Richard M. Stallman <rms@gnu.org>
21559
21560 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21561 Give it a doc string, and autoload it.
21562
21563 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21564 Use with-no-warnings.
21565
21566 * info.el (Info-search): If find invisible text, search again.
21567
21568 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21569
21570 * man.el (Man-name-regexp): Match + as part of name.
21571
21572 * simple.el (visible-mode): Rename from vis-mode.
21573 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21574
21575 * simple.el (current-word): New arg REALLY-WORD specifies
21576 don't include punctuation chars.
21577
21578 * emacs-lisp/debug.el (debug, debugger-env-macro):
21579 Use with-no-warnings while accessing and binding unread-command-char.
21580
21581 * international/mule-cmds.el
21582 (set-display-table-and-terminal-coding-system): Use explicit loop
21583 instead of calling standard-display-default.
21584
21585 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21586 Use condition-case to catch error in ange-ftp-get-files.
21587
21588 * net/browse-url.el (browse-url-browser-function):
21589 Add alternative for Epiphany.
21590 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21591 (browse-url-epiphany-startup-arguments)
21592 (browse-url-epiphany-new-window-is-tab): New variables.
21593 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21594
21595 * progmodes/compile.el (compile-auto-highlight): Default now t.
21596 (compile): Doc fix.
21597 (compilation-next-error): Fix previous change.
21598
21599 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21600
21601 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21602
21603 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21604
21605 * gdb-ui.el (gdb-source-info): Display current frame when
21606 attaching to an existing process.
21607 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21608 while laying out windows when attaching to an existing process.
21609
21610 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21611
21612 * info.el (Info-menu): Use Info-menu-entry-name-re.
21613
21614 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21615
21616 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21617 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21618
21619 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21620 to match the same text.
21621
21622 2003-07-06 John Paul Wallington <jpw@gnu.org>
21623
21624 * vc.el (vc-annotate-offset): Move defvar up.
21625
21626 2003-07-06 Kim F. Storm <storm@cua.dk>
21627
21628 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21629 This should fix the infinite loop when extracting menu names.
21630
21631 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21632
21633 * files.el (auto-mode-alist, interpreter-mode-alist):
21634 Remove entries to CC Mode modes to avoid duplicates; they are now added
21635 with autoload directives in cc-mode.el.
21636
21637 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21638
21639 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21640 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21641 these are changed, so declare them as variables and not constants.
21642
21643 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21644 ensure that the entry for ".c" extension comes before the one for
21645 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21646 Fix incorrect entries that were added to `interpreter-mode-alist'.
21647 Move the autoload directives for AWK to the top level since they
21648 aren't recognized anywhere else. Do not use the new AWK mode doc
21649 in the autoload form for the old AWK mode.
21650
21651 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21652
21653 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21654 (bibtex-sort-ignore-string-entries): Default value t.
21655 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21656 erroneously in previous version.
21657 (bibtex-string-files): Docstring reflects new parsing scheme.
21658 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21659 docstring, add # as one of the chars to crush
21660 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21661 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21662 (bibtex-autokey-name-change-strings)
21663 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21664 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21665 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21666 (bibtex-autokey-title-terminators)
21667 (bibtex-autokey-titlewords-stretch)
21668 (bibtex-autokey-titleword-ignore)
21669 (bibtex-autokey-titleword-case-convert)
21670 (bibtex-autokey-titleword-abbrevs)
21671 (bibtex-autokey-titleword-abbrevs)
21672 (bibtex-autokey-titleword-change-strings)
21673 (bibtex-autokey-titleword-length)
21674 (bibtex-autokey-titleword-separator)
21675 (bibtex-autokey-name-year-separator)
21676 (bibtex-autokey-year-title-separator)
21677 (bibtex-autokey-before-presentation-function)
21678 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21679 Fix docstring.
21680 (bibtex-strings, bibtex-reference-keys):
21681 Use lazy-completion-table and make-variable-buffer-local.
21682 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21683 (bibtex-braced-string-syntax-table)
21684 (bibtex-quoted-string-syntax-table): New variables.
21685 (bibtex-parse-nested-braces): Remove.
21686 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21687 (bibtex-parse-association): Simplify.
21688 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21689 (bibtex-parse-field-text): Simplify.
21690 (bibtex-search-forward-field, bibtex-search-backward-field):
21691 argument BOUND can take value t.
21692 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21693 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21694 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21695 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21696 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21697 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21698 and ending of entry. Update for changes of bibtex-search-entry.
21699 Simplify.
21700 (bibtex-map-entries): FUN is called with three arguments.
21701 (bibtex-search-entry): Return a cons pair with buffer positions of
21702 beginning and end of entry.
21703 (bibtex-enclosing-field): Simplify.
21704 (bibtex-format-entry): Use booktitle to set a missing title.
21705 (bibtex-autokey-get-names): Fiddle with regexps.
21706 (bibtex-generate-autokey): Use identity.
21707 (bibtex-parse-keys): Use simplified parsing algorithm if
21708 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21709 arguments. Return alist of keys.
21710 (bibtex-parse-strings): Simplify. Return alist of strings.
21711 (bibtex-complete-string-cleanup): Fix docstring.
21712 (bibtex-read-key): New function.
21713 (bibtex-mode): Fix docstring. Do not parse for keys and
21714 strings when the mode is entered. Set fill-paragraph-function to
21715 bibtex-fill-field. Setup font-lock-mark-block-function the way
21716 font-lock intended.
21717 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21718 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21719 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21720 (bibtex-Preamble): Avoid hard coded constants.
21721 (bibtex-make-field): Fix docstring. Simplify.
21722 (bibtex-beginning-of-entry): Always return new position of point.
21723 (bibtex-end-of-entry): Rearrange cond clauses.
21724 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21725 Update for changes of bibtex-map-entries.
21726 (bibtex-ispell-abstract): Do not move point.
21727 (bibtex-entry-index): Use downcase. Simplify.
21728 (bibtex-lessp): Handle catch-all.
21729 (bibtex-find-crossref): Turn into a command.
21730 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21731 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21732 preamble entries.
21733 (bibtex-fill-field-bounds): New function.
21734 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21735 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21736 (bibtex-String): Use bibtex-strings. Always obey
21737 bibtex-sort-ignore-string-entries.
21738
21739 2003-07-05 John Paul Wallington <jpw@gnu.org>
21740
21741 * cus-theme.el (customize-create-theme):
21742 Call `customize-create-theme' in Reset widget's notify function.
21743
21744 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21745 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21746 (define-ibuffer-column name): Add summarizer.
21747 (define-ibuffer-column size): Likewise.
21748 (define-ibuffer-column filename): Likewise.
21749 (define-ibuffer-column process): Likewise. Change BODY's output too.
21750 (define-ibuffer-column filename-and-process): Likewise, likewise.
21751 (ibuffer): Remove local vars `already-in' and `need-update'.
21752
21753 * ibuf-ext.el: Don't require `derived' at compile-time.
21754
21755 2003-07-05 Kim F. Storm <storm@cua.dk>
21756
21757 * info.el: Disable paragraph refilling.
21758 (Info-refill-paragraphs): New defcustom.
21759 (Info-fontify-node): Use it.
21760
21761 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21762
21763 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21764 thingies from constructors created by defstruct.
21765
21766 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21767 the default value of the variable.
21768 (byte-code-meter): Move declaration to top level.
21769
21770 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21771
21772 * info.el (Info-following-node-name-re): New fun.
21773 (Info-following-node-name): Remove.
21774 (Info-insert-dir): Use the new fun.
21775 (Info-extract-pointer): Don't save restriction; use new fun.
21776 (Info-menu-entry-name-re): New const.
21777 (Info-menu-entry-name-re): Use it along with new fun.
21778 (Info-node-spec-re): Use new fun.
21779 (Info-complete-menu-item, Info-fontify-node): Use new const.
21780 (Info-goto-node, Info-follow-reference, Info-menu-update):
21781 Use match-string.
21782 (Info-follow-reference): Use assoc-string.
21783 Use a list of strings for the completion table.
21784 (Info-fontify-node): Use match-string, line-end-position.
21785 Limit the search for `node:' to the first line.
21786
21787 * newcomment.el (uncomment-region): Remove padding coming from
21788 comment-start rather than just from comment-padding.
21789
21790 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21791 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21792 (vc-cvs-rename-file): Remove (use the default).
21793 (vc-cvs-register): Register parent dir if needed.
21794 (vc-cvs-could-register): Return non-nil if parent can be registered.
21795 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21796 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21797
21798 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21799 (vc-svn-update): Fix the arguments to `svn'.
21800 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21801 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21802 Simple implementations, assuming `name' is a URL.
21803
21804 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21805 set of chars allowed unquoted in a case pattern.
21806
21807 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21808
21809 * font-lock.el (font-lock-extra-types-widget)
21810 (c-font-lock-extra-types, c++-font-lock-extra-types)
21811 (objc-font-lock-extra-types, java-font-lock-extra-types)
21812 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21813 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21814 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21815 (font-lock-match-c++-structor-declaration)
21816 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21817 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21818 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21819 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21820 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21821 (java-font-lock-keywords-3, java-font-lock-keywords)
21822 (java-font-lock-syntactic-face-function): Remove obsolete code
21823 and constants. It's all in cc-fonts.el now.
21824
21825 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21826
21827 * mail/sendmail.el (mail-specify-envelope-from)
21828 (mail-envelope-from): Doc fix.
21829
21830 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21831
21832 * generic-x.el: Do away with the dependency on `c-emacs-features'
21833 when populating `rul-generic-mode-syntax-table'; we already know
21834 this isn't XEmacs.
21835
21836 See ChangeLog.10 for earlier changes.
21837
21838 ;; Local Variables:
21839 ;; coding: iso-2022-7bit
21840 ;; End:
21841
21842 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21843 Copying and distribution of this file, with or without modification,
21844 are permitted provided the copyright notice and this notice are preserved.
21845
21846 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1