]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-14 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-mode): Make a new keymap every time we enable ido,
4 as the coverage buffer/file/both may change.
5
6 2005-06-14 Lute Kamstra <lute@gnu.org>
7
8 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
9 and run-mode-hooks. Simplify.
10
11 * mail/rmailedit.el (rmail-edit-mode):
12 * progmodes/octave-inf.el (inferior-octave-mode):
13 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14
15 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
16 and run-mode-hooks.
17 (recentf-edit-list, recentf-open-files): Don't call
18 kill-all-local-variables directly.
19
20 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
21
22 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
23
24 * emacs-lisp/byte-run.el (make-obsolete)
25 (define-obsolete-function-alias): Rename arguments FUNCTION and
26 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27 (make-obsolete-variable, define-obsolete-variable-alias): Rename
28 arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29 respectively.
30
31 * isearchb.el (isearchb-activate):
32 * pcvs.el (cvs-mode):
33 * ses.el (ses-load):
34 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
35 * net/tramp.el (tramp-find-file-exists-command)
36 (tramp-find-shell):
37 * progmodes/ada-mode.el (ada-create-case-exception)
38 (ada-create-case-exception-substring, ada-make-subprogram-body):
39 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
40 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
41 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
42 * textmodes/org.el (org-promote, org-evaluate-time-range)
43 (org-agenda-next-date-line, org-agenda-previous-date-line)
44 (org-agenda-error, org-open-at-point, org-table-move-row)
45 (org-format-table-table-html-using-table-generate-source)
46 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
47 * textmodes/reftex.el (reftex-access-scan-info):
48 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
49 (reftex-toc-promote-prepare): Follow error conventions.
50
51 * diff-mode.el (diff-mode): Fix typo in docstring.
52
53 * forms.el (forms--intuit-from-file): Fix reference to
54 `forms-number-of-fields' in error message.
55 (forms-print): Fix quoting in error message.
56
57 * forms.el (forms-mode):
58 * emulation/vi.el (vi-goto-insert-state):
59 * progmodes/flymake.el (flymake-new-err-info)
60 (flymake-start-syntax-check-for-current-buffer)
61 (flymake-simple-cleanup):
62 * eshell/esh-var.el (eshell/export):
63 * progmodes/gud.el (xdb):
64 * textmodes/flyspell.el (flyspell-incorrect-hook)
65 (flyspell-maybe-correct-transposition)
66 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
67
68 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
69
70 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
71 minibuffer prompt.
72
73 2005-06-13 Kim F. Storm <storm@cua.dk>
74
75 * subr.el (add-to-ordered-list): New defun.
76
77 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
78 add cua--keymap-alist to emulation-mode-map-alists.
79
80 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * subr.el (complete-in-turn): New macro.
83 (dynamic-completion-table, lazy-completion-table): Add debug info.
84
85 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
86 in preference to face aliases.
87
88 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
89 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
90 Remove unused vars `start' and `firstline'.
91 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
92 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
93
94 2005-06-13 Eli Zaretskii <eliz@gnu.org>
95
96 * cus-start.el (all): Don't complain about missing GTK-related
97 variables, unless either `gtk' is boundp or this isn't a
98 `windows-nt' build.
99
100 2005-06-13 Lute Kamstra <lute@gnu.org>
101
102 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
103 run-mode-hooks.
104
105 * ediff-mult.el (ediff-meta-mode):
106 * ediff-util.el (ediff-mode): Use run-mode-hooks.
107
108 * ledit.el (ledit-mode): Use delay-mode-hooks.
109
110 * woman.el (woman-mode-line-format): Delete constant.
111 (woman-mode-map): Initialize it properly.
112 (woman-mode): Set mode-class property to special.
113 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
114 Set major-mode and mode-name. Don't set mode-line-format directly.
115 (Man-getpage-in-background): Don't reference woman-mode-line-format.
116
117 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
118 string argument obsolete.
119
120 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
121
122 * textmodes/org.el (org-CUA-compatible): New option.
123 (org-disputed-keys): New variable.
124 (org-key): New function.
125 (orgtbl-make-binding): Add docstring to the created function.
126 (org-mode): Set paragraph start/separate regexps.
127 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
128 (org-archive-location, org-archive-mark-done)
129 (org-archive-stamp-time): New options.
130 (org-archive-subtree): New command.
131 (org-fill-paragraph): New function.
132 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
133 (org-fake-empty-table-line): Function removed.
134 (org-format-org-table-html): Do not create empty table lines at
135 separator lines. Improved table header treatment.
136 (org-link-format): New option.
137 (org-make-link): New function.
138 (org-insert-link, org-store-link): Use org-make-link.
139 (org-open-file): Quote file name for shell command, to allow
140 spaces in file names.
141 (org-link-regexp): Fix bug with mailto link.
142 (org-link-maybe-angles-regexp, org-protected-link-regexp):
143 New constants.
144 (org-export-as-html): Deal with the optional angles around a link.
145 Better treatment of file: links.
146 (org-open-at-point): Replace @{ and @} with < and >.
147 (org-run-mode-hooks): Function removed.
148 (org-agenda-mode): No longer use `org-run-mode-hooks'.
149
150 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
151
152 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
153 MI command -data-list-register-values.
154 (gdb-post-prompt): Indent properly.
155
156 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
157
158 * hilit-chg.el (highlight-changes-colors): Rename from
159 `highlight-changes-colours'.
160 (highlight-changes-colours): Keep as obsolete alias.
161 (highlight-changes-face-list): Doc fix.
162 (hilit-chg-make-list): Use `highlight-changes-colors'.
163
164 2005-06-12 Mark A. Hershberger <mah@everybody.org>
165
166 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
167 defun-prompt-regexp.
168
169 2005-06-12 Eli Zaretskii <eliz@gnu.org>
170
171 * loadup.el: Don't say we are dumping under 2 names on windows-nt
172 and cygwin.
173
174 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
175 Don't use an old loaddefs.el, as in Makefile.in.
176
177 2005-06-12 Lute Kamstra <lute@gnu.org>
178
179 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
180
181 * man.el (Man-mode-map): Initialize it properly.
182 (Man-mode): Set mode-class property to special.
183
184 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
185
186 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
187
188 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
189 A newline is needed in the docstring there.
190
191 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
192 Doc fixes.
193
194 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
195
196 * printing.el: Doc fix. The menubar is no more changed when printing
197 is loaded, it only changes when pr-menu-bind or pr-update-menus is
198 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
199 (pr-version): New version number (6.8.4).
200 (pr-menu-bind): New command.
201 (pr-update-menus): Docstring and code fix.
202 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
203 Docstring fix.
204 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
205 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
206
207 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
208
209 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
210 "Returns" to "return", document useful return values, etc.
211
212 2005-06-11 Alan Mackenzie <acm@muc.de>
213
214 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
215 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
216 (adaptive-file-function): Minor amendment to doc-string.
217
218 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
219
220 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
221 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
222 Fix :type--it is `integer', not `string'.
223
224 * faces.el (modeline-highlight): Rename from (the erroneous)
225 `modeline-higilight'.
226
227 2005-06-11 Lute Kamstra <lute@gnu.org>
228
229 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
230 lisp-interaction-mode-map but make it the parent.
231 (edebug-eval-mode): Use define-derived-mode.
232
233 2005-06-11 Andreas Schwab <schwab@suse.de>
234
235 * bindings.el: Add binding of `ESC functionkey' for every
236 `M-functionkey'.
237 * hexl.el (hexl-mode-map): Likewise.
238
239 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
240
241 * progmodes/compile.el (compilation-error-regexp-alist-alist)
242 [msft]: update regexp for newer msft compilers.
243
244 2005-06-10 Mark A. Hershberger <mah@everybody.org>
245
246 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
247 ATTLIST portions of included DTDs.
248 (xml-parse-dtd): Eliminate use of inefficient match-data.
249
250 2005-06-10 Miles Bader <miles@gnu.org>
251
252 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
253 (mpuz-text): Remove "-face" suffix from face names.
254 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
255 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
256 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
257
258 * play/gomoku.el (gomoku-O, gomoku-X):
259 Remove "-face" suffix from face names.
260 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
261 New backward-compatibility aliases for renamed faces.
262 (gomoku-font-lock-keywords): Use renamed gomoku faces.
263
264 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
265
266 * thumbs.el: Fixes for changes of 2005-06-09.
267 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
268 as a directory.
269 (thumbs-thumbname): Remove directory separator from format string;
270 `thumbs-thumbsdir' now returns a valid directory name.
271 (thumbs-temp-dir): New defsubst.
272 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
273 Use it.
274
275 * cus-edit.el (minibuffer):
276 * files.el (make-backup-file-name-function):
277 * filesets.el (filesets-external-viewers):
278 * hilit-chg.el (highlight-changes-colours)
279 (highlight-changes-face-list, highlight-changes-rotate-faces):
280 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
281 * kmacro.el (kmacro-call-macro):
282 * log-edit.el (log-edit-changelog-full-paragraphs):
283 * mouse.el (mouse-1-click-follows-link):
284 * skeleton.el (skeleton-autowrap):
285 * subr.el (insert-for-yank-1):
286 * tempo.el (tempo-insert-region):
287 * terminal.el (terminal-emulator):
288 * time.el (display-time-mail-face):
289 * vc.el (vc-annotate):
290 * vcursor.el (vcursor-copy-line):
291 * woman.el (woman-bold-headings, woman-ignore)
292 (woman-default-faces, woman-monochrome-faces):
293 * calendar/todo-mode.el (todo-insert-threshold):
294 * emulation/pc-select.el (pc-select-selection-keys-only)
295 (pc-selection-mode):
296 * emulation/vip.el (vip-find-char-forward):
297 * emulation/viper-cmd.el (viper-find-char-forward):
298 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
299 (input-method-exit-on-invalid-key):
300 * international/mule-diag.el (describe-coding-system):
301 * international/ucs-tables.el (unify-8859-on-encoding-mode):
302 * net/browse-url.el (browse-url-xterm-program):
303 * obsolete/lazy-lock.el (lazy-lock-mode):
304 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
305 (cperl-mode):
306 * progmodes/cpp.el (cpp-face-light-name-list)
307 (cpp-face-dark-name-list):
308 * progmodes/delphi.el (delphi-newline-always-indents):
309 Fix spellings in docstrings.
310
311 * ido.el (ido-mode, ido-file-extensions-order)
312 (ido-default-file-method, ido-default-buffer-method)
313 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
314 (ido-decorations, ido-read-file-name-as-directory-commands)
315 (ido-read-file-name-non-ido, ido-work-directory-list)
316 (ido-ignore-item-temp-list, ido-current-directory)
317 (ido-magic-forward-char, ido-enter-find-file)
318 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
319 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
320
321 2005-06-10 Lute Kamstra <lute@gnu.org>
322
323 * play/dunnet.el (dun-mode): Use define-derived-mode.
324 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
325 obsolete alias.
326
327 * play/doctor.el (doctor-mode-map): Remove defvar.
328 (doctor-mode): Use define-derived-mode.
329
330 * mail/mspools.el (mspools-mode):
331 * net/eudc-hotlist.el (eudc-hotlist-mode):
332 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
333
334 2005-06-10 Miles Bader <miles@gnu.org>
335
336 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
337 Remove "-face" suffix from face names.
338 (flyspell-incorrect-face, flyspell-duplicate-face):
339 New backward-compatibility aliases for renamed faces.
340 (flyspell-mode-on, make-flyspell-overlay)
341 (flyspell-highlight-incorrect-region)
342 (flyspell-highlight-duplicate-region)
343 (flyspell-display-next-corrections)
344 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
345
346 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
347 from face name.
348 (texinfo-heading-face): New backward-compatibility alias for
349 renamed face.
350 (texinfo-heading-face): Use renamed texinfo-heading face.
351
352 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
353 suffix from face names.
354 (tex-math-face, tex-verbatim-face):
355 New backward-compatibility aliases for renamed faces.
356 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
357 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
358 literal face name.
359
360 * textmodes/table.el (table-cell): Remove "-face" suffix from face
361 name.
362 (table-cell-face): New backward-compatibility alias for renamed face.
363 (table--put-cell-face-property, table--update-cell-face):
364 Use renamed table-cell face.
365
366 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
367 from face name.
368 (sgml-namespace-face): New backward-compatibility alias for
369 renamed face.
370 (sgml-namespace-face): Use renamed sgml-namespace face.
371
372 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
373 (org-level-4, org-level-5, org-level-6, org-level-7)
374 (org-level-8, org-warning, org-headline-done)
375 (org-deadline-announce, org-scheduled-today)
376 (org-scheduled-previously, org-link, org-done, org-table)
377 (org-time-grid): Remove "-face" suffix from face names.
378 (org-level-1-face, org-level-2-face, org-level-3-face)
379 (org-level-4-face, org-level-5-face, org-level-6-face)
380 (org-level-7-face, org-level-8-face, org-warning-face)
381 (org-headline-done-face, org-deadline-announce-face)
382 (org-scheduled-today-face, org-scheduled-previously-face)
383 (org-link-face, org-done-face, org-table-face)
384 (org-time-grid-face):
385 New backward-compatibility aliases for renamed faces.
386 (org-level-faces, org-set-font-lock-defaults, org-timeline)
387 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
388 (org-agenda-get-timestamps, org-agenda-get-scheduled)
389 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
390
391 * emulation/viper-init.el (viper-search, viper-replace-overlay)
392 (viper-minibuffer-emacs, viper-minibuffer-insert)
393 (viper-minibuffer-vi): Remove "-face" suffix from face names.
394 (viper-search-face, viper-replace-overlay-face)
395 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
396 (viper-minibuffer-vi-face):
397 New backward-compatibility aliases for renamed faces.
398 (viper-search-face, viper-replace-overlay-face)
399 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
400 (viper-minibuffer-vi-face): Use renamed viper faces.
401
402 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
403 Remove "-face" suffix from face names.
404 (testcover-nohits-face, testcover-1value-face):
405 New backward-compatibility aliases for renamed faces.
406 (testcover-mark): Use renamed testcover faces.
407
408 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
409 face name.
410 (diary-button-face): New backward-compatibility alias for renamed face.
411 (diary-entry): Use renamed diary-button face.
412
413 * calendar/calendar.el (diary, calendar-today, holiday)
414 (mark-visible-calendar-date): Remove "-face" suffix from face names.
415 (diary-face, calendar-today-face, holiday-face):
416 New backward-compatibility aliases for renamed faces.
417 (eval-after-load "facemenu", diary-entry-marker)
418 (calendar-today-marker, calendar-holiday-marker, diary-face):
419 Use renamed calendar faces.
420
421 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
422 (compare-windows-face): New backward-compatibility alias for
423 renamed face.
424 (compare-windows-highlight): Use renamed compare-windows face.
425
426 * strokes.el (strokes-char): Remove "-face" suffix from face name.
427 (strokes-char-face): New backward-compatibility alias for renamed face.
428 (strokes-encode-buffer): Use renamed strokes-char face.
429
430 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
431 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
432 Remove "-face" suffix from face names.
433 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
434 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
435 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
436 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
437 Use renamed pcvs faces.
438 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
439 * pcvs-defs.el (cvs-mode-map): Likewise.
440 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
441
442 * info.el (info-title-1, info-title-2, info-title-3)
443 (info-title-4): Remove "-face" suffix from and downcase face names.
444 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
445 (Info-title-4-face):
446 New backward-compatibility aliases for renamed faces.
447 (Info-fontify-node): Use renamed info faces.
448
449 * hilit-chg.el (highlight-changes, highlight-changes-delete):
450 Remove "-face" suffix from face names.
451 (highlight-changes-face, highlight-changes-delete-face):
452 New backward-compatibility aliases for renamed faces.
453 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
454 (hilit-chg-make-list): Use renamed highlight-changes faces.
455
456 * generic-x.el (show-tabs-tab, show-tabs-space):
457 Remove "-face" suffix from face names.
458 (show-tabs-tab-face, show-tabs-space-face):
459 New backward-compatibility aliases for renamed faces.
460 (show-tabs-generic-mode-font-lock-defaults-1)
461 (show-tabs-generic-mode-font-lock-defaults-2):
462 Use renamed show-tabs faces.
463
464 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
465 (smerge-markers): Remove "-face" suffix from face names.
466 (smerge-mine-face, smerge-other-face, smerge-base-face)
467 (smerge-markers-face):
468 New backward-compatibility aliases for renamed faces.
469 (smerge-mine-face, smerge-other-face, smerge-base-face)
470 (smerge-markers-face): Use renamed smerge faces.
471
472 * log-view.el (log-view-file, log-view-message):
473 Remove "-face" suffix from face names.
474 (log-view-file-face, log-view-message-face):
475 New backward-compatibility aliases for renamed faces.
476 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
477
478 * paren.el (show-paren-match, show-paren-mismatch):
479 Remove "-face" suffix from face names.
480 (show-paren-match-face, show-paren-mismatch-face):
481 New backward-compatibility aliases for renamed faces.
482 (show-paren-function): Use renamed show-paren faces.
483
484 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
485 (ruler-mode-margins, ruler-mode-fringes)
486 (ruler-mode-column-number, ruler-mode-fill-column)
487 (ruler-mode-comment-column, ruler-mode-goal-column)
488 (ruler-mode-tab-stop, ruler-mode-current-column):
489 Remove "-face" suffix from face names.
490 (ruler-mode-default-face, ruler-mode-pad-face)
491 (ruler-mode-margins-face, ruler-mode-fringes-face)
492 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
493 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
494 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
495 New backward-compatibility aliases for renamed faces.
496 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
497 (ruler-mode-column-number, ruler-mode-fill-column)
498 (ruler-mode-comment-column, ruler-mode-goal-column)
499 (ruler-mode-tab-stop, ruler-mode-current-column)
500 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
501
502 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
503 face name.
504 (whitespace-highlight-the-space): Use renamed face.
505 (whitespace-highlight-face): New backward-compatibility alias for
506 renamed face.
507
508 * woman.el (woman-italic, woman-bold, woman-unknown)
509 (woman-addition, woman-symbol-face):
510 Remove "-face" suffix from face names.
511 (woman-italic-face, woman-bold-face, woman-unknown-face)
512 (woman-addition-face):
513 New backward-compatibility aliases for renamed faces.
514 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
515 (woman-decode-region, woman-replace-match)
516 (woman-display-extended-fonts, woman-special-characters)
517 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
518 Use renamed woman faces.
519
520 * longlines.el (longlines-visible-face): Face removed.
521
522 * diff-mode.el (diff-header, diff-file-header, diff-index)
523 (diff-hunk-header, diff-removed, diff-added, diff-changed)
524 (diff-function, diff-context, diff-nonexistent): Remove "-face"
525 suffix from face names.
526 (diff-header-face, diff-file-header-face, diff-index-face)
527 (diff-hunk-header-face, diff-removed-face, diff-added-face)
528 (diff-changed-face, diff-function-face, diff-context-face)
529 (diff-nonexistent-face): New backward-compatibility aliases for
530 renamed faces.
531 (diff-header-face, diff-file-header-face)
532 (diff-index, diff-index-face, diff-hunk-header)
533 (diff-hunk-header-face, diff-removed, diff-removed-face)
534 (diff-added, diff-added-face, diff-changed-face, diff-function)
535 (diff-function-face, diff-context-face, diff-nonexistent)
536 (diff-nonexistent-face): Use renamed diff-mode faces.
537
538 * progmodes/compile.el (compilation-warning-face)
539 (compilation-info-face): Remove "-face" suffix from face names.
540 (compilation-warning-face, compilation-info-face):
541 New backward-compatibility aliases for renamed faces.
542 (compilation-warning-face, compilation-info-face):
543 Use renamed compilation faces.
544
545 * add-log.el (change-log-date, change-log-name)
546 (change-log-email, change-log-file, change-log-list)
547 (change-log-conditionals, change-log-function)
548 (change-log-acknowledgement): Remove "-face" suffix from face names.
549 (change-log-date-face, change-log-name-face)
550 (change-log-email-face, change-log-file-face)
551 (change-log-list-face, change-log-conditionals-face)
552 (change-log-function-face, change-log-acknowledgement-face):
553 New backward-compatibility aliases for renamed faces.
554 (change-log-font-lock-keywords): Use renamed change-log faces.
555
556 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
557 (custom-set, custom-changed, custom-saved, custom-button)
558 (custom-button-pressed, custom-documentation, custom-state)
559 (custom-comment, custom-comment-tag, custom-variable-tag)
560 (custom-variable-button, custom-face-tag, custom-group-tag-1)
561 (custom-group-tag): Remove "-face" suffix from face names.
562 (custom-magic-alist, custom-magic-value-create)
563 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
564 (custom-invalid-face, custom-rogue-face, custom-modified-face)
565 (custom-set-face, custom-changed-face, custom-saved-face)
566 (custom-button-face, custom-button-pressed-face)
567 (custom-documentation-face, custom-state-face)
568 (custom-comment-face, custom-comment-tag-face)
569 (custom-variable-tag-face, custom-variable-button-face)
570 (custom-face-tag-face, custom-group-tag-face-1)
571 (custom-group-tag-face):
572 New backward-compatibility aliases for renamed faces.
573
574 * wid-edit.el (widget-documentation, widget-button)
575 (widget-field, widget-single-line-field, widget-inactive)
576 (widget-button-pressed): "-face" suffix removed from face names.
577 (widget-documentation-face, widget-button-face)
578 (widget-field-face, widget-single-line-field-face)
579 (widget-inactive-face, widget-button-pressed-face):
580 New backward-compatibility aliases for renamed faces.
581 (widget-documentation-face, widget-button-face)
582 (widget-button-pressed-face, widget-specify-field)
583 (widget-specify-inactive): Use renamed widget faces.
584
585 2005-06-10 Kenichi Handa <handa@m17n.org>
586
587 * term/x-win.el (x-clipboard-yank): Remove condition-case
588 wrapping.
589
590 2005-06-11 Kenichi Handa <handa@m17n.org>
591
592 * add-log.el (change-log-font-lock-keywords): Make the regexp for
593 date lines stricter.
594
595 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
596
597 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
598 of x-get-selection.
599
600 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
601
602 * comint.el (comint-mode, comint-snapshot-last-prompt):
603 * frame.el (frame-current-scroll-bars):
604 * term.el (term-mode, term-check-proc, term-input-sender)
605 (term-simple-send, term-extract-string, term-word)
606 (term-match-partial-filename):
607 * window.el (window-current-scroll-bars):
608 * emulation/cua-base.el (cua-normal-cursor-color)
609 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
610 (cua-global-mark-cursor-color):
611 * mail/undigest.el (rmail-forward-separator-regex):
612 Fix typos in docstrings.
613
614 * comint.el (comint-check-proc, make-comint-in-buffer)
615 (comint-source-default): Doc fixes.
616
617 * term.el (term-send-string): Improve argument/docstring
618 consistency.
619
620 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
621
622 * comint.el (comint-send-input): Bind `inhibit-read-only' around
623 call to `delete-region'.
624 (comint-mode-hook): Do not enable Font Lock by default.
625
626 2005-06-09 Lute Kamstra <lute@gnu.org>
627
628 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
629 could be void.
630
631 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * emacs-lisp/debug.el (debugger-will-be-back): New var.
634 (debug): Use it.
635 (debugger-step-through, debugger-continue, debugger-jump)
636 (debugger-return-value): Set it when needed.
637 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
638 Use inhibit-read-only.
639
640 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
641
642 * window.el (shrink-window-if-larger-than-buffer)
643 (window-size-fixed): Fix typo in docstring.
644
645 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
646 thumbnails directory on loading.
647 (thumbs-conversion-program): Use `eq' to check the system type,
648 not `equal'.
649 (thumbs-temp-dir): Initialize to `temporary-file-directory',
650 not "/tmp". Fix docstring.
651 (thumbs-thumbsdir): New function to return the thumbnails
652 directory, creating it if needed.
653 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
654 (thumbs-temp-file): Delete variable and make it into a function.
655 (thumbs-resize-image, thumbs-modify-image): Use it.
656 (thumbs-kill-buffer): Simplify.
657 (thumbs-gensym): Defalias or duplicate CL `gensym'.
658 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
659 docstrings.
660
661 2005-06-09 Kim F. Storm <storm@cua.dk>
662
663 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
664 set-match-data to free markers in match-data.
665
666 * replace.el (replace-match-data): Pass RESEAT arg `t' to
667 match-data to unchain markers in match-data.
668
669 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
672 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
673 unnecessary now.
674
675 2005-06-08 Richard M. Stallman <rms@gnu.org>
676
677 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
678 give the variable a doc string that doesn't say don't set it directly.
679
680 * textmodes/ispell.el (ispell-check-version):
681 Use match-string-no-properties.
682 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
683 (ispell-buffer-local-words): Likewise.
684
685 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
686 except on terminals with enough colors to really display it.
687 (makefile-dependency-regex): Delete spurious `bb'.
688
689 * faces.el (escape-glyph): Use blue once again in last case.
690 (no-break-space): Redefine so that it isn't invisible on a tty.
691
692 2005-06-08 Kim F. Storm <storm@cua.dk>
693
694 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
695 also when reading directory name.
696
697 2005-06-08 Lute Kamstra <lute@gnu.org>
698
699 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
700 (flyspell-mode-line-string): Remove autoload cookie.
701 (flyspell-mode): Remove defvar.
702
703 2005-06-07 Lute Kamstra <lute@gnu.org>
704
705 * textmodes/org.el (org-run-mode-hooks): New function.
706 (org-agenda-mode): Use it.
707
708 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
709
710 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
711
712 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
715
716 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
717
718 * font-lock.el (font-lock-add-keywords): Doc fix.
719
720 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
723 (tex-compile-default): In the absence of any history, use the order in
724 tex-compile-alist to choose the preferred command.
725 (tex-compile-commands): Reorder a bit.
726
727 * textmodes/flyspell.el (flyspell-auto-correct-binding)
728 (flyspell-incorrect-face, flyspell-duplicate-face):
729 Use (X)Emacs-agnostic code.
730 (flyspell-mode-map): Don't overwrite at each load. Remove code
731 redundant with the subsequent add-minor-mode. Merge Emacs and
732 XEmacs code.
733 (flyspell-word): Minor simplification.
734 (flyspell-math-tex-command-p): Quieten the byte-compiler.
735 (flyspell-external-point-words): Remove unused vars `size' and `start'.
736 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
737 Merge the corresponding Emacs code.
738 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
739
740 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
741 a dedicated window.
742
743 * international/latexenc.el (latexenc-find-file-coding-system):
744 Undo part of last patch, to turn off a compiler warning.
745
746 2005-06-06 Juri Linkov <juri@jurta.org>
747
748 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
749 Rename `tmm-inactive-face' to `tmm-inactive'.
750
751 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
752
753 * iswitchb.el: Rename faces.
754
755 2005-06-06 Kim F. Storm <storm@cua.dk>
756
757 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
758 (cua-global-mark): Remove -face suffix from face names.
759
760 * emulation/cua-gmrk.el (cua--init-global-mark):
761 Remove cua-global-mark face setup.
762
763 2005-06-06 Richard M. Stallman <rms@gnu.org>
764
765 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
766 just like other allowed characters.
767 (makefile-match-dependency): Exclude leading and training whitespace
768 from the range of regexp subexp 1.
769 (makefile-macroassign-regex): Don't try to match the body,
770 just the name of the macro being defined.
771
772 * info.el (Info-read-node-name-2): New function.
773 (Info-read-node-name-1): Use that.
774 Add a completion-base-size-function property.
775
776 * simple.el (completion-setup-function): Look for
777 completion-base-size-function property of
778 minibuffer-completion-table.
779
780 * files.el (locate-file-completion): Doc fix.
781
782 * printing.el: Don't call pr-update-menus; user must do that.
783
784 * emacs-lisp/debug.el (debugger-window): New variable.
785 (debug): Use debugger-window if it is set and still alive.
786 Record debugger-window for next entry.
787
788 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
789
790 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
791
792 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
793 (hack-one-local-variable, hack-local-variables)
794 (hack-local-variables-prop-line): Pass that arg.
795
796 2005-06-06 Kim F. Storm <storm@cua.dk>
797
798 * ido.el (ido-first-match, ido-only-match, ido-subdir)
799 (ido-indicator): Remove -face suffix from face names.
800
801 2005-06-06 Juri Linkov <juri@jurta.org>
802
803 * font-lock.el (font-lock-regexp-backslash)
804 (font-lock-regexp-backslash-construct): New faces.
805 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
806 after `('. Add `while-no-input' to control structures.
807
808 * faces.el (no-break-space, shadow): New faces.
809 (escape-glyph): Use less loud colors pink2 and red4.
810
811 * diff-mode.el (diff-context-face)
812 * dired.el (dired-ignored)
813 * rfn-eshadow.el (file-name-shadow)
814 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
815
816 * info.el (Info-title-1-face): Use green instead of yellow because
817 bold yellow is not readable on light backgrounds.
818
819 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
820 before selecting the desired mode to not spend time fontifying
821 old contents.
822
823 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
824
825 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
826 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
827
828 * ps-print.el (ps-default-fg, ps-default-bg):
829 Fix typos in docstrings.
830
831 * isearchb.el (isearchb): Don't pass a spurious second argument to
832 `iswitchb-completions'.
833
834 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
835
836 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
837 to preserve point.
838 (gdb-find-file-hook): Add doc string.
839
840 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
841 C dereferenced pointer expression.
842 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
843
844 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
845
846 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
847 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
848 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
849 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
850 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
851 Make background transparent.
852
853 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
854
855 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
856 (font-lock-remove-keywords): Doc fix.
857 (font-lock-mode-major-mode): Compiler defvar.
858 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
859
860 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
861 (font-lock-mode): Update `font-lock-mode-major-mode'.
862 (font-lock-set-defaults): Compiler defvar.
863 (font-lock-default-function): Take `font-lock-mode-major-mode'
864 into account.
865
866 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
867 keep track of which major mode it enabled the minor mode for.
868 Use find-file-hook again. Update docstring.
869
870 * simple.el (eval-expression-print-level)
871 (eval-expression-print-length, eval-expression-debug-on-error):
872 Doc fixes.
873
874 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
875
876 * iswitchb.el (iswitchb-single-match-face)
877 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
878 (iswitchb-invalid-regexp-face): New faces.
879 (iswitchb-completions): Use them.
880 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
881 now marked as an obsolete alias.
882 (iswitchb-read-buffer): Remove check for bound font variables.
883 (iswitchb-invalid-regexp): New free variable.
884 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
885 set iswitchb-invalid-regexp.
886 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
887 invalid regexps.
888 (iswitchb-completions): Add check for complete match when entering
889 a regexp.
890 (iswitchb-completions): Remove require-match argument.
891 (iswitchb-exhibit): Fix caller.
892 (iswitchb-common-match-inserted): New variable.
893 (iswitchb-complete, iswitchb-completion-help): Use it.
894
895 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
896
897 * url-http.el (url-http-chunked-encoding-after-change-function):
898 Use `url-http-debug' instead of `message'.
899
900 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
901
902 * url-http.el (url-http-parse-headers): Pass redirected URL as a
903 callback argument.
904
905 2005-06-04 Kim F. Storm <storm@cua.dk>
906
907 * simple.el (line-move): Only call sit-for when moving backwards.
908
909 * ido.el (ido-make-merged-file-list-1): New defun split from
910 ido-make-merged-file-list.
911 (ido-make-merged-file-list): Bind throw-on-input around call to
912 ido-make-merged-file-list-1. Return input-pending-p if
913 interrupted by more input available.
914 (ido-read-internal): Handle input-pending-p return value from
915 ido-make-merged-file-list.
916
917 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
920 compatibility code.
921
922 * international/latexenc.el (latexenc-find-file-coding-system):
923 Don't inherit the EOL part of the coding-system from the
924 tex-main buffer. Fit within 80 columns.
925
926 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
927
928 * tmm.el (tmm-inactive-face): New face.
929 (tmm-remove-inactive-mouse-face): New function.
930 (tmm-prompt, tmm-add-one-shortcut)
931 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
932 but not selectable.
933
934 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
935
936 * faces.el (face-equal): Improve argument/docstring consistency.
937
938 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
939
940 * progmodes/make-mode.el (makefile-targets-face)
941 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
942 (makefile-bsdmake-dependency-regex)
943 (makefile-makepp-rule-action-regex)
944 (makefile-bsdmake-rule-action-regex): New constants.
945 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
946
947 * progmodes/compile.el (compilation-error-regexp-alist-alist):
948 Allow (...) within `...' for makepp messages.
949
950 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
951
952 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
953
954 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
955 "." files are deleted from all file lists before comparison.
956
957 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
958 (viper-ESC-key): Made them customizable.
959
960 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
961
962 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
963
964 * autorevert.el (auto-revert-buffers): Use save-match-data.
965
966 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
969 menu items with a nil command binding.
970
971 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
972
973 * emacs-lisp/cl-macs.el (defsetf):
974 Improve argument/docstring consistency.
975
976 * faces.el (list-faces-display): Improve the formatting by
977 computing the maximum length required for any face-name (reworked
978 patch of 1999-01-11, accidentally deleted on 1999-07-21).
979 (internal-find-face): Remove redundant info in docstring.
980
981 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
982
983 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
984 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
985 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
986 (gdb-assembler-custom): Improve regexps.
987 (def-gdb-auto-update-handler): Use window point to preserve point.
988
989 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
992
993 2005-05-31 Jay Belanger <belanger@truman.edu>
994
995 * calc/calc-embed.el (calc-embedded-word): Change argument passed
996 to calc-embedded.
997 (calc-embedded-make-info): Have plain prefix argument select
998 entire line.
999
1000 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1001
1002 * faces.el (list-faces-display): Signal error if passed a regexp
1003 that matches no face name.
1004
1005 * simple.el (filter-buffer-substring): Fix typo in docstring.
1006
1007 2005-05-31 Richard M. Stallman <rms@gnu.org>
1008
1009 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1010 (vhdl-emacs-21): Doc fix.
1011 (vhdl-mode): Unconditionally set comment-padding.
1012 (vhdl-fixup-whitespace-region): Insert spaces only where
1013 there are none.
1014 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1015
1016 2005-05-30 John Wiegley <johnw@newartisans.com>
1017
1018 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1019 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1020 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1021 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1022 `string-to-number'.
1023
1024 2005-05-30 Jay Belanger <belanger@truman.edu>
1025
1026 * calc/calc.el (calc-bug-address): Fix docstring.
1027 (calc-window-hook, calc-trail-window-hook): New variables.
1028 (calc-trail-display): Restore use of calc-trail-window-hook.
1029 (calc): Restore use of calc-window-hook.
1030
1031 2005-05-31 Masatake YAMATO <jet@gyve.org>
1032
1033 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1034
1035 * help-fns.el (help-C-file-name): Add autoload mark for
1036 `find-function-noselect'.
1037
1038 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1041 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1042
1043 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1044
1045 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1046 included diary buffer if it was not already being visited.
1047 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1048
1049 * calendar/icalendar.el (top-level): Do not require 'appt.
1050
1051 * mail/supercite.el (sc-select-attribution): Only use a list
1052 element from sc-attrib-selection-list if it returns a string.
1053 Reported by Davide G. M. Salvetti <salve@debian.org>.
1054
1055 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * thumbs.el (thumbs-thumbname): The resulting thubname now
1058 includes a hash value to improve its uniqueness, and has a ".jpg"
1059 extension. Also, it is now a valid filename on all systems.
1060 (thumbs-make-thumb): Use `let', not `let*'.
1061 (thumbs-show-thumbs-list): Check for JPEG availability.
1062
1063 2005-05-30 Richard M. Stallman <rms@gnu.org>
1064
1065 * filesets.el (filesets-menu-ensure-use-cached):
1066 Prevent warning when emacs-version>= is undefined.
1067
1068 * printing.el (pr-interactive-n-up): Use string-to-number.
1069
1070 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1071
1072 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1073 Warn only when name to be defined is quoted.
1074
1075 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1076
1077 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1078 Make regexp more robust.
1079 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1080 Force regeneration of disassembly.
1081
1082 2005-05-29 Jay Belanger <belanger@truman.edu>
1083
1084 * calc/calc.el (calc-user-invocation): Check if
1085 calc-invocation-macro is non-nil.
1086
1087 2005-05-29 Juri Linkov <juri@jurta.org>
1088
1089 * add-log.el (change-log-font-lock-keywords):
1090 Add `+' to e-mail regexp to accept mail address with keywords.
1091
1092 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1093
1094 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1095
1096 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1097
1098 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1099
1100 2005-05-29 Richard M. Stallman <rms@gnu.org>
1101
1102 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1103 Undo the change that moves to end of the current word.
1104
1105 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1106
1107 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1108 Throw error when count <= 0 to ensure input is a number.
1109 (gdb-read-memory-custom): Pick up address from buffer.
1110 (gdb-memory-mode): Allow user to increment and decrement
1111 memory address from header line.
1112
1113 2005-05-29 Richard M. Stallman <rms@gnu.org>
1114
1115 * flyspell.el (flyspell-version): Function deleted.
1116 (flyspell-auto-correct-previous-hook): Doc fix.
1117
1118 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1119 Do nothing if memory is full.
1120
1121 * font-lock.el (font-lock-fontify-syntactically-region):
1122 Pass t for GREEDY to looking-back.
1123
1124 * saveplace.el (save-place-alist-to-file): Write the file
1125 using write-region.
1126
1127 * subr.el (looking-back): New argument GREEDY.
1128
1129 * progmodes/compile.el (compilation-start): Set the mode
1130 before inserting the initial text.
1131
1132 * progmodes/which-func.el (which-func-update-1): Turn the mode
1133 off in case of error by setting which-func-mode.
1134
1135 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1136
1137 * flyspell.el (flyspell-auto-correct-previous-word):
1138 Narrow down to what's on the screen, and recenter overlays
1139 at the end of the next word.
1140
1141 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1142
1143 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1144 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1145 (flyspell-abbrev-p): Default to nil.
1146 (flyspell-use-global-abbrev-table-p): Doc fix.
1147 (flyspell-large-region): Allow nil as value.
1148 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1149
1150 (mail-mode-flyspell-verify): More robust handling
1151 of `mail-header-separator'. More efficient signature detection.
1152 Allow for regexp metacharacters in message-header-separator.
1153 Adding `To' not to be checked in mail-mode-flyspell-verify.
1154
1155 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1156 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1157 Bind flyspell-auto-correct-binding.
1158 Bind C-. and C-, .
1159 (flyspell-mode-map): Likewise.
1160 (flyspell-mode): Doc fix.
1161 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1162 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1163 (flyspell-word-cache-result): New var, always local.
1164 (flyspell-check-pre-word-p): Doc fix.
1165 (flyspell-check-changed-word-p): Handle spc like newline.
1166 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1167 (flyspell-word-search-backward, flyspell-word-search-forward):
1168 New functions.
1169 (flyspell-word): Return t if nothing to check.
1170 When parsing TeX code, check for after } or \.
1171 Use flyspell-word-search-backward to find previous word.
1172 Return nil if duplicated word.
1173 For word already checked, return same value as last time.
1174 Set flyspell-word-cache-result after checking.
1175 Don't clobber the return value.
1176 (flyspell-get-word): Major rewrite.
1177 (flyspell-external-point-words): New locals pword, pcount.
1178 Fix size used in progress message.
1179 Find the proper corresponding word in flyspell-large-region-buffer.
1180 (flyspell-region): Check for flyspell-large-region = nil.
1181 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1182 (flyspell-auto-correct-word): Check that WORD is a cons.
1183 (flyspell-correct-word): Likewise.
1184
1185 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1186
1187 * progmodes/make-mode.el (makefile-rule-action-regex)
1188 (makefile-macroassign-regex, makefile-makepp-mode)
1189 (makefile-bsdmake-mode): Continuation lines may be empty.
1190 Reported by Joshua Varner.
1191 (makefile-makepp-font-lock-keywords): Add $(stem).
1192
1193 2005-05-28 Karl Berry <karl@gnu.org>
1194
1195 * textmodes/tex-mode.el: Now that tex-send-command calls
1196 shell-quote-argument (2005-03-31 change), remove all calls to
1197 shell-quote-argument; they all end up invoking tex-send-command.
1198 The double quoting loses on filenames with non-safe characters,
1199 such as "@". Reported by Frederik Fouvry.
1200
1201 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1202
1203 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1204 about preserving point.
1205
1206 2005-05-27 Jay Belanger <belanger@truman.edu>
1207
1208 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1209 Info-goto-node.
1210
1211 * calc/calc-embed.el (calc-embed-arg): New variable.
1212 (calc-do-embedded-activate, calc-embedded-activate-formula)
1213 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1214 variable by new variable.
1215 (calc-embedded-make-info): Replace undeclared variable by new
1216 variable. When selecting region with positive prefix
1217 argument, use end of previous line instead of beginning of line.
1218
1219 * calc/calc-aent.el (calc-arg-values): Declare it.
1220
1221 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1222 Declare them.
1223
1224 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1225
1226 * calc/calc.el (calc-alg-map): Declare it.
1227
1228 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1229
1230 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1231
1232 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1233 (gdb-registers-buffer, toggle-gdb-all-registers):
1234 Toggle display of floating point registers.
1235 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1236
1237 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1238 (toggle-gud-tooltip-dereference):
1239 Rename from gud-toggle-tooltip-dereference.
1240
1241 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1244
1245 2005-05-27 Jay Belanger <belanger@truman.edu>
1246
1247 * calc/calc-prog.el (calc-kbd-report): Remove.
1248 (calc-kbd-query): Rewrite.
1249
1250 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1251
1252 * image.el (image-library-alist): Move to image.c.
1253 (image-type-available-p): Doc fix.
1254
1255 2005-05-27 Lute Kamstra <lute@gnu.org>
1256
1257 * calc/calc.el (calc):
1258 * outline.el (outline-1, outline-2, outline-3, outline-4)
1259 (outline-5, outline-6, outline-7, outline-8):
1260 * textmodes/dns-mode.el (dns-mode):
1261 * textmodes/sgml-mode.el (sgml-namespace-face):
1262 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1263 (tex-verbatim-face, tex-use-reftex):
1264 * textmodes/texinfo.el (texinfo-heading-face):
1265 Specify customization group.
1266
1267 * longlines.el: Don't require easy-mmode.
1268 (longlines-visible-face): Specify customization group.
1269
1270 2005-05-27 Kenichi Handa <handa@m17n.org>
1271
1272 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1273 encoding table of windows-1251.
1274
1275 * international/ucs-tables.el (ucs-set-table-for-input):
1276 If translation-table-for-input of a coding system is a symbol, get
1277 its translation-table property.
1278
1279 * international/code-pages.el: Don't register a coding system into
1280 non-iso-charset-alist more than once.
1281 (cp-make-coding-system): Likewise.
1282
1283 2005-05-26 John Wiegley <johnw@newartisans.com>
1284
1285 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1286 `eshell-resume-eval' is wrapped in a list, it indicates that the
1287 command was run asynchronously. In that case, unwrap the value
1288 before checking the delimiter value.
1289
1290 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1291 character before a space at the end of a line is \, assume the space
1292 is part of the last argument rather than a final argument separator.
1293
1294 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1295 is in use, and the target is `t' or `nil' (which are the most common
1296 values), don't assume that the symbol target is a buffer.
1297
1298 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1299
1300 * calendar/calendar.el (calendar-mode-line-format):
1301 Use mode-line-highlight as mouse-face.
1302
1303 * time.el (display-time-string-forms, display-time-update):
1304 Use mode-line-highlight as mouse-face.
1305
1306 2005-05-26 Jay Belanger <belanger@truman.edu>
1307
1308 * calc/calc.el (calc-language-alist): Remove extra defvar.
1309
1310 2005-05-26 Lute Kamstra <lute@gnu.org>
1311
1312 * arc-mode.el (archive-mode):
1313 * bookmark.el (bookmark-read-annotation-mode)
1314 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1315 * bs.el (bs-mode):
1316 * calc/calc-yank.el (calc-edit-mode):
1317 * calc/calc.el (calc-mode, calc-trail-mode):
1318 * calculator.el (calculator-mode):
1319 * chistory.el (command-history-mode):
1320 * comint.el:
1321 * cus-edit.el (custom-mode):
1322 * descr-text.el (describe-text-mode):
1323 * ebuff-menu.el (Electric-buffer-menu-mode):
1324 * ediff-util.el (ediff-mode):
1325 * emacs-lisp/re-builder.el (reb-mode):
1326 * emulation/vi.el (vi-mode-setup):
1327 * emulation/ws-mode.el (wordstar-mode):
1328 * eshell/esh-mode.el (eshell-mode):
1329 * forms.el (forms-mode):
1330 * help-mode.el (help-mode):
1331 * hexl.el (hexl-mode):
1332 * ibuffer.el (ibuffer-mode):
1333 * ielm.el (inferior-emacs-lisp-mode):
1334 * info.el (Info-mode, Info-edit-mode):
1335 * international/swedish.el:
1336 * ledit.el (ledit-from-lisp-mode):
1337 * locate.el (locate-mode):
1338 * mail/rmail.el (rmail-mode):
1339 * mail/rmailedit.el (rmail-edit-mode):
1340 * mail/rmailsum.el (rmail-summary-mode):
1341 * mail/supercite.el (sc-electric-mode):
1342 * net/eudc.el (eudc-mode):
1343 * net/quickurl.el (quickurl-list-mode):
1344 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1345 * obsolete/ooutline.el (outline-mode):
1346 * obsolete/options.el (Edit-options-mode):
1347 * obsolete/rnews.el (news-mode):
1348 * obsolete/rnewspost.el (news-reply-mode):
1349 * play/5x5.el (5x5-mode):
1350 * play/decipher.el (decipher-mode, decipher-stats-mode):
1351 * play/gomoku.el (gomoku-mode):
1352 * play/snake.el (snake-mode):
1353 * play/solitaire.el (solitaire-mode):
1354 * play/tetris.el (tetris-mode):
1355 * progmodes/ada-mode.el (ada-mode):
1356 * progmodes/antlr-mode.el (antlr-mode):
1357 * progmodes/autoconf.el (autoconf-mode):
1358 * progmodes/dcl-mode.el (dcl-mode):
1359 * progmodes/delphi.el (delphi-mode):
1360 * progmodes/ebrowse.el (ebrowse-tree-mode)
1361 (ebrowse-electric-list-mode, ebrowse-member-mode)
1362 (ebrowse-electric-position-mode):
1363 * progmodes/f90.el (f90-mode):
1364 * progmodes/fortran.el (fortran-mode):
1365 * progmodes/icon.el (icon-mode):
1366 * progmodes/idlw-help.el (idlwave-help-mode):
1367 * progmodes/idlw-shell.el (idlwave-shell-mode):
1368 * progmodes/idlwave.el (idlwave-mode):
1369 * progmodes/inf-lisp.el (inferior-lisp-mode):
1370 * progmodes/m4-mode.el (m4-mode):
1371 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1372 * progmodes/modula2.el (modula-2-mode):
1373 * progmodes/octave-inf.el (inferior-octave-mode):
1374 * progmodes/octave-mod.el (octave-mode):
1375 * progmodes/pascal.el (pascal-mode):
1376 * progmodes/sh-script.el (sh-mode):
1377 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1378 * progmodes/vhdl-mode.el (vhdl-mode):
1379 * progmodes/xscheme.el (scheme-interaction-mode):
1380 * replace.el (occur-mode):
1381 * ses.el (ses-mode):
1382 * simple.el (completion-list-mode):
1383 * skeleton.el:
1384 * speedbar.el (speedbar-mode):
1385 * term.el (term-mode):
1386 * terminal.el (terminal-edit-mode):
1387 * textmodes/reftex-index.el (reftex-index-mode)
1388 (reftex-index-phrases-mode):
1389 * textmodes/reftex-sel.el (reftex-select-label-mode)
1390 (reftex-select-bib-mode):
1391 * textmodes/reftex-toc.el (reftex-toc-mode):
1392 * wdired.el (wdired-change-to-wdired-mode):
1393 * wid-browse.el (widget-browse-mode):
1394 Use run-mode-hooks.
1395
1396 * array.el (array-mode):
1397 * calendar/todo-mode.el (todo-mode):
1398 * man.el (Man-mode):
1399 * play/landmark.el (lm-mode):
1400 * play/mpuz.el (mpuz-mode):
1401 Use kill-all-local-variables and run-mode-hooks.
1402
1403 * subr.el (delay-mode-hooks): Specify indentation.
1404
1405 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1406
1407 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1408
1409 2005-05-26 Jay Belanger <belanger@truman.edu>
1410
1411 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1412 of nil.
1413
1414 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1415
1416 * progmodes/gdb-ui.el (gdb-frame-address):
1417 Rename from gdb-current-address.
1418 (gdb-previous-frame-address): Rename from gdb-previous-address.
1419 (gdb-selected-frame): Rename from gdb-current-frame.
1420 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1421 (gdb-frame-number): Rename from gdb-current-stack-level.
1422 (gdb-ann3): Match new mode-name for disassembly buffer.
1423 Extend initialisation of variables.
1424 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1425 (gdb-memory-mode): Use mouse-face in header line.
1426 (gdb-assembler-buffer-name): Call it disassembly and give frame
1427 in mode line.
1428 (gdb-source-spec-regexp, gdb-assembler-custom)
1429 (gdb-invalidate-assembler, gdb-frame-handler):
1430 Make robust to leading zeroes in address format.
1431
1432 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1433
1434 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1435 define `org-mode'.
1436 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1437
1438 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * log-edit.el (log-edit-changelog-entries): Distinguish between
1441 filenames like xfns.c and fns.c.
1442
1443 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1444
1445 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1446 point after reverting.
1447 (Buffer-menu-make-sort-button): Handle the case where
1448 `Buffer-menu-use-header-line' is nil.
1449
1450 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1451
1452 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1453 New funcs. In minibuffer-local-completion-map bind `]', `/'
1454 and `:' to them.
1455
1456 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * startup.el (normal-top-level): Allow modification of load-path while
1459 we're iterating over it.
1460
1461 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1462
1463 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1464 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1465 (thumbs-resize-interactive, thumbs-insert-image)
1466 (thumbs-insert-thumb, thumbs-dired-show-marked)
1467 (thumbs-find-image-at-point, thumbs-delete-images)
1468 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1469 (thumbs-increment-image-size, thumbs-decrement-image-size):
1470 Fix typos in docstrings.
1471
1472 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1473
1474 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1475 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1476 (cperl-mode): Use them.
1477
1478 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1479
1480 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1481 Doc fixes.
1482
1483 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1484
1485 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1486 Bind C-d to gdb-inferior-io-eof.
1487
1488 * dired.el (dired-dnd-popup-notice): Use message-box.
1489
1490 2005-05-23 Masatake YAMATO <jet@gyve.org>
1491
1492 * bindings.el (mode-line-major-mode-keymap):
1493 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1494
1495 * faces.el (mode-line-highlight): New face.
1496
1497 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1498 as mouse-face.
1499
1500 * bindings.el (top-level, help-echo, mode-line-modified)
1501 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1502 as mouse-face.
1503
1504 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1505
1506 * progmodes/cc-engine.el (c-guess-basic-syntax):
1507 Remove spurious call to `zerop'.
1508
1509 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1510
1511 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1512
1513 CC Mode update to 5.30.10:
1514
1515 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1516 could go past the limit in decoration level 2, thereby causing
1517 errors during interactive fontification.
1518
1519 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1520 the file is evaluated interactively.
1521
1522 * cc-engine.el (c-guess-basic-syntax): Handle operator
1523 declarations somewhat better in C++.
1524
1525 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1526 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1527 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1528 (awk-mode): Use it.
1529 (make-local-hook): Suppress warning about obsoleteness.
1530
1531 * cc-engine.el, cc-align.el, cc-cmds.el
1532 (c-append-backslashes-forward, c-delete-backslashes-forward)
1533 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1534 Compensate for return value from `forward-line' when it has moved
1535 but not to a different line due to eob.
1536
1537 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1538 `objc-method-intro' and `objc-method-args-cont'.
1539
1540 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1541
1542 CC Mode update to 5.30.10:
1543
1544 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1545 in the copyright statement. Incidentally, change "along with GNU
1546 Emacs" to "along with this program" where it occurs.
1547
1548 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1549 so that it is interactive, hence can be found by M-x awk-mode
1550 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1551 <gmorris+emacs@ast.cam.ac.uk>.
1552
1553 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1554 Mode's regexps.
1555
1556 2005-05-23 Kevin Ryde <user42@zip.com.au>
1557
1558 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1559 c-parse-state, to avoid a lisp error (on bad code).
1560
1561 2005-05-23 Lute Kamstra <lute@gnu.org>
1562
1563 * subr.el (font-lock-defaults): Remove defvar as it's already
1564 defined in font-core.el.
1565
1566 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1567
1568 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1569
1570 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1571 more general and work when GDB variable "print pretty" is on,
1572 as with Emacs, for example.
1573
1574 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1575
1576 * font-core.el: Update comment.
1577
1578 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1579 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1580
1581 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1582
1583 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1584
1585 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1586 and `yank-handler' in the doc strings.
1587
1588 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1591
1592 2005-05-22 Richard M. Stallman <rms@gnu.org>
1593
1594 * help.el (describe-key): Move print-help-return-message call
1595 out of conditional.
1596
1597 * progmodes/etags.el (list-tags): Use with-no-warnings.
1598
1599 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1600 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1601 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1602
1603 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1604
1605 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1606 Add defvar.
1607
1608 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1609 Use defvar, not defconst.
1610
1611 * hexl.el (hexl-follow-line): Use with-no-warnings.
1612
1613 * emulation/tpu-extras.el: Use write-file-functions instead of
1614 write-file-hooks.
1615
1616 * dired.el (dired-font-lock-keywords): Fontify files with junk
1617 extensions even if marked by -F.
1618
1619 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1620
1621 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1622 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1623 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1624 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1625 (concatenate, list-length, get*, getf, cl-remprop):
1626 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1627 (etypecase, progv, lexical-let, lexical-let*)
1628 (multiple-value-bind, multiple-value-setq, shiftf):
1629 Improve argument/docstring consistency.
1630
1631 * subr.el (focus-frame, unfocus-frame):
1632 Revert deletion on 2005-05-01.
1633
1634 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1635
1636 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1637 doesn't exist.
1638
1639 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1640 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1641
1642 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1643
1644 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1645 already deleted variables: auto-fill-hook, blink-paren-hook,
1646 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1647 suspend-hooks, comment-indent-hook, meta-flag,
1648 before-change-function, after-change-function,
1649 font-lock-doc-string-face.
1650
1651 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1652
1653 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1654
1655 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1656
1657 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1658 rmail-dont-reply-to.
1659
1660 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1661
1662 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1663 literal blank when splitting new-header-values.
1664
1665 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1666
1667 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1668 string so that tmm doesn't create a completion entry for it.
1669
1670 * textmodes/table.el (table-disable-menu): Ditto.
1671
1672 2005-05-21 Richard M. Stallman <rms@gnu.org>
1673
1674 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1675
1676 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1677
1678 * net/rcompile.el (remote-compile): Use compilation-start.
1679
1680 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1681
1682 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1683
1684 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1685 Default to makefile-bsdmake-mode on BSD systems.
1686
1687 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1688 REGEXP may also be a search function now. The part of doc-string
1689 for describing the structure was 95% identical to that of
1690 `imenu--generic-function'. Unify it there.
1691
1692 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1693 Use function to find dependencies, because regexp alone is so complex,
1694 it easily goes into an endless loop.
1695 (makefile-makepp-mode): Also add submenu for Perl functions
1696 defined in the makefile.
1697 (makefile-bsdmake-mode): Special imenu-generic-expression no
1698 longer needed, due to function call.
1699 (makefile-match-dependency): Take BOUND into account when checking
1700 if we're through.
1701
1702 2005-05-20 Jay Belanger <belanger@truman.edu>
1703
1704 * calc/calc-units.el (calc-invalidate-units-table):
1705 Use inhibit-read-only.
1706 (math-build-units-table-buffer): Use view-mode.
1707
1708 2005-05-20 David Kastrup <dak@gnu.org>
1709
1710 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1711 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1712
1713 2005-05-20 Lute Kamstra <lute@gnu.org>
1714
1715 * diff-mode.el (diff-header-face, diff-file-header-face)
1716 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1717 (diff-added-face, diff-changed-face, diff-function-face)
1718 (diff-context-face, diff-nonexistent-face): Put them in the
1719 diff-mode customization group.
1720
1721 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1724
1725 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1726
1727 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1728 Minor regexp-optimization.
1729
1730 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1731
1732 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1733 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1734 (org-agenda-add-time-grid-maybe): New function.
1735 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1736 (org-table-create): `dotimes' instead of `mapcar'.
1737 (org-xor): Simplify implementation.
1738 (org-agenda): `inhibit-redisplay' turned on.
1739 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1740 a consistent line after a state change.
1741 (org-agenda-remove-times-when-in-prefix): New option.
1742 (org-prefix-has-time): New variable.
1743 (org-parse-time-string): Optional argument NODEFAULT.
1744 (org-format-agenda-item): Parse items for time-of-day
1745 specifications and move these into the prefix if possible.
1746 (org-agenda-priority): Get current heading, not previous heading
1747 during agenda remote editing.
1748
1749 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1750
1751 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1752 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1753 (remove-duplicates, delete-duplicates, substitute)
1754 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1755 (nsubstitute-if-not, find, find-if, find-if-not, position)
1756 (position-if, position-if-not, count, count-if, count-if-not)
1757 (mismatch, search, sort*, stable-sort, merge, member*)
1758 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1759 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1760 (intersection, nintersection, set-difference, nset-difference)
1761 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1762 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1763 (nsublis, tree-equal): Improve argument/docstring consistency.
1764
1765 * subr.el (send-string, send-region):
1766 Remove obsolescence declaration.
1767 (window-dot, set-window-dot, read-input, show-buffer)
1768 (eval-current-buffer, string-to-int):
1769 Add release number to obsolescence declarations.
1770
1771 2005-05-19 Kim F. Storm <storm@cua.dk>
1772
1773 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1774 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1775
1776 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1777
1778 * faces.el (list-faces-display): Make back button respect optional
1779 regexp arg.
1780
1781 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1782
1783 * calculator.el (calculator-radix-grouping-mode)
1784 (calculator-radix-grouping-digits, calculator-displayer)
1785 (calculator-radix-grouping-separator, calculator-copy-displayer):
1786 * dabbrev.el (dabbrev-search-these-buffers-only):
1787 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1788 (diff-advance-after-apply-hunk, diff-mode-hook)
1789 (diff-minor-mode-prefix):
1790 * imenu.el (imenu-use-popup-menu):
1791 * jit-lock.el (jit-lock-context-time):
1792 * newcomment.el (comment-fill-column, comment-column)
1793 (comment-style, comment-padding, comment-multi-line)
1794 (comment-empty-lines, comment-auto-fill-only-comments):
1795 * reveal.el (reveal-around-mark):
1796 * uniquify.el (uniquify-buffer-name-style)
1797 (uniquify-after-kill-buffer-p)
1798 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1799 (uniquify-min-dir-content, uniquify-separator)
1800 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1801 * w32-vars.el (w32-fixed-font-alist):
1802 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1803 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1804 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1805 * progmodes/perl-mode.el (perl-indent-level)
1806 (perl-continued-statement-offset, perl-continued-brace-offset)
1807 (perl-brace-offset, perl-brace-imaginary-offset)
1808 (perl-label-offset, perl-indent-continued-arguments)
1809 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1810 * progmodes/tcl.el (tcl-indent-level)
1811 (tcl-continued-indent-level, tcl-auto-newline)
1812 (tcl-tab-always-indent, tcl-electric-hash-style)
1813 (tcl-help-directory-list, tcl-use-smart-word-finder)
1814 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1815 (inferior-tcl-source-command):
1816 * textmodes/fill.el (enable-kinsoku):
1817 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1818 * textmodes/table.el (table-yank-handler):
1819 Specify missing group (and type, if simple) in defcustom.
1820
1821 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1822
1823 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1824
1825 2005-05-19 Richard M. Stallman <rms@gnu.org>
1826
1827 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1828
1829 * subr.el (event-basic-type): Don't get an error.
1830 (left-fringe-p): Function deleted.
1831
1832 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1833 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1834
1835 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1836 in recursive copy.
1837
1838 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1839
1840 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1841
1842 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1843 Call byte-compile-nogroup-warn if appropriate.
1844
1845 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1846 (compilation-set-window): Don't call left-fringe-p; do it directly.
1847
1848 2005-05-19 Jay Belanger <belanger@truman.edu>
1849
1850 * calc/calc-graph.el (calc-graph-format-data): Make sure
1851 var-PlotRejects is bound before trying to check its value.
1852
1853 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1854
1855 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1856 definition of this variable from reftex-global.el to reftex.el,
1857 because it is needed in the menu.
1858
1859 2005-05-19 Lute Kamstra <lute@gnu.org>
1860
1861 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1862 years are fixed. Don't insert a space after a dash.
1863
1864 2005-05-19 Kim F. Storm <storm@cua.dk>
1865
1866 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1867
1868 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1869
1870 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1871 strings, because (eq ... ?\\) is fairly frequent.
1872
1873 * progmodes/make-mode.el (makefile-add-this-line-targets):
1874 Simplify and integrate into `makefile-pickup-targets'.
1875 (makefile-add-this-line-macro): Simplify and integrate into
1876 `makefile-pickup-macros.
1877 (makefile-pickup-filenames-as-targets): Simplify.
1878 (makefile-previous-dependency, makefile-match-dependency):
1879 Don't stumble over `::'.
1880
1881 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1882
1883 * subr.el (post-command-idle-hook, post-command-idle-delay):
1884 Remove obsoletion of post-command-idle-hook and
1885 post-command-idle-delay.
1886
1887 * faces.el (list-faces-display): Provide button when describe-face
1888 is called to take user back to the list of faces.
1889
1890 * help-fns.el (describe-variable): Remove hyperlinks in a
1891 variable's value as these are quite frequently inappropriate.
1892
1893 * follow.el (follow-submit-feedback, follow-mode):
1894 Remove references to post-command-idle-hook.
1895
1896 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1897
1898 * progmodes/make-mode.el (makefile-previous-dependency)
1899 (makefile-match-dependency): Check for := (and in bsd mode also
1900 !=) to give a better result, even when font-lock is not on.
1901
1902 2005-05-18 Jay Belanger <belanger@truman.edu>
1903
1904 * calc/calc-help.el (calc-s-prefix-help):
1905 Add `calc-copy-special-constant' to help string.
1906
1907 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1908
1909 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1910
1911 2005-05-18 Jay Belanger <belanger@truman.edu>
1912
1913 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1914 in linear factors are in proper order.
1915
1916 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1917
1918 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1919 Support for jurabib.
1920
1921 * textmodes/reftex.el (featurep): Define aliases for overlay
1922 commands, for XEmacs compatibility, and use these aliases in
1923 overlay initializations.
1924 (reftex-highlight): Use `reftex-move-overlay'.
1925 (reftex-unhighlight): Use `reftex-delete-overlay'.
1926 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1927 (reftex-access-search-path): Use `reftex-uniquify' instead of
1928 `reftex-uniq'
1929
1930 * textmodes/reftex-sel.el (reftex-select-unmark):
1931 Overlay `before-string' property modification enables for Emacs as well.
1932 (reftex-select-item): Use `reftex-delete-overlay'.
1933 (reftex-select-mark): Use `reftex-make-overlay' and
1934 `reftex-overlay-put'.
1935 (reftex-select-unmark): Use `reftex-delete-overlay' and
1936 `reftex-overlay-put'.
1937
1938 2005-05-18 Lute Kamstra <lute@gnu.org>
1939
1940 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1941
1942 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1943
1944 * add-log.el (add-change-log-entry):
1945 * array.el (array-make-template, array-reconfigure-rows)
1946 (array-init-max-row, array-init-max-column)
1947 (array-init-columns-per-line, array-init-field-width):
1948 * replace.el (replace-match-maybe-edit, perform-replace):
1949 * textmodes/spell.el (spell-region):
1950 Replace `read-input' by `read-string'.
1951
1952 * forms.el (forms-mode):
1953 * finder.el (finder-compile-keywords):
1954 * shadowfile.el (shadow-read-files):
1955 Replace `eval-current-buffer' by `eval-buffer'.
1956
1957 * terminal.el (te-pass-through):
1958 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1959 (ange-ftp-raw-send-cmd):
1960 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1961 (send-process-next-char, telnet-initial-filter, telnet):
1962 Replace `send-string' by `process-send-string'.
1963
1964 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1965 (prolog-consult-region): Replace `send-string' by
1966 `process-send-string'; replace `send-region' by `process-send-region'.
1967
1968 * progmodes/delphi.el (delphi-log-msg):
1969 Replace `set-window-dot' by `set-window-point'.
1970
1971 * subr.el (window-dot, set-window-dot, read-input, send-string)
1972 (send-region, show-buffer, eval-current-buffer):
1973 Make really obsolete, as the comment says.
1974
1975 2005-05-17 Kim F. Storm <storm@cua.dk>
1976
1977 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1978 (cua--init-keymaps): Bind C-return instead of S-return to set
1979 rectangle mark.
1980
1981 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1982 instead of S-return to toggle/clear rectangle mark.
1983
1984 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1985
1986 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1987 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1988 Also fontify plain strings assigned to variables, mostly so that a
1989 colon has a face and is thus not taken as a dependency separator.
1990 (makefile-previous-dependency): Inline the new matcher, because it
1991 is too complex to work in both directions.
1992 (makefile-match-dependency): Eliminate `backward' arg (see above).
1993 Completely reimplemented so as to not sometimes go into an endless
1994 loop. It should also be more efficient, because first it only
1995 searches for `:', instead of applying the very complex regexp.
1996 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1997 to be fontified in one piece can be too long for JIT.
1998 Makefiles are never *that* big.
1999
2000 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2001
2002 * dired.el (dired-mode): Simplify.
2003
2004 2005-05-17 Lute Kamstra <lute@gnu.org>
2005
2006 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2007 defcustom for the mode hook variable.
2008
2009 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2010 Emacs Lisp Reference Manual.
2011
2012 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2013
2014 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2015 (evenp, list*):
2016 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2017 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2018
2019 * net/tramp-smb.el (tramp-smb-open-connection):
2020 Pass `tramp-chunksize' as fifth (required) argument.
2021
2022 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2023
2024 * font-lock.el (lisp-font-lock-keywords-1):
2025 Set `font-lock-negation-char-face' for [^...] char group.
2026 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2027
2028 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2029 a var, and refine it to mask one more level of nested vars.
2030 (makefile-rule-action-regex): Turn it into a var, and refine it so
2031 it recognizes backslashed continuation lines as belonging to the
2032 same command.
2033 (makefile-macroassign-regex): Refine it so it recognizes
2034 backslashed continuation lines as belonging to the same command.
2035 (makefile-var-use-regex): Don't look at the next char, because it
2036 might be the same one to be skipped by the initial [^$], leading
2037 to an overlooked variable use.
2038 (makefile-make-font-lock-keywords): Remove two parameters, which
2039 are now variables that some of the modes set locally.
2040 Handle dependency and rule action matching through functions, because
2041 regexps alone match too often. Dependency matching now comes
2042 last, so it can check, whether a colon already matched something else.
2043 (makefile-mode): Inform that font-lock improves makefile parsing
2044 capabilities.
2045 (makefile-match-dependency, makefile-match-action): New functions.
2046
2047 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2048
2049 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2050
2051 * align.el (align-regexp):
2052 * ansi-color.el (ansi-color-get-face):
2053 * array.el (array-reconfigure-rows, array-init-max-row)
2054 (array-init-max-column, array-init-columns-per-line)
2055 (array-init-field-width):
2056 * dired-aux.el (dired-trample-file-versions):
2057 * dired-x.el (dired-mark-sexp):
2058 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2059 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2060 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2061 * faces.el (face-read-integer):
2062 * files.el (backup-extract-version, insert-directory):
2063 * hexl.el (hexl-insert-decimal-char):
2064 * server.el (server-process-filter):
2065 * shell.el (shell-extract-num):
2066 * startup.el (command-line-1):
2067 * term.el (term-command-hook):
2068 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2069 (time-stamp-do-number):
2070 * time.el (display-time-update):
2071 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2072 (timezone-fix-time):
2073 * vms-patch.el (vms-suspend-resume-hook):
2074 * calendar/appt.el (appt-convert-time):
2075 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2076 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2077 * calendar/cal-islam.el (mark-islamic-diary-entries):
2078 * calendar/calendar.el (calendar-cursor-to-date)
2079 (calendar-star-date):
2080 * calendar/diary-lib.el (diary-attrtype-convert)
2081 (mark-diary-entries, diary-entry-time):
2082 * calendar/solar.el (solar-get-number):
2083 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2084 * emacs-lisp/re-builder.el (reb-display-subexp):
2085 * emulation/edt.el (edt-set-scroll-margins):
2086 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2087 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2088 (vip-get-ex-count):
2089 * emulation/viper-ex.el (viper-get-ex-token)
2090 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2091 * international/fontset.el (fontset-plain-name):
2092 * mail/feedmail.el (feedmail-look-at-queue-directory):
2093 * mail/mailalias.el (mail-get-names):
2094 * mail/rmail.el (rmail-convert-to-babyl-format):
2095 * mail/rmailsum.el (rmail-make-basic-summary-line)
2096 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2097 (rmail-summary-goto-msg):
2098 * mail/smtpmail.el (smtpmail-read-response):
2099 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2100 (ange-ftp-vms-add-file-entry):
2101 * play/gametree.el (gametree-looking-at-ply)
2102 (gametree-current-branch-score):
2103 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2104 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2105 * progmodes/cperl-mode.el (condition-case):
2106 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2107 (ebrowse-set-member-buffer-column-width)
2108 (ebrowse-select-1st-to-9nth):
2109 * progmodes/etags.el (etags-snarf-tag):
2110 * progmodes/flymake.el (flymake-parse-line):
2111 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2112 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2113 (idlwave-shell-menu-def):
2114 * progmodes/ps-mode.el (ps-run-goto-error):
2115 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2116 (vhdl-speedbar-contract-level):
2117 * term/mac-win.el (x-handle-numeric-switch):
2118 * term/sun-mouse.el (sun-get-frame-data):
2119 * term/w32-win.el (x-handle-numeric-switch):
2120 * term/x-win.el (x-handle-numeric-switch):
2121 * textmodes/ispell.el (ispell-parse-output):
2122 * textmodes/nroff-mode.el (nroff-outline-level):
2123 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2124 (reftex-bib-sort-year-reverse, reftex-format-citation):
2125 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2126 (reftex-section-number):
2127 * textmodes/texinfmt.el (texinfo-paragraphindent):
2128 Replace `string-to-int' by `string-to-number'.
2129
2130 * international/latexenc.el: Add page marker to force the "Local
2131 Variables:" string out of the last page.
2132
2133 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2134
2135 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2136 tooltip-change-major-mode.
2137 (gud-tooltip-print-command): Remove case where gud-minor-mode
2138 is gdb ("--fullname").
2139 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2140 explain to user.
2141
2142 2005-05-16 Jay Belanger <belanger@truman.edu>
2143
2144 * calc/calc-store.el (calc-copy-special-constant): New function.
2145
2146 * calc/calc-ext.el (calc-init-extensions): Add binding for
2147 `calc-copy-special-constant'.
2148
2149 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2150 for the `calc-copy-special-constant' command.
2151
2152 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2153
2154 * subr.el (left-fringe-p): New function.
2155
2156 * progmodes/compile.el (compilation-setup): Set local value of
2157 overlay-arrow-string to "" always.
2158 (compilation-set-window): Left fringe then don't scroll.
2159 No left fringe then no arrow and scroll message to top.
2160 (compilation-context-lines): Adjust doc string accordingly.
2161
2162 2005-05-16 Kim F. Storm <storm@cua.dk>
2163
2164 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2165 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2166 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2167 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2168 (ido-read-file-name): Handle commands with ido property value
2169 equal to find-file as reading a file name, to allow C-d to enter dired.
2170 (ibuffer-find-file): Add ido property with value find-file.
2171
2172 2005-05-15 Kim F. Storm <storm@cua.dk>
2173
2174 * subr.el (open-network-stream-nowait): Remove.
2175 (open-network-stream-server): Remove.
2176
2177 2005-05-15 Richard M. Stallman <rms@gnu.org>
2178
2179 * faces.el (describe-face): Output a definition link button.
2180
2181 * help-mode.el (help-face-def): New button type.
2182
2183 * emacs-lisp/copyright.el (copyright-fix-years):
2184 Match properly if the first year is 2-digit.
2185 Don't mess up the whitespace after the years by filling.
2186
2187 * dired-aux.el (dired-mark-confirm):
2188 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2189
2190 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2191 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2192 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2193
2194 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2195 Set font-lock-comment-start-skip.
2196
2197 * font-lock.el (font-lock-comment-start-skip): New variable.
2198 (font-lock-comment-end-skip): New variable.
2199 (font-lock-fontify-syntactically-region): Use them if non-nil.
2200
2201 2005-05-15 Jay Belanger <belanger@truman.edu>
2202
2203 * calc/calc-store.el (calc-store-value): Return a string rather
2204 than display it as a message.
2205 Use calc-var-name for variable name.
2206 (calc-store-into): Add the result of calc-store-value to message.
2207 (calc-copy-variable): Add a message.
2208 (calc-store-exchange): Improve error messages.
2209 (calc-store-binary, calc-store-map): Don't reset the values of
2210 special constants.
2211
2212 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2213
2214 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2215 manual to docstring.
2216
2217 * files.el (hack-local-variables-confirm): Add STRING argument.
2218 Make the function handle non file visiting buffers correctly.
2219 (hack-local-variables-prop-line, hack-local-variables)
2220 (hack-one-local-variable): Use STRING arg of
2221 `hack-local-variables-confirm'.
2222
2223 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2224
2225 Sync with Tramp 2.0.49.
2226
2227 * tramp.el (tramp-handle-dired-call-process)
2228 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2229 because the contents of the Tramp buffer is changed before
2230 insertion (`expand-file' and alike).
2231 (tramp-handle-insert-directory): If `localname' has an empty
2232 nondirectory name, it must not be quoted.
2233 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2234 variable `tramp-chunksize'. Change callees.
2235 (tramp-open-connection-setup-interactive-shell): Check remote host
2236 for buggy `send-process-string' implementation.
2237 Set `tramp-chunksize' if found. Reported by Michael Kifer
2238 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2239 (tramp-handle-shell-command): `insert-buffer' cannot be used
2240 because the contents of the Tramp buffer is changed before
2241 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2242 <frederic.bothamy@free.fr>.
2243 (tramp-set-auto-save): Actions should be done for Tramp file name
2244 handler only. Ange-FTP has its own auto-save mechanism.
2245 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2246 (tramp-set-auto-save-file-modes): Set file modes of
2247 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2248 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2249 (tramp-bug): Remove obsolete variable.
2250 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2251 for presence of `mml-mode'. Make it running for older Emacsen as well.
2252
2253 2005-05-14 John Paul Wallington <jpw@pobox.com>
2254
2255 * ibuf-ext.el (define-ibuffer-filter filename):
2256 If `dired-directory' is a list, use its car.
2257
2258 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2259
2260 * ibuffer.el (define-ibuffer-column filename):
2261 If `dired-directory' is a list, use its car.
2262
2263 2005-05-14 Richard M. Stallman <rms@gnu.org>
2264
2265 * subr.el (symbol-file): Doc fix.
2266
2267 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2268 (byte-compile-form): Call byte-compile-nogroup-warn.
2269 (byte-compile-warning-types): Doc fix.
2270
2271 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2272
2273 * progmodes/cc-engine.el (c-literal-faces):
2274 Add font-lock-comment-delimiter-face.
2275
2276 * net/net-utils.el (dig): Use with-no-warnings.
2277
2278 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2279 (sc-recite-frame-alist, sc-default-cite-frame)
2280 (sc-default-uncite-frame, sc-default-recite-frame)
2281 (sc-attrib-selection-list, sc-rewrite-header-list):
2282 Mark as risky-local-variable.
2283
2284 * international/ogonek.el (ogonek-jak, ogonek-how):
2285 Don't use beginning-of-buffer.
2286
2287 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2288
2289 * calendar/solar.el (solar-data-list): Move definition up.
2290
2291 * dnd.el (dnd-protocol-alist): Add autoload.
2292
2293 * progmodes/sh-script.el: Many doc usage fixes.
2294 (sh-indent-after-do): Change default to match common styles.
2295
2296 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2297
2298 * files.el (interpreter-mode-alist)
2299 (auto-mode-interpreter-regexp): Doc fixes.
2300
2301 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2302
2303 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2304
2305 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2306
2307 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2308
2309 * dired.el (dired-mode): make-variable-buffer-local =>
2310 make-local-variable.
2311
2312 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2313
2314 * term/mac-win.el (mac-select-convert-to-string): Try coding
2315 systems in mac-script-code-coding-systems if specified one cannot
2316 encode string for `com.apple.traditional-mac-plain-text'.
2317
2318 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2319
2320 * progmodes/make-mode.el (makefile-targets-face)
2321 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2322 (makefile-dependency-regex): Fix it to not make the colon in
2323 $(var:a=b) special.
2324 (makefile-rule-action-regex): New regexp for highlighting embedded
2325 Shell strings.
2326 (makefile-macroassign-regex): Handle != for highlighting as
2327 embedded Shell strings.
2328 (makefile-var-use-regex): New const.
2329 (makefile-statements, makefile-automake-statements)
2330 (makefile-gmake-statements, makefile-makepp-statements)
2331 (makefile-bsdmake-statements): New consts.
2332 (makefile-make-font-lock-keywords): New function.
2333 (makefile-automake-font-lock-keywords)
2334 (makefile-gmake-font-lock-keywords)
2335 (makefile-makepp-font-lock-keywords)
2336 (makefile-bsdmake-font-lock-keywords): New consts.
2337 (makefile-mode-map): Add switchers between the various submodes.
2338 (makefile-mode): Document the availability of the variants.
2339 (makefile-automake-mode, makefile-gmake-mode)
2340 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2341
2342 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2343 new variants of makefile-mode.
2344
2345 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2348 the inheritance.
2349
2350 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2351
2352 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2353 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2354
2355 * files.el (normal-mode): Extend the scope of the
2356 `enable-local-variables' binding to include the `set-auto-mode' call.
2357 (magic-mode-alist): Doc fix.
2358
2359 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2362 font-lock-comment-face rather than copying its setting.
2363
2364 2005-05-12 Andreas Schwab <schwab@suse.de>
2365
2366 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2367
2368 2005-05-12 Lute Kamstra <lute@gnu.org>
2369
2370 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2371 defcustom for the mode hook variable. Delete the last argument.
2372 * generic-x.el: Fix callers of define-generic-mode.
2373 (generic-x-modes): Delete group.
2374 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2375 generic-x customization group.
2376
2377 2005-05-12 Kim F. Storm <storm@cua.dk>
2378
2379 * font-lock.el (font-lock-negation-char-face): Default to "off".
2380
2381 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2382 font-lock-negation-char-face to ! in !=.
2383
2384 2005-05-12 Masatake YAMATO <jet@gyve.org>
2385
2386 * add-log.el (find-change-log): Fix typos in the docstring
2387 of function.
2388
2389 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2390
2391 * international/latexenc.el (latexenc-find-file-coding-system):
2392 Avoid `re-search-forward' when looking for input encoding because
2393 of speed and safety. Better regular expressions for recognizing
2394 input encoding. Limit a search for TeX-master/tex-main-file to
2395 the local variable section.
2396
2397 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2398
2399 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2400 syntax of $ to "'" (quote).
2401
2402 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2403
2404 * dnd.el (dnd-protocol-alist): Improve custom type.
2405
2406 * dired.el (dired-dnd-protocol-alist): New variable.
2407 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2408 `dired-mode-hook' to the end.
2409
2410 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2413 comment-end if comment-start-skip is not set.
2414 Obey the font-lock-comment-delimiter-face variables.
2415
2416 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * files.el (executable-find): Move from executable.el. Use locate-file.
2419 * progmodes/executable.el (executable-find): Move to files.el.
2420
2421 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2422 when trying to ensure forward progress.
2423
2424 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2427 (mouse-select, mouse-select-internal, mouse-extend-internal):
2428 Use it to implement mouse-1-click-follows-link functionality.
2429
2430 2005-05-11 Richard M. Stallman <rms@gnu.org>
2431
2432 * font-lock.el (font-lock-fontify-syntactically-region):
2433 Use font-lock-comment-delimiter-face for comment delimiters.
2434
2435 2005-05-10 Jay Belanger <belanger@truman.edu>
2436
2437 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2438 preserving embedded modes.
2439
2440 2005-05-10 Richard M. Stallman <rms@gnu.org>
2441
2442 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2443
2444 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2445 Move from ada-stmt.el.
2446 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2447
2448 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2449 Move to ada-mode.el.
2450 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2451
2452 * cus-edit.el (custom-file): Call file-chase-links.
2453
2454 * files.el (read-directory-name): Fix previous change.
2455 (hack-local-variables-confirm): New function.
2456 (hack-local-variables-prop-line, hack-local-variables)
2457 (hack-one-local-variable): Use it.
2458
2459 2005-05-10 Lute Kamstra <lute@gnu.org>
2460
2461 * font-lock.el (font-lock-keywords-alist)
2462 (font-lock-removed-keywords-alist): Clarify docstrings.
2463
2464 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2465
2466 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2467 (gdb-source-info): Check for preprocessor info.
2468 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2469 a macro for a function.
2470 (gdb-info-breakpoints-custom): Try to find file again if not already
2471 found (user might have used GDB dir command).
2472 (gdb-get-location): Update gdb-location-alist correctly for change
2473 to gdb-info-breakpoints-custom.
2474
2475 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2476 (gud-tooltip-print-command): Add gdbmi case.
2477 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2478 preprocessor info.
2479
2480 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2481
2482 * startup.el (fancy-splash-insert): Fix typo in doc string.
2483
2484 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2485
2486 * obsolete/float.el (string-to-float):
2487 * obsolete/hilit19.el (hilit-add-pattern):
2488 * obsolete/rnews.el (news-parse-range, news-select-message)
2489 (news-get-pruned-list-of-files): Replace `string-to-int' by
2490 `string-to-number'.
2491
2492 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2493 `find-file-not-found-hooks'; use `add-hook'.
2494 (uncompress-while-visiting): Set `write-file-functions', not
2495 `write-file-hooks'; use `add-hook'.
2496
2497 2005-05-09 Kim F. Storm <storm@cua.dk>
2498
2499 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2500 (cua-paste): Handle clipboard action.
2501 (cua--init-keymaps): Remap clipboard-kill-region and
2502 clipboard-kill-ring-save.
2503
2504 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2505
2506 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2507 Improve commentary.
2508
2509 * simple.el (next-error-overlay-arrow-position): Revert the change
2510 made on 2005-04-30.
2511
2512 2005-05-07 Jay Belanger <belanger@truman.edu>
2513
2514 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2515 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2516 `calc-sel-reselect'.
2517
2518 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2519 Calc is in embedded mode.
2520
2521 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2522
2523 * progmodes/compile.el (compilation-setup):
2524 Set overlay-arrow-string to an empty string on text terminals.
2525
2526 * textmodes/ispell.el (ispell-program-name): Try looking for
2527 "aspell" along exec-path, and if found, use it as the default
2528 speller program.
2529
2530 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2531
2532 * international/mule.el (sgml-xml-auto-coding-function):
2533 Recognize encoding='FOO' in single quotes as well as in double quotes.
2534
2535 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2536
2537 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2538 as well as `interactive', so that defmacro* would recognize
2539 `declare' forms.
2540
2541 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2542
2543 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2544 Explain more about the LIGHTER arg's usage in the doc string.
2545 Add commentary to clarify what the code does. Fix the regexp that
2546 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2547 since it could have characters special to regular expressions.
2548
2549 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2550
2551 * replace.el (occur-1): Bind inhibit-read-only so that
2552 erase-buffer doesn't barf on read-only text properties (likewise
2553 for add-text-properties in occur-engine). Mark buffer as unmodified.
2554 (occur-engine): Don't set buffer-read-only here.
2555
2556 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2559 list-buffers-directory. This caused the *cvs-commit* buffer to be
2560 sometimes mistakenly reused as a *cvs* buffer.
2561
2562 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2563
2564 * tooltip.el: Move code for GUD tooltips into gud.el.
2565 (require): CL no longer needed to compile case.
2566 (tooltip-mode): Do not toggle functions for GUD tooltips.
2567 (tooltip-gud-tips-p): Remove. Replace with minor mode
2568 gud-tooltip-mode in gud.el.
2569 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2570 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2571 tooltip-gud prefix with gud-tooltip and obsolete.
2572 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2573 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2574 (tooltip-mouse-motion): Mouse movement functions/variable.
2575 Rename in gud.el by adding gud prefix.
2576 (tooltip-gud-original-filter, tooltip-gud-dereference)
2577 (tooltip-gud-event, tooltip-toggle-gud-tips)
2578 (tooltip-gud-process-output, tooltip-gud-print-command)
2579 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2580 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2581 (gdb-tooltip-print): Move to gdb-ui.el.
2582
2583 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2584 (require): CL needed to compile case.
2585 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2586 tooltip-gud-tips-p. Make it a minor-mode.
2587 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2588 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2589 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2590 (gud-tooltip-change-major-mode)
2591 (gud-tooltip-activate-mouse-motions-if-enabled)
2592 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2593 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2594 (gud-tooltip-original-filter, gud-tooltip-dereference)
2595 (gud-tooltip-event, tooltip-toggle-gud-tips)
2596 (gud-tooltip-process-output, gud-tooltip-print-command)
2597 (gud-tooltip-tips): Move from tooltip.el.
2598
2599 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2600 (gdb-cpp-define-alist-flags): Doc fix.
2601 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2602 gud-tooltip-mode is t.
2603
2604 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2607 evaporate if their text is deleted.
2608 (goto-address-at-point): Make it work as a mouse binding as well.
2609 (goto-address-at-mouse): Obsolete it. Update users.
2610
2611 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2612
2613 * calendar/appt.el (top-level): No longer activate on load.
2614
2615 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2616
2617 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2618 * net/webjump.el (webjump):
2619 * progmodes/idlw-help.el (idlwave-do-context-help1)
2620 (idlwave-highlight-linked-completions):
2621 * textmodes/po.el (po-find-file-coding-system-guts):
2622 Replace `assoc-ignore-case' by `assoc-string'.
2623
2624 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2625
2626 * files.el (locate-file): Doc fix.
2627
2628 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2629 Remove the redundant test for ms-dos.
2630
2631 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2632 look for the preprocessor with exec-suffixes. If not found in
2633 standard places, look in exec-path. Remove most of the tests that
2634 used system-type.
2635
2636 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2637
2638 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2639
2640 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2641 file-name clash with jka-compr.el on 8+3 filesystems.
2642
2643 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2644
2645 * term/mac-win.el: Don't define or bind scroll bar functions if
2646 x-toolkit-scroll-bars is t.
2647 (x-select-text, x-get-selection-value):
2648 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2649 (PRIMARY): Put mac-scrap-name property.
2650 (mac-select-convert-to-file-url): New function.
2651 (public.file-url): New selection target type. Add to
2652 selection-converter-alist.
2653 (x-get-selection, x-selection-value): Handle it.
2654 (x-cut-buffer-or-selection-value): New alias.
2655
2656 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2657
2658 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2659 entry to avoid calling bibtex-find-entry with arg global
2660 being t. Remove arg key.
2661 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2662 (bibtex-copy-summary-as-kill): Change accordingly.
2663
2664 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2667 (org-agenda-date-later): Use with-current-buffer.
2668
2669 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2670
2671 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2672 (define-obsolete-variable-alias): Doc Fixes.
2673
2674 2005-05-06 Kim F. Storm <storm@cua.dk>
2675
2676 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2677 vertical-motion when selective-display is active.
2678
2679 * ido.el (ido-setup-hook): New hook.
2680 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2681 (ido-input-stack): New var.
2682 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2683 ido-next-work-file binding to M-O.
2684 Bind M-f to ido-wide-find-file-or-pop-dir.
2685 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2686 (ido-read-internal): Run ido-setup-hook.
2687 Catch quit in read-file-name and read-string to cancel edit.
2688 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2689 Automatically pop-all when completing a directory name (RET).
2690 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2691 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2692 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2693 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2694 New functions for M-b/M-f to move among the directory components.
2695 (ido-make-merged-file-list): Catch quit to cancel merge.
2696 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2697 (ido-completion-help): No warnings for ido-completion-buffer-full.
2698
2699 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2700
2701 * font-lock.el (font-lock-negation-char-face): New face and variable.
2702 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2703 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2704 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2705 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2706
2707 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2708
2709 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2710 Fix typo in docstring.
2711
2712 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2713 (ebrowse-print-statistics-line)
2714 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2715
2716 * term/w32-win.el (image-library-alist): Add additional name for
2717 Xpm library.
2718
2719 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2720
2721 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2722 use gcc instead of cpp.
2723
2724 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2725 (gdb-create-define-alist): Use it.
2726 (gdb-cpp-define-alist-program): Update for MS-DOS.
2727
2728 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2729
2730 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2731
2732 2005-05-04 Richard M. Stallman <rms@gnu.org>
2733
2734 * help.el (describe-key): No error when UNTRANSLATED is nil.
2735
2736 * simple.el (line-move-1): Fix previous change to signal errors
2737 appropriately.
2738
2739 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2740
2741 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2742 (icalendar-duration-correction): Remove.
2743 (icalendar--get-event-properties): Split result at commas.
2744 (icalendar--decode-isoduration): New optional argument
2745 DURATION-CORRECTION.
2746 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2747 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2748 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2749 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2750 (icalendar--convert-anniversary-to-ical): New functions, extracted
2751 from icalendar-export-region, with bug fixes.
2752 (icalendar-export-region): Use the above functions.
2753 (icalendar-import-buffer): Check before saving diary file.
2754 (icalendar--convert-recurring-to-diary)
2755 (icalendar--convert-non-recurring-all-day-to-diary)
2756 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2757 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2758 (icalendar--convert-ical-to-diary): Use the above functions.
2759
2760 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2761
2762 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2763 Remove these recent additions.
2764 (c-mode): Restore to before 2005-04-28.
2765
2766 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2767 recent addition.
2768
2769 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2770 (gdb-define-alist): New variables.
2771 (gdb-create-define-alist): New function.
2772 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2773 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2774 with string-to-number.
2775 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2776
2777 * progmodes/gud.el: Replace string-to-int with string-to-number.
2778 (gud-find-file): Handle gdb-define-alist.
2779
2780 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2781
2782 2005-05-02 Jay Belanger <belanger@truman.edu>
2783
2784 * calc/calc-aent.el (math-read-token):
2785 * calc/calc-bin.el (calc-word-size):
2786 * calc/calc-ext.el (calc-read-number-fancy):
2787 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2788 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2789 * calc/calc-frac.el (calc-over-notation):
2790 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2791 (calc-graph-num-points, calc-graph-init):
2792 * calc/calc-prog.el (calc-read-parse-table-part)
2793 (calc-edit-macro-repeats):
2794 * calc/calc-yank.el (calc-do-grab-rectangle):
2795 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2796 Replace `string-to-int' by `string-to-number'.
2797
2798 2005-05-02 Kim F. Storm <storm@cua.dk>
2799
2800 * kmacro.el: Use executing-kbd-macro-index variable.
2801
2802 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2803
2804 * net/rlogin.el (rlogin-parse-words): Delete func.
2805 (rlogin): Use split-string, not rlogin-parse-words.
2806 Also, if there are option-like elements in the parsed args,
2807 take the host to be the first arg immediately following them.
2808 Suggested by Michael Mauger.
2809
2810 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2811
2812 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2813
2814 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2815
2816 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2817 (cc-mode-cpp-program): Rename to cc-define-list-program and
2818 move to cc-vars.el.
2819
2820 * progmodes/cc-vars.el (cc-define-list-program):
2821 Change to "gcc -E -dM -". Make customizable.
2822
2823 2005-05-02 Kim F. Storm <storm@cua.dk>
2824
2825 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2826
2827 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2828
2829 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2830
2831 * international/mule-util.el (truncate-string): Remove alias and
2832 obsolete declaration.
2833
2834 * international/mule-cmds.el (update-iso-coding-systems):
2835 Remove alias and obsolete declaration.
2836
2837 * international/mule.el (coding-system-parent): Remove alias and
2838 obsolete declaration.
2839
2840 * subr.el (define-function, sref): Remove aliases and obsolete
2841 declarations.
2842 (chars-in-region): Remove obsolete declaration.
2843
2844 2005-05-01 Richard M. Stallman <rms@gnu.org>
2845
2846 * info.el (Info-mode): Set widen-automatically to nil, locally.
2847
2848 * simple.el (widen-automatically): New variable.
2849 (pop-global-mark): Obey widen-automatically.
2850
2851 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2852
2853 * term/xterm.el (function-key-map): Call substitute-key-definition
2854 before the keymap size is increased by a lot of define-key calls.
2855
2856 2005-05-01 Richard M. Stallman <rms@gnu.org>
2857
2858 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2859 Rename ARG to ELEMENT. Doc fix.
2860
2861 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2862
2863 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2864 Remove references to allout-exposure/change to allout-new-exposure.
2865
2866 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2867 bytecode symbols.
2868
2869 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2870 (compiled-function-p, focus-frame, unfocus-frame):
2871 Remove aliases and obsolete declarations.
2872 Back out inadvertent changes from previous commit.
2873
2874 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2875
2876 * files.el (require-final-newline): Make Custom tags consistent
2877 with mode-require-final-newline.
2878 (mode-require-final-newline): Doc fix.
2879
2880 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * international/latexenc.el (latexenc-find-file-coding-system):
2883 Fix regular expressions.
2884
2885 2005-05-01 David Kastrup <dak@gnu.org>
2886
2887 * international/latexenc.el (latexenc-find-file-coding-system):
2888 Fix regular expressions.
2889
2890 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2891
2892 * subr.el (string-to-int): Make obsolete.
2893
2894 2005-04-30 Richard M. Stallman <rms@gnu.org>
2895
2896 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2897
2898 * loadup.el: load jka-comp-hook.
2899
2900 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2901 (jka-compr-handler): Add autoload. `put' calls moved
2902 to jka-comp-hook.el.
2903 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2904 (jka-compr-inhibit): Autoload.
2905
2906 * jka-comp-hook.el: New file.
2907 Enable the mode by default.
2908
2909 * files.el (backup-buffer-copy): Use copy-file instead
2910 of write-region, and put back the 'excl.
2911
2912 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * progmodes/flymake.el (flymake-split-string)
2915 (flymake-split-string, flymake-log, flymake-pid-to-names)
2916 (flymake-reg-names, flymake-get-source-buffer-name)
2917 (flymake-unreg-names, flymake-add-line-err-info)
2918 (flymake-add-err-info): Clarify docstrings.
2919 (flymake-popup-menu, flymake-make-emacs-menu)
2920 (flymake-make-xemacs-menu): Add docstrings.
2921 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2922 Set variables directly throughout.
2923
2924 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2925
2926 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2927 exists. Initialise cc-define-alist.
2928 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2929 If there is no file (Macroexpansion) don't create an alist.
2930
2931 2005-04-29 Sam Steingold <sds@gnu.org>
2932
2933 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2934 (cc-create-define-alist): Use it instead of the hard-coded string.
2935
2936 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2939 for latexenc.
2940
2941 2005-04-29 Lute Kamstra <lute@gnu.org>
2942
2943 * emacs-lisp/generic.el: Improve commentary section.
2944 (define-generic-mode): Improve docstring.
2945
2946 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2947
2948 * textmodes/org.el (many places): Change to quiet the byte compiler.
2949 (org-prefix-format-compiled): New variable.
2950 (org-compile-prefix-format): New function.
2951 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2952 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2953 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2954 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2955 consistency with entries from `org-mode' files.
2956 (org-get-time-of-day): Fix bug with partial matches early in a line.
2957 (org-non-link-chars): New constant.
2958 (org-link-regexp): Respect `org-non-link-chars'.
2959 (org-agenda-day-view): Remove command.
2960 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2961 (org-follow-bbdb-link, org-store-link): Search also company field.
2962 (org-highlight-overlay): New variable.
2963 (org-highlight, org-unhighlight): New functions.
2964 (org-agenda-mode): Add pre-command-hook to remove highlight.
2965 (org-evaluate-time-range): Behavior depends upon whether time stamp
2966 contains a time or not.
2967 (org-show-subtree, org-show-entry): New functions.
2968 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2969
2970 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2971
2972 * comint.el (comint-output-filter-functions): Add autoload cookie.
2973
2974 2005-04-28 Kim F. Storm <storm@cua.dk>
2975
2976 * ido.el (ido-everywhere): Fix last change.
2977
2978 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2979
2980 * international/latexenc.el: New file.
2981 * international/mule-conf.el (file-coding-system-alist): For .tex,
2982 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2983
2984 2005-04-28 Lute Kamstra <lute@gnu.org>
2985
2986 * font-lock.el (font-lock-add-keywords)
2987 (font-lock-remove-keywords): Clarify docstring.
2988 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2989 Don't start docstrings with a `*'.
2990 (font-lock-update-removed-keyword-alist): Give it a docstring.
2991
2992 * generic-x.el: Update commentary section.
2993 Only require font-lock when compiling.
2994 Define all modes conditionally.
2995 Place all generic modes in the generic-x-modes customization group.
2996 (generic-x-modes): New customization group.
2997 (generic-default-modes, generic-mswindows-modes)
2998 (generic-unix-modes, generic-other-modes): New constants.
2999 (generic-define-mswindows-modes, generic-define-unix-modes):
3000 Update docstrings. Make them obsolete.
3001 (generic-extras-enable-list): New default value. Update docstring.
3002 Improve :type. Change :set function.
3003 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3004 Fix docstring.
3005
3006 * emacs-lisp/generic.el (generic-mode-internal):
3007 Simplify font-lock-defaults.
3008 (define-generic-mode): Fix docstring.
3009
3010 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3011
3012 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3013 font-lock-face property to highlight matches.
3014
3015 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3016
3017 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3018 (cc-define-alist): New variable.
3019 (c-mode): Make it local and initialise it.
3020
3021 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3022 (gdb-exited): New function.
3023 (gdb-annotation-rules): Use it.
3024 (gdb-starting): Set gdb-active-process to t.
3025 (gdb-stopping): Amend doc string.
3026 (gdb-reset): Set gdb-active-process to nil.
3027
3028 * tooltip.el (tooltip-gud-tips): Show the associated #define
3029 directives when a C program under GDB is not executing.
3030
3031 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3034 font-lock-fontify-syntactic-keywords.
3035
3036 * font-lock.el (font-lock-default-fontify-region): Don't force
3037 parse-sexp-lookup-properties to nil.
3038
3039 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3040
3041 * man.el (man-mode-syntax-table): Set up `:' to have
3042 word-constituent syntax.
3043
3044 2005-04-27 Lute Kamstra <lute@gnu.org>
3045
3046 * novice.el (disable-command): Don't add spurious newlines to the
3047 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3048
3049 2005-04-26 Jay Belanger <belanger@truman.edu>
3050
3051 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3052 than one window before deleting window.
3053
3054 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3055
3056 * shell.el (shell-prompt-pattern): Doc fix.
3057 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3058
3059 * comint.el (comint-prompt-regexp, comint-get-old-input)
3060 (comint-use-prompt-regexp)
3061 (comint-use-prompt-regexp-instead-of-fields)
3062 (comint-replace-by-expanded-history, comint-send-input)
3063 (comint-output-filter, comint-get-old-input-default)
3064 (comint-line-beginning-position, comint-bol, comint-show-output)
3065 (comint-backward-matching-input, comint-forward-matching-input)
3066 (comint-next-prompt, comint-previous-prompt):
3067 Rename `comint-use-prompt-regexp-instead-of-fields' to
3068 `comint-use-prompt-regexp'. Keep old name as alias and declare
3069 obsolete.
3070 (comint-use-prompt-regexp): Shorten first line of doc string.
3071
3072 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3073 Set paragraph-separate buffer locally to "\\'".
3074
3075 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3076 Adapt to above name change.
3077
3078 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3079 (smbclient-prompt-regexp): Ditto.
3080
3081 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3082
3083 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3084
3085 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3086 gdb-location-list.
3087 Break lines that are over 80 characters wide.
3088
3089 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3092 New fun and var, to preserve compatibility.
3093
3094 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3095
3096 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3097
3098 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3099 name to file-newer-than-file-p.
3100
3101 2005-04-26 Richard M. Stallman <rms@gnu.org>
3102
3103 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3104
3105 * progmodes/python.el (python-mode):
3106 Use new name eldoc-documentation-function.
3107
3108 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3109
3110 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3111 (eldoc-documentation-function):
3112 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3113
3114 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3115
3116 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3117
3118 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3119
3120 * term/xterm.el (function-key-map): Fix strings for
3121 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3122 {C,S,A,C-S}-{f1-f12}.
3123
3124 2005-04-26 Kenichi Handa <handa@m17n.org>
3125
3126 * international/mule-cmds.el (select-safe-coding-system):
3127 Fix previous change.
3128
3129 2005-04-26 Lute Kamstra <lute@gnu.org>
3130
3131 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3132
3133 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3134 (font-lock-comment-delimiter-face): Ditto.
3135
3136 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3137
3138 2005-04-25 Jay Belanger <belanger@truman.edu>
3139
3140 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3141 to t while inserting information; use help-mode.
3142
3143 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3144
3145 * term.el (ansi-term-color-vector): Use the xterm colors.
3146 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3147
3148 2005-04-25 Lute Kamstra <lute@gnu.org>
3149
3150 * font-core.el (font-lock-defaults): Fix docstring.
3151
3152 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3153
3154 2005-04-25 Kenichi Handa <handa@m17n.org>
3155
3156 * international/mule-cmds.el (select-safe-coding-system):
3157 Don't check consistency with coding: spec, etc if raw-text or
3158 no-conversion was found to be safe.
3159
3160 2005-04-24 Richard M. Stallman <rms@gnu.org>
3161
3162 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3163 citation markers at start of each line.
3164
3165 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3166 citation markers at start of each line.
3167
3168 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3169
3170 * files.el (mode-require-final-newline): Fix previous change.
3171 (require-final-newline): Fix type label.
3172
3173 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3174
3175 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3176 statement in buffer (broken by 2004-11-24 change).
3177
3178 2005-04-24 Kim F. Storm <storm@cua.dk>
3179
3180 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3181 and read-file-name-function values. Don't overwrite existing
3182 non-nil values if ido-mode is enabled without ido-everywhere.
3183
3184 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3185
3186 * files.el (mode-require-final-newline): Minor doc fix.
3187
3188 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3189
3190 * subr.el (syntax-after): Doc fix.
3191 (syntax-class): If argument is nil, return nil. Mask off upper 16
3192 bits, not 8 bits.
3193
3194 * files.el (mode-require-final-newline): Doc fix.
3195 (backup-buffer-copy): Fix last change.
3196
3197 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3198
3199 * term/mac-win.el: Require select. Set selection-coding-system to
3200 mac-system-coding-system. Call menu-bar-enable-clipboard.
3201 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3202 (x-select-enable-clipboard): New variables.
3203 (x-select-text, x-get-selection, x-selection-value)
3204 (x-get-selection-value, mac-select-convert-to-string)
3205 (mac-services-open-file, mac-services-open-selection)
3206 (mac-services-insert-text): New functions.
3207 (CLIPBOARD, FIND): Put mac-scrap-name property.
3208 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3209 (public.tiff): Put mac-ostype property.
3210 (selection-converter-alist): Add entries for them.
3211 (mac-application-menu-map): New keymap.
3212 (interprogram-cut-function, interprogram-paste-function): Set to
3213 x-select-text and x-get-selection-value, respectively.
3214 (split-window-keep-point): Set to t.
3215
3216 2005-04-23 Richard M. Stallman <rms@gnu.org>
3217
3218 * files.el (read-directory-name): Always pass non-nil
3219 DEFAULT-FILENAME arg to read-file-name.
3220 (backup-buffer-copy, basic-save-buffer-2): Take care against
3221 writing thru an unexpected existing symlink.
3222 (revert-buffer): In indirect buffer, revert the base buffer.
3223 (magic-mode-alist): Doc fix.
3224 (buffer-stale-function): Doc fix.
3225 (minibuffer-with-setup-hook): Avoid warning.
3226 (mode-require-final-newline): Doc and custom fix.
3227
3228 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3229
3230 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3231 use the default appearance.
3232 (font-lock-comment-delimiter-face): New face, new variable.
3233
3234 * imenu.el (imenu--generic-function): The official position of a
3235 definition is the start of the line that BEG is in.
3236
3237 * midnight.el (midnight-timer): Move defvar up.
3238
3239 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3240
3241 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3242
3243 * startup.el (command-line): Use with-no-warnings.
3244
3245 * window.el (window-size-fixed): New defvar.
3246
3247 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3248
3249 * mail/rmail.el (rmail-font-lock-keywords):
3250 Use font-lock-comment-delimiter-face.
3251
3252 * mail/sendmail.el (mail-font-lock-keywords):
3253 Use font-lock-comment-delimiter-face.
3254
3255 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3256
3257 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3258
3259 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3260 Specify t for LAXMATCH when matching directories.
3261 Save match data around compilation-compat-error-properties form.
3262
3263 2005-04-23 David Kastrup <dak@gnu.org>
3264
3265 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3266 Mention that the autoloaded aliases should be kept for AUCTeX.
3267
3268 2005-04-23 Andreas Schwab <schwab@suse.de>
3269
3270 * isearch.el (isearch-forward): Doc fix.
3271
3272 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3273
3274 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3275 (jit-lock-stealth-nice): Change default value to 0.5.
3276
3277 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3278
3279 * abbrev.el (write-abbrev-file): Write table entries in
3280 alphabetical order by table name.
3281
3282 2005-04-22 Kim F. Storm <storm@cua.dk>
3283
3284 * ido.el (ido-read-internal): Fix `list' completion.
3285
3286 2005-04-22 Kenichi Handa <handa@m17n.org>
3287
3288 * recentf.el (recentf-save-file-coding-system): New variable.
3289 (recentf-save-list): Encode the file by
3290 recentf-save-file-coding-system and add coding: tag.
3291
3292 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3293
3294 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3295
3296 2005-04-21 Lute Kamstra <lute@gnu.org>
3297
3298 * loadhist.el (unload-feature): Don't remove a function from hooks
3299 if it is about to be restored to an autoload . Remove functions
3300 that will become unbound from auto-mode-alist. Simplify the code.
3301
3302 * subr.el (assq-delete-all): New implementation that is linear,
3303 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3304 (rassq-delete-all): New function.
3305
3306 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3307 Add size-indication-mode.
3308
3309 2005-04-21 Kenichi Handa <handa@m17n.org>
3310
3311 * international/mule-cmds.el: Add autoload for widget-value in
3312 eval-when-compile.
3313
3314 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3315
3316 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3317 Add tooltip-mode.
3318
3319 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3320
3321 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3322
3323 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3324 (inferior-lisp-filter-regexp, inferior-lisp-program)
3325 (inferior-lisp-load-command, inferior-lisp-prompt)
3326 (inferior-lisp-mode-hook, lisp-source-modes)
3327 (inferior-lisp-load-hook): defvar->defcustom.
3328 (inferior-lisp-program, inferior-lisp-prompt)
3329 (inferior-lisp-load-hook): Doc fixes.
3330 (inferior-lisp-install-letter-bindings): Small change in
3331 introductory comment.
3332
3333 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3334
3335 * vc.el (vc-annotate-color-map): Change some colors so that text
3336 using them as foreground is readable on both white and black
3337 backgrounds.
3338
3339 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * international/mule-conf.el (translation-table-for-input):
3342 Remove redundant declaration.
3343
3344 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3345
3346 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3347
3348 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3349 (tooltip-toggle-gud-tips): New function.
3350
3351 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3352
3353 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3354 right angle brackets.
3355
3356 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3357
3358 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3359
3360 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3363 Remove. Update callers to use expand-file-name instead.
3364
3365 * subr.el (syntax-class): New function.
3366
3367 * simple.el (blink-matching-open): Use it.
3368
3369 * paren.el (show-paren-function): Use it to recognize parens that are
3370 also used in 2-char comment markers.
3371
3372 2005-04-19 Lute Kamstra <lute@gnu.org>
3373
3374 * loadhist.el (unload-feature): Update for new format of
3375 load-history. Simplify the code.
3376
3377 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3378
3379 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3380 (mac-add-charset-info): New function. Initialize variable
3381 mac-charset-info-alist using it.
3382 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3383 for translation.
3384 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3385 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3386 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3387 New CCL programs.
3388
3389 2005-04-19 Kim F. Storm <storm@cua.dk>
3390
3391 * simple.el (next-buffer, prev-buffer, next-error)
3392 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3393 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3394
3395 * bindings.el (next-buffer, prev-buffer, next-error)
3396 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3397 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3398 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3399 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3400
3401 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * isearch.el (isearch-edit-string): Make the search-ring available for
3404 minibuffer history commands.
3405 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3406 the default history commands now work just as well.
3407 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3408
3409 2005-04-18 Kim F. Storm <storm@cua.dk>
3410
3411 * emulation/cua-base.el (cua--pre-command-handler): Add more
3412 elaborate check for shift modifier on non-window systems.
3413
3414 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3415
3416 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3417
3418 2005-04-18 Kim F. Storm <storm@cua.dk>
3419
3420 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3421 and make it optional. Don't test tooltip-gud-echo-area here.
3422 (tooltip-gud-process-output, gdb-tooltip-print):
3423 Pass tooltip-gud-echo-area to tooltip-show.
3424 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3425
3426 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3427
3428 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3429 `display-graphic-p' may not be bound yet.
3430
3431 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3432
3433 * startup.el (command-line): No longer enable Xterm Mouse mode by
3434 default in terminals compatible with xterm.
3435
3436 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3437
3438 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3439
3440 * tooltip.el (tooltip-gud-echo-area): Rename from
3441 tooltip-use-echo-area.
3442 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3443 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3444 area independently of where help tooltips are displayed.
3445
3446 2005-04-17 David Kastrup <dak@gnu.org>
3447
3448 * cus-theme.el (custom-theme-write-variables): Quote variables
3449 where necessary.
3450
3451 2005-04-17 Richard M. Stallman <rms@gnu.org>
3452
3453 * simple.el (yank-excluded-properties): Add follow-link to value.
3454
3455 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3456
3457 * startup.el (fancy-splash-max-time): Just 30 seconds.
3458 (fancy-splash-delay): Just 7.
3459 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3460
3461 * loadhist.el (unload-feature): Update for new format of load-history.
3462 Simplify the code.
3463
3464 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3465 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3466
3467 * mail/sendmail.el (mail-font-lock-keywords):
3468 Don't fontify subject text.
3469 Don't fontify the text of a citation.
3470
3471 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3472
3473 * comint.el (comint-output-filter): Run comint-output-filter-functions
3474 with point where the user had it.
3475
3476 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * international/ucs-tables.el (ucs-set-table-for-input):
3479 Disable when using unify-on-decoding.
3480
3481 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3482
3483 * emulation/cua-base.el (cua-global-mark-face): Add special case
3484 for displays supporting a high number of colors.
3485
3486 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3487
3488 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3489
3490 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3491
3492 * filesets.el (filesets-add-buffer): If user supplies a name of a
3493 non-existing fileset, create a new fileset.
3494
3495 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3496
3497 * textmodes/org.el (org-up-heading-all): Fix bug with
3498 `outline-up-heading-all'.
3499
3500 2005-04-16 Andreas Schwab <schwab@suse.de>
3501
3502 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3503 /etc/permissions.d/* and /etc/aliases.d/*.
3504
3505 2005-04-16 Kenichi Handa <handa@m17n.org>
3506
3507 * international/code-pages.el (cp-make-coding-system):
3508 Set `translation-table-for-input' property value to the symbol
3509 ucs-mule-to-mule-unicode, not to that value.
3510 (pt154): Escape guillemet by `\'.
3511
3512 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3513
3514 * loadup.el: Load tooltip if x-show-tip is fboundp.
3515
3516 * startup.el (command-line): Add comment.
3517
3518 * tooltip.el (tooltip-mode): Specify correct standard value for
3519 Custom in init-value.
3520
3521 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3522
3523 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3524 possible.
3525
3526 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3527
3528 * textmodes/org.el (org-agenda-date-prompt): Rename from
3529 `org-agenda-date-today'.
3530 (org-evaluate-time-range): Insert at point instead of directly
3531 after time range.
3532 (org-first-headline-recenter, org-subtree-end-visible-p)
3533 (org-optimize-window-after-visibility-change): New functions
3534 (org-agenda-post-command-hook): Don't allow point at end of line,
3535 to make sure it always hits the text properties.
3536 (org-agenda-next-date-line, org-agenda-previous-date-line):
3537 New commands.
3538 (org-set-regexps-and-options): Category may contain white space.
3539 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3540 Improve marker positions.
3541 (org-agenda-new-marker): Argument POS made optional.
3542 (org-agenda-get-timestamps): Deadlines which are done are listed
3543 in org-done-face now.
3544 (org-agenda-get-todos, org-agenda-get-timestamps)
3545 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3546 Set `undone-face' and `done-face' properties.
3547 (org-last-todo-state-is-todo): New variable.
3548 (org-todo): Set `org-last-todo-state-is-todo'.
3549 (org-agenda-todo): Change face according to
3550 `org-last-todo-state-is-todo'. And change other lines refering to
3551 the same entry.
3552 (org-calendar-goto-agenda): New command.
3553 (org-calendar-to-agenda-key): New option.
3554 (org-startup-folded): New allowed value `content'.
3555 (org-set-regexps-and-options): Accept new value `content' for
3556 `org-startup-folded'.
3557 (org-get-current-options): Handle new value `content' for
3558 `org-startup-folded'.
3559 (org-insert-todo-heading): New command.
3560 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3561 interactively in empty file and option
3562 `org-insert-mode-line-in-empty-file' has been set.
3563 (org-agenda-todo,org-agenda-priority): Modify to use
3564 `org-agenda-change-all-lines'.
3565 (org-warning-face): Change color on dark background
3566
3567 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3568
3569 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3570 use preferences AppleLocale and AppleLanguages, and variable
3571 mac-system-locale for default locale. On Mac OS Classic, use
3572 mac-system-coding-system for default coding systems.
3573
3574 * term/mac-win.el: Don't set file-name-coding-system.
3575 Decode variables system-name, emacs-build-system, user-login-name, and
3576 user-full-name by mac-system-coding-system on Mac OS Classic.
3577 (mac-system-coding-system): New variable.
3578
3579 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3580
3581 * startup.el (command-line): Handle `xterm-mouse-mode' before
3582 reading init file.
3583
3584 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3585
3586 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3587
3588 * progmodes/sh-script.el (sh-here-document-word): Make it a
3589 defcustom. Doc fix.
3590 (sh-add): Bash uses $(( )) for arithmetic.
3591 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3592 (sh-maybe-here-document): Remove quotes and leading whitespace
3593 from heredoc word when closing. Indent heredoc with tabs if word
3594 starts with "-".
3595
3596 2005-04-13 Richard M. Stallman <rms@gnu.org>
3597
3598 * simple.el (undo): Fix previous change.
3599
3600 * custom.el (defface): Doc fix.
3601
3602 2005-04-13 Lute Kamstra <lute@gnu.org>
3603
3604 * Makefile.in (DONTCOMPILE): Remove list.
3605 (compile, compile-always): Don't use DONTCOMPILE.
3606 (update-authors): Load the library in which batch-update-authors
3607 is defined.
3608 * makefile.w32-in (DONTCOMPILE): Remove list.
3609 (compile, compile-always): Fix comments.
3610 (update-authors): Load the library in which batch-update-authors
3611 is defined.
3612
3613 * generic-x.el (generic-mode-ini-file-find-file-hook):
3614 Rename to ini-generic-mode-find-file-hook.
3615 Keep generic-mode-ini-file-find-file-hook as an alias.
3616 (ini-generic-mode-find-file-hook): Rename from
3617 generic-mode-ini-file-find-file-hook. Fix docstring.
3618 (ini-generic-mode): Docstring change.
3619 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3620
3621 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3622 called from lisp.
3623
3624 * generic.el: Move to the emacs-lisp subdir.
3625
3626 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3627
3628 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3629 and C-S- function and cursor motion keys.
3630
3631 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3632
3633 * startup.el (command-line): Enable Xterm Mouse mode by default.
3634 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3635 for Custom. No longer show "Mouse" in mode line when enabled.
3636 Doc fix.
3637
3638 2005-04-12 Kim F. Storm <storm@cua.dk>
3639
3640 * emulation/cua-base.el (cua-rectangle-face)
3641 (cua-rectangle-noselect-face): Define face attributes here.
3642
3643 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3644
3645 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3646
3647 * startup.el (command-line): Turn off blinking cursor if
3648 cursorBlink in resources is off or false.
3649
3650 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3651
3652 * term/mac-win.el (dnd): Require dnd.
3653 (mac-drag-n-drop): Call dnd-handle-one-url.
3654 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3655 (kTextEncodingISOLatin2): Remove constants.
3656 (mac-script-code-coding-systems): New constant.
3657 (mac-handle-language-change): New function.
3658 (special-event-map): Bind it to `language-change' event.
3659 (mac-centraleurroman, mac-cyrillic): New coding systems.
3660 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3661 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3662 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3663 encode-mac-cyrillic, respectively.
3664
3665 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3666
3667 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3668 Don't set overlay-arrow-string to "=>" as this is done
3669 globally in C now.
3670
3671 2005-04-12 Lute Kamstra <lute@gnu.org>
3672
3673 * generic-x.el (rc-generic-mode, rul-generic-mode):
3674 Fix auto-mode-alist entries.
3675 (etc-fstab-generic-mode): Tweak fontification.
3676
3677 * generic.el (generic-make-keywords-list): Fix docstring.
3678 (generic-mode-internal): Simplify generic-font-lock-keywords.
3679
3680 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3681
3682 * whitespace.el (whitespace-buffer-leading)
3683 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3684 However, fix the highlight area for the leading and
3685 trailing whitespaces to show space.
3686
3687 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3688
3689 * whitespace.el (whitespace-version): Bump to 3.5
3690
3691 (whitespace-buffer-leading, whitespace-buffer-trailing):
3692 Invert sense of the test to highlight the whitespace.
3693
3694 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3695
3696 * progmodes/gud.el (gud-display-line): GUD uses its own
3697 overlay arrow now so don't set overlay-arrow-string.
3698 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3699
3700 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3701
3702 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3703 (term-ansi-current-reverse, term-ansi-current-invisible)
3704 (term-ansi-face-already-done): Change to boolean.
3705 (term-reset-terminal, term-handle-colors-array): Handle the above
3706 vars accordingly.
3707 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3708 (term-emulate-terminal): Use the new name.
3709
3710 * faces.el (secondary-selection): Use yellow1, not yellow.
3711 (trailing-whitespace): Use red1, not red.
3712
3713 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3714
3715 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3716 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3717 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3718
3719 * cus-edit.el (dnd): New group.
3720
3721 * term/w32-win.el (dnd): Require dnd
3722 (w32-drag-n-drop): Call dnd-handle-one-url.
3723
3724 * x-dnd.el: Require dnd.
3725 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3726 Call dnd-handle-one-url.
3727 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3728 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3729 to dnd-insert-text.
3730 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3731 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3732 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3733 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3734
3735 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3736
3737 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3738
3739 * wdired.el: Doc fixes.
3740 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3741 (wdired-use-dired-vertical-movement): Rename from
3742 wdired-always-move-to-filename-beginning.
3743 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3744 (wdired-change-to-wdired-mode): Change mode name.
3745 (wdired-newline): Delete.
3746
3747 2005-04-11 Richard M. Stallman <rms@gnu.org>
3748
3749 * whitespace.el (whitespace-highlight-the-space):
3750 Don't call whitespace-unhighlight-the-space here.
3751
3752 * simple.el (undo): Record t in undo-equiv-table
3753 for the redo record made by an undo-in-region.
3754
3755 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3756
3757 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3758 (gdb-frame-inferior-io-buffer): New Functions to control
3759 display of separate IO buffer.
3760 (menu): Add them to menu-bar.
3761 (gdb-display-buffer): Check for buffer another frame.
3762 Protect GUD buffer.
3763 (gdb-setup-windows): Create IO buffer if not already there.
3764 (gdb-memory-mode): Remove purecopy noops.
3765
3766 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3767
3768 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3769 and pass to self-insert-command.
3770
3771 2005-04-11 Lute Kamstra <lute@gnu.org>
3772
3773 * generic.el: Commentary section cleanup.
3774 (generic): Delete.
3775 (generic-use-find-file-hook, generic-lines-to-scan)
3776 (generic-find-file-regexp, generic-ignore-files-regexp)
3777 (default-generic-mode, generic-mode-find-file-hook)
3778 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3779 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3780 (generic-use-find-file-hook, generic-lines-to-scan)
3781 (generic-find-file-regexp, generic-ignore-files-regexp)
3782 (default-generic-mode, generic-mode-find-file-hook)
3783 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3784
3785 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3786
3787 * bookmark.el (bookmark-write-file): Catch errors writing file.
3788 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3789
3790 2005-04-10 Richard M. Stallman <rms@gnu.org>
3791
3792 * startup.el (fancy-splash-tail): Update copyright year.
3793 (command-line): Split part of -Q into -D.
3794 (emacs-basic-display): New defvar.
3795 (fancy-splash-text): Correct name of menu item.
3796
3797 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3798
3799 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3800 lines in one node.
3801
3802 * comint.el (comint-send-input): New arg ARTIFICIAL.
3803 Callers in this file changed.
3804
3805 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3806
3807 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3808
3809 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3812 `ldap-search-internal'.
3813
3814 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * files.el (set-auto-mode-1): Use line-end-position.
3817
3818 * international/latin-1.el:
3819 * international/latin-2.el:
3820 * international/latin-3.el:
3821 * international/latin-4.el:
3822 * international/latin-5.el:
3823 * international/latin-8.el:
3824 * international/latin-9.el: Give punctuation syntax to NBSP.
3825
3826 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3827 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3828 Use char-classes to accept non-ascii letters, accepted in some recent
3829 bibtex implementations.
3830
3831 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3832
3833 * custom.el (custom-set-minor-mode): Any non-nil value for the
3834 variable should enable the mode when set through Custom.
3835
3836 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3839 TAB binding so tab-always-indent is obeyed.
3840 (vhdl-minibuffer-local-map): Move initialization into declaration.
3841 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3842 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3843 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3844 (vhdl-current-line): Use line-beginning-position.
3845 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3846 with-output-to-temp-buffer, so the current position can be recorded.
3847
3848 2005-04-10 Masatake YAMATO <jet@gyve.org>
3849
3850 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3851 Add regexp for gcov.
3852
3853 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3854
3855 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3856 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3857 syntax which Emacs 20 doesn't support.
3858
3859 2005-04-09 Richard M. Stallman <rms@gnu.org>
3860
3861 * help.el (describe-key-briefly, describe-key):
3862 Replace strings as event types with "(any string)".
3863
3864 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * arc-mode.el (archive-mode-map): Move initialization into
3867 the declaration. Override *all* bindings of `undo'.
3868 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3869
3870 2005-04-09 Jay Belanger <belanger@truman.edu>
3871
3872 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3873
3874 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3875
3876 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3877 (xterm-register-default-colors): Update color values computation
3878 to match xterm-200.
3879
3880 2005-04-09 Kenichi Handa <handa@m17n.org>
3881
3882 * international/code-pages.el (iso-latin-7): Fix the map.
3883
3884 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3885
3886 * emacs-lisp/lisp.el (defun-prompt-regexp)
3887 (parens-require-spaces, buffer-end, end-of-defun)
3888 (insert-parentheses): Doc fixes.
3889
3890 2005-04-08 Kim F. Storm <storm@cua.dk>
3891
3892 * comint.el (comint-highlight-prompt): Fix face spec.
3893 * hi-lock.el (hi-green): Likewise.
3894
3895 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3896
3897 * cus-edit.el (custom-modified-face):
3898 * comint.el (comint-highlight-input): Fix previous changes.
3899 * term.el (term-handle-ansi-escape): Add a comment.
3900
3901 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3904 in the buffer and in whitespace-highlighted-space.
3905 (whitespace-unhighlight-the-space): Simplify.
3906 (whitespace-buffer): Simplify.
3907
3908 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3909
3910 * textmodes/table.el (table-cell-face): Add special case for
3911 displays supporting a high number of colors.
3912 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3913 (vhdl-font-lock-reserved-words-face)
3914 (vhdl-speedbar-architecture-face)
3915 (vhdl-speedbar-instantiation-face)
3916 (vhdl-speedbar-architecture-selected-face)
3917 (vhdl-speedbar-instantiation-selected-face): Likewise.
3918 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3919 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3920 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3921 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3922 (ebrowse-progress-face): Likewise.
3923 * progmodes/compile.el (compilation-info-face): Likewise.
3924 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3925 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3926 * calendar/calendar.el (diary-face): Likewise.
3927 * woman.el (woman-italic-face, woman-bold-face)
3928 (woman-unknown-face): Likewise.
3929 * wid-edit.el (widget-button-pressed-face): Likewise.
3930 * whitespace.el (whitespace-highlight-face): Likewise.
3931 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3932 * pcvs-info.el (cvs-marked-face): Likewise.
3933 * info.el (info-xref): Likewise.
3934 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3935 * hilit-chg.el (highlight-changes-face)
3936 (highlight-changes-delete-face): Likewise.
3937 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3938 (hi-red-b): Likewise.
3939 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3940 * font-lock.el (font-lock-keyword-face)
3941 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3942 * cus-edit.el (custom-invalid-face, custom-modified-face)
3943 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3944 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3945 * comint.el (comint-highlight-prompt): Likewise.
3946
3947 2005-04-08 Lute Kamstra <lute@gnu.org>
3948
3949 * font-lock.el (font-lock-keywords): Docstring fixes.
3950
3951 2005-04-08 Kenichi Handa <handa@m17n.org>
3952
3953 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3954 chars are more than a limit, print " and more..." at the tail.
3955
3956 2005-04-08 Kim F. Storm <storm@cua.dk>
3957
3958 * emacs-lisp/authors.el (authors-aliases): Update list.
3959 (authors-ignored-files): New list.
3960 (authors-fixed-entries): Fix typo.
3961 (authors-renamed-files-alist): Update list.
3962 (authors-add): Check authors-ignored-files.
3963
3964 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3965
3966 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3967 optional, to ensure backward compatibility.
3968
3969 2005-04-08 Stephen Eglen <stephen@gnu.org>
3970
3971 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3972
3973 2005-04-08 Kim F. Storm <storm@cua.dk>
3974
3975 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3976
3977 * mouse.el (mouse-on-link-p): Doc fix.
3978
3979 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3980
3981 * ielm.el (ielm-prompt-read-only): Doc fix.
3982
3983 * comint.el (comint-prompt-read-only): Doc fix.
3984
3985 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3986
3987 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3988 ensure dired always handles wildcards passed to ffap.
3989 (find-file-at-point): Use it.
3990 (ffap-dired-wildcards): Doc fix.
3991
3992 2005-04-07 Juri Linkov <juri@jurta.org>
3993
3994 * simple.el (next-error-overlay-arrow-position): New defvar.
3995 Put "=>" on its property `overlay-arrow-string'. Add it to
3996 `overlay-arrow-variable-list'.
3997
3998 * progmodes/compile.el (compilation-setup):
3999 Set `next-error-overlay-arrow-position' to nil. Also set it to
4000 nil in the local hook `kill-buffer-hook'. Make local variable
4001 `overlay-arrow-string' and set it to "=>".
4002 (compilation-goto-locus): Set BOL position to
4003 `next-error-overlay-arrow-position' instead of
4004 `overlay-arrow-position'.
4005
4006 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4007 locally instead of adding it to the global hook.
4008 (Info-kill-buffer): Move up.
4009
4010 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4011
4012 * term/xterm.el (xterm-standard-colors): Update color values from
4013 xterm-200.
4014
4015 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4018
4019 * fast-lock.el:
4020 * lazy-lock.el: Move them to the obsolete subdir.
4021
4022 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4023
4024 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4025 (wdired-add-replace-advice): Remove.
4026 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4027
4028 2005-04-06 Kim F. Storm <storm@cua.dk>
4029
4030 * startup.el (command-line): Add --bare-bones alias for -Q.
4031
4032 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4033
4034 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4035 create the startup fontset if a font specification ends with
4036 `mac-roman'.
4037
4038 2005-04-06 Lute Kamstra <lute@gnu.org>
4039
4040 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4041 change.
4042
4043 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4044 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4045
4046 2005-04-05 Lute Kamstra <lute@gnu.org>
4047
4048 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4049 (define-generic-mode): Ditto. Fix debug declaration.
4050
4051 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4052 Put them in the generic-x group.
4053
4054 * calendar/timeclock.el (timeclock): Doc fix.
4055
4056 * generic.el (define-generic-mode): Don't use custom-current-group.
4057 Document default :group value.
4058 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4059 (define-global-minor-mode): Don't use custom-current-group.
4060
4061 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4062
4063 * startup.el (command-line-1): Display startup-echo-area-message
4064 when fancy splash screen is in use.
4065
4066 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4067 (sh-escaped-newline): New face.
4068 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4069 newline, and use sh-escaped-newline face.
4070
4071 * progmodes/tcl.el (tcl-escaped-newline): New face.
4072 (tcl-builtin-list): New variable.
4073 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4074 newlines. Fix keywords subexpression number.
4075
4076 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4077
4078 * textmodes/org.el (org-diary-default-entry): Fix call to
4079 `add-to-diary-entry'.
4080
4081 2005-04-05 Kim F. Storm <storm@cua.dk>
4082
4083 * ediff-init.el: Use (featurep 'xemacs).
4084
4085 2005-04-05 David Ponce <david@dponce.com>
4086
4087 * cus-edit.el (face): Derive from symbol widget. Display sample
4088 of the current face on the fly.
4089 (widget-face-sample-face-get, widget-face-notify): New functions.
4090 (widget-face-value-create): Remove.
4091
4092 * wid-edit.el (widget-field-end): Temporarily remove field
4093 narrowing before to call `get-char-property'.
4094
4095 2005-04-04 Jay Belanger <belanger@truman.edu>
4096
4097 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4098 (math-read-subscripts): New variable.
4099 (math-read-preprocess-string): Process subscripts.
4100
4101 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4102
4103 * comint.el (comint-prompt-read-only): Doc fix.
4104
4105 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4106 `-1'. Doc fix.
4107
4108 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4109
4110 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4111 Change default value to nil.
4112
4113 2005-04-04 Lute Kamstra <lute@gnu.org>
4114
4115 * autorevert.el (auto-revert-mode): Specify :group.
4116 * battery.el (display-battery-mode): Specify :group.
4117 * diff-mode.el (diff-minor-mode): Specify :group.
4118 * font-core.el (font-lock-mode): Specify :group.
4119 * hl-line.el (hl-line-mode): Specify :group.
4120 * iimage.el (iimage): New customization group.
4121 (iimage-mode): Specify :group.
4122 * longlines.el (longlines-mode): Specify :group.
4123 * master.el: Don't require easy-mmode.
4124 (master): New customization group.
4125 (master-mode): Specify :group.
4126 * msb.el (msb-mode): Specify :group.
4127 * reveal.el (reveal-mode): Specify :group.
4128 * simple.el (next-error-follow-minor-mode): Specify :group.
4129 * smerge-mode.el (smerge-mode): Specify :group.
4130 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4131 * emulation/cua-base.el (cua-mode): Specify :group.
4132 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4133 * language/thai-util.el (thai-auto-composition-mode)
4134 (thai-word-mode): Specify :group.
4135 * mail/supercite.el (sc-minor-mode): Specify :group.
4136 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4137 * progmodes/flymake.el (flymake-mode): Specify :group.
4138 * progmodes/glasses.el (glasses-mode): Specify :group.
4139 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4140 * textmodes/enriched.el (enriched-mode): Specify :group.
4141 * textmodes/refill.el (refill-mode): Specify :group.
4142
4143 * add-log.el (change-log-font-lock-keywords): Names in
4144 parenthesized lists can contain spaces.
4145
4146 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4147
4148 * startup.el (fancy-splash-text): Shorten default text of
4149 "Emacs Tutorial" line. Also, if the current language env
4150 indicates an available tutorial file other than TUTORIAL,
4151 extract its title and append it to the line in parentheses.
4152 (fancy-splash-insert): If arg is a thunk, funcall it.
4153
4154 2005-04-04 Jay Belanger <belanger@truman.edu>
4155
4156 * calc.el (calc-language-alist): Add tags to customization type.
4157
4158 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4159
4160 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4161 Doc fix.
4162
4163 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4164
4165 * add-log.el (change-log-font-lock-keywords): The manual
4166 describing a Change Log entry, says: (...) "Aside from these
4167 header lines, every line in the change log starts with a space or
4168 a tab.". The font-lock was not highlighting lines started with
4169 spaces, added support for it.
4170
4171 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4172
4173 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4174 (bibtex-generate-url-list): Update docstring accordingly. Put the
4175 complex example in the docstring.
4176 (bibtex-font-lock-url): Use pop.
4177
4178 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4181
4182 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4183
4184 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4185
4186 * filesets.el (filesets-set-default): Doc fix.
4187
4188 2005-04-03 Lute Kamstra <lute@gnu.org>
4189
4190 * generic.el (define-generic-mode): Add argument to specify
4191 keywords for defcustom.
4192 (default-generic-mode): Specify :group.
4193
4194 * generic-x.el: Specify :group for all generic modes.
4195
4196 * desktop.el (desktop-no-desktop-file-hook)
4197 (desktop-after-read-hook): Doc fix.
4198
4199 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4200
4201 * simple.el (visible-mode): Use explicit :group keyword.
4202 This changes the group of `visible-mode-hook' from paren-blinking
4203 to editing-basics.
4204
4205 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4206
4207 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4208 mailbox specifications as well as URLs.
4209 (rmail-insert-inbox-text): Remove unused conditional branches.
4210
4211 2005-04-01 Jay Belanger <belanger@truman.edu>
4212
4213 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4214 (calc-gnuplot-print-command): Move definitions to calc.el.
4215
4216 * calc/calc-embed.el (calc-embedded-announce-formula)
4217 (calc-embedded-open-formula, calc-embedded-close-formula)
4218 (calc-embedded-open-word, calc-embedded-close-word)
4219 (calc-embedded-open-plain, calc-embedded-close-plain)
4220 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4221 (calc-embedded-open-mode, calc-embedded-close-mode):
4222 Move definitions to calc.el.
4223
4224 * calc/calc.el (calc-settings-file, calc-language-alist):
4225 Make customizable.
4226 (calc-embedded-announce-formula, calc-embedded-open-formula)
4227 (calc-embedded-close-formula, calc-embedded-open-word)
4228 (calc-embedded-close-word, calc-embedded-open-plain)
4229 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4230 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4231 (calc-embedded-close-mode, calc-gnuplot-name)
4232 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4233 from other files and make customizable.
4234
4235 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4238 Use buffer-live-p.
4239 (cvs-mode-run): Don't call cvs-update-header here.
4240 (cvs-run-process): Call cvs-update-header.
4241 Use process properties for cvs-postprocess and cvs-buffer so that
4242 the sentinel can behave better if the temp buffer is killed.
4243 Use a pipe rather than a tty, to better handle unexpected prompts.
4244 (cvs-sentinel): Rewrite. Call cvs-update-header.
4245
4246 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4247
4248 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4249 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4250
4251 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * generic.el (define-generic-mode): Add indentation rule.
4254
4255 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4256
4257 * files.el (mode-require-final-newline): Make Custom correctly
4258 report a nil value and allow to set it to nil via Custom.
4259 Doc fix.
4260
4261 2005-04-01 Kenichi Handa <handa@m17n.org>
4262
4263 * international/characters.el: Enable the correct case setting for
4264 dotless-i and dotted-I.
4265
4266 2005-04-01 Kim F. Storm <storm@cua.dk>
4267
4268 * ido.el (ido-file-internal): Fall back to non-ido command if
4269 initial directory is on slow ftp (or tramp) host.
4270
4271 2005-03-31 Richard M. Stallman <rms@gnu.org>
4272
4273 * emacs-lisp/autoload.el (make-autoload):
4274 Handle define-global-minor-mode.
4275
4276 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4277 Rename from easy-mmode-define-global-mode.
4278 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4279
4280 * progmodes/scheme.el (scheme-mode-syntax-table):
4281 Update syntax of | and # for two-character comment syntax.
4282
4283 2005-03-31 Lute Kamstra <lute@gnu.org>
4284
4285 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4286 (define-minor-mode): Call custom-current-group at load-time.
4287
4288 * generic.el (define-generic-mode): Add debug declaration.
4289 Add defcustom for the mode hook.
4290 (generic-mode-internal): Use run-mode-hooks.
4291
4292 2005-03-31 Kim F. Storm <storm@cua.dk>
4293
4294 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4295 (mouse-fixup-help-message): New defun called by show_help_echo
4296 to fixup mouse-2 prefix in help messages when applicable.
4297
4298 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4299
4300 2005-03-31 Kenichi Handa <handa@m17n.org>
4301
4302 * language/thai-word.el (thai-find-word-ends): Pay attention to
4303 the case that we reach the end of buffer.
4304
4305 * textmodes/fill.el (fill-text-properties-at): New function.
4306 (fill-newline): Use fill-text-properties-at instead of
4307 text-properties-at.
4308
4309 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4310
4311 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4312 not comint-quote-filename.
4313
4314 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4315
4316 * help-fns.el (help-with-tutorial): Revert last change.
4317
4318 2005-03-31 Kim F. Storm <storm@cua.dk>
4319
4320 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4321
4322 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4323
4324 * calendar/cal-china.el: Update reference to "Calendrical
4325 Calculations" book; there's a new edition.
4326 * calendar/cal-coptic.el: Likewise.
4327 * calendar/cal-french.el: Likewise.
4328 * calendar/cal-hebrew.el: Likewise.
4329 * calendar/cal-islam.el: Likewise.
4330 * calendar/cal-iso.el: Likewise.
4331 * calendar/cal-julian.el: Likewise.
4332 * calendar/cal-mayan.el: Likewise.
4333 * calendar/cal-persia.el: Likewise.
4334 * calendar/calendar.el: Likewise.
4335 * calendar/holidays.el: Likewise.
4336 * calendar/lunar.el: Likewise.
4337 * calendar/solar.el: Likewise.
4338
4339 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4340 white space from doc string.
4341
4342 2005-03-30 Jay Belanger <belanger@truman.edu>
4343
4344 * calc/calc-help.el (calc-full-help): Remove email address.
4345
4346 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4347
4348 * help-fns.el (help-with-tutorial): Delete title line.
4349
4350 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4351
4352 * calendar/cal-x.el (calendar-one-frame-setup)
4353 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4354 rather than 'symbol for set-window-dedicated-p.
4355
4356 * calendar/appt.el (appt-buffer-name): Make it a constant.
4357 (appt-add): Doc fix.
4358
4359 * filesets.el (filesets-menu-path, filesets-menu-before)
4360 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4361 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4362 (filesets-add-submenu): Delete and use add-submenu instead.
4363
4364 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4365
4366 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4367 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4368 (org-diary-default-entry): New function.
4369 (org-get-entries-from-diary): Better parsing of diary entries.
4370 (org-agenda-check-no-diary): New function.
4371 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4372 linking to diary entries.
4373 (org-agenda-execute-calendar-command): New function.
4374 (org-agenda): Improve visible section in window.
4375 Use `org-fit-agenda-window'.
4376 (org-fit-agenda-window): New option.
4377 (org-move-subtree-down): Better handling of empty lines
4378 at end of subtree.
4379 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4380 levels up.
4381 (org-fontify-done-headline): New option.
4382 (org-headline-done-face): New face.
4383 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4384 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4385 When current field is non-empty, it is copied to next row.
4386 (org-table-copy-from-above): Fix bug which made it
4387 impossible to copy fields containing only a single non-white character.
4388
4389 2005-03-30 Kim F. Storm <storm@cua.dk>
4390
4391 * kmacro.el (kmacro-end-macro): Isearch may store this command
4392 into the macro -- so ignore it when executing keyboard macro.
4393
4394 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4395
4396 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4397
4398 2005-03-29 Kenichi Handa <handa@m17n.org>
4399
4400 * language/thai.el ("Thai"): Set setup-function and exit-function
4401 for Thai language environment.
4402
4403 * language/thai-util.el: Require thai-word.
4404 (thai-word-mode-map): New variable.
4405 (thai-word-mode): New minor mode.
4406 (setup-thai-language-environment-internal): New function.
4407 (exit-thai-language-environment-internal): New function.
4408
4409 * language/thai-word.el (thai-word-table): Declare it by defvar,
4410 use dolist to initialize it.
4411 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4412 (thai-fill-find-break-point): New functions.
4413
4414 2005-03-29 Richard M. Stallman <rms@gnu.org>
4415
4416 * simple.el (idle-update-delay): Move definition up.
4417 (set-mark): Doc fix.
4418
4419 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * longlines.el: New file.
4422
4423 * simple.el (buffer-substring-filters): New variable.
4424 (filter-buffer-substring): New function.
4425 (kill-region, copy-region-as-kill): Use it.
4426
4427 * register.el (copy-to-register, append-to-register)
4428 (prepend-to-register): Use filter-buffer-substring.
4429
4430 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4431
4432 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4433 (gud-filter-pending-text): Move in front of gdb.
4434 (gud-overlay-arrow-position): New variable.
4435 (gud-sentinel, gud-display-line): Use it in place of
4436 overlay-arrow-position.
4437
4438 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4439
4440 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4441 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4442 (fortran-font-lock-keywords-4): New variable.
4443 (fortran-blocks-re, fortran-end-block-re)
4444 (fortran-start-block-re): New constants, for hideshow.
4445 (hs-special-modes-alist): Add a Fortran entry.
4446 (fortran-mode-map): Bind fortran-end-of-block,
4447 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4448 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4449 (fortran-looking-at-if-then, fortran-end-of-block)
4450 (fortran-beginning-of-block): New functions, for hideshow.
4451
4452 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4453 Doc fix. Tweak regexp.
4454 (f90-beginning-of-block): Push mark first.
4455
4456 2005-03-29 Jay Belanger <belanger@truman.edu>
4457
4458 * calc/calc.el: Update copyright date.
4459 (calc-version): Increase to 2.1.
4460 (calc-version-date): Remove.
4461
4462 * calc/calc-help.el: Update copyright date.
4463 (calc-full-help): Remove reference to calc-version-date.
4464 Update copyright date.
4465
4466 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * vc.el (vc-do-command): Use a pipe for async processes, so password
4469 prompts don't show up at places where the user can't reply.
4470
4471 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4472
4473 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4474 on the file name we pass to the inferior shell.
4475
4476 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4477
4478 * progmodes/which-func.el (which-function): Be robust in the face of an
4479 imenu--make-index-alist failure.
4480
4481 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4484
4485 * progmodes/python.el (python-preoutput-filter): Fix last change.
4486
4487 2005-03-29 Lute Kamstra <lute@gnu.org>
4488
4489 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4490 functions and compiled macros.
4491 (debug-convert-byte-code): Handle macros too.
4492 (debug-on-entry-1): Don't signal an error when trying to clear a
4493 function that is not set to debug on entry.
4494
4495 2005-03-29 Jay Belanger <belanger@truman.edu>
4496
4497 * calc/calc-lang.el: Add functions to math-function-table
4498 properties of tex and math.
4499
4500 2005-03-29 Kenichi Handa <handa@m17n.org>
4501
4502 * ps-mule.el (ps-mule-plot-string): Translate characters by
4503 ps-print-translation-table.
4504 (ps-mule-begin-job): Call find-charset-region/string with
4505 ps-print-translation-table.
4506 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4507
4508 * ps-print.el (ps-print-translation-table): New variable.
4509 (ps-plot-region): Translate characters by ps-print-translation-table.
4510
4511 2005-03-29 Juri Linkov <juri@jurta.org>
4512
4513 * simple.el (next-error-highlight-timer): New variable.
4514
4515 * progmodes/compile.el (compilation-goto-locus):
4516 Use `next-error-highlight-timer' instead of `sit-for'.
4517
4518 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4519
4520 * mail/supercite.el (sc-mail-field): Use assoc-string.
4521 (sc-get-address): Simplify regexps.
4522
4523 * files.el (minibuffer-with-setup-hook): New macro.
4524 (find-file-read-args): Use it to avoid let-binding
4525 minibuffer-with-setup-hook (which breaks turning on/off
4526 file-name-shadow-mode while in the prompt).
4527
4528 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4529
4530 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4531
4532 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4533
4534 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * window.el (window-buffer-height): Use count-screen-lines.
4537
4538 * progmodes/python.el (python-preoutput-leftover): New var.
4539 (python-preoutput-filter): Use it.
4540 (python-send-receive): Loop until all the result has been received.
4541
4542 2005-03-28 Juri Linkov <juri@jurta.org>
4543
4544 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4545
4546 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4547 "Recover Crashed Session".
4548 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4549 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4550 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4551 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4552 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4553 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4554 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4555 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4556
4557 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4558 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4559 Ediff Sessions", "Toggle use of separate control buffer frame",
4560 "Use separate frame for Ediff control buffer".
4561
4562 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4563 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4564 "Rename Bookmark", "Delete Bookmark".
4565
4566 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4567 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4568 Add `:active Info-index-alternatives' to "Next Matching Item".
4569
4570 * wdired.el (wdired-change-to-wdired-mode):
4571 Mention `wdired-abort-changes' key in the initial message.
4572
4573 * international/mule.el (auto-coding-alist): Associate non-ascii
4574 image filename extensions with `no-conversion'.
4575
4576 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * international/iso-acc.el:
4579 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4580
4581 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4582
4583 * textmodes/sgml-mode.el (html-mode): Doc update.
4584
4585 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4586
4587 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4588
4589 * term.el (term-move-columns): Fix face after extending a line.
4590 (term-insert-spaces): Likewise.
4591 (term-reset-terminal): Fix off by one error.
4592
4593 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4594
4595 * international/mule.el (auto-coding-alist): Add .xpi files.
4596
4597 * files.el (auto-mode-alist): Add .xpi files.
4598
4599 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4600
4601 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4602
4603 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4604
4605 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4606
4607 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4608
4609 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4610 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4611
4612 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4613 cursor to Jan 1 when needed.
4614 (calendar-end-of-year): Fix -/+ typo.
4615 Reported by Chong Yidong <cyd@stupidchicken.com>.
4616
4617 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4620
4621 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4622 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4623
4624 2005-03-25 Richard M. Stallman <rms@gnu.org>
4625
4626 * filesets.el (filesets-init): Add autoload.
4627
4628 * mail/mailalias.el (mail-directory): Doc fix.
4629
4630 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4631
4632 * mail/mailalias.el (mail-directory-process): Do nothing if
4633 mail-directory-process is an atom.
4634 (mail-get-names): Ignore mail-directory-names if it is an atom.
4635 (mail-directory-process defvar): Doc fix.
4636 (mail-names): Doc fix.
4637
4638 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4639
4640 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4641
4642 2005-03-26 Kenichi Handa <handa@m17n.org>
4643
4644 * international/mule-util.el (detect-coding-with-priority):
4645 Call update-coding-systems-internal before detect-coding-region.
4646
4647 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4648
4649 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4650 (gdb-frames-mode-map): Add follow-link property.
4651
4652 2005-03-25 Jay Belanger <belanger@truman.edu>
4653
4654 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4655 for variables.
4656
4657 2005-03-25 Juri Linkov <juri@jurta.org>
4658
4659 * image-mode.el: Optimize image filename extension regexps in
4660 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4661 in `auto-mode-alist'.
4662 (image-mode): Add `image-toggle-display-text' to local hook
4663 `change-major-mode-hook'. Display the image as an image by
4664 default. Set `cursor-type' and `truncate-lines' if the image
4665 is already displayed. Take into account the current mode (image
4666 or text) in message.
4667 (image-minor-mode): New minor mode.
4668 (image-mode-maybe, image-toggle-display-text): New functions.
4669 (image-toggle-display): Use called-interactively-p.
4670 Let-bind `inhibit-read-only' to t.
4671
4672 * image-mode.el (image-minor-mode): Set `cursor-type' and
4673 `truncate-lines' if the image is already displayed. Add turning
4674 image-minor-mode off to `change-major-mode-hook'. Add message.
4675 Call `image-toggle-display-text' after turning image-minor-mode off.
4676
4677 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4680 Terminal.app, use utf-8.
4681 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4682 (set-locale-environment): Use it.
4683
4684 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4685
4686 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4687
4688 * progmodes/python.el (python-close-block-statement-p)
4689 (python-outdent-p, python-current-defun): Use symbol-end.
4690
4691 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4692
4693 * files.el (save-some-buffers): Doc fix.
4694
4695 2005-03-25 Werner Lemberg <wl@gnu.org>
4696
4697 * complete.el, thumbs.el: Replace `legal' with `valid'.
4698 * calendar/calendar.el: Replace `legal' with `valid'.
4699 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4700 * mail/supercite.el: Replace `legal' with `valid'.
4701 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4702 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4703 Replace `legal' with `valid'.
4704 * textmodes/reftex-vars.el, textmodes/reftex.el:
4705 Replace `legal' with `valid'.
4706
4707 2005-03-25 Werner Lemberg <wl@gnu.org>
4708
4709 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4710 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4711 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4712 * emulation/vip.el: Replace `illegal' with `invalid'.
4713 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4714 * mail/supercite.el: Replace `illegal' with `invalid'.
4715 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4716 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4717 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4718 * progmodes/sh-script.el, progmodes/xscheme.el:
4719 Replace `illegal' with `invalid'.
4720 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4721 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4722 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4723 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4724
4725 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4728 (flymake-find-buildfile, flymake-find-possible-master-files)
4729 (flymake-check-include, flymake-parse-line): Replace loops over the
4730 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4731
4732 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4733 Substitute file-name-as-directory in the rest of the file.
4734 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4735 (flymake-replace-region): Remove unused arg `buffer'.
4736 (flymake-check-patch-master-file-buffer): Update calls to it.
4737 (flymake-add-err-info): Remove unused var `count'.
4738 (flymake-mode): Use define-minor-mode.
4739
4740 * progmodes/flymake.el: Use with-current-buffer.
4741 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4742 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4743 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4744 Avoid testing for `xemacs'.
4745 (flymake-nop): Move.
4746 (flymake-region-has-flymake-overlays): Return the computed value.
4747 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4748 Remove unused var `endline'.
4749 (flymake-get-line-count): Remove unused function.
4750 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4751
4752 * emulation/vi.el:
4753 * generic.el:
4754 * hilit-chg.el (global-highlight-changes):
4755 * hi-lock.el (hi-lock-mode):
4756 * follow.el: find-file-hooks -> find-file-hook.
4757
4758 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4759
4760 2005-03-24 Juri Linkov <juri@jurta.org>
4761
4762 * dired.el (dired-mode-map): Add menu item "Compare directories"
4763 for dired-compare-directories.
4764
4765 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4766 Doc fix. Replace `read-file-name' with `read-directory-name'.
4767
4768 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4771
4772 2005-03-24 Jay Belanger <belanger@truman.edu>
4773
4774 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4775 relevant mode settings in calc-embedded-original-modes when modes
4776 are permanently changed.
4777
4778 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * autoinsert.el: find-file-hooks -> find-file-hook.
4781
4782 2005-03-24 Lute Kamstra <lute@gnu.org>
4783
4784 * generic.el (generic-font-lock-defaults): Make it obsolete.
4785 (generic-font-lock-keywords): New variable to replace
4786 generic-font-lock-defaults.
4787 (generic-mode-set-font-lock): Delete it.
4788 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4789 (generic-bracket-support): Add docstring.
4790
4791 * generic-x.el: Rename generic-font-lock-defaults to
4792 generic-font-lock-keywords throughout.
4793 (mailagent-rules-setup-function): Delete it.
4794 (mailagent-rules-generic-mode): Use anonymous function instead.
4795 (show-tabs-generic-mode-font-lock-defaults-1)
4796 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4797 Quote faces.
4798 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4799 not foreground.
4800
4801 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4802 Recognize define-generic-mode.
4803
4804 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4807 if there's no completion table.
4808
4809 2005-03-23 Miles Bader <miles@gnu.org>
4810
4811 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4812 Remove tty-specific variants, as they're no longer needed.
4813
4814 2005-03-23 Lute Kamstra <lute@gnu.org>
4815
4816 * generic-x.el: Code cleanup: make args constant whenever possible.
4817 (installshield-statement-keyword-list)
4818 (installshield-system-functions-list)
4819 (installshield-system-variables-list, installshield-types-list)
4820 (installshield-funarg-constants-list): Make them constants.
4821
4822 * generic.el (generic-make-keywords-list): Add autoload cookie.
4823
4824 * calendar/time-date.el: Add comment on time value formats.
4825 Don't require parse-time.
4826 (with-decoded-time-value): New macro.
4827 (encode-time-value): New function.
4828 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4829 (days-to-time): Return a valid time value when arg is huge.
4830 (time-since): Use time-subtract.
4831 (time-to-number-of-days): Use time-to-seconds.
4832
4833 2005-03-23 David Ponce <david@dponce.com>
4834
4835 * recentf.el: (recentf-keep): New option.
4836 (recentf-menu-action): Default to `find-file'.
4837 (recentf-keep-non-readable-files-flag)
4838 (recentf-keep-non-readable-files-p)
4839 (recentf-file-readable-p, recentf-find-file)
4840 (recentf-cleanup-remote): Remove.
4841 (recentf-include-p): More robust.
4842 (recentf-keep-p): New function.
4843 (recentf-remove-if-non-kept): Rename from
4844 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4845 All callers updated.
4846 (recentf-menu-items-for-commands): Fix help string.
4847 (recentf-track-closed-file): Update. Doc fix.
4848 (recentf-cleanup): Update. Count removed files. Doc fix.
4849
4850 2005-03-23 Kim F. Storm <storm@cua.dk>
4851
4852 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4853 Don't inherit from fringe face (now happens automatically).
4854
4855 2005-03-22 Kim F. Storm <storm@cua.dk>
4856
4857 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4858 position values.
4859
4860 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4861
4862 * menu-bar.el (showhide-date-time): Remove.
4863 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4864 (menu-bar-make-mm-toggle): Simplify.
4865
4866 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4867
4868 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4869 Accept qualified variable and function names.
4870
4871 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4872
4873 * bindings.el (completion-ignored-extensions):
4874 Remove ".lis" for `vax-vms'.
4875
4876 2005-03-22 Andreas Schwab <schwab@suse.de>
4877
4878 * generic-x.el: Revert last change.
4879 * ldefs-boot.el: Update.
4880
4881 2005-03-22 Jay Belanger <belanger@truman.edu>
4882
4883 * calc/calc-embed (calc-embedded-original-modes): New variable.
4884 (calc-embedded-save-original-modes)
4885 (calc-embedded-restore-original-modes): New functions.
4886 (calc-do-embedded): Save original modes when entering embedded mode
4887 and restore when leaving embedded mode.
4888 (calc-embedded-modes-change): Change the value of
4889 calc-embedded-original-modes to reflect permanent changes.
4890
4891 2005-03-22 Lute Kamstra <lute@gnu.org>
4892
4893 * generic-x.el: Require generic again.
4894
4895 2005-03-22 Miles Bader <miles@gnu.org>
4896
4897 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4898 Tweak details to look good on both ttys and bitmap displays, light
4899 or dark background, etc.
4900
4901 2005-03-21 Kim F. Storm <storm@cua.dk>
4902
4903 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4904 mouse position.
4905
4906 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * icomplete.el: Don't forcibly turn on the mode upon load.
4909 (icomplete-mode): Use define-minor-mode.
4910 (icomplete-eoinput): Default to nil.
4911 (icomplete-minibuffer-setup): Remove autoload.
4912 (icomplete-tidy): Simplify.
4913 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4914 in the initial state or if the user has modified the field.
4915 Fix handling of icomplete-max-delay-chars.
4916 Remove code that handles the oddball case where
4917 minibuffer-completion-table is an integer.
4918 Wrap icomplete-completions in while-no-input in case building
4919 completions takes more time than expected.
4920 (icomplete-completions): Simplify.
4921
4922 2005-03-21 Richard M. Stallman <rms@gnu.org>
4923
4924 * jka-compr.el (jka-compr-really-do-compress):
4925 Make variable buffer-local.
4926
4927 * image-mode.el: Handle .xpm files too.
4928 (image-toggle-display): Preserve modification flag.
4929
4930 * help.el (where-is): Don't mention aliases with no key bindings.
4931
4932 2005-03-21 Lute Kamstra <lute@gnu.org>
4933
4934 * generic.el: Fix commentary section. Don't require cl for compilation.
4935 (generic-mode-list): Add autoload cookie.
4936 (generic-use-find-file-hook, generic-lines-to-scan)
4937 (generic-find-file-regexp, generic-ignore-files-regexp)
4938 (generic-mode, generic-mode-find-file-hook)
4939 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4940 (define-generic-mode): Make it a defmacro. Fix docstring.
4941 (generic-mode-internal): Code cleanup. Add autoload cookie.
4942 (generic-mode-set-comments): Code cleanup.
4943 * generic-x.el: Don't prevent compilation. Don't require generic.
4944 Follow coding conventions. Minor code cleanup.
4945 (etc-fstab-generic-mode): Add some keywords.
4946 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4947 define-generic-mode like a function declaration.
4948
4949 2005-03-21 Jay Belanger <belanger@truman.edu>
4950
4951 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4952 changing modes.
4953
4954 2005-03-21 Sam Steingold <sds@gnu.org>
4955
4956 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4957
4958 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4959
4960 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4961 Add underscore to "f$ lexicals" regexp.
4962
4963 2005-03-20 Juri Linkov <juri@jurta.org>
4964
4965 * subr.el (progress-reporter-do-update): When `min-value' is equal
4966 to `max-value', set `percentage' to 0 and prevent division by zero.
4967
4968 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4969
4970 Sync with Tramp 2.0.48.
4971
4972 * tramp.el (all): Change all addresses to .gnu.org.
4973 (tramp-append-tramp-buffers): New defun.
4974 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4975 Catch `dont-send' signal.
4976 (tramp-set-auto-save-file-modes): Set always permissions, because
4977 there might be an old auto-saved file belonging to another
4978 original file. This could be a security threat. Reported by
4979 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4980 Check for Emacs 21.3.50 removed.
4981
4982 * tramp-smb.el (all): Remove debug construct for
4983 `with-parsed-tramp-file-name'.
4984 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4985 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4986 No error message if DIRECTORY or FILENAME doesn't exist.
4987 (tramp-smb-open-connection): Check existence of
4988 `tramp-smb-program'.
4989
4990 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4993 Properly handle the case where the `m' or `s' command's argument is not
4994 yet terminated.
4995 (perl-indent-new-calculate): New function.
4996 (perl-indent-line): Use it.
4997
4998 2005-03-20 Miles Bader <miles@gnu.org>
4999
5000 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5001 in text-mode too. Change to new face names.
5002 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5003 Add `:weight bold' attribute.
5004 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5005
5006 2005-03-19 Juri Linkov <juri@jurta.org>
5007
5008 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5009
5010 * international/mule.el (auto-coding-alist): Sync with
5011 `auto-mode-alist' by adding upper case archive file extensions
5012 and adding ear/war to jar extension.
5013
5014 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5015
5016 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5017 running, restart it.
5018
5019 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5020
5021 * finder.el (finder-current-item): Throw an error on an empty line.
5022
5023 * man.el (Man-follow-manual-reference): If current-word returns
5024 nil, use "".
5025
5026 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5027
5028 * simple.el (goto-line): Doc fix.
5029
5030 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5031
5032 * files.el (save-buffer): Doc fix.
5033
5034 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5035
5036 * recentf.el (recentf-cleanup-remote): New variable.
5037 (recentf-cleanup): Use it to conditionally check availablity of
5038 remote files.
5039
5040 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5041
5042 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5043 function names.
5044
5045 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5046
5047 * language/thai-word.el: New file.
5048
5049 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5050
5051 * files.el (backup-buffer): If the file's directory is not
5052 writable, use copy instead of move to backup the file.
5053
5054 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5055
5056 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5057
5058 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5059
5060 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5061 Use functionp instead of symbolp and fboundp. Reported by Drkm
5062 <darkman_spam@yahoo.fr>.
5063 (ps-print-version): New version 6.6.6.
5064
5065 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5066
5067 * textmodes/table.el (table--line-column-position): New idiom.
5068 (table--row-column-insertion-point-p): New function to test
5069 validity of row and column insertion operation at a location.
5070 (table-global-menu, table-cell-menu): Use above functions for
5071 deterministic test operation.
5072 (table--editable-cell-p): Behave in deterministic fashion.
5073
5074 2005-03-18 Juri Linkov <juri@jurta.org>
5075
5076 * isearch.el (isearch-lazy-highlight-new-loop):
5077 Make arguments beg and end optional.
5078 (isearch-update): Remove optional arguments nil from
5079 isearch-lazy-highlight-new-loop.
5080 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5081 isearch-lazy-highlight-case-fold-search instead of
5082 isearch-case-fold-search, and let-bind isearch-regexp to
5083 isearch-lazy-highlight-regexp.
5084 Use isearch-lazy-highlight-last-string instead of isearch-string.
5085
5086 * replace.el (perform-replace): Remove bindings of global
5087 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5088 Add three new arguments to `replace-highlight'.
5089 (replace-highlight): Add arguments string, regexp, case-fold.
5090 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5091 to allow isearch-lazy-highlight-new-loop to use these values
5092 to set corresponding isearch-lazy-highlight-* internal
5093 variables whose values lazy highlighting will use regardless of
5094 changes to global variables isearch-string, isearch-regexp,
5095 isearch-case-fold-search during lazy highlighting loop.
5096 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5097 to `lazy-highlight-cleanup'.
5098
5099 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5100 (ispell-highlight-face): Set default face to `isearch' when
5101 lazy highlighting is enabled.
5102 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5103 priority to 1. Add lazy highlighting.
5104 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5105 from `isearch-dehighlight'.
5106
5107 2005-03-18 David Ponce <david@dponce.com>
5108
5109 * files.el (hack-local-variables): Do a case-insensitive search
5110 for End.
5111
5112 2005-03-18 Juri Linkov <juri@jurta.org>
5113
5114 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5115 `isearch-lazy-highlight-cleanup', add alias to old name and
5116 declare obsolete. Add release numbers to other obsolete vars.
5117 (isearch-done, isearch-lazy-highlight-new-loop):
5118 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5119 (lazy-highlight-cleanup) <variable>: Doc fix.
5120 (isearch-lazy-highlight-update): Rename obsolete
5121 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5122
5123 2005-03-18 Kenichi Handa <handa@m17n.org>
5124
5125 * language/thai-util.el: Fix categorization of Thai characters in
5126 thai-category-table.
5127 (thai-composition-pattern): Adjust it for the above change.
5128 (thai-self-insert-command, thai-compose-syllable): New functions.
5129 (thai-compose-region): Use thai-compose-syllable.
5130 (thai-compose-string): Likewise.
5131 (thai-composition-function): Likewise.
5132 (thai-auto-composition): New function.
5133 (thai-auto-composition-mode): New minor mode.
5134
5135 * language/thai.el: Fix patterns to be registered in
5136 composition-function-table.
5137
5138 * international/quail.el (quail-input-method): Locally bind
5139 inhibit-modification-hooks to t.
5140
5141 2005-03-17 Richard M. Stallman <rms@gnu.org>
5142
5143 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5144 (perl-mode): Use run-mode-hooks.
5145
5146 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5147 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5148 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5149
5150 * mail/sendmail.el (sendmail-send-it): Reenable the code
5151 to compute resend-to-address and use it.
5152
5153 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5154
5155 * image-mode.el: New file.
5156
5157 * image.el (insert-sliced-image): Add autoload cookie.
5158
5159 * font-lock.el (font-lock-lines-before): New user option.
5160 (font-lock-after-change-function): Obey it.
5161
5162 * bindings.el (esc-map): Make M-g a prefix.
5163 Bind M-g g and M-g M-g to goto-line.
5164
5165 * faces.el (face-id): Doc fix.
5166
5167 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5168
5169 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5170 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5171 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5172
5173 * mail/sendmail.el (mail-yank-ignored-headers)
5174 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5175 Add Mail-Followup-To and Mail-Reply-To headers.
5176 (mail-citation-hook): Add autoload cookie.
5177 (mail-mode): Doc fix.
5178 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5179 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5180 (mail-mode-fill-paragraph): Handle those headers.
5181 (mail-mailing-lists): New variable.
5182 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5183
5184 2005-03-17 Juri Linkov <juri@jurta.org>
5185
5186 * isearch.el (isearch-fallback): Check for `(car previous)'
5187 before calling `isearch-other-end-state'.
5188
5189 2005-03-17 Kim F. Storm <storm@cua.dk>
5190
5191 * simple.el (move-beginning-of-line): Move to beginning of buffer
5192 line, as well as beginning of screen line.
5193
5194 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5195
5196 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5197 argument REDRAW rather than calendar-redrawing variable.
5198 * calendar/calendar.el (calendar-redrawing): Delete.
5199 (redraw-calendar): Do not bind calendar-redrawing.
5200
5201 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5202
5203 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5204 diary-file buffer.
5205
5206 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * help.el (describe-mode): Allow a :minor-mode-function property to
5209 specify a different minor mode toggle function than the variable.
5210 * simple.el (auto-fill-function):
5211 * subr.el (add-minor-mode): Use it.
5212
5213 2005-03-16 Kenichi Handa <handa@m17n.org>
5214
5215 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5216 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5217 (ethio-fidel-to-sera-buffer): Likewise.
5218
5219 2005-03-16 Juri Linkov <juri@jurta.org>
5220
5221 * emacs-lisp/find-func.el (find-function-regexp):
5222 Add defun-emitting macro `menu-bar-make-toggle'.
5223
5224 * isearch.el: Put `isearch-scroll' property to
5225 `split-window-horizontally'.
5226
5227 * info.el: Update error messages for `debug-ignored-errors'.
5228 (Info-isearch-search): Doc fix.
5229 (Info-find-node): Move up code to go into info buffer before
5230 recording the node to the history.
5231 (Info-fontify-node): Fontify titles only if the next line
5232 has two or more `*', `=', `-', `.'.
5233 Display "go to this node" for empty (match-string 3).
5234
5235 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5236
5237 * term/mac-win.el: Add mouse pointer shape constants.
5238
5239 2005-03-15 Kim F. Storm <storm@cua.dk>
5240
5241 * simple.el (move-beginning-of-line): Use vertical-motion.
5242
5243 2005-03-15 Juri Linkov <juri@jurta.org>
5244
5245 * isearch.el (isearch-error): New variable.
5246 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5247 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5248 (isearch-within-brackets-state): Remove.
5249 (isearch-case-fold-search-state, isearch-pop-fun-state):
5250 Decrease frame index.
5251 (isearch-mode, isearch-top-state, isearch-push-state)
5252 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5253 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5254 (isearch-search, isearch-lazy-highlight-new-loop):
5255 Replace `isearch-invalid-regexp' with `isearch-error'.
5256 Remove `isearch-within-brackets'.
5257 (isearch-search): Add `search-failed' handler to `condition-case'.
5258 (isearch-lazy-highlight-search): Add `condition-case' to catch
5259 errors and allow `isearch-lazy-highlight-update' to try
5260 highlighting from the beginning of the window.
5261 (isearch-repeat): Move up code to set isearch-wrapped to t
5262 before calling isearch-wrap-function.
5263
5264 * info.el (Info-isearch-initial-node): New internal variable.
5265 (Info-search): Signal an error in isearch mode when search leaves
5266 the initial node. Signal an error when `bound' is non-nil and
5267 nothing was found in the current subfile.
5268 (Info-isearch-search): Remove `condition-case'.
5269 (Info-isearch-wrap): Don't wrap when search failed during leaving
5270 the initial node. If `Info-isearch-search' is nil, wrap around
5271 the current node.
5272 (Info-isearch-start): New fun.
5273 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5274 `isearch-mode-hook'.
5275
5276 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5277
5278 * simple.el (normal-erase-is-backspace): Set default to t if
5279 running on Mac.
5280
5281 * term/mac-win.el (function-key-map): Sync with x-win.el.
5282
5283 2005-03-15 Kenichi Handa <handa@m17n.org>
5284
5285 * international/mule-cmds.el (locale-language-names): Modify the
5286 format of elements and add more entries.
5287 (locale-preferred-coding-systems): Add more entries.
5288 (set-locale-environment): Adjust for the change of
5289 locale-language-names.
5290
5291 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * pcvs.el (smerge-ediff): Remove bogus autoload.
5294
5295 2005-03-14 Lute Kamstra <lute@gnu.org>
5296
5297 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5298 Ignore a `*' at the beginning of a line.
5299
5300 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5301 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5302 subr.el.
5303 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5304 to specify indentation.
5305
5306 * generic.el (define-generic-mode): Let generic-mode-list be a
5307 list of strings; test membership with equal.
5308
5309 2005-03-14 Kim F. Storm <storm@cua.dk>
5310
5311 * simple.el (next-line, previous-line): Add optional try-vscroll
5312 arg to recognize interactive use. Pass it on to line-move.
5313 (line-move): Don't perform auto-window-vscroll when defining or
5314 executing keyboard macro to ensure consistent behaviour.
5315
5316 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5319
5320 2005-03-13 Lute Kamstra <lute@gnu.org>
5321
5322 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5323 debugger-setup-buffer so that backtrace marks the frames set to
5324 debug-on-exit and we don't have to do it manually. Set an extra
5325 debug-on-exit for macro's.
5326 (debugger-setup-buffer): Don't mark the top frame manually.
5327
5328 2005-03-12 Lute Kamstra <lute@gnu.org>
5329
5330 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5331 lisp-indent-function throughout.
5332 (with-no-warnings): Set lisp-indent-function property.
5333
5334 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5335
5336 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5337 Add entry for backslash.
5338
5339 2005-03-12 Juri Linkov <juri@jurta.org>
5340
5341 * info.el (Info-search): Four fixes for backward search.
5342
5343 2005-03-11 Jay Belanger <belanger@truman.edu>
5344
5345 * calc/calc.el (calc-language-alist): New variable.
5346 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5347 (calc-embedded-find-modes): Use calc-language-alist instead of
5348 calc-embedded-language-alist.
5349
5350 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5351
5352 * calendar/calendar.el (calendar-redrawing): New internal
5353 variable.
5354 (redraw-calendar): Remove bogus save-excursion from previous
5355 change. Bind calendar-redrawing to t for mark-diary-entries.
5356 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5357 calendar if that is why we were called.
5358
5359 2005-03-11 Kenichi Handa <handa@m17n.org>
5360
5361 * international/mule.el (make-coding-system): Set property
5362 coding-system-define-form to nil.
5363 (define-coding-system-alias): Likewise.
5364
5365 2005-03-11 Kenichi Handa <handa@m17n.org>
5366
5367 These changes are suggested by Dave Love <fx@gnu.org>.
5368
5369 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5370 coding: tag.
5371 (adaptive-fill-regexp): Add more bullets.
5372 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5373 regexps.
5374
5375 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * help.el (describe-mode): Properly handle non-trivial lighters.
5378 Don't ignore minor modes that are not listed in minor-mode-list.
5379
5380 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5381 feature ON when the user requests to turn it OFF.
5382
5383 2005-03-10 Lute Kamstra <lute@gnu.org>
5384
5385 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5386 (implement-debug-on-entry): New function to replace debug-entry-code.
5387 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5388 second argument as the 2005-03-07 change makes it obsolete.
5389 (debug-on-entry, cancel-debug-on-entry): Update call to
5390 debug-on-entry-1.
5391 (debug, debugger-setup-buffer): Comment update.
5392 (debugger-frame-number): Update to work with implement-debug-on-entry.
5393
5394 2005-03-10 Jay Belanger <belanger@truman.edu>
5395
5396 * calc/calc-embed.el (math-ms-args): Declare it.
5397 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5398 math-ms-args.
5399 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5400 variables.
5401
5402 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5403
5404 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5405 Use message-box.
5406
5407 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5408 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5409 (tooltip-gud-tips): Simplify.
5410 (tooltip-gud-tips-p): Remove superflouous :set.
5411 (tooltip-gud-modes): Add fortran-mode.
5412 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5413
5414 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5415
5416 2005-03-09 Kim F. Storm <storm@cua.dk>
5417
5418 * play/animate.el (animate-place-char): Use forward-line instead
5419 of next-line to improve performance.
5420
5421 2005-03-09 Simon Josefsson <jas@extundo.com>
5422
5423 * net/browse-url.el (browse-url-default-browser): Doc fix.
5424
5425 2005-03-09 Miles Bader <miles@gnu.org>
5426
5427 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5428 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5429
5430 2005-03-09 Kenichi Handa <handa@m17n.org>
5431
5432 * international/latin-1.el: Set case and syntax for 255 only if
5433 set-case-syntax-set-multibyte is nil.
5434
5435 * textmodes/ispell.el (ispell-insert-word): New function.
5436 (ispell-word): Use ispell-insert-word to insert a new word.
5437 (ispell-process-line): Likewise.
5438 (ispell-complete-word): Likewise.
5439
5440 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5441
5442 * calendar/calendar.el (redraw-calendar): Preserve point.
5443 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5444 (calendar-week-start-day): Move after definition of
5445 redraw-calendar. Delete buffer test, since redraw-calendar has
5446 that now.
5447
5448 * calendar/diary-lib.el (mark-diary-entries): Only call
5449 redraw-calendar in the first of any recursive calls.
5450 Reported by Alan Shutko <ats@acm.org>.
5451
5452 2005-03-08 Juri Linkov <juri@jurta.org>
5453
5454 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5455 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5456 (html-radio-buttons): Add a space before the trailing `/>' where
5457 sgml-xml-mode is non-nil.
5458 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5459 the subsequent tag of the empty XML tag.
5460 (html-href-anchor): Don't set initial input to "http:".
5461 (html-image): Ask for the image URL and set point inside alt="".
5462 (html-name-anchor): Duplicate the name in the `id' attribute when
5463 sgml-xml-mode is non-nil.
5464 (html-paragraph): Remove \n before <p>.
5465 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5466 instead of `checked' when sgml-xml-mode is non-nil.
5467
5468 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5469 Remove 1 space before #RRGGBB to not truncate it on terminal
5470 windows w/o fringes. Remove 1 space between bg and fg examples
5471 to get more space.
5472 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5473 avoid byte-compile warnings.
5474
5475 * image-file.el (image-file-handler): Put `safe-magic' property to
5476 `image-file-handler'.
5477
5478 * info.el (Info-isearch-search): Emulate word search in
5479 isearching through multiple Info nodes with Info-search.
5480 (Info-isearch-wrap): Allow isearch-word.
5481
5482 2005-03-08 Lute Kamstra <lute@gnu.org>
5483
5484 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5485 stepping into the debugger's code is not possible.
5486 (debugger-jumping-flag): Docstring update.
5487
5488 2005-03-08 Jay Belanger <belanger@truman.edu>
5489
5490 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5491 embedded mode begins.
5492 (calc-embedded-language-alist): New variable.
5493 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5494 set default language mode.
5495
5496 2005-03-08 Kenichi Handa <handa@m17n.org>
5497
5498 * international/ccl.el (define-ccl-program): Fix docstring about
5499 extra 256 bytes assured for the output buffer.
5500
5501 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5502 Fix BUFFER_MAGNIFICATION to 2.
5503 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5504
5505 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5506
5507 * align.el (align-rules-list): Added an alignment rule for CSS
5508 declarations (applies to css-mode and html-mode buffers).
5509
5510 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5513
5514 2005-03-07 Kim F. Storm <storm@cua.dk>
5515
5516 * simple.el (move-beginning-of-line): New command.
5517
5518 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5519
5520 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5521
5522 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5523 and move-beginning-of-line.
5524
5525 * apropos.el (apropos-print): Omit command from M-x ... RET.
5526
5527 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5528
5529 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5530 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5531
5532 2005-03-06 Richard M. Stallman <rms@gnu.org>
5533
5534 * bindings.el (esc-map): Bind M-g to goto-line.
5535
5536 * facemenu.el (global-map): Bind M-o, not M-g.
5537
5538 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5539
5540 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5541 "Open Directory" as for "Open File".
5542
5543 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5544
5545 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5546 (push-mark-command): Run activate-mark-hook.
5547
5548 2005-03-06 Richard M. Stallman <rms@gnu.org>
5549
5550 * help-mode.el (help-mode-finish): Don't alter the element
5551 in view-return-to-alist if there already is one.
5552
5553 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5554 make sure the current buffer is the expected one.
5555
5556 * novice.el (disabled-command-function): Output in *Disabled Command*.
5557 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5558
5559 * textmodes/flyspell.el (flyspell-large-region):
5560 Pass args differently for aspell.
5561
5562 * files.el (mode-require-final-newline): Doc fix.
5563
5564 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5565
5566 * progmodes/which-func.el (which-function):
5567 Specify NOERROR when calling imenu--make-index-alist.
5568
5569 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * simple.el (normal-erase-is-backspace): Define default value.
5572
5573 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5574 (custom-reevaluate-setting): Simple function to handle
5575 variables that are defined before their default value can really
5576 be computed.
5577
5578 * startup.el (command-line): Use it for temporary-file-directory,
5579 small-emporary-file-directory, auto-save-file-name-transforms,
5580 blink-cursor-mode, and normal-erase-is-backspace.
5581
5582 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5583 progress, even with buggy anchored keywords.
5584
5585 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5586
5587 * simple.el (goto-line): Remove unbalanced final parenthesis.
5588
5589 2005-03-05 Richard M. Stallman <rms@gnu.org>
5590
5591 * simple.el (goto-line): Use a number at point as the default.
5592 With C-u as arg, switch buffers.
5593
5594 2005-03-05 Juri Linkov <juri@jurta.org>
5595
5596 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5597 with `no-blinking-cursor'.
5598
5599 * startup.el (no-blinking-cursor): New defvar.
5600 (command-line): Add `--no-blinking-cursor' to longopts.
5601 Set `no-blinking-cursor' to t for command line arguments
5602 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5603 with `no-blinking-cursor' in the condition for calling
5604 `blink-cursor-mode'.
5605
5606 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5607
5608 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5609 (menu-bar-options-save): Add blink-cursor-mode.
5610 (menu-bar-options-menu): Add blink-cursor-mode.
5611
5612 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5613
5614 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5615 (icalendar-export-file, icalendar-export-region)
5616 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5617 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5618
5619 2005-03-04 Lute Kamstra <lute@gnu.org>
5620
5621 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5622 (debug-function-list): Ditto.
5623
5624 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5625
5626 * textmodes/texinfmt.el (texinfo-append-refill):
5627 Redefine the types of line to which @refill
5628 is not appended by replacing a search for `@refill\\|@bye' with
5629 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5630 itemize@refill' bug and the unfilled long lines bug.
5631 (texinfmt-version): Update number and date.
5632
5633 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5634
5635 * international/code-pages.el (windows-1250, windows-125[2-8])
5636 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5637
5638 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5641 bound yet.
5642
5643 2005-03-02 Romain Francoise <romain@orebokech.com>
5644
5645 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5646 buffer after removing limits.
5647 (ibuffer-pop-filter): Ditto.
5648 Update copyright.
5649
5650 2005-03-02 Miles Bader <miles@gnu.org>
5651
5652 * button.el (make-text-button): If the user doesn't specify a
5653 type, use the default. Rewrite to use `add-text-properties' and
5654 plist functions.
5655
5656 2005-03-01 Lute Kamstra <lute@gnu.org>
5657
5658 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5659 (debugger-jumping-flag): New var.
5660 (debug-entry-code): Use it.
5661 (debugger-jump): Use debugger-jumping-flag and add
5662 debugger-reenable to post-command-hook.
5663 (debugger-reenable): Use debugger-jumping-flag and remove itself
5664 from post-command-hook.
5665 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5666 debugger-reenable.
5667
5668 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5669
5670 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5671 inclusion of "itemize\\|", which may be unnecessary, is certainly
5672 inelegant, and stops refilling in itemize lists when formatting
5673 Japanese Texinfo files to Info.
5674 Update copyright to 2005.
5675
5676 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5677
5678 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5679 of an error if GDB can't find the source file.
5680
5681 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5682
5683 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5684 not just the calendar.
5685
5686 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5687 first.
5688 (diary-redraw-calendar): New function.
5689 (make-diary-entry): Add diary-redraw-calendar to local
5690 write-contents-functions. Turn off selective display before
5691 inserting in diary.
5692
5693 2005-03-01 Kim F. Storm <storm@cua.dk>
5694
5695 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5696
5697 2005-03-01 Lute Kamstra <lute@gnu.org>
5698
5699 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5700 that debug-entry-code can be safely removed from a function while
5701 this code is being evaluated. Revert the 2005-02-27 change as the
5702 new implementation no longer requires it. Make sure that a
5703 function body containing just a string is not mistaken for a docstring.
5704 (debug): Skip one more frame in case of debug on entry.
5705 (debugger-setup-buffer): Delete one more frame line in case of
5706 debug on entry.
5707 (debugger-frame-number): Update to use the new text introduced by
5708 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5709
5710 2005-02-28 Kim F. Storm <storm@cua.dk>
5711
5712 * double.el (double-translate-key): Call force-window-update after
5713 read-event to avoid crash in redisplay.
5714
5715 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5718 (debug): Use it. Move the inhibit-trace earlier.
5719 (debug-entry-code): New const.
5720 (debug-on-entry-1): Use it.
5721
5722 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5723
5724 * international/utf-16.el (ccl-encode-mule-utf-16le):
5725 Fix BUFFER_MAGNIFICATION to 2.
5726 (ccl-encode-mule-utf-16be): Likewise.
5727
5728 2005-02-28 Kenichi Handa <handa@m17n.org>
5729
5730 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5731 Fix BUFFER_MAGNIFICATION to 4.
5732 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5733
5734 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5735
5736 * speedbar.el (speedbar-update-flag): Doc fix.
5737 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5738 argument.
5739
5740 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5743 have a non-nil `invisible' property but are actually visible.
5744
5745 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5746 for perldoc sections.
5747 (perl-outline-regexp, perl-outline-level): New var and function.
5748 (perl-mode): Use them.
5749
5750 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5751
5752 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5753 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5754
5755 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5756
5757 * cus-edit.el: Comment change.
5758 (custom-buffer-create-internal): Slightly reword text at top of
5759 Custom buffers. Mention there that saving an option edits the
5760 init file. Add link to Emacs manual node on `custom-file'.
5761 (custom-magic-alist): Rewrite individual State messages to use
5762 capitalized keywords. Doc fix.
5763
5764 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5765
5766 * calendar/calendar.el (calendar-buffer): Move above
5767 calendar-week-start-day.
5768 (calendar-week-start-day): Doc fix. Add :set function.
5769 (calendar-minimum-window-height): New variable.
5770 (generate-calendar-window): Only resize window if selected-window
5771 is displaying the calendar buffer. Use new variable
5772 calendar-minimum-window-height.
5773 (generate-calendar): Reword error message.
5774 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5775
5776 2005-02-27 Andreas Schwab <schwab@suse.de>
5777
5778 * vc.el (vc-do-command): Don't run command asynchronously when
5779 operating in a remote directory.
5780
5781 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5782 change from sync with Tramp 2.0.47.
5783
5784 2005-02-27 Richard M. Stallman <rms@gnu.org>
5785
5786 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5787
5788 * textmodes/flyspell.el (flyspell-mode-on):
5789 Call ispell-change-dictionary only if necessary.
5790
5791 * emacs-lisp/re-builder.el (regexp-builder): New function.
5792
5793 * register.el (describe-register-1): Explicitly handle
5794 yank-excluded-properties = t.
5795
5796 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5797 (custom-magic-alist): Change the status descriptions again.
5798 (face widget-type): Total rewrite based on `restricted-sexp'
5799 to eliminate the confusing double hiding levels.
5800
5801 * emacs-lisp/debug.el (debug-on-entry-1):
5802 If function body is empty, add nil as body form.
5803
5804 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * emacs-lisp/trace.el (inhibit-trace): New var.
5807 (trace-make-advice): Use it.
5808
5809 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5810
5811 2005-02-26 Kim F. Storm <storm@cua.dk>
5812
5813 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5814 (mouse-on-link-p, mouse-drag-region-1): Use it.
5815
5816 2005-02-25 Lute Kamstra <lute@gnu.org>
5817
5818 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5819
5820 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5821
5822 * frame.el (blink-cursor-mode): Add :group keyword.
5823
5824 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5825
5826 * calendar/icalendar.el (icalendar--decode-isodatetime):
5827 New optional argument DAY-SHIFT.
5828 (icalendar-export-region): Fix coding-system-for-write.
5829 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5830 events by one.
5831
5832 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5835
5836 2005-02-24 Kim F. Storm <storm@cua.dk>
5837
5838 * international/iso-acc.el (iso-accents-compose): Fix crash
5839 during redisplay. Call force-window-update after read-event
5840 and delete-region to signal that window is not accurate.
5841
5842 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5845 Remove unused and inexistent var `inhibit-trace'.
5846 (debugger-mode): Use run-mode-hooks.
5847 (debugger-list-functions): Add buttons; setup xref stack.
5848
5849 2005-02-23 Richard M. Stallman <rms@gnu.org>
5850
5851 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5852 appointment says it was explicitly made.
5853 (appt-add): Set the 3rd element.
5854 (appt-make-list): Preserve explicit appointments.
5855
5856 * subr.el (find-tag-default): Catch errors in forward-sexp.
5857
5858 2005-02-23 Juri Linkov <juri@jurta.org>
5859
5860 * info.el (Info-isearch-search): New defcustom.
5861 (Info-isearch-search): Call the default isearch function
5862 when Info-isearch-search is nil.
5863 (Info-isearch-wrap): Use variable Info-isearch-search.
5864
5865 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5866
5867 * cus-edit.el: Comment change.
5868
5869 2005-02-22 Kim F. Storm <storm@cua.dk>
5870
5871 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5872 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5873
5874 2005-02-22 Simon Josefsson <jas@extundo.com>
5875
5876 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5877 New variable.
5878 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5879 Oskarsson" <myrkraverk@users.sourceforget.net>.
5880
5881 2005-02-22 Kim F. Storm <storm@cua.dk>
5882
5883 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5884 check that window of that event is the selected window.
5885 (mouse-drag-region-1): Compare mouse event window to selected
5886 window before setting point.
5887
5888 * tooltip.el (tooltip-show-help-function): Pass event to
5889 mouse-on-link-p so it can check selected window.
5890
5891 2005-02-22 Kenichi Handa <handa@m17n.org>
5892
5893 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5894 (ps-mule-show-warning): New function.
5895 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5896 characters are found.
5897
5898 * ps-print.el (ps-header-footer-string): Return a list of header
5899 and footer strings.
5900
5901 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5902
5903 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5904
5905 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * frame.el (blink-cursor-mode): Use define-minor-mode.
5908
5909 * term/mac-win.el (function-key-map): Use char-names more consistently.
5910 (file-name-coding-system): Only set it for MacOS-9. The other case is
5911 already handled in mule-cmds.el (where it also works when mac-win.el
5912 is not used).
5913
5914 2005-02-21 Kenichi Handa <handa@m17n.org>
5915
5916 * international/mule.el (ctext-pre-write-conversion): Always use
5917 " *code-converting-work*" buffer for work.
5918
5919 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5920
5921 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5922
5923 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5924
5925 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5926
5927 * ses.el (undo-more): Restore defadvice, but only the part that
5928 allows changes outside the restricted area of the buffer.
5929
5930 2005-02-20 Kim F. Storm <storm@cua.dk>
5931
5932 * simple.el (line-move): Add fourth optional arg try-vscroll which
5933 must be set to perform auto-window-vscroll.
5934 When moving backwards and doing auto-window-vscroll, automatically
5935 vscroll to the last part of lines which are taller than the window.
5936 (next-line, previous-line): Set try-vscroll arg on line-move.
5937
5938 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5939
5940 * replace.el (query-replace, query-replace-regexp)
5941 (replace-string, replace-regexp): When operating on region, make
5942 the minibuffer prompt say so.
5943
5944 * isearch.el (isearch-forward): Document isearch-query-replace and
5945 isearch-query-replace-regexp keybindings.
5946
5947 2005-02-19 Jay Belanger <belanger@truman.edu>
5948
5949 * calc/calc-aent.el (math-read-token): Add local variable.
5950
5951 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5952 (calc-edit-top): Move declaration to earlier in file.
5953 (calc-edit-macro-repeats): Add local variables.
5954
5955 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5956 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5957 calcFunc-tanh.
5958 Adjust integration rule for calcFunc-tan.
5959
5960 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5961
5962 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5963 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5964 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5965 (viper-skip-separators): Bug fix.
5966 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5967 particular major mode.
5968 (viper-del-backward-char-in-replace): Don't put deleted char on the
5969 kill ring.
5970
5971 * viper-ex.el (viper-color-display-p): New function.
5972 (viper-has-face-support-p): Use viper-color-display-p.
5973
5974 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5975
5976 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5977
5978 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5979 (viper-file-remote-p): Make equivalent to file-remote-p.
5980
5981 * viper.el (viper-major-mode-modifier-list):
5982 Use viper-gnus-modifier-map.
5983
5984 2005-02-19 David Kastrup <dak@gnu.org>
5985
5986 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5987 quoting.
5988
5989 2005-02-19 Jay Belanger <belanger@truman.edu>
5990
5991 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5992 Remove extra definitions.
5993 (calc-coth): New function.
5994 (calcFunc-cot): Fix `let'.
5995
5996 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5997
5998 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5999 the reasons we use "type pc" in these faces.
6000
6001 * button.el (button): Ditto.
6002
6003 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6004
6005 * replace.el (query-replace-read-from): Set the value of
6006 query-replace-from-history-variable to handle the case of an empty
6007 string entered to accept the suggested default.
6008
6009 * net/tramp.el (tramp-file-name-for-operation):
6010 Use dired-call-process instead of dired-call-process-command.
6011
6012 2005-02-19 Jay Belanger <belanger@truman.edu>
6013
6014 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6015 (math-div-non-trig): New variables.
6016 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6017 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6018 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6019 trig expressions.
6020
6021 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6022
6023 * progmodes/gdb-ui.el (gdb-var-update-handler)
6024 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6025 for watch expressions,
6026 (gdb-var-create-handler): Don't set speedbar-update-flag.
6027 (gdb-post-prompt): Simplify test for speedbar.
6028
6029 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6030
6031 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6032 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6033 we use the syntax table of the correct buffer.
6034 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6035 Felix Gatzemeier.
6036
6037 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6038 (ediff-file-remote-p): Make synonymous with file-remote-p.
6039 In all deffaces ediff-*-face-*, use min-colors.
6040
6041 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6042 ediff-recurse-to-subdirectories.
6043 (ediff-mark-if-equal): Check that the arguments are strings, use
6044 ediff-same-contents (after to Felix Gatzemeier).
6045
6046 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6047 nil.
6048
6049 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6052
6053 2005-02-18 David Kastrup <dak@gnu.org>
6054
6055 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6056 use `mark-active' when defined.
6057
6058 2005-02-18 Kenichi Handa <handa@m17n.org>
6059
6060 * ps-print.el (ps-font-info-database): New entry
6061 ZapfChancery-MediumItalic with correct font name. Fix font name
6062 of the entry Zapf-Chancery-MediumItalic.
6063
6064 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6065
6066 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6067
6068 2005-02-16 Kim F. Storm <storm@cua.dk>
6069
6070 * ido.el (ido-fallback-command): Pass user input to fallback command.
6071
6072 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6073
6074 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6075 (gdb-find-file-hook): Add server prefix.
6076
6077 2005-02-16 Richard M. Stallman <rms@gnu.org>
6078
6079 * replace.el (perform-replace): Pass new args to replace-highlight.
6080 (replace-highlight): Take region args,
6081 and pass them to isearch-lazy-highlight-new-loop.
6082
6083 * novice.el (disabled-command-hook): Autoload the defalias
6084 and the make-obsolete-variable call.
6085
6086 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6087
6088 * isearch.el (isearch-lazy-highlight-start-limit)
6089 (isearch-lazy-highlight-end-limit): New variables limit
6090 the region for highlighting.
6091 (isearch-lazy-highlight-new-loop): New args BEG and END.
6092 (isearch-lazy-highlight-search): Use the new vars.
6093 (isearch-lazy-highlight-update): Likewise.
6094
6095 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6096
6097 * cus-start.el (all): Use default-boundp.
6098
6099 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6100
6101 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6102
6103 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6104
6105 * autorevert.el (auto-revert-stop-on-user-input)
6106 (auto-revert-verbose): Doc fixes.
6107
6108 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6109
6110 * international/mule-cmds.el (set-locale-environment): Remove call
6111 to set-selection-coding-system on Windows.
6112
6113 2005-02-15 Jay Belanger <belanger@truman.edu>
6114
6115 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6116 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6117 calcFunc-coth.
6118 (math-simplify-sqrt): Add simplifications.
6119
6120 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6121 to list.
6122
6123 * calc/calc-ext.el: Add functions to autoloads.
6124
6125 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6126 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6127 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6128 (math-csc-raw, math-cot-raw): New functions.
6129
6130 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6131
6132 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6133 the variable name in a message.
6134
6135 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6136 calcFunc-csc, calcFunc-cot.
6137
6138 * calc/calcalg2.el: Add derivative and integration rules for
6139 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6140 calcFunc-csch, calcFunc-coth.
6141 (math-do-integral-methods): Add to checks for when to use
6142 substitutions.
6143
6144 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6145
6146 2005-02-15 Lute Kamstra <lute@gnu.org>
6147
6148 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6149 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6150 <monnier@iro.umontreal.ca>
6151 (lisp-outline-level): Improve efficiency. Suggested by David
6152 Kastrup <dak@gnu.org>.
6153
6154 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6155
6156 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6157 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6158 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6159 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6160 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6161
6162 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6163
6164 * cus-start.el (all): Comment change.
6165
6166 2005-02-14 Lute Kamstra <lute@gnu.org>
6167
6168 * cus-start.el (all): Check if symbol is void.
6169
6170 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6171
6172 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6173 optional argument to \cite.
6174
6175 2005-02-14 Richard M. Stallman <rms@gnu.org>
6176
6177 * cus-edit.el (custom-buffer-create-internal): Update help message.
6178 (custom-magic-alist): Update help messages.
6179
6180 * cus-start.el (all): Allow a var to specify a standard value.
6181
6182 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6183
6184 * custom.el (custom-theme-set-variables): Handle variable aliases.
6185
6186 * frame.el (blink-cursor-timer): Doc fix.
6187 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6188 declare obsolete.
6189 (blink-cursor-mode): Define with defcustom and use correct
6190 standard expression in that defcustom.
6191 * startup.el (command-line): Adapt to above changes in frame.el.
6192
6193 2005-02-11 Lute Kamstra <lute@gnu.org>
6194
6195 * apropos.el (apropos-score-doc): Prevent division by zero.
6196
6197 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6198
6199 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6200 (icalendar--get-event-property-attributes)
6201 (icalendar--get-event-properties)
6202 (icalendar--datetime-to-diary-date): New functions.
6203 (icalendar--split-value): Doc fix.
6204 (icalendar--datetime-to-noneuropean-date)
6205 (icalendar--datetime-to-european-date): New optional argument
6206 SEPARATOR. Return result as a string instead of a list.
6207 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6208 (icalendar--convert-string-for-export): Rename arg S to STRING.
6209 (icalendar-export-region): Doc fix. Change name of error buffer.
6210 Save output buffer.
6211 (icalendar-import-file): Add blank at end of prompt.
6212 (icalendar-import-buffer): Doc fix. Do not switch to error
6213 buffer. Indicate status in return value.
6214 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6215 buffer. Save output buffer. Handle exception from recurrence
6216 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6217 events. Fix problems with weekly all-day events.
6218
6219 2005-02-10 Richard M. Stallman <rms@gnu.org>
6220
6221 * simple.el (eval-expression-print-format):
6222 Avoid warning about edebug-active.
6223
6224 * help.el (help-for-help-internal): Rename from help-for-help.
6225 (help-for-help): Define with defalias.
6226
6227 * font-core.el (font-lock-default-function): Use with-no-warnings.
6228
6229 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6230
6231 * custom.el (defface): Doc fix.
6232
6233 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6234
6235 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6236 width 0" to prevent word wrapping problems.
6237
6238 2005-02-09 Kim F. Storm <storm@cua.dk>
6239
6240 * ido.el (ido-file-extensions-order): New defcustom.
6241 (ido-file-extension-lessp, ido-file-extension-aux)
6242 (ido-file-extension-order): New advanced file ordering.
6243 (ido-file-lessp): New simple file ordering.
6244 (ido-sort-list): Remove.
6245 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6246 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6247
6248 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6249
6250 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6251 that some versions of grep produce.
6252 (grep-mode-font-lock-keywords): Likewise.
6253
6254 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6255
6256 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6257 (gdb-cdir): Delete.
6258 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6259 (gdb-source-info): Treat case when source file is in another
6260 directory properly.
6261 (gdb-get-location): New function.
6262
6263 2005-02-07 Jay Belanger <belanger@truman.edu>
6264
6265 * calc/calc-prog.el (calc-write-parse-table-part)
6266 (calc-fix-token-name): Fix a check for language type.
6267
6268 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6269
6270 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6271
6272 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6273 as directory not writable.
6274
6275 2005-02-07 Kim F. Storm <storm@cua.dk>
6276
6277 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6278 (cua--standard-movement-commands): Remove list.
6279 Instead, set CUA property value to move for movement commands.
6280 (cua-movement-commands): Remove. Users must set CUA prop instead.
6281 (cua--pre-command-handler): Check CUA property.
6282 (cua--init-keymaps): Don't remap undo commands.
6283 (cua-mode): Don't call cua--rectangle-on-off.
6284
6285 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6286 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6287 (cua--rect-undo-set-point): New var.
6288 (cua--rectangle-undo-boundary): Setup undo apply entry.
6289 (cua--rect-undo-handler): New function for rectangle undo.
6290 (cua--rect-start-position, cua--rect-end-position): Add.
6291 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6292 for restored rectangle. Set point if cua--rect-undo-set-point.
6293
6294 2005-02-06 Jay Belanger <belanger@truman.edu>
6295
6296 * calc/calc-lang.el (calc-tex-language): Display more information
6297 in messages.
6298
6299 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6300 in TeX mode.
6301
6302 2005-02-06 Richard M. Stallman <rms@gnu.org>
6303
6304 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6305
6306 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6307
6308 * net/ldap.el (ldap-search-internal): Support attributes with
6309 optional descriptions separated by a semi-colon, as in
6310 "userCertificate;binary".
6311
6312 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6313
6314 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6315 isn't a cons (i.e. the version is 0).
6316
6317 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6318
6319 * help.el (help-for-help): Doc fix.
6320
6321 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6322
6323 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6324 GDB-Windows on the menu-bar as this works better.
6325
6326 2005-02-04 Jay Belanger <belanger@truman.edu>
6327
6328 * calc/calc-embed.el (calc-embedded-update): Don't put in
6329 unnecessary newlines. Adjust the end of formula marker.
6330
6331 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6332 (math-latex-parse-two-args): New function.
6333
6334 2005-02-03 Lute Kamstra <lute@gnu.org>
6335
6336 * help-fns.el (help-with-tutorial): Make sure that users cannot
6337 remove the entire text of the tutorial by means of `undo'.
6338
6339 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6340
6341 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6342 in recent changes, where the ispell process was repeatedly
6343 killed & restarted.
6344
6345 * international/mule-cmds.el (set-locale-environment): Set file-name
6346 coding system to utf-8 on Darwin systems.
6347 (set-default-coding-systems): Don't set default-file-name-coding-system
6348 on Darwin systems.
6349
6350 2005-02-03 Richard M. Stallman <rms@gnu.org>
6351
6352 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6353
6354 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6355
6356 * faces.el (list-faces-display): Add optional argument.
6357
6358 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * font-core.el (font-lock-default-function): Handle the rare case where
6361 only font-lock-keywords is set.
6362
6363 2005-02-02 Kenichi Handa <handa@m17n.org>
6364
6365 * international/characters.el: Cancel previous change for
6366 I-WITH-DOT-ABOVE and DOTLESS-i.
6367
6368 * international/latin-5.el: Cancel previous change.
6369
6370 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6371
6372 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6373
6374 2005-02-02 Kenichi Handa <handa@m17n.org>
6375
6376 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6377 DOTLESS-i.
6378
6379 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6380 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6381
6382 * case-table.el (get-upcase-table): New function.
6383 (copy-case-table): Copy upcaes table too if non-nil.
6384 (set-case-syntax-delims): Maintain upcase table too.
6385 (set-case-syntax-pair): Likewise.
6386 (set-upcase-syntax, set-downcase-syntax): New functions.
6387 (set-case-syntax): Maintain upcase table too.
6388
6389 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6390
6391 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6392
6393 * progmodes/gud.el (gud-goto-info): New function.
6394 (gud-tool-bar-map): Use correct icon.
6395
6396 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6397
6398 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6399 When delegating, order args in the funcall correctly.
6400
6401 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6402
6403 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6404
6405 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6406
6407 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6408 buffer not visiting a file.
6409
6410 2005-01-31 Jay Belanger <belanger@truman.edu>
6411
6412 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6413 bound on the line with the formula.
6414
6415 2005-01-31 Kim F. Storm <storm@cua.dk>
6416
6417 * ses.el (ses-create-cell-variable-range)
6418 (ses-destroy-cell-variable-range, ses-reset-header-string)
6419 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6420 (ses-insert-row): Fix format of apply undo entries.
6421
6422 2005-01-31 Jay Belanger <belanger@truman.edu>
6423
6424 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6425 parts.
6426
6427 * calc/calc-embed.el (calc-embedded-open-formula)
6428 (calc-embedded-close-formula): Ignore matrix environments.
6429
6430 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6431 TeX mode.
6432
6433 * calc/calc-lang.el (math-function-table, math-oper-table)
6434 (math-variable-table): Adjust the LaTeX portions.
6435
6436 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6437 (math-latex-ignore-words): New constant.
6438
6439 2005-01-31 Richard M. Stallman <rms@gnu.org>
6440
6441 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6442 (ispell-local-dictionary): Doc fix.
6443 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6444 Don't reinitialize at run time. Don't defcustom.
6445 All uses changed to append ispell-local-dictionary-alist,
6446 or check it first.
6447 (ispell-current-dictionary): New variable for dictionary in use.
6448 (ispell-dictionary): Now used only for global default.
6449 (ispell-start-process): Set ispell-current-dictionary,
6450 not ispell-dictionary.
6451 (ispell-change-dictionary): Use this only for setting
6452 user preferences.
6453 (ispell-internal-change-dictionary): New function
6454 to change the current dictionary in use.
6455 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6456 Use ispell-current-dictionary.
6457 Handle ispell-local-dictionary-overridden.
6458 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6459
6460 2005-01-31 Jay Belanger <belanger@truman.edu>
6461
6462 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6463
6464 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6465 (calc-mode-map): Add calc-latex-language.
6466
6467 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6468 (math-latex-print-frac): New functions.
6469 (math-oper-table, math-function-table, math-variable-table)
6470 (math-complex-format, math-input-filter): Add latex properties.
6471 (calc-set-language): Set math-expr-special-function-mapping.
6472
6473 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6474 (calc-write-parse-table-part): Add LaTeX support.
6475
6476 * calc/calc.el (calc-language): Adjust docstring.
6477 (calc-set-mode-line): Add LaTeX support.
6478 (math-expr-special-function-mapping): New variable.
6479 (math-tex-ignore-words): Add to list.
6480
6481 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6482 Add LaTeX support.
6483 (math-compose-expr): Add support for special functions.
6484
6485 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6486
6487 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6488
6489 * progmodes/gdb-ui.el (gdb-memory-address)
6490 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6491 (gdb-memory-mode-map, gdb-memory-format-keymap)
6492 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6493 (gdb-memory-unit-menu): New variables for a buffer
6494 that lets the user examine program memory.
6495 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6496 (gdb-memory-format-binary, gdb-memory-format-octal)
6497 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6498 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6499 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6500 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6501 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6502 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6503 (gdb-memory-mode, gdb-memory-buffer-name)
6504 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6505 New functions for above buffer.
6506
6507 2005-01-30 Richard M. Stallman <rms@gnu.org>
6508
6509 * cus-edit.el (custom-bury-buffer): Function deleted.
6510 (custom-buffer-done-function): Option deleted.
6511 (custom-buffer-done-kill): New (replacement option.
6512 (Custom-buffer-done): Call quit-window.
6513 (custom-buffer-create-internal): Update for above changes.
6514
6515 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6516
6517 * simple.el (undo-ask-before-discard): New var.
6518 (undo-outer-limit-truncate): Implement it.
6519 (undo-extra-outer-limit): Doc update.
6520
6521 2005-01-29 Richard M. Stallman <rms@gnu.org>
6522
6523 * ses.el (undo-more): Delete defadvice.
6524 (ses-begin-change): Doc fix.
6525
6526 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6527 instead of rebinding C-x u and C-_.
6528
6529 * files.el (normal-backup-enable-predicate): Return nil for files
6530 in /tmp, regardless of temporary-file-directory.
6531
6532 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6533
6534 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6535 (open-rectangle, delete-whitespace-rectangle-line)
6536 (clear-rectangle-line): If FILL, pass t instead of FILL
6537 for move-to-column's 2nd arg.
6538
6539 * simple.el (undo): Fix the test for continuing a series of undos.
6540 (undo-more): Set pending-undo-list to t when we reach end.
6541 (pending-undo-list): Move up defvar.
6542
6543 * wid-edit.el (widget-button-click):
6544 Shorten the range of the track-mouse binding.
6545
6546 * comint.el (comint-insert-input): Undo previous changes;
6547 use last-input-event in interactive spec.
6548
6549 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6550
6551 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6552 to nil before invoking call-process. Reset buffer's modified flag
6553 after fontifying it in the no-async branch.
6554
6555 * wid-edit.el (widget-specify-button): If mouse pointer shape
6556 cannot be changed, use mouse face instead.
6557
6558 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6559
6560 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6561 (gdb-goto-breakpoint): Make breakpoint handling work on template
6562 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6563 (gdb-assembler-custom): Update to recognise breakpoint information
6564 added on 2005-01-19.
6565
6566 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6569 (dsssl-mode): Use define-derived-mode.
6570 (scheme-mode-initialize): Remove.
6571 (scheme-mode): Use run-mode-hooks.
6572
6573 * cus-edit.el (customize-group-other-window)
6574 (custom-buffer-create-other-window): Don't override special-display-*.
6575 (custom-mode-map): Make it dense.
6576
6577 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6578 sets the default value.
6579
6580 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6581
6582 * descr-text.el: Add more keywords.
6583
6584 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * speedbar.el: Avoid unnecessary use of locate-library.
6587
6588 * international/mule-cmds.el (standard-display-european-internal):
6589 Don't fiddle with latin-1 non-break space any more since it's now
6590 special cased in the C code.
6591 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6592
6593 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6594
6595 * cus-start.el (all): Add `undo-outer-limit'.
6596
6597 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6598
6599 * textmodes/bibtex.el (bibtex-format-entry):
6600 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6601 field lines.
6602 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6603 not on part of a buffer.
6604
6605 2005-01-25 Lute Kamstra <lute@gnu.org>
6606
6607 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6608 nonempty field text strings like "{letters\\macro{}more letters}".
6609 Clarify docstring.
6610 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6611 (bibtex-entry-offset, bibtex-parse-association)
6612 (bibtex-parse-field-name): Fix typos in docstrings.
6613 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6614
6615 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6616
6617 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6618 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6619 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6620 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6621
6622 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6623 isearch minor mode.
6624
6625 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6626
6627 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6628
6629 2005-01-24 Lute Kamstra <lute@gnu.org>
6630
6631 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6632 CASECHARS and NOT-CASECHARS regular expressions of the
6633 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6634 striding over charsets" error.
6635
6636 2005-01-24 Jay Belanger <belanger@truman.edu>
6637
6638 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6639 display variable name.
6640
6641 2005-01-24 Kenichi Handa <handa@m17n.org>
6642
6643 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6644 Fix setting of the element of encoded-kbd-iso2022-invocations.
6645
6646 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6647
6648 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6649 (gdb-threads-select): Change to also accept mouse events.
6650 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6651 (gdb-threads-mouse-select): Delete.
6652
6653 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6654
6655 * files.el (insert-directory): Take care of empty directory,
6656 listed without -a switch.
6657
6658 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * textmodes/refill.el (refill-post-command-function):
6661 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6662 to the list of functions that we should be careful not to undo.
6663 (refill-late-fill-paragraph-function): Remove.
6664 (refill-saved-state): New var.
6665 (refill-mode): Use it to save fill-paragraph-function.
6666 Save also the value of auto-fill-function.
6667
6668 * term/w32-win.el: Simplify code.
6669
6670 2005-01-23 Kim F. Storm <storm@cua.dk>
6671
6672 * simple.el (line-move): Adapt to new return value from
6673 pos-visible-in-window-p.
6674
6675 * simple.el (line-move): Fix last change. Check partial
6676 visibility at point rather than at window-start.
6677
6678 2005-01-22 Jason Rumney <jasonr@gnu.org>
6679
6680 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6681
6682 2005-01-22 David Kastrup <dak@gnu.org>
6683
6684 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6685
6686 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6687
6688 * type-break.el (type-break-mode): Add a test for
6689 type-break-file-name being non-nil.
6690
6691 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6692
6693 * net/eudc.el (top level): Call (message "") via progn, so that
6694 eudc-options-file is loaded.
6695
6696 2005-01-22 Kim F. Storm <storm@cua.dk>
6697
6698 * simple.el (line-move-1): Rename from line-move.
6699 (line-move): New function that adjusts vscroll for partially
6700 visible rows, and calls line-move-1 otherwise.
6701
6702 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6703
6704 * pcomplete.el: define pcomplete-read-event instead of read-event,
6705 since it's not a complete read-event implementation
6706
6707 2005-01-20 Jay Belanger <belanger@truman.edu>
6708
6709 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6710 for called function.
6711
6712 2005-01-20 Steven Tamm <steventamm@mac.com>
6713
6714 * term/mac-win.el (process-connection-type): Remove.
6715 Controlled now by s/darwin.h:PTY_ITERATION.
6716
6717 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * window.el (handle-select-window): Don't switch window when we're
6720 in the minibuffer.
6721
6722 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6723
6724 * subr.el (dotimes-with-progress-reporter): New macro.
6725
6726 * ses.el (ses-dotimes-msg): Remove macro.
6727 Use `dotimes-with-progress-reporter' instead.
6728
6729 2005-01-19 Steven Tamm <steventamm@mac.com>
6730
6731 * term/mac-win.el (process-connection-type): Use new
6732 operating-system-release variable to use ptys on Darwin 7 (OSX
6733 10.3) when using carbon build.
6734
6735 2005-01-19 Jay Belanger <belanger@truman.edu>
6736
6737 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6738 flags if the last command was a tab or M-tab.
6739
6740 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6741 in formula editing buffer.
6742
6743 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6744
6745 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6746 breakpoint image symbol in margin.
6747
6748 2005-01-19 Jay Belanger <belanger@truman.edu>
6749
6750 * calc/calc-prog.el (calc-execute-kbd-macro):
6751 Ignore calc-keep-arg-flag.
6752
6753 2005-01-19 Kenichi Handa <handa@m17n.org>
6754
6755 * textmodes/ispell.el (ispell-looking-at): New function.
6756 (ispell-process-line): Use ispell-looking-at to compare the ispell
6757 output and the buffer contents.
6758
6759 2005-01-18 Jay Belanger <belanger@truman.edu>
6760
6761 * calc/calc.el (calc-display-raw): Fix docstring.
6762
6763 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * simple.el (blink-matching-open): Strip extra info from syntax.
6766
6767 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6768 funny chars in the end-of-here-doc marker.
6769
6770 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6771
6772 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6773 that enable/disabled state of breakpoints is shown correctly in
6774 fringe and on ttys.
6775 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6776 Add breakpoint information as text properties.
6777 (gdb-mouse-toggle-breakpoint):
6778 Rename to gdb-mouse-set-clear-breakpoint.
6779 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6780 breakpoints in the margin.
6781 (gdb-remove-strings): Simplify.
6782
6783 2005-01-17 Jay Belanger <belanger@truman.edu>
6784
6785 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6786 erasing buffer.
6787
6788 2005-01-17 Richard M. Stallman <rms@gnu.org>
6789
6790 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6791 for calling grep-compute-defaults.
6792
6793 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6794 if buffer is empty.
6795
6796 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6797
6798 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6801
6802 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6803 non-preloaded variables.
6804
6805 2005-01-17 Steven Tamm <steventamm@mac.com>
6806
6807 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6808 tex-shell cause to force interactivity when using pipes.
6809
6810 2005-01-17 Kim F. Storm <storm@cua.dk>
6811
6812 * simple.el (just-one-space): Make arg optional.
6813
6814 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6815
6816 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6817 posn-at-x-y to t to access left-margin.
6818
6819 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6820
6821 Sync with Tramp 2.0.47.
6822
6823 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6824 catching keep-date problems in cp/scp operations.
6825 (tramp-handle-copy-file): Don't call `set-file-modes'
6826 unconditionally. Specialized functions should know better what is
6827 necessary. This improves performance a little bit, and the
6828 functions could catch errors with `cp -p' and `scp -p'.
6829 (tramp-do-copy-or-rename-file-via-buffer)
6830 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6831 when appropriate.
6832 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6833 Call `set-file-modes' when appropriate.
6834 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6835 Johnsson <isak@hypergene.com>
6836 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6837 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6838 <joakim@verona.se>
6839 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6840 Emacs only.
6841
6842 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6843 `find-file-hooks' and `dired-mode-hook'.
6844 (tramp-minor-mode-map): Respective map. Add remapping for
6845 `compile' and `recompile'.
6846 (tramp-remap-command, tramp-recompile): New defuns.
6847 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6848 in buffer "*Compilation*". Call the commands asynchronously.
6849
6850 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6851 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6852 `shell-command', because it isn't magic in XEmacs. Reported by
6853 Adrian Aichner <adrian@xemacs.org>.
6854
6855 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6856 `substitute-in-file-name.
6857 (tramp-smb-handle-substitute-in-file-name): New defun.
6858 (tramp-smb-advice-PC-do-completion): Delete advice.
6859
6860 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6861
6862 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6863 Fix error in deleting region.
6864
6865 2005-01-15 Richard M. Stallman <rms@gnu.org>
6866
6867 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6868 In non-temp buffer, switch syntax table temporarily.
6869
6870 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6871
6872 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6873
6874 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6875
6876 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6877 (imenu--generic-function): Use START, not BEG, as pos of definition.
6878
6879 * simple.el (just-one-space): Argument specifies number of spaces.
6880
6881 * simple.el (eval-expression-print-format): Avoid warning
6882 about edebug-active.
6883
6884 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6885
6886 * progmodes/sh-script.el: Code copied from make-mode.el
6887 with small changes,
6888 (sh-mode-map): Bind C-c C-\.
6889 (sh-backslash-column, sh-backslash-align): New variables.
6890 (sh-backslash-region, sh-append-backslash): New functions.
6891
6892 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6893
6894 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6895 (rmail-pop-password, rmail-pop-password-required): Move to
6896 rmail-obsolete group.
6897 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6898 All callers updated.
6899 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6900 Take an argument specifying whether it is POP or IMAP mailbox we
6901 are using. All callers updated.
6902 (rmail-pop-password-error): Rename to
6903 rmail-remote-password-error. Added mailutils-specific error message.
6904 (rmail-movemail-search-path)
6905 (rmail-movemail-variant-in-use): New variables.
6906 (rmail-remote-password, rmail-remote-password-required):
6907 New customization variables.
6908 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6909 (rmail-parse-url): New function.
6910 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6911 with GNU mailutils movemail.
6912
6913 2005-01-15 Kevin Ryde <user42@zip.com.au>
6914
6915 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6916 suffix to space, $ or '$, to correctly position point when going
6917 to @table style constants like DBL_MAX.
6918
6919 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6920
6921 * type-break.el (type-break-mode, type-break-file-time)
6922 (type-break-file-keystroke-count, type-break-choose-file):
6923 Don't store data in or load data from the file if type-break-file-name
6924 is nil.
6925 (type-break-file-name): Doc update as per the above.
6926
6927 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6928
6929 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6930 lookup-key might return nil; handle that.
6931
6932 2005-01-15 Alan Mackenzie <acm@muc.de>
6933
6934 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6935 rather than the element found, thus enabling the tree to be setcar'd.
6936
6937 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6938
6939 * textmodes/org.el (org-show-following-heading): New option.
6940 (org-show-hierarchy-above): Use `org-show-following-heading'.
6941 (org-cycle): Documentation fix.
6942
6943 * textmodes/org.el (orgtbl-optimized): New option
6944 (orgtbl-mode): New command, a minor mode.
6945 (orgtbl-mode-map): New variable.
6946 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6947 (orgtbl-error, orgtbl-self-insert-command)
6948 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6949
6950 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6951 a local variable in each org-mode buffer.
6952
6953 * textmodes/org.el (org-set-regexps-and-options): Rename from
6954 `org-set-regexps'. Added checking for STARTUP keyword.
6955 (org-get-current-options): Add STARTUP options.
6956 (org-table-insert-row): Mode mode intelligent about when
6957 realignment is needed.
6958 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6959 New commands.
6960 (org-enable-table-editor): New default value `optimized'.
6961 (org-table-blank-field): Support blanking regions if active.
6962
6963 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6964
6965 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6966 if the year is not given.
6967
6968 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6969 Add new escapes %m and %M, fixed bug with %F by adding
6970 save-match-data.
6971 (reftex-reference): Remove ?. from list of spaces.
6972 (reftex-label-info): Add automatic label prefix recognition.
6973
6974 * textmodes/reftex-index.el (reftex-index-next-phrase):
6975 Add slave parameter to call of `reftex-index-this-phrase'.
6976 (reftex-index-this-phrase): New optional argument.
6977 (reftex-index-region-phrases): Add slave parameter to call of
6978 `reftex-index-this-phrase'.
6979 (reftex-display-index): New argument redo.
6980 (reftex-index-rescan): Add 'redo to arguments of
6981 `reftex-display-index'.
6982 (reftex-index-Rescan, reftex-index-revert)
6983 (reftex-index-switch-index-tag): Add 'redo to arguments of
6984 `reftex-display-index'.
6985 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6986 indexing. Fix bug with matching is there is a quote before or
6987 after the word.
6988
6989 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6990 Fix bug when collecting citation keys in lines with comments.
6991 (reftex-citation): Prefix argument no longer rescans the document,
6992 but forces prompting for optional arguments of cite macros.
6993 (reftex-do-citation): Prompting for optional arguments implemented.
6994
6995 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6996 Add optional arguments to most cite commands.
6997 (reftex-cite-cleanup-optional-args): New option
6998 (reftex-cite-prompt-optional-args): New option.
6999 (reftex-trust-label-prefix): New option.
7000
7001 * textmodes/reftex-toc.el (reftex-toc-find-section):
7002 Add push-mark before changing the position in the buffer.
7003
7004 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7005 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7006
7007 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7008
7009 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7010 more carefully.
7011
7012 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7015 (sgml-mode): Use it.
7016 (sgml-get-context): Better keep track of implicitly closed tags.
7017
7018 2005-01-13 Kenichi Handa <handa@m17n.org>
7019
7020 * textmodes/ispell.el: These changes are to fix misalignment error
7021 caused by equivalent characters of different Emacs charsets.
7022 (ispell-unified-chars-table): New variable.
7023 (ispell-get-decoded-string): New function.
7024 (ispell-get-casechars, ispell-get-not-casechars)
7025 (ispell-get-otherchars): Call ispell-get-decoded-string.
7026
7027 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7028
7029 * custom.el (custom-declare-variable): Just put symbol instead
7030 of (defvar . symbol) in `current-load-list'.
7031
7032 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7033
7034 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7035
7036 2005-01-12 Jay Belanger <belanger@truman.edu>
7037
7038 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7039 to create a Calc summary.
7040
7041 2005-01-12 Kim F. Storm <storm@cua.dk>
7042
7043 * mouse.el (mouse-on-link-p): Change functionality and doc
7044 string to comply with latest description in lisp ref.
7045
7046 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7047
7048 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7049 Enable mouse clicks on mode-line, header-line and margin.
7050 (event-type): Give mouse event symbols an 'event-kind property
7051 with value 'mouse-click.
7052
7053 2005-01-12 Juri Linkov <juri@jurta.org>
7054
7055 * facemenu.el (list-colors-display): Add new arg buffer-name.
7056 Use it. Fix docstring. Replace code for identifying duplicate
7057 colors by the name with call to `list-colors-duplicates' which
7058 identifies duplicate colors by the value unless the color
7059 is one of special Windows colors. Set truncate-lines to t.
7060 Print sorted duplicate color names on each line. Indent to 22
7061 \(the longest color name in rgb.txt) instead of 20. Optimize.
7062 (list-colors-duplicates): New function.
7063 (facemenu-color-name-equal): Delete function.
7064
7065 * facemenu.el (list-colors-print): New function created from code
7066 in list-colors-display. Print #RRGGBB at the window right edge.
7067 (list-colors-display): When temp-buffer-show-function is not
7068 defined, call list-colors-print from temp-buffer-show-hook
7069 to get the right value of window-width in list-colors-print
7070 after the buffer is displayed.
7071
7072 * simple.el (pop-mark): Move deactivate-mark out of conditional
7073 part to deactivate the active mark regardless of the state of the
7074 mark ring.
7075
7076 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7077 variables line in desktop files.
7078
7079 2005-01-12 Juri Linkov <juri@jurta.org>
7080
7081 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7082 Bring together isearch highlight related options.
7083 (lazy-highlight): Replace group `replace' by `matching'.
7084 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7085 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7086 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7087 and declare them obsolete.
7088 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7089 (isearch-faces): Remove defgroup.
7090 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7091 Move isearch highlighting code closer to lazy highlighting code.
7092
7093 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7094 (query-replace-highlight, query-replace-lazy-highlight)
7095 (query-replace): Move definitions to the beginning of the file.
7096
7097 2005-01-11 Juri Linkov <juri@jurta.org>
7098
7099 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7100 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7101 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7102
7103 * info.el (Info-history-forward): New variable.
7104 (Info-select-node): Reset Info-history-forward to nil.
7105 (Info-last): Turn into defalias.
7106 (Info-history-back): Rename from Info-last.
7107 Add current node to Info-history-forward.
7108 (Info-history-forward): New fun.
7109 (Info-mode-map): Replace Info-last by Info-history-back.
7110 Bind Info-history-forward to "r".
7111 (Info-mode-menu): Replace Info-last by Info-history-back.
7112 Fix menu item text. Add menu item for Info-history-forward.
7113 (info-tool-bar-map): Replace Info-last by Info-history-back.
7114 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7115 for Info-history-forward.
7116 (Info-mode): Replace Info-last by Info-history-back in docstring.
7117 Add local variable Info-history-forward.
7118 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7119
7120 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7121
7122 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7123 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7124 Ignore select-window events rather than fiddle with
7125 mouse-autoselect-window.
7126
7127 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7128
7129 * type-break.el (type-break-mode): Fix previous change.
7130
7131 2005-01-10 Jay Belanger <belanger@truman.edu>
7132
7133 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7134 calculator; only reset when point is inside a calculator.
7135 Don't adjust the window height if the window takes up the whole height
7136 of the frame.
7137
7138 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7139
7140 * ebuff-menu.el (Electric-buffer-menu-mode):
7141 Preserve value of buffer-local var header-line-format.
7142
7143 2005-01-09 Jay Belanger <belanger@truman.edu>
7144
7145 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7146 Make sure settings file exists before accessing it.
7147
7148 * calc/calc-embed.el (calc-embedded-subst):
7149 Replace math-multi-subst-rec, which is only supposed to be called
7150 by math-multi-subst, by math-multi-subst.
7151
7152 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7153
7154 * vc.el (vc-allow-async-revert): New user option.
7155 (vc-disable-async-diff): New internal variable.
7156 (vc-revert-buffer): Use them to disable asynchronous diff.
7157
7158 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7159 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7160 asynchronously if vc-disable-async-diff is t.
7161
7162 2005-01-09 Jay Belanger <belanger@truman.edu>
7163
7164 * calc/calc.el (defcalcmodevar): New macro.
7165 (calc-mode-var-list-restore-default-values)
7166 (calc-mode-var-list-restore-saved-values): New functions.
7167 (calc-mode-var-list): Use defcalcmodevar to define it.
7168 (calc-always-load-extensions, calc-line-numbering)
7169 (calc-line-breaking, calc-display-just, calc-display-origin)
7170 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7171 (calc-group-char, calc-point-char, calc-frac-format)
7172 (calc-prefer-frac, calc-hms-format, calc-date-format)
7173 (calc-float-format, calc-full-float-format, calc-complex-format)
7174 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7175 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7176 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7177 (calc-matrix-brackets, calc-language, calc-language-option)
7178 (calc-left-label, calc-right-label, calc-word-size)
7179 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7180 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7181 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7182 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7183 (calc-window-height, calc-display-trail, calc-show-selections)
7184 (calc-use-selections, calc-assoc-selections)
7185 (calc-display-working-message, calc-auto-why, calc-timing)
7186 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7187 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7188 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7189 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7190 (calc-gnuplot-geometry, calc-graph-default-resolution)
7191 (calc-graph-default-resolution-3d, calc-invocation-macro)
7192 (calc-show-banner): Use defcalcmodevar to declare them and set
7193 their default values.
7194
7195 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7196 instead of default values (but restore default values if there is
7197 an argument of 0).
7198
7199 2005-01-09 David Kastrup <dak@gnu.org>
7200
7201 * desktop.el (desktop-restore-eager): Fix typo in type.
7202
7203 2005-01-08 Richard M. Stallman <rms@gnu.org>
7204
7205 * cus-edit.el (customize): Delete :link.
7206
7207 2005-01-08 Jay Belanger <belanger@truman.edu>
7208
7209 * calc/calc.el (calc-mode): Remove the extension from the
7210 `calc-settings-file' file name when loading it.
7211
7212 2005-01-08 Kim F. Storm <storm@cua.dk>
7213
7214 * info.el (Info-mode-map, Info-next-link-keymap)
7215 (Info-prev-link-keymap, Info-up-link-keymap):
7216 Map follow-link to mouse-face.
7217 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7218
7219 2005-01-08 Jay Belanger <belanger@truman.edu>
7220
7221 * calc/calc.el (calc-settings-file): Change default value.
7222 Suggested by cgw in a comment in calc-mode.el.
7223
7224 * calc/calc-mode.el (calc-settings-file-name):
7225 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7226 Replace ~/.emacs in a prompt by calc-settings-file.
7227
7228 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7229
7230 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7231 (desktop-lazy-idle-delay): New customizable variables.
7232 (desktop-buffer-args-list): New variable.
7233 (desktop-append-buffer-args): New function.
7234 (desktop-save): Call desktop-append-buffer-args for some buffers.
7235 (desktop-lazy-create-buffer): New function.
7236 (desktop-idle-create-buffers): New function.
7237 (desktop-read): Add message about buffers to restore lazily.
7238 (desktop-lazy-abort): New command.
7239 (desktop-clear): Call desktop-lazy-abort.
7240 (desktop-lazy-complete): New command.
7241
7242 2005-01-06 Richard M. Stallman <rms@gnu.org>
7243
7244 * emacs-lisp/find-func.el (find-face-definition):
7245 Rename from find-face.
7246
7247 2005-01-06 Kim F. Storm <storm@cua.dk>
7248
7249 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7250
7251 * man.el (Man-xref-man-page, Man-xref-header-file)
7252 (Man-xref-normal-file): Add follow-link property.
7253
7254 2005-01-06 Jay Belanger <belanger@truman.edu>
7255
7256 * calc/calc-units.el: Make sure the proper macro definitions are
7257 available when compiling.
7258
7259 2005-01-06 Juri Linkov <juri@jurta.org>
7260
7261 * isearch.el (isearch-lazy-highlight-update):
7262 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7263
7264 2005-01-06 Miles Bader <miles@gnu.org>
7265
7266 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7267 (isearch-lazy-highlight-face): Use new name.
7268
7269 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * uniquify.el (uniquify-rationalize-file-buffer-names):
7272 Re-add an interactive spec.
7273 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7274 to the same name.
7275
7276 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7277 (isearch-update, isearch-done): Adjust calls accordingly.
7278
7279 2005-01-05 Richard M. Stallman <rms@gnu.org>
7280
7281 * custom.el (custom-set-variables, custom-theme-set-variables):
7282 Clarify documentation.
7283
7284 * emacs-lisp/find-func.el (find-variable)
7285 (find-variable-other-window, find-variable-other-frame):
7286 Fix the TYPE args to find-function-read and find-function-do-it.
7287 (find-function): Doc fix.
7288 (find-function-at-point): Replace function-at-point alias.
7289
7290 2005-01-04 Richard M. Stallman <rms@gnu.org>
7291
7292 * cus-face.el (custom-declare-face):
7293 Record defface in current-load-list.
7294
7295 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7296
7297 * emacs-lisp/find-func.el: Doc fixes.
7298 (find-face-regexp): New variable.
7299 (find-function-regexp-alist): New variable.
7300 (find-function-C-source): Third arg is now TYPE.
7301 (find-function-search-for-symbol): Handle general TYPE.
7302 (find-function-read, find-function-do-it): Handle general TYPE.
7303 (find-definition-noselect, find-face): New functions.
7304 (function-at-point): Alias deleted.
7305
7306 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * battery.el (display-battery-mode): Rename from display-battery.
7309 Handle the case where it gets turned off.
7310
7311 2005-01-04 Richard M. Stallman <rms@gnu.org>
7312
7313 * cus-edit.el (customize): Make :link point to user doc.
7314
7315 * man.el (Man-fontify-manpage): Turn off undo generation.
7316
7317 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7318
7319 2005-01-04 Andreas Schwab <schwab@suse.de>
7320
7321 * files.el (insert-directory): Only look for error lines in
7322 inserted text. Don't move too far after processing --dired markers.
7323
7324 2005-01-04 Richard M. Stallman <rms@gnu.org>
7325
7326 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7327 Don't expand if the character is @, period, dash, etc.
7328 (define-mail-abbrev): Quote names that contain problem characters.
7329
7330 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7331
7332 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7333
7334 2005-01-03 Richard M. Stallman <rms@gnu.org>
7335
7336 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7337 (query-replace-highlight, query-replace-lazy-highlight)
7338 (query-replace): Definitions moved up. Doc fix.
7339
7340 2005-01-03 Richard M. Stallman <rms@gnu.org>
7341
7342 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7343 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7344 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7345 (lazy-highlight-face): Rename from isearch-lazy-...
7346 Change all references to them.
7347
7348 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7349
7350 * cus-edit.el (custom-file): Doc fix for defcustom.
7351 (custom-file): The function no longer sets the variable
7352 `custom-file' to its return value.
7353
7354 * startup.el (command-line): No longer load `custom-file'.
7355
7356 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7359
7360 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7361 Don't confuse module-prefixed identifiers for labels.
7362 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7363
7364 2005-01-02 Richard M. Stallman <rms@gnu.org>
7365
7366 * files.el (basic-save-buffer-1): Fix previous change.
7367
7368 * loadhist.el (file-loadhist-lookup): New function.
7369 (file-provides, file-requires): Use it.
7370
7371 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7372 instead of calculating the right size.
7373
7374 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7375
7376 * vc-svn.el (vc-svn-diff): Stay local if possible.
7377
7378 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7381
7382 * files.el (hack-local-variables): Fix last change.
7383
7384 2005-01-02 Jay Belanger <belanger@truman.edu>
7385
7386 * calc/calc-yank.el (calc-edit-top): New variable.
7387 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7388 object. Change header properties.
7389 (calc-edit-finish, calc-edit-finish-stack-object)
7390 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7391 edited object.
7392 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7393 for the beginning of the edited object.
7394 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7395 for the beginning of the edited object.
7396 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7397 (calc-finish-formula-edit, calc-macro-repeats)
7398 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7399 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7400 beginning of the edited object.
7401 (calc-user-define-edit): Change the header for editing macros.
7402 Remove unnecessary variable.
7403
7404 2005-01-01 Jay Belanger <belanger@truman.edu>
7405
7406 * calc/calc-yank.el (calc-edit-mode): Change default header.
7407 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7408 * calc/calc-store.el (calc-edit-variable): Change title to match new
7409 header.
7410 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7411 mode to match new header.
7412 (calc-user-define-edit): Change titles to include names of commands.
7413 (calc-finish-formula-edit): Adjust to handle new header.
7414 (calc-finish-macro-edit): Remove.
7415 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7416 (calc-edit-macro-command, calc-edit-macro-command-type)
7417 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7418 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7419 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7420 (calc-edit-macro-finish-edit): New functions.
7421 (calc-user-define-edit): Use new functions to edit named calc macros.
7422
7423 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7424
7425 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7426
7427 * ses.el (copy-region-as-kill): Deactivate mark.
7428
7429 2005-01-01 Richard M. Stallman <rms@gnu.org>
7430
7431 * replace.el (occur-1): If the output buffer is also an input,
7432 don't kill it, rename it.
7433
7434 * faces.el (set-face-background, set-face-foreground): Doc fix.
7435
7436 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7437 for :foreground and :background.
7438
7439 * dired.el (dired-view-command-alist): Variable deleted.
7440 (dired-view-file, dired-mouse-find-file-other-window):
7441 Delete the code to use it.
7442
7443 2005-01-01 Kim F. Storm <storm@cua.dk>
7444
7445 * image.el (insert-sliced-image): Use t for line-height property.
7446
7447 2004-12-31 Jay Belanger <belanger@truman.edu>
7448
7449 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7450 for "var-" at the beginning of the minibuffer.
7451
7452 2004-12-31 Richard M. Stallman <rms@gnu.org>
7453
7454 * faces.el (read-face-name):
7455 Don't treat an attribute spec as a list of faces.
7456
7457 * simple.el (undo): Use undo-equiv-table to detect
7458 unexpected changes since previous undo.
7459 (undo-list-saved): Variable deleted.
7460 (buffer-disable-undo): Don't alter undo-list-saved.
7461
7462 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7463 (mode-require-final-newline): New option.
7464 (after-find-file): Handle require-final-newline with new values.
7465 (basic-save-buffer): Handle new values of require-final-newline.
7466
7467 * progmodes/sh-script.el (sh-require-final-newline):
7468 Alist value now controls whether to use mode-require-final-newline.
7469 (sh-set-shell): Implement that new meaning.
7470
7471 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7472 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7473 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7474 Delete old-Emacs compatibility code.
7475 (antlr-c-common-init): Function deleted.
7476
7477 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7478 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7479 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7480 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7481 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7482 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7483 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7484 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7485 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7486 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7487 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7488 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7489 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7490 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7491 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7492 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7493
7494 2004-12-31 Jay Belanger <belanger@truman.edu>
7495
7496 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7497 way to return to Calc.
7498
7499 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7500 finish, C-xk as the way to cancel the edit. Add cancel routine to
7501 kill-buffer-hook.
7502
7503 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7504 MacEdit code.
7505
7506 * calc/calc-prog.el: Remove obsolete MacEdit code.
7507 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7508 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7509
7510 2004-12-31 Kenichi Handa <handa@m17n.org>
7511
7512 * international/mule.el (buffer-file-coding-system-explicit):
7513 Rename for explicit-buffer-file-coding-system.
7514 (after-insert-file-set-coding): Adjust for the above change.
7515
7516 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7517 to buffer-file-coding-system-explicit.
7518 (basic-save-buffer-1): Likewise.
7519
7520 2004-12-30 Richard M. Stallman <rms@gnu.org>
7521
7522 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7523 (artist-butlast, artist-last): Functions deleted.
7524 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7525 (artist-compute-key-compl-table): Call remq directly.
7526 (artist-remove-nulls): Function deleted.
7527 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7528 (artist-push, artist-pop): Macro deleted.
7529
7530 2004-12-30 Andreas Leue <al@sphenon.de>
7531
7532 * textmodes/artist.el (artist-version): 1.2.6
7533 (artist-prev-next-op-alist): New variable.
7534 (artist-select-next-op-in-list): New function.
7535 (artist-select-prev-op-in-list): New function.
7536 (artist-make-prev-next-op-alist): New function.
7537 (artist-is-in-op-list-p): New function.
7538 (artist-get-first-non-nil-op): New function.
7539 (artist-get-last-non-nil-op): New function.
7540 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7541 artist-prev-next-op-alist.
7542 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7543 change drawing operation.
7544
7545 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7546
7547 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7548
7549 2004-12-31 Masatake YAMATO <jet@gyve.org>
7550
7551 * server.el (server-process-filter): Suppress `error', too.
7552
7553 2004-12-30 Jay Belanger <belanger@truman.edu>
7554
7555 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7556 Change the way a variable is displayed in a message.
7557
7558 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7559 (calc-user-define-permanent, calc-execute-kbd-macro):
7560 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7561
7562 2004-12-30 Kenichi Handa <handa@m17n.org>
7563
7564 * files.el (basic-save-buffer-1):
7565 Set explicit-buffer-file-coding-system to last-coding-system-used.
7566 (revert-buffer): Pay attention to
7567 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7568 on bind coding-system-for-read.
7569
7570 * international/mule.el (explicit-buffer-file-coding-system):
7571 New buffer local variable.
7572 (after-insert-file-set-coding): Set it to coding-system-for-read.
7573
7574 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7575
7576 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7577
7578 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7579
7580 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7581 that include line numbers.
7582
7583 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7584
7585 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7586 Redundant variable PREFIXLEN removed.
7587
7588 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7589
7590 * eshell/em-hist.el (eshell-previous-matching-input):
7591 Start the deletion from the end of the output.
7592
7593 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7594
7595 * term/mac-win.el: Require x-dnd.
7596 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7597
7598 2004-12-29 David Kastrup <dak@gnu.org>
7599
7600 * international/mule.el (decode-coding-inserted-region):
7601 Don't barf if `buffer-undo-list' is already set to `t'.
7602
7603 2004-12-29 Jay Belanger <belanger@truman.edu>
7604
7605 * calc/calc-prog.el (calc-user-define-formula): Put default values
7606 for function names in prompts.
7607 (calc-user-define-permanent, calc-user-define-composition)
7608 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7609 default input for algebraic functions.
7610
7611 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7612
7613 * vc-rcs.el (vc-rcs-annotate-command):
7614 Fix omission bug: Call `vc-setup-buffer'.
7615
7616 2004-12-29 Kenichi Handa <handa@m17n.org>
7617
7618 * international/mule.el (recode-region): New function.
7619
7620 2004-12-28 Richard M. Stallman <rms@gnu.org>
7621
7622 * simple.el (undo-extra-outer-limit): New variable.
7623 (undo-outer-limit-truncate): Test and set it.
7624
7625 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7626 enables the feature to extend the existing region.
7627
7628 * simple.el (mark-word): New arg ALLOW-EXTEND
7629 enables the feature to extend the existing region.
7630
7631 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7632 enables the feature to extend the existing region.
7633
7634 * startup.el (site-run-file): Don't allow setting it with Custom.
7635
7636 * simple.el (buffer-disable-undo): Fix previous change.
7637
7638 2004-12-27 Masatake YAMATO <jet@gyve.org>
7639
7640 * hexl.el (hexlify-buffer): Remove fontification here.
7641 Use font lock mechanism instead.
7642 (hexl-font-lock-keywords): New font lock kewords.
7643 (hexl-mode-old-font-lock-keywords): New variable.
7644 (hexl-mode): Store the old font lock keywords.
7645 (hexl-mode-exit): Restore the old font lock keywords.
7646
7647 2004-12-27 Richard M. Stallman <rms@gnu.org>
7648
7649 * simple.el (undo): Fix previous change.
7650
7651 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7652
7653 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7654 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7655 Call x-open-connection on Mac OS X.
7656
7657 2004-12-27 Richard M. Stallman <rms@gnu.org>
7658
7659 * files.el (buffer-save-without-query): New var (buffer-local).
7660 (save-some-buffers): Save those buffers first, w/o asking.
7661
7662 * files.el (insert-directory-ls-version): New variable.
7663 (insert-directory): When ls returns an error, test the version
7664 number to decide what the return code means.
7665 With --dired output format, detect and distinguish lines
7666 that are really error messages.
7667 (insert-directory-adj-pos): New function.
7668
7669 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7670
7671 * battery.el (battery-mode-line-format): Remove initial spaces.
7672
7673 * uniquify.el (uniquify-rationalize-file-buffer-names):
7674 Delete interactive spec.
7675
7676 * type-break.el (type-break-mode): Set buffer-save-without-query.
7677 Remove code that tried to set save-some-buffers-always.
7678 (type-break-file-keystroke-count): Bind deactivate-mark.
7679
7680 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7681
7682 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7683 Test that the buffer is live, and maybe reject current buffer too.
7684 Clarify.
7685 (next-error-find-buffer): Rewrite for clarity.
7686
7687 * loadup.el: Don't use buffer-disable-undo; do it directly.
7688
7689 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7690 (describe-variable): Call symbol-file with `defvar'.
7691
7692 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7693 (symbol-file): Rewritten to handle new load-history format.
7694 Now takes an arg TYPE to specify looking for a particular
7695 type of definition only.
7696
7697 * emacs-lisp/debug.el (debugger-make-xrefs):
7698 Call symbol-file with `defun'.
7699
7700 * emacs-lisp/find-func.el (find-function-noselect):
7701 Call symbol-file with `defun'.
7702 (find-variable-noselect): Call symbol-file with `defvar'.
7703
7704 * eshell/esh-cmd.el (eshell-find-alias-function):
7705 Call symbol-file with `defun'.
7706
7707 * eshell/esh-test.el (eshell-test-goto-func):
7708 Call symbol-file with `defun'.
7709
7710 * mail/rmail.el (rmail-resend):
7711 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7712
7713 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7714
7715 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7716
7717 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7718 Call buffer-disable-undo.
7719
7720 * simple.el (undo-list-saved): New variable (buffer-local).
7721 (undo): Set and test it.
7722 (buffer-disable-undo): Move here from buffer.c.
7723 Clear out undo-list-saved.
7724
7725 * international/mule.el (decode-coding-inserted-region):
7726 Set buffer-undo-list in a correct and optimal way.
7727
7728 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7729 (cperl-font-lock-unfontify-region-function): No need to save and
7730 restore info, since font-lock.el does it for us.
7731
7732 * ansi-color.el (save-buffer-state): Definition deleted.
7733 (ansi-color-unfontify-region): Don't use save-buffer-state.
7734
7735 2004-12-27 Dave Love <fx@gnu.org>
7736
7737 * wid-edit.el (function): Use restricted-sexp as parent.
7738
7739 2004-12-27 Kevin Ryde <user42@zip.com.au>
7740
7741 * simple.el (next-matching-history-element): Use same
7742 `interactive' form as previous-matching-history-element.
7743
7744 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7745 it can appear unencoded and has been seen from yahoo.
7746
7747 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7748
7749 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7750 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7751
7752 2004-12-27 Kenichi Handa <handa@m17n.org>
7753
7754 * international/utf-8.el (utf-translate-cjk-load-tables):
7755 Bind coding-system-for-read to nil while loading subst-*.
7756
7757 2004-12-26 Jay Belanger <belanger@truman.edu>
7758
7759 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7760 default input.
7761
7762 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7763
7764 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7765 before reverting and disable undo recording while reverting.
7766
7767 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7768
7769 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7770 (hs-make-overlay): New function.
7771 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7772 (hs-flag-region): Delete function.
7773 (hs-hide-comment-region): No longer use `hs-flag-region'.
7774 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7775 (hs-hide-block-at-point): Likewise.
7776 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7777 (hs-hide-all, hs-show-all): Likewise.
7778 (hs-show-block): Likewise.
7779 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7780
7781 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7782
7783 * progmodes/hideshow.el: Require `cl' when compiling.
7784 Remove XEmacs and Emacs 19 compatibility.
7785 Use `dolist' and `add-to-list' for load-time actions.
7786 (hs-discard-overlays): Use `dolist'.
7787 (hs-show-block): Likewise.
7788
7789 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7790
7791 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7792
7793 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7794
7795 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7796 When extending backwards, move outside the current comment first.
7797
7798 2004-12-22 Kenichi Handa <handa@m17n.org>
7799
7800 * international/quail.el (quail-start-translation): Fix prompt
7801 string for the case if input-method-use-echo-area being non-nil.
7802 (quail-start-conversion): Likewise.
7803 (quail-show-guidance): Don't show guidance if
7804 input-method-use-echo-area is non-nil.
7805
7806 2004-12-21 Richard M. Stallman <rms@gnu.org>
7807
7808 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7809
7810 2004-12-21 Markus Rost <rost@ias.edu>
7811
7812 * calendar/diary-lib.el (mark-diary-entries):
7813 Set mark-diary-entries-in-calendar only after checking for diary-file.
7814
7815 2004-12-21 Richard M. Stallman <rms@gnu.org>
7816
7817 * faces.el (escape-glyph): Use blue against light foreground.
7818
7819 * simple.el (undo-outer-limit-truncate): New function.
7820 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7821
7822 2004-12-21 Eli Barzilay <eli@barzilay.org>
7823
7824 * calculator.el (calculator-radix-grouping-mode)
7825 (calculator-radix-grouping-digits)
7826 (calculator-radix-grouping-separator):
7827 New defcustoms for the new radix grouping mode functionality.
7828 (calculator-mode-hook): Now used in electric mode too,
7829 (calculator): Call it.
7830 (calculator-mode-map): Some new keys.
7831 (calculator-message): New function. Some new calls.
7832 (calculator-op, calculator-set-register): Use it.
7833 (calculator-string-to-number): New function, mostly moved and
7834 updated code from calculator-curnum-value.
7835 (calculator-curnum-value): Use it.
7836 (calculator-paste): Use it, and update grabbing the current-kill.
7837 (calculator-rotate-displayer)
7838 (calculator-rotate-displayer-back): Toggle digit grouping when
7839 in radix mode, use calculator-message.
7840 (calculator-displayer-prev, calculator-displayer-next):
7841 Change digit group size when in radix mode.
7842 (calculator-number-to-string): Rename from
7843 calculator-num-to-string. Now deals with digit grouping in
7844 radix mode.
7845 (calculator-update-display, calculator-put-value): Use the new name.
7846 (calculator-fact): Return a floating point number.
7847 (calculator-mode): Doc fix.
7848
7849 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7850
7851 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7852 * calendar/diary-lib.el (view-other-diary-entries):
7853 Use current-prefix-arg in interactive spec.
7854
7855 2004-12-19 Jay Belanger <belanger@truman.edu>
7856
7857 * calc/calc-aent.el (calcAlg-blank-matching-open):
7858 Temporarily adjust the syntax of both delimiters of half-open intervals.
7859
7860 2004-12-19 Kim F. Storm <storm@cua.dk>
7861
7862 * mouse.el (mouse-1-click-follows-link): Doc fix.
7863
7864 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7865
7866 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7867 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7868 instead of centraleuropean as the name
7869
7870 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7871
7872 Sync with Tramp 2.0.46.
7873
7874 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7875 parameters wrt Tramp convention.
7876 (tramp-handle-file-attributes-with-perl)
7877 (tramp-handle-directory-files-and-attributes): Apply it.
7878 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7879 `copy-program'. Reported by Zack Weinberg
7880 <zack@codesourcery.com>.
7881 (top): Set `edebug-form-spec' property directly rather than
7882 calling `def-edebug-spec'.
7883
7884 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7885 advice less fragile. Surround temporary redefinition of
7886 `substitute-in-file-name' with `unwind-protect'. Suggested by
7887 Matt Hodges <MPHodges@member.fsf.org>.
7888
7889 2004-12-17 Juri Linkov <juri@jurta.org>
7890
7891 * replace.el (occur-accumulate-lines, occur-engine):
7892 Make forcing deferred font-lock fontification jit-specific.
7893
7894 2004-12-17 Kim F. Storm <storm@cua.dk>
7895
7896 * mouse.el (mouse-1-click-follows-link): New defcustom.
7897 (mouse-on-link-p): New function.
7898 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7899 functionality. Map a mouse-1 click event into a mouse-2 (or
7900 other) event when position is inside a link.
7901
7902 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7903 prefix in tooltip text with "mouse-1" when this is a link
7904 recognized by mouse-1-click-follows-link functionality.
7905
7906 * help.el (describe-key): Report effective and original binding
7907 for mouse-1 when clicked on a link.
7908 (describe-mode): Add follow-link property to "minor-mode" button.
7909
7910 * help-fns.el (describe-variable): Add follow-link property to
7911 "below" button.
7912
7913 * help-mode.el (help-xref): Add follow-link property.
7914
7915 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7916 (apropos-command, apropos-variable, apropos-face, apropos-group)
7917 (apropos-widget, apropos-plist): Add follow-link property.
7918
7919 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7920 checks if position is in a filename, rather than some other
7921 clickable item. Function looks for cvs-filename-face at position.
7922
7923 * wid-edit.el (widget-specify-field, widget-specify-button):
7924 Map a :follow-link keyword into a follow-link property.
7925 (link): Add :follow-link keyword, map to RET binding.
7926
7927 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7928
7929 * progmodes/compile.el (compilation-minor-mode-map)
7930 (compilation-button-map, compilation-mode-map): Likewise.
7931
7932 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7933
7934 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7935 (zone-replace-char): Take `count' and `del-count'
7936 instead of `direction'. Update callers. When `del-count' is
7937 non-nil, delete that many characters, otherwise `count' characters
7938 backwards. Insert the newly-replaced string `count' times.
7939 (zone-fret): Handle chars w/ width greater than one.
7940 (zone-fall-through-ws): No longer take window width `ww'.
7941 Update callers. Add handling for `char-width' greater than one.
7942 (zone-pgm-drip): Update var holding window-end position every cycle.
7943
7944 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7945
7946 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7947 rather than insert-file.
7948
7949 2004-12-16 Jay Belanger <belanger@truman.edu>
7950
7951 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7952 (math-init-random-base, math-random-digit): Check to see if
7953 var-RandSeed is bound.
7954 (math-random-last): Declare it.
7955 (math-random-digit): Don't make math-random-last local.
7956
7957 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7958
7959 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7960 one-shot thunk for uniform (error, quit, normal) recovery.
7961 Reported by John Paul Wallington.
7962 (zone-pgm-random-life): Fix bug:
7963 Recognize empty initial field by lack of "@" chars.
7964
7965 2004-12-16 Juri Linkov <juri@jurta.org>
7966
7967 * help.el (function-called-at-point):
7968 * help-fns.el (variable-at-point): As a last resort try stripping
7969 non-word prefixes and suffixes.
7970
7971 * descr-text.el (describe-property-list): Don't treat syntax-table
7972 specially. Use describe-text-sexp which inserts [show] button
7973 for large objects and handles printing errors. Sort properties
7974 by names in alphabetical order instead of by value sizes.
7975 Add `mouse-face' to list of properties for `describe-face' widget.
7976 (describe-char): Mask out face-id from 19 bits of character.
7977 Print face-id separately.
7978
7979 * replace.el (occur-accumulate-lines, occur-engine):
7980 Fontify unfontified matching lines in the source buffer
7981 before copying them.
7982 (occur-engine): Don't put mouse-face on context lines.
7983 (occur-next-error): Set point to line beginning/end
7984 before searching for prev/next property to skip multiple
7985 matches on a line (not supported by occur engine).
7986 Remove redundant prefix-numeric-value.
7987
7988 2004-12-15 Juri Linkov <juri@jurta.org>
7989
7990 * replace.el (match): New face.
7991 (list-matching-lines-face): Change default from `bold' to `match'.
7992
7993 * progmodes/grep.el (grep-match-face): New defvar.
7994 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7995 compilation-column-face to highlight grep matches.
7996
7997 * apropos.el (apropos-match-face): Change default from
7998 `secondary-selection' to `match'.
7999
8000 * info-look.el (info-lookup-highlight-face): Change default from
8001 `highlight' to `match'.
8002
8003 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8004
8005 * progmodes/executable.el (executable-interpret): Eliminate
8006 obsolete compile-internal, and switch to comint for interaction.
8007
8008 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8009
8010 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8011 `&&' when skipping multiple statements on a line.
8012
8013 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8014
8015 * play/zone.el (zone): Set `truncate-lines'.
8016 Also, init `tab-width' with value from original buffer.
8017 (zone-shift-up): Rewrite for speed.
8018 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8019 (zone-pgm-jitter): Remove redundant entries from ops vector.
8020 (zone-exploding-remove): Reduce iteration count.
8021 (zone-cpos): Convert to defsubst.
8022 (zone-replace-char): New defsubst.
8023 (zone-park/sit-for): Likewise.
8024 (zone-fret): Take window-start arg.
8025 Update callers. Use `zone-park/sit-for'.
8026 (zone-fill-out-screen): Rewrite.
8027 (zone-fall-through-ws): Likewise. Update callers.
8028 (zone-pgm-drip): Use `zone-replace-char'.
8029 Move var inits before while-loop. Use `zone-park/sit-for'.
8030 (zone-pgm-random-life): Handle empty initial field.
8031 Use `zone-replace-char' and `zone-park/sit-for'.
8032
8033 2004-12-15 Juri Linkov <juri@jurta.org>
8034
8035 * isearch.el (isearch-update): Test isearch-lazy-highlight
8036 before calling isearch-lazy-highlight-new-loop.
8037 (isearch-lazy-highlight-new-loop):
8038 Don't test isearch-lazy-highlight.
8039
8040 * replace.el (perform-replace): Add isearch-case-fold-search.
8041 Use delimited-flag for isearch-regexp.
8042 Reset isearch-lazy-highlight-last-string to force lazy
8043 highlighting when called from isearch mode.
8044 (query-replace-highlight): Revert defcustom type to boolean.
8045 (query-replace-lazy-highlight): New defcustom.
8046 (query-replace): New face.
8047 (perform-replace, replace-highlight, replace-dehighlight):
8048 Test query-replace-lazy-highlight instead of special value
8049 `isearch' of query-replace-highlight.
8050 (replace-dehighlight): Don't call isearch-dehighlight.
8051 (replace-highlight): Don't call isearch-highlight.
8052 Use face `query-replace' unconditionally.
8053
8054 2004-12-14 Kim F. Storm <storm@cua.dk>
8055
8056 * simple.el (inhibit-mark-movement): Remove defvar.
8057 (beginning-of-buffer, end-of-buffer): Don't use it.
8058
8059 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8060 Don't use inhibit-mark-movement.
8061
8062 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8063 (cua--undo-push-mark): Remove.
8064 (cua--pre-command-handler, cua--post-command-handler):
8065 Don't fiddle with inhibit-mark-movement.
8066
8067 2004-12-14 Juri Linkov <juri@jurta.org>
8068
8069 * buff-menu.el (list-buffers-noselect): Collect internal info
8070 for every buffer in BUFFER-LIST arg too.
8071 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8072 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8073 Bind same-window-buffer-names and same-window-regexps to nil.
8074
8075 2004-12-13 Juri Linkov <juri@jurta.org>
8076
8077 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8078
8079 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8080 (sc-cite-region, sc-uncite-region, sc-recite-region):
8081 Fix previous change to handle not alist as a symbol, but
8082 a citation frame as a symbol that represents a variable name.
8083
8084 2004-12-13 Richard M. Stallman <rms@gnu.org>
8085
8086 * filecache.el (file-cache-add-directory-using-find):
8087 Only set up file-cache-find-command-posix-flag if we will use it.
8088
8089 * bindings.el (mode-line-buffer-identification-keymap):
8090 Don't cancel the mode-line's usual down-mouse-1 binding.
8091
8092 * cus-edit.el (custom-face-selected): Handle `default' specs.
8093 (custom-face-edit): Increase extra-offset.
8094 (custom-display): Handle `default' specs.
8095
8096 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8097
8098 * emacs-lisp/elint.el (elint-standard-variables)
8099 (elint-unknown-builtin-args): Move definitions up.
8100
8101 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8102
8103 * info.el (info-xref-visited): Use `default' instead of t.
8104 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8105
8106 * faces.el (header-line, mode-line-inactive, tool-bar):
8107 Use `default' instead of t for setting the defaults.
8108 (face-spec-choose): Separate `t' from `default'.
8109
8110 * subr.el (while-no-input): New macro.
8111
8112 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8113
8114 * filecache.el (file-cache-add-directory-using-find):
8115 Only test file-cache-find-command-posix-flag on some systems.
8116
8117 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8120 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8121 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8122 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8123 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8124
8125 2004-12-12 Juri Linkov <juri@jurta.org>
8126
8127 * files.el (find-file-other-window, find-file-other-frame):
8128 Add the first buffer to the returned value to return the complete
8129 list of all visited buffers.
8130 (find-file-read-only, find-file-read-only-other-window)
8131 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8132 `find-file-read-args'. Signal an error about non-existent file
8133 only if file name doesn't contain wildcards. Toggle read-only in
8134 all visited buffers.
8135 (find-alternate-file, find-alternate-file-other-window):
8136 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8137 called interactively. Pass arg `wildcards' to other functions.
8138 (find-file-noselect): Doc fix.
8139
8140 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8141 Doc fix.
8142 (ffap-directory-finder): New variable.
8143 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8144 (ffap-file-at-point): Add /* to immediately rejected names.
8145 Return absolute file names matching ffap-dired-wildcards.
8146 (ffap-read-file-or-url): Set default value for `completing-read'
8147 to `buffer-file-name'.
8148 (find-file-at-point): When filename matches ffap-dired-wildcards,
8149 call ffap-file-finder with t arg `wildcards', instead of dired.
8150 (ffap-other-window, ffap-other-frame): Return visited buffers.
8151 (ffap-read-only, ffap-read-only-other-window)
8152 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8153 (dired-at-point): Call ffap-directory-finder instead of dired.
8154 (ffap-dired-other-window, ffap-dired-other-frame)
8155 (ffap-list-directory): New commands.
8156 (ffap-bindings): New keybindings for new commands.
8157
8158 2004-12-12 Juri Linkov <juri@jurta.org>
8159
8160 * simple.el (beginning-of-buffer, end-of-buffer):
8161 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8162 Do not push mark when mark is active in transient-mark-mode.
8163
8164 * simple.el (mark-word):
8165 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8166 * textmodes/paragraphs.el (mark-paragraph):
8167 Extend the region when mark is active in transient-mark-mode,
8168 regardless of the last command. Doc fix.
8169
8170 * simple.el (mark-word): Preserve direction when repeating.
8171 Make arg optional. Interactive "p" -> "P".
8172 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8173
8174 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8175 preserving direction, to mark forward instead of backward when mark
8176 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8177
8178 2004-12-12 Juri Linkov <juri@jurta.org>
8179
8180 * isearch.el (isearch-edit-string): Set 7th arg of
8181 `read-from-minibuffer' to `t' to inherit the current input
8182 method (whose name is indicated by [IM] in the minibuffer prompt)
8183 from the current buffer to the minibuffer.
8184 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8185 to allow C-g quitting for lazy highlighting looping inside the
8186 search with nested repetition operators. Add overlay to the list
8187 before setting its face and other properties to avoid the case of
8188 code quitting after placing the new overlay but before it's
8189 recorded on the list. Select the window where isearch was
8190 activated, to highlight matches in the right window when isearch
8191 switches the current window to the minibuffer.
8192
8193 * international/isearch-x.el
8194 (isearch-process-search-multibyte-characters):
8195 Use `isearch-message' as initial input for `read-string' instead
8196 of adding it to the minibuffer prompt. After reading a string
8197 remove the initial value of `isearch-message' from the string.
8198
8199 * replace.el (replace-match-maybe-edit): Doc fix.
8200 (perform-replace): Don't call `replace-highlight' when automatic
8201 replacement is requested in literal mode, since it is intended
8202 only to highlight words during entering a new replacement string
8203 for \? in non-literal mode.
8204
8205 * replace.el (query-replace-highlight): Add new value `isearch'
8206 that allows query replacement to use isearch highlighting.
8207 Change type from `boolean' to `choice'. Doc fix.
8208 (replace-highlight, replace-dehighlight, perform-replace):
8209 Use isearch highlighting if query-replace-highlight eq `isearch'.
8210
8211 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8214 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8215
8216 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8217 case of \end{verbatim}.
8218
8219 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8220
8221 * term.el (term-termcap-format): Synchronyze with terminfo.
8222 (term-emulate-terminal): Handle reset.
8223 (term-reset-terminal): New function.
8224
8225 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8226
8227 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8228 (zone-fill-out-screen): New func.
8229 (zone-pgm-drip): Use `zone-fill-out-screen'.
8230 Also, no longer go to point-min on every cycle.
8231 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8232 (zone-pgm-random-life-wait): New user var.
8233 (zone-pgm-random-life): New func.
8234
8235 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8236
8237 * files.el (auto-mode-alist): Map .com to DCL mode.
8238
8239 2004-12-09 Richard M. Stallman <rms@gnu.org>
8240
8241 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8242
8243 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8244
8245 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8246 buffer with a display margin.
8247
8248 2004-12-08 Jay Belanger <belanger@truman.edu>
8249
8250 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8251 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8252
8253 2004-12-08 Richard M. Stallman <rms@gnu.org>
8254
8255 * faces.el: Delete code to set display table.
8256 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8257
8258 2004-12-08 Jay Belanger <belanger@truman.edu>
8259
8260 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8261
8262 * calc/calc-ext.el (math-read-replacement-list)
8263 (math-read-superscripts, math-read-preprocess-string): Move to
8264 calc-aent.el.
8265
8266 * calc/calc-aent.el (math-read-replacement-list)
8267 (math-read-superscripts, math-read-preprocess-string): Move from
8268 calc-ext.el.
8269
8270 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * isearch.el (isearch-quote-char): Fix up typo in last change.
8273
8274 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8275
8276 * mouse.el (mouse-set-font): Handle the case where the command was
8277 not invoked using the mouse.
8278
8279 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8280 (edmacro-finish-edit): Further update for keyboard macros that are
8281 lambda forms.
8282 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8283
8284 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8287 (font-lock-default-unfontify-region): Don't save buffer state any more.
8288
8289 2004-12-07 Jay Belanger <belanger@truman.edu>
8290
8291 * calc/calc-help.el (calc-describe-key):
8292 Set calc-summary-indentation even when Calc Summary buffer exists.
8293
8294 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8295
8296 * calendar/holidays.el (holiday-easter-etc): Make arguments
8297 optional for backwards compatibility. Doc fix.
8298 Remove un-necessary local vars mandatory, output-list.
8299 (holiday-advent): Make arguments optional for backwards
8300 compatibility. Doc fix.
8301
8302 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * paren.el (show-paren-function): Fix last change (2004-12-02).
8305
8306 * international/mule-util.el (char-displayable-p): Return nil for
8307 unibyte mode.
8308
8309 * subr.el (subregexp-context-p): New function.
8310
8311 * isearch.el (isearch-quote-char): Use it.
8312
8313 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8314 (regexp-opt-not-groupie*-re): Remove.
8315 (regexp-opt): Properly handle inputs with duplicate entries.
8316
8317 2004-12-06 Richard M. Stallman <rms@gnu.org>
8318
8319 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8320
8321 * cus-edit.el (custom-file): Doc fix.
8322
8323 * textmodes/org.el: New file.
8324
8325 2004-12-06 Kenichi Handa <handa@m17n.org>
8326
8327 * ldefs-boot.el: Update international/mule-util.el section.
8328
8329 2004-12-05 Sam Steingold <sds@gnu.org>
8330
8331 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8332 Fix `tramp-time-diff' comparison logic.
8333
8334 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8335
8336 * progmodes/which-func.el (which-function):
8337 Use `run-hook-with-args-until-success' instead of a custom loop.
8338 Fixes bug with local hooks.
8339
8340 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8341
8342 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8343 Use delete-dups when calculating the initial value.
8344 (bibtex-autokey-get-title): Use <=.
8345 (bibtex-goto-line): New function.
8346 (bibtex-reposition-window): Use line numbers instead of point
8347 positions. Use window-body-height.
8348 (bibtex-find-crossref): Use bibtex-reposition-window.
8349 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8350 position of entry if key is found or nil if not found.
8351
8352 2004-12-05 Richard M. Stallman <rms@gnu.org>
8353
8354 * cus-edit.el (custom-file): Doc fix.
8355
8356 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8357
8358 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8359
8360 * simple.el (blink-matching-open):
8361 * textmodes/tex-mode.el (tex-validate-region):
8362 Obey syntax-table text properties.
8363
8364 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8365
8366 * wid-edit.el (widget-specify-field): Add `real-field' property to
8367 boundary.
8368 (widget-field-at): Use it.
8369
8370 2004-12-02 Richard M. Stallman <rms@gnu.org>
8371
8372 * progmodes/cc-mode.el (awk-mode autoload):
8373 Supply t meaning interactive function.
8374
8375 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8376 (isearch-mode-map): No special definition for space.
8377 (isearch-whitespace-chars): Command deleted.
8378 (isearch-forward-regexp): Doc fix.
8379 (isearch-quote-char): When a space is not inside brackets,
8380 use `[ ]' instead of just space.
8381 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8382
8383 * imenu.el (imenu--generic-function): Delete code to exclude
8384 matches in comments.
8385
8386 * man.el (Man-reverse-face): Change default to `highlight'.
8387
8388 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8389 (occur-engine): Use `face' prop rather than `font-lock-face'
8390 when specifying use of `match-face'.
8391 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8392
8393 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8394
8395 * add-log.el (add-log-current-defun): Handle the case where point
8396 is in the header part of a DEFUN construct.
8397
8398 2004-12-02 Dave Love <fx@gnu.org>
8399
8400 * progmodes/python.el (python-font-lock-syntactic-keywords):
8401 Fix previous change.
8402
8403 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8404
8405 * paren.el (show-paren-function): Check for matching chars
8406 specified by text props.
8407
8408 2004-12-02 Jay Belanger <belanger@truman.edu>
8409
8410 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8411 when reading a new key sequence.
8412
8413 2004-12-02 Kim F. Storm <storm@cua.dk>
8414
8415 * faces.el (escape-glyph): Rename from glyph.
8416 (standard-display-table): Set it here. Add escape-glyph face to
8417 extra slot characters.
8418
8419 * disp-table.el: Undo 2004-12-01 change. Display table is now
8420 setup in faces.el.
8421
8422 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8423
8424 * xml.el (xml-parse-dtd): Don't show validity messages when
8425 xml-validating-parser is nil.
8426 (xml-substitute-special): Fix validity error messages to
8427 actually show the unexpandable entity. Added validity error if &
8428 isn't followed by an entity.
8429 (xml-parse-tag): Concatenate any string following the a
8430 <![CDATA[]]> section to the parsed CDATA.
8431 (xml-parse-dtd): Skip parameter entity declarations and use of
8432 parameter entities.
8433
8434 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * kmacro.el (kmacro-default-counter-format): New var.
8437 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8438 (kmacro-display): Remove `nil' from `and' form. Delete call to
8439 `format' inside `message'.
8440 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8441
8442 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 * pcvs.el (cvs-header-msg): New function.
8445 (cvs-update-header): Use it. Change calling convention.
8446 Correctly handle the case of having simultaneous active processes.
8447 (cvs-sentinel): Don't call cvs-update-header any more.
8448 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8449
8450 2004-12-01 Jay Belanger <belanger@truman.edu>
8451
8452 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8453 Change message.
8454
8455 2004-12-01 Juri Linkov <juri@jurta.org>
8456
8457 * progmodes/prolog.el (prolog-mode-variables):
8458 Fix imenu-generic-expression.
8459
8460 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8461
8462 * faces.el (glyph): New face.
8463
8464 * disp-table.el: Add an autoloaded table, that doesn't require
8465 this library, with glyph face.
8466
8467 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8468 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8469 (conf-quote-normal): Allow normalizing only ' or ".
8470 (conf-mode): Regexp-quote constructed comment-start and don't
8471 match section {} where "name" contains braces.
8472
8473 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8474 files.
8475
8476 2004-12-01 Kenichi Handa <handa@m17n.org>
8477
8478 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8479 (x-select-text): Don't treat eight-bit-control/graphic chars
8480 specially. Store the encoded text in the X cut buffer.
8481 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8482 with x-last-selected-text-cut-encoded.
8483
8484 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8487
8488 2004-11-30 Markus Rost <rost@ias.edu>
8489
8490 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8491 AUCTeX.
8492
8493 2004-11-30 Jay Belanger <belanger@truman.edu>
8494
8495 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8496 on signs of intervals.
8497 (math-pow-of-zero): Strengthen checks for positive and negative
8498 exponents.
8499
8500 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8501 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8502 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8503 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8504 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8505 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8506 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8507 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8508 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8509 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8510 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8511 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8512 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8513 with provide statements.
8514
8515 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8516
8517 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8518
8519 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8520 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8521 functions by require statements.
8522 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8523
8524 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8525 (calc-gnuplot-print): Give them values.
8526
8527 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8528 autoloads.
8529 Add calc-do-embedded-activate to autoloads.
8530 (calc-gnuplot-name, calc-gnuplot-plot-command)
8531 (calc-gnuplot-print-command): Move them to calc-graph.el.
8532
8533 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8534
8535 * term/mac-win.el (ccl-encode-mac-roman-font)
8536 (ccl-encode-mac-cyrillic-font)
8537 (ccl-encode-mac-centraleuropean-font, encoder-list)
8538 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8539 Support Cyrillic, CentralEuropean, and Dingbat font display
8540
8541 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8542
8543 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8544
8545 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8546 still nil.
8547
8548 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8549
8550 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8551 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8552
8553 2004-11-29 Jay Belanger <belanger@truman.edu>
8554
8555 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8556 cases of the base and exponent.
8557
8558 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8559
8560 * simple.el (next-error-buffer-p): Allow for inclusive and
8561 exclusive tests for finding a buffer.
8562 (next-error-find-buffer): Pass the exclusive and inclusive tests
8563 to next-error-buffer-p.
8564
8565 * replace.el (occur-next-error): Switch to the Occur buffer when
8566 appropriate, use the exclusive filter to next-error-find-buffer to
8567 do it. Use the absolute value of the motion amount.
8568
8569 2004-11-29 Kenichi Handa <handa@m17n.org>
8570
8571 * startup.el (command-line): Decode all default-directory by
8572 locale-coding-system.
8573
8574 2004-11-29 Jay Belanger <belanger@truman.edu>
8575
8576 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8577 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8578 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8579 Replace calls to calc-extensions by appropriate require, replace
8580 calc-extensions-loaded by appropriate featurep.
8581
8582 * calc/calc-ext.el: Move require to end of file.
8583 Remove redundant loading of calc.el.
8584 (calc-extensions-loaded): Remove unnecessary variable.
8585 (calc-extensions): Remove unnecessary function.
8586 (calc-load-everything): Replace calc-need-macros by appropriate require.
8587
8588 * calc/calc-macs.el: Move provide to end of file.
8589 (calc-need-macros): Remove unnecessary function.
8590
8591 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8592 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8593 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8594 Replace calc-extensions by appropriate require.
8595 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8596
8597 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8598 Replace calc-need-macros by appropriate require.
8599
8600 * calc/calc.el: Move require to end of file.
8601 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8602 Remove unnecessary variable.
8603 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8604 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8605 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8606 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8607 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8608 (math-format-number, math-format-bignum, math-read-number)
8609 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8610 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8611 by appropriate require.
8612 (calc-check-defines): Replace calc-need-macros by appropriate require.
8613
8614 2004-11-29 Kim F. Storm <storm@cua.dk>
8615
8616 * macros.el (insert-kbd-macro): Handle kmacro functions.
8617
8618 2004-11-28 Juri Linkov <juri@jurta.org>
8619
8620 * compare-w.el (compare-windows-highlight): Attach each overlay
8621 to its window to properly highlight differences while comparing
8622 two windows of the same buffer. Fix arguments.
8623 (compare-windows-sync-default-function): Fix arguments of
8624 `compare-windows-highlight'.
8625
8626 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8627 Use `read-expression-history'. Set initial contents only if
8628 `edebug-global-break-condition' is non-nil. Set histpos to 1
8629 if initial contents is equal to the last history element.
8630 (edebug-set-conditional-breakpoint): Instead of temporarily
8631 prepending the current condition to the history, set initial
8632 contents to the current condition. Set histpos to 1 if initial
8633 contents is equal to the last history element.
8634
8635 * info.el (Info-search-whitespace-regexp): Remove shy group.
8636 (Info-search): Forward line if search is on the header line.
8637 Use search-whitespace-regexp in two other places.
8638
8639 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8640
8641 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8642 warning. Delay real definition, which uses
8643 `set-fringe-indicators-1' till after the definition of that function.
8644
8645 2004-11-28 Kim F. Storm <storm@cua.dk>
8646
8647 * fringe.el (fringe): New defgroup.
8648 (fringe-mode): Move to fringe group.
8649 (fringe-indicators): New defcustom.
8650 (set-fringe-indicators-1): New defun.
8651
8652 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8653 (menu-bar-showhide-fringe-ind-menu): New keymap.
8654 (menu-bar-showhide-fringe-ind-empty)
8655 (menu-bar-showhide-fringe-ind-mixed)
8656 (menu-bar-showhide-fringe-ind-box)
8657 (menu-bar-showhide-fringe-ind-right)
8658 (menu-bar-showhide-fringe-ind-left)
8659 (menu-bar-showhide-fringe-ind-none): New defuns.
8660 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8661
8662 2004-11-27 Richard M. Stallman <rms@gnu.org>
8663
8664 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8665
8666 * generic.el (define-generic-mode): Doc fix.
8667
8668 * menu-bar.el (menu-bar-options-save): For the options
8669 that are toggled with menu-bar-make-mm-toggle, don't check
8670 for customized-value prop.
8671
8672 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8673
8674 * mail/supercite.el (sc-cite-region): Handle the case where
8675 sc-cite-frame-alist is a symbol.
8676 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8677 a symbol.
8678 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8679 a symbol.
8680
8681 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8682
8683 * wid-edit.el (widget-narrow-to-field): New function.
8684 (widget-complete): Use it.
8685
8686 2004-11-27 Jay Belanger <belanger@truman.edu>
8687
8688 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8689 variable.
8690 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8691 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8692 (math-alg-inequalities): Move declaration to earlier in the file.
8693
8694 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8695 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8696 Declare them.
8697
8698 * calc/calc-lang.el (math-expr-data, math-expr-token)
8699 (math-exp-old-pos): Declare them.
8700
8701 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8702 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8703
8704 2004-11-27 Kim F. Storm <storm@cua.dk>
8705
8706 * progmodes/flymake.el: Use (featurep 'xemacs).
8707 (flymake-makehash): Change to defsubst. Use fboundp.
8708 (flymake-time-to-float): Remove.
8709 (flymake-float-time): Merge code from flymake-time-to-float here.
8710 (flymake-replace-regexp-in-string): Change to defsubst.
8711 (flymake-split-string-remove-empty-edges):
8712 Rename to flymake-split-string.
8713 (flymake-split-string): Remove previous defalias.
8714 (flymake-get-temp-dir): Change to defsubst.
8715 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8716 Define for xemacs only.
8717 (flymake-master-file-count-limit): Change into compiler defvar only.
8718 (flymake-find-possible-master-files): Let-bind it dynamically while
8719 sorting files using flymake-master-file-compare.
8720
8721 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8724 of defun-prompt-regexp matches inside a comment/string but the
8725 beginning is correctly outside everything.
8726
8727 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8728 appears within a string or a comment.
8729
8730 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8731 rather than make-symbol for symbols which are used in
8732 a symbol-macrolet or equivalent.
8733
8734 2004-11-26 Jay Belanger <belanger@truman.edu>
8735
8736 * calc-misc.el (calc-last-why-command): Declare it.
8737
8738 * calc-vec.el (math-grade-vec): New variable.
8739 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8740 Replace variable grade-vec by declared variable.
8741 (math-rb-close): New variable.
8742 (math-read-brackets, math-read-vector): Replace variable close by
8743 declared variable.
8744
8745 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8746 (calc-one-window, calc-edit-handler, calc-restore-trail)
8747 (calc-allow-ret): Declare them.
8748
8749 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8750 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8751 (math-radix-float-cache-tag, math-random-cache)
8752 (math-max-digits-cache, math-integral-cache, math-units-table)
8753 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8754 (math-moc-func): New variable.
8755 (math-map-over-constants, math-map-over-constants-rec):
8756 Replace variable func by declared variable.
8757
8758 * calc/calc-store.el (calc-given-value, calc-store-opers):
8759 Declare them.
8760 (calc-var-name-map): Move declaration to earlier in the file.
8761 (calc-pv-pos): New variable.
8762 (calc-permanent-variable, calc-insert-permanent-variable):
8763 Replace variable pos by declared variable.
8764
8765 * calc/calc-mtx.el (calc-det-lu): New variable.
8766 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8767
8768 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8769 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8770 and arg by declared variables.
8771 (calcFunc-reducer): Fix incorrect variable.
8772 (math-inner-mul-func, math-inner-add-func): New variables.
8773 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8774 and add-func by declared variables.
8775
8776 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8777 (calc-digit-value): Declare them.
8778
8779 * calc/calc-help.el (Info-history): Declare it.
8780 (calc-describe-key): Make calc-summary-indentation a local variable.
8781 (calc-help-long-names): Move declaration to earlier in file.
8782
8783 * calc/calc-embed.el (calc-original-buffer): Declare it.
8784 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8785 (calc-embed-bot): New variables.
8786 (calc-do-embedded, calc-embedded-mark-formula)
8787 (calc-embedded-find-bounds, calc-embedded-duplicate)
8788 (calc-embedded-new-formula, calc-embedded-make-info):
8789 Replace vars outer-top, outer-bot, bot and top by declared variables.
8790 (calc-embed-prev-modes): New variable.
8791 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8792 prev-modes with declared variable.
8793 (calc-embed-vars-used): New variable.
8794 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8795 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8796 vars-used by declared variable.
8797
8798 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8799 (math-format-radix-float): Remove unnecessary setq.
8800 (math-radix-float-cache): Declare it.
8801
8802 * calc/calcsel2.el (calc-keep-selection): Declare it.
8803
8804 * calc/calc-maint.el: Remove file.
8805
8806 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8807
8808 * textmodes/bibtex.el (bibtex-sort-entry-class)
8809 (bibtex-comment-start): Use defcustom.
8810 (bibtex-entry-field-alist): Use nil if initial content of the
8811 field is undefined. Fix docstring.
8812 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8813 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8814 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8815 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8816 Fix docstring.
8817 (bibtex-autokey-title-terminators): Use only one regexp.
8818 (bibtex-string-maybe-empty-head): New variable.
8819 (bibtex-remove-delimiters-string): New function.
8820 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8821 Use bibtex-remove-delimiters-string.
8822 (bibtex-progress-message, bibtex-field-left-delimiter)
8823 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8824 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8825 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8826 Simplify.
8827 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8828 Use eq and bibtex-remove-delimiters-string. For end markers use
8829 insertion type so that marker stays after inserted text.
8830 (bibtex-autokey-get-names): Return empty string if name is missing.
8831 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8832 calling bibtex-autokey-name-case-convert.
8833 (bibtex-autokey-demangle-title):
8834 Call bibtex-autokey-titleword-case-convert. Remove call to
8835 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8836 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8837 (bibtex-read-key): New optional arg global.
8838 (bibtex-files-expand): New optional arg force.
8839 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8840 (bibtex-complete-crossref-cleanup): Rename from
8841 bibtex-complete-key-cleanup. Simplify code.
8842 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8843 Operate on current entry.
8844 (bibtex-button): Add docstring.
8845 (bibtex-entry): Simplify.
8846 (bibtex-make-field): Replace optional arg called-by-yank with more
8847 specific args move and interactive.
8848 (bibtex-end-of-entry): Use forward-sexp.
8849 (bibtex-find-entry-globally): Remove.
8850 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8851 Bound to C-c C-x.
8852 (bibtex-find-entry): New optional args global and display.
8853 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8854 (bibtex-validate): Use arg force of bibtex-files-expand.
8855 (bibtex-clean-entry): Bugfix, clean string entries properly.
8856 Always keep point at beginning of entry.
8857 (bibtex-complete): Bugfix. Handle string entries properly.
8858 Call cleanup functions only if needed.
8859 (bibtex-String): Use bibtex-read-string-key.
8860 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8861 case of replacement text.
8862
8863 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8864
8865 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8866 (tramp-perl-directory-files-and-attributes): New constant.
8867 (tramp-file-name-handler-alist): Delete file-directory-files, add
8868 directory-files-and-attributes.
8869 (tramp-perl-file-attributes): Surround uid and gid by double
8870 quotes. Change parameter id-format from nonnumeric.
8871 (tramp-convert-file-attributes): New function.
8872 (tramp-handle-file-attributes): Use it.
8873 (tramp-maybe-send-perl-script): New function.
8874 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8875 file mode. Change parameter id-format from nonnumeric.
8876 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8877 from nonnumeric.
8878 (tramp-post-connection): Don't send tramp-perl-file-attributes
8879 script. Reset connection property "perl-scripts".
8880 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8881 in use.
8882
8883 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8884
8885 * desktop.el (desktop-read): Replace mapcar with mapc.
8886 (desktop-create-buffer): Replace mapcar with mapc.
8887 Remove redundant piece of code.
8888
8889 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8890
8891 * progmodes/gud.el (gud-display-line): Use display-buffer
8892 for GDB-UI as for GUD.
8893
8894 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8895 Delete variables.
8896 (gdb-ann3): Don't make GUD buffer dedicated.
8897 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8898 (gdb-display-source-buffer): Delete function.
8899 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8900 (menu): Delete menu bindings for viewing source/assembler.
8901 (gdb-setup-windows, gdb-restore-windows):
8902 Don't dedicate GUD. No assembler now.
8903 (gdb-reset): No need to undedicate source buffers now.
8904 (gdb-source-info): No assembler now.
8905
8906 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8907
8908 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8909 width to those for special frames.
8910 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8911 Use display-buffer.
8912 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8913 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8914 (gdb-frame-assembler-buffer): Rework like
8915 gdb-frame-breakpoints-buffer.
8916
8917 2004-11-25 Richard M. Stallman <rms@gnu.org>
8918
8919 * progmodes/flymake.el: Reindent.
8920 (flymake-split-string): Turn into defalias.
8921 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8922 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8923 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8924 (flymake-build-relative-filename): Rename from ...path.
8925 Fix error message.
8926
8927 2004-11-25 Cheng Gao <chenggao@gmail.com>
8928
8929 * progmodes/flymake.el: Much whitespace and capitalization change.
8930 Move `provide' to end. Require `compile' only when compiling.
8931
8932 2004-11-24 Jay Belanger <belanger@truman.edu>
8933
8934 * calc/calc-alg.el: Added comment.
8935 (math-polynomial-base): Replace variable mpb-top-expr by
8936 math-poly-base-top-expr.
8937
8938 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8939 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8940 variable.
8941 (math-poly-base-total-base): New variable.
8942 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8943 mpb-total-base by declared variable.
8944 (math-factored-vars, math-to-list): Declare it.
8945 (math-fact-expr): New variable.
8946 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8947 (math-factor-expr-try, math-factor-expr-part): Replace variable
8948 expr by declared variable.
8949 (math-fet-x): New variable.
8950 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8951 by declared variable.
8952 (math-factor-poly-coefs): Make temp a local variable.
8953
8954 * calc/calc-units.el (calc-convert-units): Make units a local
8955 variable.
8956 (calc-num-units, calc-den-units): New variables.
8957 (calc-explain-units, calc-explain-units-rec): Replace variables
8958 num-units and den-units by declared variables.
8959 (math-cu-unit-list): New variable.
8960 (math-build-units-table, math-compare-unit-names)
8961 (math-convert-units, math-convert-units-rec): Replace variable
8962 unit-list by declared variable.
8963 (math-fbu-base, math-fbu-entry): New variables.
8964 (math-find-base-units, math-find-base-units-rec): Replace variables
8965 base and entry by declared variables.
8966 (math-which-standard): New variable.
8967 (math-to-standard-units, math-to-standard-rec): Replace variable
8968 which-standard by declared variable.
8969 (math-fcu-u): New variable.
8970 (math-find-compatible-unit, math-find-compatible-unit-rec):
8971 Replace variable u by declared variable.
8972 (math-cu-new-units, math-cu-pure): New variables.
8973 (math-convert-units, math-convert-units-rec): Replace variables
8974 new-units and pure by declared variables.
8975 (math-try-cancel-units): New variable.
8976 (math-simplify-units-quotient): Replace variable try-cancel-units by
8977 declared variable.
8978
8979 2004-11-24 Richard M. Stallman <rms@gnu.org>
8980
8981 * textmodes/ispell.el (ispell-check-version):
8982 If default-directory is nonexistent, use home dir.
8983
8984 * progmodes/grep.el (grep-regexp-alist):
8985 Don't match parens around line numbers.
8986
8987 * progmodes/cperl-mode.el (cperl-indent-region)
8988 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8989 Don't print progress messages.
8990
8991 * progmodes/compile.el (compilation-mode-map):
8992 Don't inherit from compilation-minor-mode-map;
8993 copy its bindings instead. But the menu bar Compile
8994 entry now does inherit from compilation-menu-map.
8995
8996 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8997 Use with-no-warnings around compiler-macroexpand.
8998
8999 * imenu.el: Don't always require newcomment.
9000 (imenu--generic-function): Call comment-normalize-vars
9001 if we have a comment syntax.
9002 Exit the loop if REGEXP matches the null string.
9003 Test comment-start as well as comment-start-skip
9004 when deciding whether to check for comments.
9005
9006 * tooltip.el (tooltip-mode): Doc fix.
9007
9008 * term.el (term-escape-char, term-mode): Doc fixes.
9009
9010 2004-11-24 Dave Love <fx@gnu.org>
9011
9012 * progmodes/python.el (python-font-lock-syntactic-keywords):
9013 Check for escapes in the regexp.
9014 (python-quote-syntax): Don't do it here.
9015
9016 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9017
9018 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9019 (gdb-frames-mode-map, gdb-threads-mode-map)
9020 (gdb-registers-mode-map, gdb-locals-mode-map)
9021 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9022 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9023
9024 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9025 (dedicated-switch-to-buffer): Rework.
9026 (gdb-var-evaluate-expression-handler, gdb-put-string):
9027 Remove unused variable bindings.
9028 (gdb-setup-windows, gdb-display-buffer):
9029 Simplify. Use pop-to-buffer.
9030 (gdb-view-source-function): Simplify.
9031 (gdb-frame-breakpoints-buffer):
9032 Use pop-to-buffer, special-display-regexps.
9033
9034 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9035
9036 * progmodes/f90.el (f90-smart-end)
9037 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9038 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9039 (f90-end-of-block): Doc fix. Make check of outermost block
9040 conditional on value of `f90-smart-end'.
9041 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9042 Handle case where END-BLOCK is nil.
9043 (f90-match-end): Handle un-named PROGRAM blocks.
9044 (f90-backslash-not-special): New function.
9045
9046 2004-11-24 Jay Belanger <belanger@truman.edu>
9047
9048 * calc/calc.el (calc-embedded-active): Removed unnecessary
9049 declaration.
9050 (calc-show-banner): Removed redundant declaration.
9051
9052 * calc/calc-graph.el (calc-gnuplot-default-device)
9053 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9054 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9055 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9056 Remove redundant initial values.
9057
9058 * calc/calc-arith.el (math-scalar-functions)
9059 (math-nonscalar-functions, math-scalar-if-args-functions)
9060 (math-real-functions, math-positive-functions)
9061 (math-nonnegative-functions, math-real-scalar-functions)
9062 (math-real-if-arg-functions, math-integer-functions)
9063 (math-num-integer-functions, math-rounding-functions)
9064 (math-float-rounding-functions, math-integer-if-args-functions)
9065 (math-super-types): Move declarations to earlier in file.
9066 (math-unit-prefixes): Declared it.
9067 (math-floor-prec, math-trunc-prec): New variables.
9068 (math-trunc-fancy): Replace variable prec by declared variable.
9069 (math-floor-fancy): Replace variable prec by declared variable.
9070 (math-com-bterms): New variable.
9071 (math-commutative-equal, math-commutative-collect):
9072 Replace variable bterms by declared variable.
9073
9074 * calc/calc-misc.el (math-trunc): Replace variable prec by
9075 math-trunc-prec.
9076 (math-floor): Replace variable prec by math-floor-prec.
9077
9078 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9079 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9080 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9081 (math-format-date, math-format-date-part): Replace variables
9082 date, dt, year, month, day, weekday, hour, minute, second and
9083 bc-flag by declared variables.
9084 (math-pd-str): New variable.
9085 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9086 Replace variable str by declared variable.
9087 (math-daylight-savings-hook, math-tzone-names): Move definitions
9088 to earlier in the file.
9089 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9090 (math-sh-year): New variable.
9091 (math-setup-add-holidays, math-setup-holidays)
9092 (math-setup-year-holidays): Replace variable `year' by declared
9093 variable.
9094
9095 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9096 New variables.
9097 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9098 n, nf and nfm1 by declared variables.
9099 (math-nri-n): New variable.
9100 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9101 n by declared variable.
9102 (calcFunc-log): Removed misplaced condition.
9103
9104 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9107
9108 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9109
9110 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9111 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9112 Dedicate gdb-related windows.
9113 (gdb-display-buffer): Dedicate gdb-related windows.
9114 Don't grab other frames.
9115 (gdb-reset): Remove dedicated property after debugging.
9116
9117 2004-11-24 Jay Belanger <belanger@truman.edu>
9118
9119 * calc/calc-sel.el: Add comment.
9120
9121 * calc/calc.el (math-stack-value-offset): Replace variables c,
9122 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9123
9124 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9125 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9126 (math-stack-value-offset-fancy): Replace variables c, wid and off
9127 by declared variables.
9128 (math-comp-just, math-comp-comma-spc): New variables.
9129 (math-compose-expr, math-compose-matrix): Replace variables `just'
9130 and comma-spc by declared variable.
9131 (math-comp-vector-prec): New variable.
9132 (math-compose-expr, math-compose-matrix, math-compose-rows):
9133 Replace variable vector-prec by declared variable.
9134 (math-comp-left-bracket, math-comp-right-bracket)
9135 (math-comp-comma): New variables.
9136 (math-compose-expr, math-compose-rows): Replace variables
9137 left-bracket, right-bracket and comma by declared variables.
9138 (math-comp-full-width): New variable.
9139 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9140 Replace variable full-width by declared variable.
9141 (math-comp-highlight, math-comp-word, math-comp-level)
9142 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9143 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9144 New variables.
9145 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9146 (math-comp-sel-flat-term): Replace variables comp-highlight,
9147 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9148 declared variables.
9149 (math-comp-simplify, math-comp-simplify-term)
9150 (math-comp-add-string, math-comp-add-string-sel):
9151 Replace variables comp-highlight, comp-buf, comp-base,
9152 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9153
9154 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9155
9156 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9157
9158 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9159 and x-server-version may throw.
9160
9161 2004-11-23 Kim F. Storm <storm@cua.dk>
9162
9163 * subr.el (substitute-key-definition-key): Optimize.
9164 Don't call indirect-function for nil defn (always signals error).
9165
9166 * ido.el (ido-read-internal): Fix require-match check when
9167 ido-directory-too-big is set.
9168
9169 2004-11-23 Jay Belanger <belanger@truman.edu>
9170
9171 * calc/calc-ext.el (math-read-replacement-list)
9172 (math-read-superscripts): New variables.
9173 (math-read-preprocess-string): New function.
9174 (math-read-expr): Filter input through math-read-preprocess-string.
9175
9176 * calc/calc-aent.el (math-read-exprs): Filter input through
9177 math-read-preprocess-string.
9178
9179 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9180
9181 * progmodes/compile.el (compilation-start): In cd command use
9182 substitute-env-vars -- not quite shell compatible but better than
9183 nothing.
9184 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9185 handle the newer versions messages, which are more parseable.
9186
9187 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * reveal.el (reveal-mode-map): New var.
9190 (reveal-mode): Use it.
9191
9192 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9193
9194 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9195 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9196
9197 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9200 header-line when needed.
9201 Use fixed-pitch only in the header-line.
9202 Build the underline automatically. Use emdash if available.
9203
9204 2004-11-22 Richard M. Stallman <rms@gnu.org>
9205
9206 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9207 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9208
9209 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9210
9211 * progmodes/gdb-ui.el (gdb-resync): New function.
9212 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9213 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9214 Use it to fail more gracefully.
9215 (gdb-variables): Delete variable.
9216 Re-order variables to reduce byte-compiler warnings.
9217
9218 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * descr-text.el (describe-char):
9221 * paren.el (show-paren-function):
9222 * subr.el (syntax-after): Undo last change.
9223
9224 * progmodes/python.el (run-python): Don't hard code *Python*.
9225 Don't modify global process-environment.
9226 (python-send-region, python-load-file): Don't assume that
9227 python-buffer == (process-buffer (python-proc)).
9228 (python-switch-to-python): Simplify.
9229
9230 * dired.el (dired-align-file): Don't assume line starts with spaces.
9231
9232 2004-11-21 Jay Belanger <belanger@truman.edu>
9233
9234 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9235 Replace variable `lines' by math-read-big-lines.
9236 (math-read-big-expr): Replace variables the-baseline, the-h2
9237 and err-msg by math-read-big-baseline, math-read-big-h2 and
9238 math-read-err-msg.
9239 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9240
9241 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9242 (math-read-big-balance): Replace unbound variable by value.
9243 (math-read-big-lines): New variable.
9244 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9245 (math-read-big-error, math-read-big-balance): Replace variable
9246 `lines' by declared variable.
9247 (math-read-big-baseline, math-read-big-h2): New variables.
9248 (math-read-big-rec): Replace variables the-baseline and the-h2
9249 by declared variables.
9250 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9251 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9252 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9253 declared variables.
9254 (math-read-big-err-msg): New variable.
9255 (math-read-big-error): Replace variable err-msg by declared variable.
9256
9257 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * ses.el: Add coding cookie.
9260 Fix up docstrings, follow new commenting conventions.
9261 (ses-header-line-menu): Fix missing variable rename for header-row.
9262 (ses-cell-size): Remove.
9263 (ses-make-cell): New function.
9264 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9265 (ses-calculate-cell): Remove unused var `symbol'.
9266 (ses-narrowed-p): New function.
9267 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9268 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9269 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9270 (ses-setup): Use restore-buffer-modified-p.
9271 (ses-cleanup): Remove unused var `end'.
9272 (ses-header-string-left-offset): Remove.
9273 (ses-create-header-string): Adjust to new behavior of `align-to'.
9274 Truncate excessively large fields to preserve alignment.
9275 (ses-reconstruct-all): Remove unused var `refs'.
9276 (ses-read-cell-printer): Remove unused var `prompt'.
9277 (ses-delete-row): Remove unused var `pos'.
9278 (ses-delete-column): Remove unused var `new'.
9279
9280 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9281
9282 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9283 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9284 Eliminate eval-and-compile usage.
9285 (ps-insert-file): Use insert-file-contents instead of insert-file.
9286 (ps-setup): Code fix.
9287
9288 * printing.el (pr-setup, lpr-setup): Code fix.
9289
9290 2004-11-21 Jay Belanger <belanger@truman.edu>
9291
9292 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9293 (calc-original-buffer): Declare them.
9294 (calc-user-formula-alist): New variable.
9295 (calc-user-define-formula, calc-fix-user-formula)
9296 (calc-user-define-composition, calc-finish-formula-edit):
9297 Replace variable `alist' by declared variable.
9298 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9299 (var-q7, var-q7, var-q8, var-q9): Declare them.
9300 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9301 are bound.
9302 (calcFunc-typeof): Replace undeclared variable by expression.
9303 (math-exp-env): New variable.
9304 (math-define-body, math-define-exp): Replace exp-env by declared var.
9305 (math-define-exp): Replace misplaced variable by expression.
9306
9307 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9308 (calc-curve-model, calc-curve-coefnames): New variables.
9309 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9310 varnames, model and coefnames by declared variables.
9311 (math-root-widen): New variable.
9312 (math-search-root, math-find-root): Replace variable root-widen by
9313 declared variable.
9314 (var-DUMMY): Declare it.
9315 (math-root-vars, math-min-vars): Move the declarations to earlier in
9316 the file.
9317 (math-brent-min): Make d a local variable.
9318 (math-find-minimum): Replace non-existent variable.
9319 (math-ninteg-romberg): Remove unnecessary variable.
9320 (math-ninteg-temp): New variable.
9321 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9322 integ-temp by declared variable.
9323 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9324 New variables.
9325 (math-general-fit): Replace variables first-var, first-coef and
9326 new-coefs by declared variables.
9327 (calcFunc-fitvar): Replace variable first-var by declared variable.
9328 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9329 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9330 (math-all-vars-vars, math-all-vars-found): New variables.
9331 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9332 found by declared variable math-all-vars-vars.
9333
9334 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9335
9336 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9337 of `defconst'.
9338
9339 2004-11-20 Richard M. Stallman <rms@gnu.org>
9340
9341 * isearch.el (isearch-mode-map): Don't bind SPC.
9342 (isearch-whitespace-chars): Function deleted.
9343 (isearch-search): Bind search-spaces-regexp.
9344 (isearch-lazy-highlight-search): Likewise.
9345 (search-whitespace-regexp): Doc fix.
9346 (isearch-forward-regexp): Doc fix.
9347
9348 * emacs-lisp/bytecomp.el (byte-compile-form):
9349 Move the calls to byte-compile-set-symbol-position,
9350 to avoid having two for the same symbol occurrence.
9351
9352 * comint.el (comint-input-ring-size): Increase to 150.
9353
9354 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9355 New variables.
9356 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9357 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9358
9359 * imenu.el (imenu--generic-function):
9360 Ensure we keep moving backward even if BEG isn't further back.
9361
9362 * replace.el (query-replace-read-to, query-replace-read-from):
9363 Specify t for KEEP-ALL in read-from-minibuffer.
9364
9365 * progmodes/python.el (python-switch-to-python):
9366 If Python isn't running, start it.
9367 Don't alter debug-ignored-errors.
9368
9369 * progmodes/cperl-mode.el (cperl-indent-region):
9370 Don't mind imenu-scanning-message.
9371
9372 * bindings.el (global-map): Bind C-e to move-end-of-line.
9373
9374 * simple.el (line-move-finish): New arg FORWARD.
9375 Ignore invisible newlines, not intangible ones.
9376 Conditions for acceptable stopping positions depend on FORWARD.
9377 (line-move): Pass FORWARD arg to line-move-finish.
9378
9379 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9380 of HEADER. Compensate for this change in the code to add display
9381 properties. Don't make the first line intangible.
9382
9383 * info.el (Info-search): Fix previous change.
9384
9385 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9386
9387 * Makefile.in (recompile): Revert 2004-11-19 change.
9388 (compile): Likewise.
9389
9390 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9391
9392 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9393
9394 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9395
9396 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9397 defgroup and defcustom. Eliminate eval-and-compile usage.
9398
9399 * progmodes/ebnf-otz.el: Fix typos.
9400
9401 2004-11-19 Jay Belanger <belanger@truman.edu>
9402
9403 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9404 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9405 disp-trail by declared variable.
9406
9407 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9408 (calc-finish-selection-edit): Replace variable disp-trail by
9409 declared variable.
9410 (calc-selection-cache-entry): Move declaration to earlier in the file.
9411 (calc-selection-cache-num, calc-selection-cache-comp)
9412 (calc-selection-cache-offset, calc-selection-true-num)
9413 (calc-final-point-line, calc-final-point-column)
9414 (calc-original-buffer): Declare them.
9415 (calc-fnp-op, calc-fnp-num): New variables.
9416 (calc-find-nth-part, calc-find-nth-part-rec)
9417 (calc-select-previous): Replace op and num by declared variables.
9418 (calc-rsf-old, calc-rsf-new): New variables.
9419 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9420 Replace variables old and new by declared variables.
9421 (calc-sel-reselect): New variable.
9422 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9423 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9424 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9425 reselect with declared variable.
9426
9427 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9428 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9429 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9430 (math-import-list, math-rewrite-phase): Declare them.
9431 (math-rewrite): Use let* to declare variables.
9432 (calc-rewrite-selection): Make rules a local variable.
9433 (calc-rewr-sel): New variable.
9434 (calc-rewrite-selection, calc-locate-selection-marker)
9435 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9436 of sel.
9437 (math-rewrite-whole-expr): New variable.
9438 (math-rewrite, math-rewrite-phase): Replace variable expr by
9439 declared variable.
9440 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9441 (math-rewrite-heads-blanks ): New variables.
9442 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9443 heads, skips and blanks by declared variables.
9444 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9445 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9446 New variables.
9447 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9448 old, new, old-func and new-func by declared variables.
9449 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9450 Remove unnecessary variable.
9451 (math-apply-rw-regs): New variable.
9452 (math-apply-rewrites, math-rwapply-replace-regs)
9453 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9454 (math-apply-rw-ruleset): New variable.
9455 (math-apply-rewrites, math-rwapply-remember): Replace variable
9456 ruleset by declared variable.
9457
9458 2004-11-19 Richard M. Stallman <rms@gnu.org>
9459
9460 * info.el (Info-search): Use search-whitespace-regexp.
9461
9462 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9463
9464 * vc-rcs.el (vc-rcs-parse): New function.
9465 (vc-rcs-annotate-command): Likewise.
9466 (vc-rcs-annotate-current-time): Likewise.
9467 (vc-rcs-annotate-time): Likewise.
9468 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9469
9470 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9471
9472 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9473
9474 2004-11-18 Jay Belanger <belanger@truman.edu>
9475
9476 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9477
9478 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9479
9480 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9481 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9482 Use make-temp-file to generate PostScript files in any situation.
9483 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9484 (pr-interactive-p): Eliminate var.
9485 (pr-save-interactive): Eliminate macro.
9486 (pr-interface, pr-ps-directory-preview)
9487 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9488 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9489 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9490 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9491 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9492 (pr-ps-region-ps-print, pr-ps-mode-preview)
9493 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9494 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9495 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9496 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9497 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9498 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9499 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9500 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9501 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9502 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9503 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9504 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9505 Eliminate pr-save-interactive usage.
9506 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9507 Eliminate pr-interactive-p usage.
9508 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9509 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9510 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9511 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9512 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9513 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9514 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9515 New funs.
9516 (pr-ps-file): Use make-temp-file to generate a temporary file.
9517
9518 2004-11-17 Jay Belanger <belanger@truman.edu>
9519
9520 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9521 a local variable.
9522 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9523 (math-top-only): New variable.
9524 (math-simplify, math-simplify-step): Replace variable top-only by
9525 declared variable math-top-only.
9526 (math-simplify-expr): Declare it.
9527 Replace argument expr in all calls of math-defsimplify by
9528 math-simplify-expr.
9529 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9530 (math-simplify-divisor, math-simplify-one-divisor)
9531 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9532 (math-simplify-pow): Replace variable expr by declared variable
9533 math-simplify-expr.
9534 (math-simplify-divisor): Remove local variables temp and op.
9535 (math-simplify-one-divisor): Make temp and op local variables.
9536 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9537 New variables.
9538 (math-simplify-divisor, math-simplify-one-divisor):
9539 Replace variables nover and dover by declared variables.
9540 (math-expr-subst-new, math-expr-subst-old): New variables.
9541 (math-expr-subst, math-expr-subst-rec): Replace variables new
9542 and old by declared variables.
9543 (math-is-poly-degree, math-is-poly-loose): New variables.
9544 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9545 and loose by declared variables.
9546 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9547 (math-polynomial-base, math-polynomial-base-rec):
9548 Replace variables const-ok and mpb-pred by declared variables.
9549
9550 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9551
9552 * calc/calc-ext.el (math-defsimplify): Change the argument in
9553 the created function to math-simplify-expr.
9554
9555 * calc/calc-units.el (math-simplify-expr): Declare it.
9556 Replace argument expr in all calls of math-defsimplify by
9557 math-simplify-expr.
9558 (math-simplify-units-prod): Replace variable expr by declared
9559 variable math-simplify-expr.
9560
9561 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9564 Replace mapcar->dolist, format->string.
9565
9566 2004-11-17 Miles Bader <miles@gnu.org>
9567
9568 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9569 * progmodes/idlwave.el: Remove RCS keywords.
9570
9571 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9572
9573 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9574 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9575 Update to IDLWAVE version 5.5. Too many changes to list them here.
9576 * progmodes/idlw-help.el: New file.
9577
9578 2004-11-16 Richard M. Stallman <rms@gnu.org>
9579
9580 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9581 Discard spaces after \i according to TeX rules.
9582
9583 * international/mule.el (set-buffer-file-coding-system):
9584 New arg NOMODIFY.
9585 (after-insert-file-set-coding): Pass that new arg.
9586 Prevent set-buffer-multibyte from trying to lock the file.
9587
9588 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9589
9590 * saveplace.el (save-place): Doc fix.
9591
9592 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9593 temporarily widen before finding the following word to copy.
9594
9595 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9596 (cl-map-keymap): Definition deleted.
9597
9598 * subr.el (map-keymap-internal): New function.
9599
9600 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9603 when pressing rather than when releasing mouse-2. Simplify.
9604
9605 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9608 (compilation-mode): Set it here instead.
9609
9610 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9611
9612 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9613 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9614
9615 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9616
9617 * progmodes/compile.el (compilation-internal-error-properties):
9618 Fix up a transposition-typo. Check end-col before using it.
9619
9620 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9621
9622 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9623 Discard whitespace after macro \i when converting it.
9624
9625 2004-11-16 Juri Linkov <juri@jurta.org>
9626
9627 * emacs-lisp/find-func.el (find-function-regexp):
9628 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9629 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9630 Remove invalid `\W' from [^cgv\W]. Doc fix.
9631 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9632
9633 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9634
9635 * play/life.el: Maintainer is now FSF.
9636 (life-patterns, life-neighbor-deltas, life-window-start)
9637 (life-current-generation, life-generation-string): Use defvar
9638 instead of defconst.
9639
9640 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * progmodes/compile.el (compilation-move-to-column): New fun.
9643 (compilation-internal-error-properties)
9644 (compilation-next-error-function): Use it to make sure we don't go past
9645 the end of line.
9646
9647 2004-11-15 John Paul Wallington <jpw@gnu.org>
9648
9649 * autoinsert.el (auto-insert-alist): Insert the user's name in
9650 copyright notice, rather than Free Software Foundation, for the
9651 Emacs Lisp header case too.
9652
9653 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9654
9655 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9656 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9657 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9658 return the list of string in a string.
9659 (pr-call-process): Message if calling process returns an error, that
9660 is, the exit status is different of zero.
9661
9662 2004-11-15 Jay Belanger <belanger@truman.edu>
9663
9664 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9665 variable var-thing.
9666 (math-integ-depth, math-integ-level, math-integral-limit)
9667 (math-enable-subst, math-any-substs, math-integ-msg)
9668 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9669 (math-int-threshold, math-int-factors, math-double-roots)
9670 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9671 (var-GenCount): Declare these variables.
9672 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9673 (math-integral-cache, math-integral-cache-state):
9674 Move declarations to earlier in the file.
9675 (math-deriv-var, math-deriv-total, math-deriv-symb)
9676 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9677 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9678 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9679 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9680 (math-solve-res): New variables
9681 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9682 (math-integral, math-replace-integral-parts)
9683 (math-integrate-by-parts, calc-dump-integral-cache)
9684 (math-try-integral, math-do-integral, math-do-integral)
9685 (math-do-integral-methods, math-try-solve-for)
9686 (math-try-solve-prod, math-solve-poly-funny-powers)
9687 (math-solve-crunch-poly, math-decompose-poly)
9688 (math-solve-find-root-term, math-find-root-in-prod)
9689 (math-integ-try-linear-substitutions)
9690 (math-integ-try-substitutions, math-expr-rational-in)
9691 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9692 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9693 (math-solve-for, math-solve-system, math-solve-system-rec)
9694 (math-solve-get-sign, math-solve-get-int)
9695 (math-solve-system-subst): Replace undeclared variables with newly
9696 declared variables.
9697
9698 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * winner.el (winner-active-region, winner-edges, winner-window-list):
9701 Define at toplevel.
9702 (winner-mode-map): Move init inside declaration.
9703
9704 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9705
9706 * files.el (convert-standard-filename): Doc fix.
9707
9708 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9709
9710 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9711 passwd, group, shadow, default/* and pam.d/*.
9712
9713 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9714
9715 * printing.el (pr-menu-spec): Adjust menu specification.
9716
9717 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9718
9719 * printing.el: Doc fix. Insert :version tag into all defcustom.
9720 Handle interactive-p as is recommended in Emacs Lisp Reference.
9721 Set the file permission bits for newly created files.
9722 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9723 The printing menu specification (in `pr-menu-spec') was merged.
9724 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9725 (pr-version): New version number (6.8.3).
9726 (pr-file-modes): New option.
9727 (pr-interactive-p): New var.
9728 (pr-save-interactive, pr-save-file-modes): New macros.
9729 (pr-setup): Code fix.
9730 (pr-menu-spec): Menu specification merged.
9731 (pr-call-process, pr-text2ps): Set file permission bits.
9732 (pr-despool-print): Set file permission bits. Handle interactive-p as
9733 is recommended.
9734 (pr-interface, pr-ps-directory-preview)
9735 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9736 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9737 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9738 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9739 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9740 (pr-ps-region-ps-print, pr-ps-mode-preview)
9741 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9742 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9743 (pr-despool-using-ghostscript, pr-despool-ps-print)
9744 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9745 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9746 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9747 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9748 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9749 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9750 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9751 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9752 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9753 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9754 Handle interactive-p as is recommended.
9755
9756 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9757
9758 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9759 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9760
9761 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9762 so it doesn't forget to highlight the beginning of the region either.
9763
9764 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9765
9766 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9767 (c-font-lock-init): Eliminate obsolete make-local-hook.
9768 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9769 (awk-mode): Use run-mode-hooks.
9770
9771 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9772
9773 2004-11-13 Kim F. Storm <storm@cua.dk>
9774
9775 * mouse.el (mouse-drag-copy-region): Add :version.
9776 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9777 while dragging mode line, so mode line can be dragged downwards.
9778 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9779 while pressing mouse button so window doesn't scroll until we
9780 release the mouse if clicking on partially visible line.
9781
9782 2004-11-12 Jay Belanger <belanger@truman.edu>
9783
9784 * calc/calc-graph.el (calc-dumb-map): Declare it.
9785 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9786 than unbound.
9787 (calc-graph-name): Made `end' a local variable.
9788 (calc-graph-lookup): Made `varname' a local variable.
9789 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9790 Declare them.
9791 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9792 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9793 the unused variable y3vec.
9794 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9795 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9796 calc-graph-prev-kill-hook.
9797 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9798 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9799 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9800 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9801 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9802 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9803 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9804 (calc-graph-y3value, calc-graph-y3name)
9805 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9806 (calc-graph-stepcount, calc-graph-is-splot)
9807 (calc-graph-surprise-splot, calc-graph-blank)
9808 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9809 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9810 (calc-graph-recompute-2d, calc-graph-compute-3d)
9811 (calc-graph-format-data): Replace undeclared variables with the
9812 above newly declared variables.
9813
9814 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9815
9816 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9817 `rsf-beep' and `rsf-sleep-after-message'.
9818
9819 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9820 list if `message-sender' is non-nil.
9821
9822 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9823
9824 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9825 consing by using mapc instead of mapcar.
9826
9827 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9828
9829 * tooltip.el (require): Explain why CL is needed.
9830
9831 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9832
9833 * printing.el: Insert :version into defgroup (printing). All reference
9834 to Files option in menubar were changed to File.
9835 (pr-version): New version number (6.8.2).
9836 (pr-get-symbol): Call easy-menu-intern.
9837 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9838 compilation gripes.
9839
9840 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9843 new byte-compile-function-environment binding to t.
9844
9845 * font-lock.el (font-lock-fontify-syntactically-region):
9846 Don't forget to highlight the last char when we hit `end'.
9847
9848 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9849 (mwheel-scroll): Adjust accordingly.
9850
9851 * cvs-status.el: Reduce spurious warnings.
9852 (cvs-status-checkout): Remove.
9853 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9854
9855 * pcvs.el (cvs-mode-checkout): New command.
9856
9857 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9858
9859 * tooltip.el: Require CL.
9860
9861 * emacs-lisp/bytecomp.el: Use push.
9862 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9863 (defalias): Remove the `byte-compile' property and add
9864 a `byte-hunk-handler'.
9865
9866 2004-11-11 Juri Linkov <juri@jurta.org>
9867
9868 * info.el (Info-search): Save match data for isearch.
9869 Skip Tag Table node.
9870
9871 * descr-text.el (describe-char): Replace syntax-after with code
9872 from its previous version.
9873
9874 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9875 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9876
9877 * international/mule.el (sgml-html-meta-auto-coding-function):
9878 Remove > after <html to allow HTML attributes.
9879
9880 2004-11-11 Jay Belanger <belanger@truman.edu>
9881
9882 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9883 a variable.
9884 (calcFunc-dfac): Replace unbound max by n.
9885 (math-stirling-local-cache): New variable.
9886 (math-stirling-number, math-stirling-1, math-stirling-2):
9887 Replace the variable `cache' by the declared variable
9888 math-stirling-local-cache.
9889 (var-RandSeed): Declare it as a variable.
9890 (math-init-random-base, math-random-digit): Don't check to see if
9891 var-RandSeed is bound.
9892 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9893 Declare them instead of just setting them.
9894 (math-init-random-base): Made i a local variable.
9895 (math-random-digit): Made math-random-last a local variable.
9896 (math-prime-test-cache): Move declaration to before it is used.
9897 (math-prime-test-cache-k, math-prime-test-cache-q)
9898 (math-prime-test-cache-nm1, math-prime-factors-finished):
9899 Declare them as variables.
9900
9901 2004-11-11 Jay Belanger <belanger@truman.edu>
9902
9903 * calc/calc-ext.el (math-defcache): Use defvar for the new
9904 variables it creates.
9905
9906 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9907
9908 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9909 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9910 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9911 (desktop-save): Add :version.
9912
9913 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9914
9915 * printing.el (pr-get-symbol): Don't downcase.
9916
9917 2004-11-10 Jay Belanger <belanger@truman.edu>
9918
9919 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9920 string to kill-ring.
9921
9922 * calc/calc-aent.el (calc-alg-exp, math-toks)
9923 (math-exp-pos,math-exp-old-pos, math-exp-token)
9924 (math-exp-keep-spaces, math-exp-str): New variables.
9925 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9926 (calcAlg-enter): Use declared variable calc-alg-exp.
9927 (math-build-parse-table, math-find-user-token): Use declared
9928 variable math-toks.
9929 (math-read-exprs, math-read-token, calc-check-user-syntax)
9930 (calc-match-user-syntax, match-factor-after, math-read-factor):
9931 Use declared variables math-exp-pos math-exp-old-pos.
9932 (math-read-exprs, math-read-token, math-read-expr-level)
9933 (calc-check-user-syntax, calc-match-user-syntax)
9934 (match-factor-after, math-read-factor): Use declared variable
9935 math-exp-token.
9936 (math-read-exprs, math-read-expr-list, math-read-token)
9937 (math-read-factor): Use declared variable math-exp-keep-spaces.
9938 (math-read-exprs, math-read-token): Use declared variable
9939 math-exp-str.
9940 (calc-match-user-syntax): Make m a local variable.
9941
9942 * calc/calc-ext.el (math-read-expr): Use declared variables
9943 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9944 math-exp-keep-spaces.
9945
9946 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9947 variables math-exp-pos, math-exp-str.
9948
9949 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9950 math-exp-old-pos.
9951 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9952 (math-parse-eqn-prime): Use declared variable math-exp-token.
9953
9954 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9955 Use declared variable math-exp-pos.
9956 (math-check-for-commas): Use declared variable math-exp-str.
9957 (math-read-brackets): Use declared variables math-exp-old-pos,
9958 math-exp-keep-spaces.
9959 (math-read-brackets, math-read-vector, math-read-matrix):
9960 Use declared variable math-exp-token.
9961
9962 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9965 where the keymap is a symbol.
9966 (easy-menu-add-item): Use keymap-prompt. Simplify.
9967
9968 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9969
9970 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9971 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9972
9973 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9974
9975 * ebuff-menu.el: Doc fixes throughout.
9976 (electric-buffer-menu-mode-hook): New defvar.
9977
9978 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9979
9980 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9981 The resulting compiler warnings appear to be harmless.
9982
9983 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9984
9985 * textmodes/conf-mode.el: New file.
9986
9987 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9988
9989 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9992
9993 2004-11-09 Jay Belanger <belanger@truman.edu>
9994
9995 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9996
9997 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9998 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9999 (calc-z-prefix-help, calc-user-function-list): Use declared
10000 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10001 (math-map-tree, math-map-tree-rec): Use declared variables
10002 math-mt-many, math-mt-func.
10003 (math-read-expression, math-read-string): Use declared variable
10004 math-expr-data.
10005
10006 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10007 variable math-normalize-a.
10008
10009 * calc/calc.el (math-normalize-a): New variable.
10010 (math-normalize): Use declared variable math-normalize-a.
10011
10012 * calc/calc-poly.el (math-expand-form): Use declared variable
10013 math-mt-many.
10014
10015 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10016 Use declared variable math-mt-many.
10017 (math-rewrite): Use declared variable math-mt-func.
10018
10019 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10020 (math-read-matrix): Use declared variable math-expr-data.
10021
10022 * calc/calc-lang.el (math-parse-fortran-vector)
10023 (math-parse-fortran-vector-end, math-parse-tex-sum)
10024 (math-parse-eqn-matrix, math-parse-eqn-prime)
10025 (math-read-math-subscr): Use declared variable math-expr-data.
10026
10027 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10028 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10029 (calc-match-user-syntax, math-read-if, math-factor-after)
10030 (math-read-factor): Use declared variable math-expr-data.
10031
10032 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10033
10034 * calendar/diary-lib.el (diary-from-outlook)
10035 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10036 interactive-p; but rather new optional argument NOCONFIRM.
10037
10038 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10041 (easy-menu-name-match): Revert correspondingly.
10042
10043 2004-11-09 Richard M. Stallman <rms@gnu.org>
10044
10045 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10046 Turn off warnings for the new function even if definition not constant.
10047 If the definition isn't a quoted symbol, record (FUNCTION . t).
10048 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10049 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10050 (display-call-tree, byte-compile-arglist-warn):
10051 Handle t returned by byte-compile-fdefinition.
10052
10053 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10054
10055 * Makefile.in (maintainer-clean): Depend on distclean.
10056
10057 * help-fns.el (help-C-file-name): File name must be in build-files
10058 to be returned.
10059
10060 2004-11-09 Jay Belanger <belanger@truman.edu>
10061
10062 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10063 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10064
10065 * calc/calc.el (calc, calc-trail-display, calc-mode):
10066 Remove obsolete sections.
10067
10068 * calc/calc.el (calc-x-paste-text): Remove.
10069
10070 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10071 mouse-2.
10072
10073 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10074
10075 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10076 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10077 current frame (in case of recursive calls).
10078 (gdb-show-changed-values): Add :version keyword.
10079
10080 2004-11-09 Kenichi Handa <handa@m17n.org>
10081
10082 * international/mule-cmds.el: Change coding: tag back to
10083 iso-2022-7bit.
10084
10085 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * international/mule-cmds.el: Change coding-system to utf-8.
10088 (select-safe-coding-system-interactively):
10089 New function extracted from select-safe-coding-system.
10090 (select-safe-coding-system): Use it.
10091
10092 2004-11-08 Richard M. Stallman <rms@gnu.org>
10093
10094 * subr.el (syntax-after): Doc fix.
10095
10096 * paren.el (show-paren-function): Change calls to syntax-after
10097 for new way of returning the value.
10098
10099 * menu-bar.el (menu-bar-file-menu): Make this the real name
10100 and menu-bar-files-menu the alias. Use the former.
10101 (global-map): Use `file', not `files', as the symbol.
10102
10103 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10104
10105 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10106 Don't use beginning-of-buffer.
10107 (filesets-cmd-show-result): Use with-no-warnings.
10108
10109 2004-11-08 Juri Linkov <juri@jurta.org>
10110
10111 * progmodes/compile.el (compile): Don't overwrite last command in
10112 minibuffer history with default command if they are not equal.
10113
10114 2004-11-08 Jay Belanger <belanger@truman.edu>
10115
10116 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10117 non-linear substitutions.
10118
10119 2004-11-08 Jay Belanger <belanger@truman.edu>
10120
10121 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10122 (math-do-integral): Set `math-linear-subst-tried' to nil.
10123 (math-do-integral-methods): Use `math-linear-subst-tried' to
10124 determine what type of substitution to try.
10125 (math-integ-try-linear-substituion):
10126 Set `math-linear-subst-tried' to t.
10127
10128 2004-11-08 Kim F. Storm <storm@cua.dk>
10129
10130 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10131
10132 2004-11-07 Juri Linkov <juri@jurta.org>
10133
10134 * info-look.el (info-lookup): Allow reusing in the current buffer
10135 not only *info* buffer, but all (even renamed) Info buffers
10136 by checking for major-mode instead of *info* buffer name.
10137 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10138 (octave-mode, maxima-mode) <doc-spec>:
10139 Allow long dashes generated by Texinfo 4.7 before definitions.
10140 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10141 definitions with argument separated by space.
10142
10143 2004-11-06 Richard M. Stallman <rms@gnu.org>
10144
10145 * simple.el (next-error group, face): Move before first use.
10146 (next-error-highlight, next-error-highlight-no-select): Likewise.
10147
10148 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10149 (line-move): New args NOERROR and TO-END.
10150 Return t if if succeed in moving specified number of lines.
10151 (move-end-of-line): New function.
10152
10153 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10154 (end-of-buffer-other-window): Likewise.
10155
10156 * simple.el (line-move-ignore-invisible): Default to t.
10157
10158 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10159
10160 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10161
10162 * international/iso-cvt.el (iso-cvt-define-menu):
10163 Rename menu-bar-files-menu to menu-bar-file-menu.
10164
10165 * net/browse-url.el (browse-url-gnome-moz-program)
10166 (browse-url-gnome-moz-arguments): Move up before first use.
10167
10168 * net/tramp.el (tramp group): Add :version.
10169
10170 * progmodes/ada-xref.el (ada-gdb-application):
10171 Use goto-char instead of beginning-of-buffer.
10172
10173 * progmodes/cperl-mode.el (cperl-info-on-command):
10174 Use goto-char instead of beginning-of-buffer.
10175
10176 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10177 Move up before first use.
10178 (idlwave-shell-temp-pro-file): Likewise.
10179 (idlwave-shell-temp-rinfo-save-file): Likewise.
10180 (idlwave-shell-temp-file): Minor doc fix.
10181
10182 * textmodes/flyspell.el (flyspell-external-point-words):
10183 Use goto-char instead of beginning-of-buffer.
10184
10185 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10186
10187 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10188 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10189 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10190
10191 2004-11-06 David Ponce <david@dponce.com>
10192
10193 * recentf.el (recentf-menu-path): Use menu item name.
10194
10195 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10196
10197 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10198 display doesn't support images.
10199
10200 2004-11-06 Andreas Schwab <schwab@suse.de>
10201
10202 * tempo.el (tempo-match-finder): Doc fix.
10203
10204 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10205
10206 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10207
10208 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10209 (easy-menu-lookup-name): New fun to replace it.
10210 (easy-menu-get-map): Use it to obey menu item names (rather than just
10211 keys) when looking up `path'.
10212 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10213 (easy-menu-convert-item-1): Adjust to new name.
10214
10215 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10216
10217 * outline.el (hide-body): Don't hide lines at the top of the file
10218 that precede the first header line.
10219
10220 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10221
10222 * align.el (align-areas): Delete whitespace before reindenting, so
10223 that tabs are never placed after spaces.
10224
10225 2004-11-06 Alan Shutko <ats@acm.org>
10226
10227 * macros.el (insert-kbd-macro): Do completions based on macros,
10228 rather than all commands.
10229
10230 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10231
10232 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10233 to solve a bug whereby tags with 'b' don't match.
10234
10235 2004-11-05 Juri Linkov <juri@jurta.org>
10236
10237 * info.el (Info-search): Don't search in node header lines
10238 and file headers.
10239
10240 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10241 symbol-constituent characters after dot, not only digits.
10242
10243 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10244
10245 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10246
10247 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10248
10249 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10250 if a dialog will be used, read-file-name otherwise.
10251
10252 2004-11-04 Richard M. Stallman <rms@gnu.org>
10253
10254 * textmodes/table.el (table group): Add :version.
10255
10256 * textmodes/ispell.el (ispell-word):
10257 Don't alter args; set them only thru `interactive' spec.
10258
10259 * textmodes/flyspell.el (flyspell-word):
10260 Don't alter FOLLOWING; set it only thru `interactive' spec.
10261
10262 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10263
10264 * net/browse-url.el (browse-url-maybe-new-window):
10265 Use called-interactively-p.
10266
10267 * mail/supercite.el (sc-cite-region):
10268 Don't use interactive-p. Add arg INTERACTIVE.
10269 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10270
10271 * international/mule-cmds.el (set-input-method, toggle-input-method):
10272 Don't use interactive-p. Add arg INTERACTIVE.
10273
10274 * eshell/esh-mode.el (eshell-show-maximum-output):
10275 Don't use interactive-p.
10276 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10277
10278 * mouse.el (mouse-show-mark): Get positions to delete from mark
10279 and point, not from mouse-drag-overlay.
10280
10281 * imenu.el (imenu-eager-completion-buffer): Add :version.
10282
10283 * filesets.el (filesets group): Add :version.
10284
10285 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10286
10287 * files.el (xml-based-modes): Delete var.
10288 (magic-mode-alist): New more general var.
10289 (set-auto-mode): Use it.
10290
10291 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10292 when clicking from another window.
10293
10294 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10295
10296 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10297 (vc-cvs-annotate-time): Incorporate value of deleted var.
10298 Remove special-case handling of beginning-of-buffer cruft.
10299 Cache ending position (point) and return value in text property
10300 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10301
10302 * vc-cvs.el (vc-cvs-annotate-command):
10303 Delete extraneous lines from beginning of buffer.
10304 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10305
10306 * progmodes/grep.el (grep-default-command): Take empty string
10307 for tag if all other methods yield nil. Shell-quote the tag.
10308
10309 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10310 spec in `interactive' form, and mention it in the docstring.
10311 Also, make sure point is at bol after calling `annotate-time'.
10312
10313 2004-11-02 Richard M. Stallman <rms@gnu.org>
10314
10315 * cus-edit.el (customize-group-other-window):
10316 Select the window that displays the custom buffer.
10317 (custom-buffer-create-other-window): Likewise.
10318
10319 * comint.el (comint-insert-input): Fix previous change.
10320
10321 * emacs-lisp/elp.el (elp-instrument-function):
10322 Use called-interactively-p.
10323
10324 * emacs-lisp/easymenu.el (easy-menu-intern):
10325 Don't downcase; rather, case-flip the first letter of each word.
10326
10327 * emacs-lisp/easy-mmode.el (define-minor-mode):
10328 Use called-interactively-p.
10329
10330 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10331 Add interactive-only.
10332 (byte-compile-warnings): Add interactive-only as option.
10333 (byte-compile-interactive-only-functions): New variable.
10334 (byte-compile-form): Warn about calls to functions
10335 in byte-compile-interactive-only-functions.
10336
10337 * emacs-lisp/autoload.el (update-file-autoloads):
10338 Don't use interactive-p; take new arg SAVE-AFTER.
10339
10340 * emacs-lisp/advice.el (ad-make-advised-definition):
10341 Use called-interactively-p.
10342
10343 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10344
10345 * files.el (find-file-existing): New function.
10346
10347 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10348 find-file-existing. Add "New File..." that calls find-file.
10349
10350 * diropen.pbm, diropen.xpm: New files.
10351
10352 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10353 icon diropen. New tool bar item find-file-existing uses icon open.
10354
10355 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10356 instead of read-file-name.
10357
10358 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10359
10360 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10361 (icalendar--split-value): Change name of work buffer.
10362 (icalendar--get-weekday-abbrev): Return nil on error.
10363 (icalendar--date-to-isodate): New function.
10364 (icalendar-convert-diary-to-ical)
10365 (icalendar-extract-ical-from-buffer): Use only two args for
10366 make-obsolete (XEmacs compatibility).
10367 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10368 (icalendar-export-region): Doc fix.
10369 If error, return non-nil and write errors to a buffer.
10370 Use correct weekday for weekly recurring events.
10371 Check whether date has been parsed for ordinary events.
10372 Make weekly events start in the year 2000.
10373 DTEND is non-inclusive, shift end date by one day if
10374 necessary (not for entries that have date and time).
10375 Rename local let variables: oops -> found-error, datestring ->
10376 startdatestring.
10377
10378 2004-11-02 Kim F. Storm <storm@cua.dk>
10379
10380 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10381 keep-mode-if-same variable. Add it as optional arg instead.
10382 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10383
10384 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10385 substitute-command-keys will select lower-case bindings like those
10386 used in the static help texts.
10387
10388 * descr-text.el (describe-text-properties): Don't err if called in
10389 the *Help* buffer; output to *Help-2* buffer instead.
10390
10391 * kmacro.el (group kmacro): Add :version.
10392 (kmacro-keyboard-quit): New function to cleanup on C-g.
10393 (kmacro-start-macro): Set defining-kbd-macro to append when
10394 appending to last macro.
10395
10396 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10397
10398 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10399
10400 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10401 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10402 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10403 Add :version keyword.
10404
10405 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10406
10407 * progmodes/flymake.el (flymake-err-line-patterns):
10408 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10409 `compilation-error-regexp-alist-alist' to internal Flymake format.
10410
10411 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10412
10413 2004-11-01 Jay Belanger <belanger@truman.edu>
10414
10415 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10416 with `interactive "s"'.
10417
10418 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10419
10420 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10421 Revert change from 2004-10-16. '*' checks the current buffer, but the
10422 mouse click may be in another buffer.
10423
10424 2004-11-01 John Paul Wallington <jpw@gnu.org>
10425
10426 * files.el (large-file-warning-threshold): Add :version keyword.
10427 (kill-some-buffers): Doc fix.
10428
10429 * thumbs.el (group thumbs): Add :version keyword.
10430
10431 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10432
10433 2004-11-01 Richard M. Stallman <rms@gnu.org>
10434
10435 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10436
10437 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10438
10439 * allout.el (allout group): Add :version.
10440 (allout-init): Don't use interactive-p.
10441 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10442 (allout-forward-current-level, allout-backward-current-level):
10443 Don't use interactive-p.
10444
10445 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10446 (bibtex-find-text): Likewise.
10447
10448 * progmodes/vhdl-mode.el (vhdl-fill-region)
10449 (vhdl-beginning-of-statement): Don't use interactive-p.
10450
10451 * progmodes/idlwave.el (idlwave-update-routine-info):
10452 Don't use interactive-p.
10453
10454 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10455 Don't use interactive-p.
10456
10457 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10458 Don't use interactive-p.
10459
10460 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10461 Don't use interactive-p.
10462
10463 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10464 (fortune-in-buffer): Doc fix.
10465
10466 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10467
10468 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10469 don't select the temporary buffer.
10470 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10471 (eudc-get-phone): Likewise.
10472
10473 2004-11-01 Kim F. Storm <storm@cua.dk>
10474
10475 * man.el (Man-xref-normal-file): Fix help-echo.
10476
10477 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * reveal.el (reveal-last-tick): New var.
10480 (reveal-post-command): Use it to avoid closing overlays when we're
10481 appending text to them.
10482
10483 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10484
10485 * textmodes/bibtex.el: Require button.
10486 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10487 (bibtex-reference-keys): Distinguish between header keys and
10488 crossref keys.
10489 (bibtex-beginning-of-field): New function.
10490 (bibtex-url-map): Remove.
10491 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10492 (bibtex-font-lock-url-regexp): Assume that field names begin at
10493 the beginning of a line.
10494 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10495 Remove field delimiters. Use bibtex-beginning-of-field.
10496 Bugfix, point can be inside a field with a url.
10497 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10498 New functions.
10499 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10500 (bibtex-key-in-head): Simplify.
10501 (bibtex-current-line): Use bolp.
10502 (bibtex-parse-keys): Remove unused arg `add'.
10503 Use bibtex-type-in-head and bibtex-key-in-head.
10504 (bibtex-parse-entry, bibtex-autofill-entry):
10505 Use bibtex-type-in-head and bibtex-key-in-head.
10506 (bibtex-autokey-get-field): Do not alter case of replacement text.
10507 (bibtex-autokey-get-names): Do all processing of name list.
10508 (bibtex-autokey-get-year): New function.
10509 (bibtex-autokey-get-title): Do all processing of title words.
10510 (bibtex-generate-autokey): Simplify.
10511 (bibtex-string-files-init): Use default-directory.
10512 Allow for absolute file names in bibtex-string-files.
10513 (bibtex-files, bibtex-file-path): New variables.
10514 (bibtex-files-expand): New function.
10515 (bibtex-find-entry-globally): New command.
10516 (bibtex-summary-function): New variable.
10517 (bibtex-summary): Default value of bibtex-summary-function.
10518 (bibtex-find-crossref): New optional args pnt and split.
10519 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10520 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10521 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10522 Fix handling of required and alternative fields.
10523 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10524 Use cons and display-buffer.
10525 (bibtex-validate-globally): New command.
10526 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10527 bibtex-parse-keys and bibtex-parse-strings for updating
10528 bibtex-reference-keys and bibtex-strings.
10529 (bibtex-realign): Remove blank lines past the last entry.
10530 (bibtex-reformat): Use bibtex-entry-format as default.
10531 (bibtex-choose-completion-string): Remove.
10532 (bibtex-complete): Do not use bibtex-choose-completion-string.
10533 (bibtex-url): Simplify.
10534
10535 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10536
10537 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10538 (x-dnd-types-alist, x-dnd-open-file-other-window)
10539 (x-dnd-known-types): Add :version.
10540
10541 2004-10-31 John Paul Wallington <jpw@gnu.org>
10542
10543 * ibuffer.el (group ibuffer): Add :version keyword.
10544
10545 2004-10-31 Kim F. Storm <storm@cua.dk>
10546
10547 * ido.el (group ido): Add :version keyword.
10548 (ido-mode): Remove :version keyword.
10549
10550 * emulation/cua-base.el (group cua): Add :version keyword.
10551 (cua-mode): Remove :version keyword.
10552
10553 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10554
10555 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10556
10557 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10558 compiler warning.
10559 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10560 function.
10561 (help-at-pt-display-when-idle): Remove autoload.
10562
10563 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10566
10567 2004-10-30 Juri Linkov <juri@jurta.org>
10568
10569 * help.el (function-called-at-point):
10570 * help-fns.el (variable-at-point): Read -> intern.
10571
10572 2004-10-30 Simon Josefsson <jas@extundo.com>
10573
10574 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10575 Recognize AS_* too.
10576
10577 2004-10-29 Simon Josefsson <jas@extundo.com>
10578
10579 * subr.el (read-passwd): Move back from password.el.
10580
10581 * password.el: Remove, not ready yet.
10582
10583 2004-10-29 Andreas Schwab <schwab@suse.de>
10584
10585 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10586
10587 2004-10-29 Sam Steingold <sds@gnu.org>
10588
10589 * mouse.el (mouse-show-mark): Replace the last occurrence of
10590 x-lost-selection-hooks with x-lost-selection-functions.
10591
10592 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10595 x-lost-selection-functions is bound.
10596
10597 * mouse-sel.el (mouse-sel-mode):
10598 * emacs-lisp/lselect.el: Adjust to new names for
10599 x-(lost|sent)-selection-functions.
10600
10601 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10602 New obsolete aliases of x-lost-selection-functions and
10603 x-sent-selection-functions.
10604
10605 2004-10-28 Kim F. Storm <storm@cua.dk>
10606
10607 * imenu.el (imenu-scanning-message): Remove.
10608 (imenu-progress-message): Make it a no-op.
10609
10610 2004-10-28 John Paul Wallington <jpw@gnu.org>
10611
10612 * files.el (set-auto-mode): Call `throw' correctly.
10613
10614 2004-10-28 Juri Linkov <juri@jurta.org>
10615
10616 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10617 to search `Info-...' commands in `info' manual.
10618 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10619 Add 'info-file "emacs" property.
10620 (Info-find-emacs-command-nodes): Fix index line number regexp.
10621 Set real line number (instead of fake 0) in first element of the
10622 returned list.
10623 (Info-goto-emacs-command-node): Use line number of first element
10624 to set point in the first found Info node.
10625
10626 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10627 code to `grep-mode-font-lock-keywords'.
10628 (grep-mode-font-lock-keywords): Delete grep markers instead
10629 of making them invisible.
10630
10631 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10632
10633 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10634 and x-server-version in bug report.
10635
10636 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10637
10638 * files.el (set-auto-mode-0): New function.
10639 (set-auto-mode): Use it to handle aliased modes and to
10640 be consistent between C-x C-f and C-x C-w.
10641
10642 2004-10-28 Kenichi Handa <handa@m17n.org>
10643
10644 * international/utf-8.el (utf-translate-cjk-charsets):
10645 Add katakana-jisx0201.
10646
10647 * international/subst-jis.el: Add data for JISX0201.
10648
10649 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * obsolete/hilit19.el (hilit-mode): New function.
10652 Move all the toplevel side-effecting stuff into it, so that loading
10653 hilit19 doesn't mess everything up any more.
10654
10655 2004-10-27 Richard M. Stallman <rms@gnu.org>
10656
10657 * add-log.el (add-change-log-entry): Set up mailing address
10658 and full name later, and don't alter add-log-mailing-address
10659 or add-log-full-name.
10660
10661 * elide-head.el (elide-head): Change error to message.
10662 (elide-head-show): Likewise.
10663
10664 * apropos.el (apropos-macrop): Doc fix.
10665
10666 * mouse.el (mouse-show-mark): Do most processing the same
10667 regardless of transient-mark-mode.
10668
10669 * shadowfile.el (shadow-copy-files): Use interactive-p
10670 only to control whether to print a message.
10671
10672 * tar-mode.el (tar-mode): Use write-contents-functions,
10673 not write-contents-hooks.
10674
10675 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10676 directory-sep-char.
10677
10678 2004-10-27 Richard M. Stallman <rms@gnu.org>
10679
10680 * strokes.el (strokes-unload-hook): Fix previous change.
10681
10682 * type-break.el (type-break-run-at-time): Always use run-at-time;
10683 forget the alternatives.
10684 (type-break-cancel-function-timers): Always use cancel-function-timers;
10685 forget the alternatives.
10686
10687 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10688
10689 2004-10-27 Kenichi Handa <handa@m17n.org>
10690
10691 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10692
10693 * international/subst-gb2312.el: Likewise.
10694
10695 * international/subst-big5.el: Likewise.
10696
10697 * international/subst-ksc.el: Likewise.
10698
10699 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10700 New variable.
10701 (utf-translate-cjk-set-unicode-range): New function.
10702 (utf-translate-cjk-unicode-range): Make it customizable.
10703 (utf-8-post-read-conversion):
10704 Use utf-translate-cjk-unicode-range-string.
10705 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10706 Unicode ranges.
10707
10708 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10709
10710 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10711 trivial variants to shorten the list.
10712 (xml-based-modes): New var.
10713 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10714 declaration higher priority than auto-mode-alist.
10715
10716 * find-file.el (cc-other-file-alist): Bring it in line with
10717 cc-mode's auto-mode-alist entries and use \' instead of $.
10718
10719 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10720 and add "Id" and "Name" submenus to it.
10721
10722 * imenu.el (imenu--generic-function): Skip matches in comments.
10723
10724 2004-10-26 Jay Belanger <belanger@truman.edu>
10725
10726 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10727 (full-calc-keypad, calc-trail-display): Use an extra argument
10728 instead of `interactive-p'.
10729
10730 * calc/calc-misc.el (calc-other-window): Use an extra argument
10731 instead of `interactive-p'.
10732
10733 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10734 `interactive-p'.
10735
10736 2004-10-26 Kim F. Storm <storm@cua.dk>
10737
10738 * help.el (describe-key): Describe both down-event and up-event
10739 for a mouse click.
10740
10741 2004-10-26 Richard M. Stallman <rms@gnu.org>
10742
10743 * woman.el (woman): Don't call interactive-p.
10744
10745 * pcomplete.el (pcomplete): Instead of interactive-p,
10746 use an arg set non-nil by the interactive spec.
10747
10748 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10749 use an arg set non-nil by the interactive spec.
10750
10751 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10752 use an arg set non-nil by the interactive spec.
10753
10754 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10755
10756 * progmodes/flymake.el (flymake-split-string):
10757 Use `flymake-split-string-remove-empty-edges' in any case.
10758
10759 2004-10-26 Masatake YAMATO <jet@gyve.org>
10760
10761 * progmodes/flymake.el (flymake-err-line-patterns):
10762 Use `compilation-error-regexp-alist-alist' instead of
10763 `compilation-error-regexp-alist'.
10764
10765 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10766
10767 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10768 verbatim face on the \ of \end{verbatim}.
10769
10770 2004-10-25 Jay Belanger <belanger@truman.edu>
10771
10772 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10773 erasing minibuffer.
10774
10775 2004-10-25 Simon Josefsson <jas@extundo.com>
10776
10777 * subr.el (read-passwd): Move to net/password.el.
10778
10779 * net/password.el (read-passwd): Add. Autoload it.
10780
10781 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10782
10783 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10784
10785 * simple.el (process-file): Fix logic.
10786
10787 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10788
10789 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10790 (increase-right-margin): Remove erroneous call to `interactive-p'.
10791
10792 2004-10-24 Kim F. Storm <storm@cua.dk>
10793
10794 * help.el (describe-mode): Fix 2004-10-13 change.
10795 Copy pure "Auto Fill" string so it can be propertized later
10796 without causing a read-only error.
10797
10798 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10799
10800 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10801 style indexes.
10802
10803 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10804
10805 * simple.el (process-file): Accept nil for INFILE. Reported by
10806 Luc Teirlinck.
10807
10808 2004-10-24 Masatake YAMATO <jet@gyve.org>
10809
10810 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10811 Handle periods and underscores in a function name.
10812 Remove the address fontification.
10813
10814 2004-10-24 Masatake YAMATO <jet@gyve.org>
10815
10816 * progmodes/asm-mode.el (asm-font-lock-keywords):
10817 Use font-lock-variable-name-face for registers.
10818
10819 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10820
10821 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10822 kill-all-local-variables.
10823 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10824 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10825 Use kill-all-local-variables and provide mode-hooks.
10826 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10827 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10828 Suggested by Masatake YAMATO <jet@gyve.org>.
10829
10830 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10831
10832 * simple.el (process-file): New function, similar to call-process
10833 but supports file handlers.
10834 * vc.el (vc-do-command): Use it, instead of call-process.
10835 * net/tramp-vc.el (vc-do-command): Do not advise it if
10836 process-file is fboundp.
10837 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10838 process-file.
10839 (tramp-handle-process-file): New function.
10840 (tramp-file-name-for-operation): Support process-file.
10841
10842 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10843
10844 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10845 (icalendar-weekdayabbrev-table)
10846 (icalendar-monthnumber-table): Delete.
10847 (icalendar--get-month-number): Use calendar-month-name-array.
10848 (icalendar--get-weekday-number): New function.
10849 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10850 (icalendar-export-region): Handle multi-line entries.
10851 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10852
10853 2004-10-23 John Paul Wallington <jpw@gnu.org>
10854
10855 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10856 `wildcards' set to t in interactive spec.
10857
10858 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10859 interactive spec rather than use `interactive-p'.
10860 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10861 rather than use function `interactive-p'.
10862
10863 2004-10-22 Kenichi Handa <handa@m17n.org>
10864
10865 * international/mule.el (translate-region): Implement it in Lisp
10866 as a front end of translate-region-internal.
10867
10868 2004-10-21 Jay Belanger <belanger@truman.edu>
10869
10870 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10871 Declare these variables with defvar.
10872
10873 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10874 is bound, only check to see if it is bound.
10875
10876 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10879 Don't output messages.
10880
10881 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10882
10883 2004-10-21 John Paul Wallington <jpw@gnu.org>
10884
10885 * calc/calc-graph.el (calc-graph-init):
10886 Use `set-process-query-on-exit-flag'.
10887
10888 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10889
10890 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10891 dir right and also allow argumentless cd.
10892
10893 2004-10-19 Richard M. Stallman <rms@gnu.org>
10894
10895 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10896
10897 * eshell/em-unix.el (eshell-grep):
10898 Don't bind compilation-process-setup-function.
10899
10900 * comint.el (comint-insert-input): Use @ in `interactive'.
10901 (comint-input-filter-functions): Doc fix.
10902 (comint-kill-whole-line, comint-get-source): Doc fix.
10903
10904 * progmodes/compile.el (compilation-setup):
10905 Don't set buffer-read-only if MINOR is non-nil.
10906
10907 2004-10-19 Jay Belanger <belanger@truman.edu>
10908
10909 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10910 (calc-emacs-type-gnu19): Remove.
10911 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10912 Remove check for old emacs versions.
10913
10914 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10915 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10916 for current Emacs.
10917
10918 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10919 the end of the minibuffer.
10920 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10921 copy `esc-map'.
10922
10923 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10924
10925 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10926 call that would be given when the current emacs was used.
10927
10928 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10929
10930 * calendar/icalendar.el: Set coding to utf-8.
10931 (icalendar-version): Increase to 0.07.
10932 (icalendar-monthnumber-table): Change March pattern.
10933 (icalendar-get-all-event-properties)
10934 (icalendar-set-event-property): Delete.
10935 (icalendar-all-events): No longer interactive.
10936 (icalendar-convert-diary-to-ical)
10937 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10938 their replacements.
10939 (icalendar-export-file, icalendar-export-region): New functions;
10940 essentially old `icalendar-convert-diary-to-ical' but appending to
10941 target rather than overwriting.
10942 (icalendar-import-file): Append to target file rather than
10943 overwriting. Fourth arg deleted.
10944 (icalendar-import-buffer): New name for old
10945 `icalendar-extract-ical-from-buffer'.
10946 (icalendar--convert-string-for-import): New name for
10947 old `icalendar-convert-for-import'.
10948 (include-icalendar-files): Delete.
10949 Prefix for all internal functions changed from `icalendar-'
10950 to `icalendar--'.
10951
10952 2004-10-19 Richard M. Stallman <rms@gnu.org>
10953
10954 * paths.el (news-path): Fix previous change.
10955
10956 2004-10-18 Jay Belanger <belanger@truman.edu>
10957
10958 * calc/calc-help.el (calc-describe-bindings):
10959 Set `buffer-read-only' to nil while working in the keybindings buffer;
10960 remove some extra information from the keybindings buffer.
10961
10962 2004-10-18 David Ponce <david@dponce.com>
10963
10964 * mouse.el (mouse-drag-move-window-top): New function.
10965 (mouse-drag-mode-line-1): Use it.
10966
10967 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10968
10969 * info.el (Info-fontify-node): For multiline refs,
10970 arrange to unfontify newline and surrounding whitespace.
10971
10972 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10975 directory is missing.
10976
10977 2004-10-17 John Paul Wallington <jpw@gnu.org>
10978
10979 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10980 New customizable variable; whether to display buffers that match
10981 `ibuffer-maybe-show-predicates' by default.
10982 (ibuffer-maybe-show-predicates): Mention it in docstring.
10983 (ibuffer-display-maybe-show-predicates): New variable.
10984 (ibuffer-update): Prefix arg now toggles whether buffers that
10985 match `ibuffer-maybe-show-predicates' should be displayed.
10986 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10987 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10988 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10989
10990 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10991
10992 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10993 work correctly.
10994
10995 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10996
10997 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10998 (Buffer-menu-beginning): New helper function.
10999 (Buffer-menu-execute): Use it.
11000 (Buffer-menu-select): Use it.
11001 (Buffer-menu-sort): Use it and also keep markers.
11002
11003 2004-10-17 Richard M. Stallman <rms@gnu.org>
11004
11005 * paths.el (news-directory): Rename from news-path. Old name alias.
11006 (rmail-spool-directory): Use defvar.
11007 (sendmail-program): Use defcustom.
11008 (remote-shell-program): Use defcustom.
11009 (term-file-prefix): Use defvar.
11010 (abbrev-file-name): Use defvar.
11011
11012 * term.el: Add maintainer.
11013
11014 * subr.el (with-local-quit): Return nil if there's a quit.
11015 (read-passwd): Use with-local-quit. Doc fix.
11016
11017 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11018 (strokes-unload-hook): Set as a variable with add-hook.
11019
11020 * startup.el (fancy-splash-tail, normal-splash-screen):
11021 Update copyright year.
11022
11023 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11024
11025 * server.el (server-unload-hook): Set as a variable with add-hook.
11026
11027 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11028
11029 * frame.el (special-display-popup-frame):
11030 Make the buffer current as its frame is created.
11031
11032 * delsel.el (delsel-unload-hook): Set as a variable.
11033
11034 * comint.el (comint-output-filter-functions):
11035 Add comint-watch-for-password-prompt.
11036 (comint-read-noecho): Function deleted.
11037 (send-invisible): Use read-passwd.
11038
11039 * fringe.el (fringe-mode-initialize): New function.
11040 (fringe-mode): Use fringe-mode-initialize as :initialize.
11041
11042 2004-10-17 Kim F. Storm <storm@cua.dk>
11043
11044 * language/indian.el (indian-script-language-alist): Swap value and doc.
11045 (indian-font-char-index-table): Doc fix.
11046
11047 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11048
11049 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11050
11051 2004-10-16 Juri Linkov <juri@jurta.org>
11052
11053 * progmodes/compile.el (compilation-start): Move let-binding of
11054 `process-environment' into `with-current-buffer' body.
11055 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11056
11057 2004-10-16 Richard M. Stallman <rms@gnu.org>
11058
11059 * pcvs-util.el (cvs-bury-buffer):
11060 Don't call get-buffer-window for effect.
11061
11062 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11063
11064 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11065
11066 * msb.el (msb-unload-hook): Set the variable.
11067
11068 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11069 Use * to err if buffer is readonly.
11070
11071 * subr.el (looking-back): Return only t or nil.
11072
11073 * whitespace.el (whitespace-unload-hook): Set the variable.
11074
11075 * view.el (view-mode-enable): Set view-page-size and
11076 view-half-page-size to nil.
11077 (view-set-half-page-size-default): view-half-page-size = nil
11078 means the default.
11079 (View-scroll-page-forward): Use view-page-size-default.
11080 (View-scroll-page-backward): Likewise.
11081 (view-page-size, view-half-page-size): Doc fixes.
11082
11083 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11084
11085 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11086
11087 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11088 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11089 (byte-compile-log-1): Bind inhibit-read-only.
11090 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11091 (byte-compile-log-warning): Likewise.
11092 (byte-compile-file-form-require): Detect "cl" from the arg value.
11093
11094 * progmodes/compile.el (compilation-start): Assume compilation-mode
11095 will make the buffer read-only.
11096 (compilation-mode): Take arg name-of-mode.
11097 (compilation-setup): Make buffer read-only.
11098 (compilation-handle-exit): Bind inhibit-read-only.
11099
11100 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11101 (ispell-message): Likewise.
11102 (ispell-show-choices): Don't call get-buffer-window uselessly.
11103 (ispell-init-process): Use set-process-query-on-exit-flag.
11104
11105 2004-10-16 Kim F. Storm <storm@cua.dk>
11106
11107 * fringe.el (fringe-bitmaps): Only initialize when defined.
11108
11109 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11110 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11111
11112 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11113
11114 2004-10-15 Simon Josefsson <jas@extundo.com>
11115
11116 * net/password.el: Add.
11117
11118 2004-10-14 Masatake YAMATO <jet@gyve.org>
11119
11120 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11121 (gdb-script-end-of-defun): New function.
11122 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11123 `gdb-script-end-of-defun' as *-of-defun-function.
11124
11125 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11126
11127 * button.el (button-activate): Allow a marker to display as an action.
11128
11129 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11130
11131 * help.el (describe-mode): Use it to make minor mode list into
11132 hyperlinks.
11133
11134 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * vc.el (vc-annotate-display-select): Fix typo.
11137
11138 * subr.el (substitute-key-definition-key): New function.
11139 (substitute-key-definition): Use it with map-keymap.
11140 (event-modifiers): Use push.
11141 (mouse-movement-p, with-temp-buffer): Simplify.
11142
11143 2004-10-12 Jay Belanger <belanger@truman.edu>
11144
11145 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11146 New variables.
11147 (calc-help-index-entries): New function.
11148 (calc-describe-function): Use `calc-help-function-list' instead of
11149 obarray for completion.
11150 (calc-describe-variable): Use `calc-help-variable-list' instead
11151 of obarray for completion.
11152
11153 2004-10-12 Richard M. Stallman <rms@gnu.org>
11154
11155 * info-look.el (info-lookup-file): Add info-file property.
11156 (info-lookup-symbol): Likewise.
11157
11158 * info.el (info-xref): Add underlining.
11159 (info): Add info-file property.
11160 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11161
11162 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11163
11164 Sync with Tramp 2.0.45.
11165
11166 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11167 defined. This is not the case for XEmacs without package "edebug".
11168 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11169 remote files to the permissions of the original file. This is not
11170 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11171 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11172 (tramp-perl-decode): Fix an error in Perl implementation.
11173 $pending must be cleared every loop. Reported by Benjamin Place
11174 <benjaminplace@sprintmail.com>
11175
11176 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11177 Don't activate advice during definition. This is done later on,
11178 depending on test result of `substitute-in-file-name'.
11179 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11180
11181 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11184
11185 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11186
11187 2004-10-12 David Ponce <david@dponce.com>
11188
11189 * recentf.el (recentf-edit-list): Update the menu when the recentf
11190 list has been modified.
11191
11192 2004-10-12 Simon Josefsson <jas@extundo.com>
11193
11194 * net/tls.el (tls-certtool-program): New variable.
11195 (tls-certificate-information): New function, based on
11196 ssl-certificate-information.
11197
11198 2004-10-12 Kenichi Handa <handa@m17n.org>
11199
11200 * international/mule.el (coding-system-equal): Move from mule-util.el.
11201
11202 * international/mule-util.el (coding-system-equal): Move to mule.el.
11203
11204 2004-10-12 Kim F. Storm <storm@cua.dk>
11205
11206 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11207 reset kmacro-initial-counter-value if set.
11208 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11209 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11210 (kmacro-display): Show macro counter if non-zero.
11211
11212 * subr.el (substitute-key-definition): Mention command remapping
11213 in doc string.
11214
11215 2004-10-11 Jay Belanger <belanger@truman.edu>
11216
11217 * calc/calc-misc.el (calc-info-goto-node): New function.
11218 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11219 node in one step.
11220 (calc-describe-copying, calc-describe-distribution)
11221 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11222 Go to appropriate info node in one step.
11223
11224 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11227
11228 * font-lock.el (font-lock-apply-highlight): Fix last change.
11229
11230 2004-10-11 Simon Josefsson <jas@extundo.com>
11231
11232 * mail/smtpmail.el (smtpmail-open-stream): Look for
11233 starttls-gnutls-program instead of starttls-program iff
11234 starttls-use-gnutls is non-nil.
11235 (smtpmail-open-stream): Don't overwrite user settings of
11236 starttls-extra-arguments and starttls-extra-args.
11237
11238 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * comint.el (comint-mouse-insert-input): Remove.
11241 (comint-insert-input): Make it work for mouse bindings.
11242 (comint-mode-map): Move defs into the declaration.
11243 (comint-output-filter): Typo.
11244
11245 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11246
11247 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11248
11249 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11250 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11251 ange-ftp-remote-shell.
11252
11253 2004-10-10 Andreas Schwab <schwab@suse.de>
11254
11255 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11256 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11257 Reported by <sri@asu.edu>.
11258
11259 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11260
11261 * vc.el (vc-annotate-mode): Remove variable.
11262 (vc-annotate-display-select): Only call vc-annotate-mode
11263 if we're not in that mode already.
11264
11265 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11266
11267 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11268 (imenu-choose-buffer-index): Check here for rescan instead.
11269
11270 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11271 where the face expression evals to nil.
11272
11273 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11274 (tex-font-lock-keywords-2): Use it.
11275 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11276
11277 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11278
11279 2004-10-09 Kim F. Storm <storm@cua.dk>
11280
11281 * subr.el (progress-reporter-update): Define before first usage.
11282 (make-progress-reporter): Doc fix.
11283
11284 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11285
11286 * textmodes/paragraphs.el (sentence-end-double-space)
11287 (sentence-end-without-period, sentence-end-without-space)
11288 (sentence-end): Doc fixes.
11289
11290 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11291
11292 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11293 Change paragraph-start regexp so we don't fill code starting with #'(.
11294
11295 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11296
11297 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11298 New defcustom.
11299 (extract-address-components): Use it.
11300
11301 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11302
11303 * subr.el (make-progress-reporter, progress-reporter-update)
11304 (progress-reporter-force-update, progress-reporter-do-update)
11305 (progress-reporter-done): New functions.
11306
11307 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11308
11309 * progmodes/etags.el (etags-tags-completion-table): Use progress
11310 reporter.
11311 (etags-tags-apropos): Likewise.
11312
11313 2004-10-08 Alan Mackenzie <acm@muc.de>
11314
11315 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11316 of current line.
11317
11318 2004-10-08 Masatake YAMATO <jet@gyve.org>
11319
11320 * server.el (server-process-filter): Wrap `process-send-region'
11321 by `condition-case' to guard the case when the pipe to PROC is closed.
11322
11323 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11324
11325 * xml.el (xml-substitute-special): Limit handling of external entities.
11326
11327 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11328
11329 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11330
11331 2004-10-06 John Paul Wallington <jpw@gnu.org>
11332
11333 * xml.el (xml-parse-dtd): Fix `error' call.
11334
11335 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11336
11337 * xml.el (xml-substitute-special): Return a single string instead
11338 of a list of strings if an entity substitution is made.
11339
11340 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11341
11342 * calendar/icalendar.el: New file.
11343
11344 2004-10-05 Juri Linkov <juri@jurta.org>
11345
11346 * isearch.el (isearch-done): Set mark after running hook.
11347 Reported by Drew Adams <drew.adams@oracle.com>.
11348
11349 * info.el (Info-history, Info-toc): Fix Info headers.
11350 (Info-toc): Narrow buffer before Info-fontify-node.
11351 (Info-build-toc): Don't check for special Info file names.
11352 Set main-file to nil if Info-find-file returns a symbol.
11353
11354 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11355
11356 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11357 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11358 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11359
11360 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11361
11362 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11363 for old interactive spec from calendar-goto-iso-date.
11364 (calendar-goto-iso-date): Use it.
11365 (calendar-goto-iso-week): New function. Suggested by Emilio
11366 C. Lopes <eclig@gmx.net>.
11367
11368 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11369
11370 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11371 `set-right-margin' bindings that follow the minor mode conventions.
11372
11373 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11376 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11377 (latex-block-args-alist): Add minipage and picture.
11378 (latex-block-body-alist): Use reftex-label if enabled.
11379 (latex-insert-block): Don't insert a \n if not necessary.
11380 (tex-compile-commands): Make sure dvips doesn't send to printer.
11381 (tex-compile-default): Handle the case where no executable is found.
11382 (latex-noindent-environments): New var.
11383 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11384 If tex-indent-allhanging is non-nil, make sure we only align for macros
11385 at beginning of line.
11386
11387 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11388
11389 * newcomment.el (comment-beginning): Doc fix and don't choke on
11390 unset `comment-end-skip' when at beginning of comment.
11391
11392 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11393
11394 * term.el (term-adjust-current-row-cache): Don't allow the current
11395 row to become negative.
11396 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11397 the end of the line. Fix scroll down. Add comments.
11398 (term-handle-ansi-escape): Don't exceed terminal width when moving
11399 right.
11400 (term-scroll-region): Move the cursor after setting the scroll region.
11401
11402 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11403
11404 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11405 to `width' for consistency with docstring. Doc fix.
11406
11407 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11408
11409 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11410 This is necessary for derived modes.
11411
11412 2004-09-30 Kim F. Storm <storm@cua.dk>
11413
11414 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11415 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11416
11417 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11418 kmacro-extract-lambda functions.
11419 (edit-kbd-macro): Handle kmacro lambda forms.
11420 Include counter and counter format in edit buffer.
11421 (edmacro-finish-edit): Get counter and format from edit buffer and
11422 update kmacro bindings when found.
11423
11424 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11425
11426 * textmodes/paragraphs.el (forward-paragraph):
11427 Avoid args-out-of-range error when point winds up at the beginning of
11428 the buffer and hard newlines are enabled.
11429
11430 * newcomment.el (comment-multi-line): Doc fix.
11431
11432 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11435 (diff-fixup-modifs): Catch unified-diff file-headers.
11436
11437 2004-09-29 Kim F. Storm <storm@cua.dk>
11438
11439 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11440 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11441 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11442
11443 * fringe.el (fringe-bitmap-p): New macro.
11444 (fringe-bitmaps): Add standard fringe bitmaps on load.
11445
11446 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11447
11448 * dired.el (dired-view-command-alist): Use more efficient regexps.
11449 Remove dubious arguments.
11450 (dired-align-file): New function.
11451 (dired-insert-directory): Use it.
11452 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11453 (dired-buffers-for-dir): Remove unused var `pattern'.
11454
11455 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11456
11457 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11458 from diary display excursion. Store diary buffer's point for
11459 `simple-diary-display'.
11460 (simple-diary-display): Set window point and start when
11461 displaying buffer, to preserve point.
11462
11463 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11464
11465 * textmodes/enriched.el (enriched-translations): Replace defconst
11466 with defvar.
11467
11468 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11469
11470 * printing.el: Doc fix.
11471 (pr-version): New version number (6.8.1).
11472 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11473 make-temp-name.
11474 (pr-delete-file): Check if file exists before deleting it.
11475 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11476
11477 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * term.el (term-display-table): New variable.
11480 (term-mode): Use it.
11481 (term-exec-1): Set the coding system to binary.
11482 (term-emulate-terminal): Decode the string before inserting it.
11483
11484 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11485
11486 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11487 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11488 (map): Bind S-prior, S-next and S-insert.
11489 (term-mode): Set `indent-tabs-mode' to nil.
11490 (term-paste): New function to be bound to S-insert.
11491 (term-send-del, term-send-backspace): Change the strings sent.
11492 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11493 (term-handle-colors-array): Fix handling of underline and reverse.
11494 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11495 (term-erase-in-line): Fix comparison.
11496 (term-emulate-terminal): Fix line wrap handling.
11497 (term-start-output-log): Rename from `term-set-output-log'.
11498 (term-stop-output-log): Rename from `term-stop-photo'.
11499 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11500
11501 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * dired.el (dired-move-to-filename): Don't output a message if
11504 raise-error is non-nil. Fix return position and value.
11505
11506 * files.el (insert-directory): Obey --dired even with symlinks.
11507
11508 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11509
11510 * ls-lisp.el (ls-lisp-format): Mark file names with property
11511 dired-filename.
11512
11513 2004-09-25 Kim F. Storm <storm@cua.dk>
11514
11515 * ido.el (ido-max-directory-size): New defcustom.
11516 (ido-decorations): Add "too big" element.
11517 (ido-directory-too-big): New dynamic var.
11518 (ido-may-cache-directory): Don't cache big directories.
11519 (ido-directory-too-big-p): New defun.
11520 (ido-set-current-directory): Update ido-directory-too-big.
11521 (ido-read-internal): Make empty ido-cur-item if too-big.
11522 (ido-buffer-internal): Use ido-read-internal directly instead of
11523 ido-read-buffer.
11524 (ido-file-internal): Init ido-directory-too-big.
11525 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11526 and redo completion with full list.
11527 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11528 it, and show completions.
11529 (ido-all-completions): Let bind ido-directory-too-big to nil.
11530 (ido-exhibit): Handle ido-directory-too-big.
11531 (ido-read-buffer): Handle fallback to read-buffer.
11532 Init ido-directory-too-big.
11533 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11534 Init ido-directory-too-big.
11535
11536 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11537
11538 * subr.el (delay-mode-hooks): Doc fix.
11539
11540 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11541
11542 * textmodes/enriched.el
11543 (enriched-default-text-properties-local-flag): New variable.
11544 (enriched-mode): Make sure that enabling and disabling the mode is
11545 a no-op. Doc fix.
11546
11547 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11548
11549 * calendar/holidays.el (holiday-advent): Report on a specified day
11550 offset from advent, not just advent.
11551 (holiday-easter-etc): Report on one specified day offset from
11552 easter, not all easter holidays. Various Easter holidays moved to
11553 `christian-holidays' variable in calendar.el.
11554 * calendar/calendar.el (christian-holidays): Adapt for new
11555 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11556
11557 2004-09-23 Kim F. Storm <storm@cua.dk>
11558
11559 * image.el (insert-sliced-image): Add doc string.
11560
11561 * ido.el (ido-choice-list): New dynamic var for `list' context.
11562 (ido-context-switch-command): New dynamic var.
11563 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11564 (ido-read-internal): Handle new `list' context.
11565 Handle insert-buffer and insert-file ido-exit values.
11566 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11567 ido-context-switch-command. Handle insert-file ido-exit value.
11568 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11569 unless it is already bound by caller.
11570 (ido-file-internal): New arg switch-cmd. Use it to setup
11571 ido-context-switch-command. Handle insert-buffer ido-exit value.
11572 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11573 used for context switching.
11574 (ido-all-completions): Handle new `list' context.
11575 (ido-make-choice-list): Return choices for `list' context.
11576 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11577 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11578 (ido-insert-buffer, ido-insert-file): Setup context switching.
11579 (ido-exhibit): Handle `list' context.
11580 (ido-read-file-name): Disable context switching. Handle fallback.
11581 (ido-read-directory-name): Disable context switching.
11582 (ido-completing-read): New defun like completing-read. Setup and
11583 use new `list' context.
11584
11585 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11586
11587 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11588
11589 2004-09-21 Jay Belanger <belanger@truman.edu>
11590
11591 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11592 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11593 separate window.
11594
11595 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11596
11597 * subr.el (after-change-major-mode-hook): Doc fix.
11598
11599 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11600
11601 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11602 of ghostscript for monochrome PostScript file in Windows.
11603
11604 2004-09-21 Kenichi Handa <handa@m17n.org>
11605
11606 * descr-text.el (describe-char): Checking of quail activation fixed.
11607
11608 2004-09-21 Jay Belanger <belanger@truman.edu>
11609
11610 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11611
11612 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11613
11614 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11615 after the mode hooks instead of before. Doc fix.
11616
11617 2004-09-20 Jason Rumney <jasonr@gnu.org>
11618
11619 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11620 _emacs, but revert to .emacs if neither exists in home directory.
11621
11622 2004-09-20 John Paul Wallington <jpw@gnu.org>
11623
11624 * bindings.el (completion-ignored-extensions): Add .dfsl.
11625
11626 2004-09-20 Richard M. Stallman <rms@gnu.org>
11627
11628 * bindings.el (scroll-left): Make it disabled.
11629
11630 * files.el (enable-local-eval): Doc fix.
11631
11632 * indent.el (move-to-left-margin): Special case for minibuffer.
11633
11634 * term.el (term-emulate-terminal): Turn off undo for output.
11635 Use with-current-buffer and save-selected-window.
11636
11637 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11638
11639 * progmodes/make-mode.el (makefile-fill-paragraph):
11640 Don't insist on spaces when looking for comments. # is enough.
11641
11642 * files.el (hack-local-variables): Copy the variables list
11643 to another buffer, strip prefixes and suffixes there, then read.
11644 (enable-local-eval): Doc fix.
11645 (ignored-local-variables): Initialize to nil.
11646 (risky-local-variable-p): Don't check ignored-local-variables here.
11647 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11648
11649 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11650
11651 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11652 of = to "." (punctuation).
11653
11654 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11657
11658 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11659
11660 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11661 (enriched-before-change-major-mode): New function.
11662 Add it to `change-major-mode-hook'.
11663 (enriched-after-change-major-mode): New function.
11664 Add it to `after-change-major-mode-hook'.
11665 (enriched-mode): Make it work correctly if called from
11666 `after-change-major-mode-hook'.
11667 No longer set `indent-line-function'.
11668
11669 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11670
11671 * subr.el (after-change-major-mode-hook): New variable.
11672 (run-mode-hooks): Implement it.
11673
11674 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * battery.el (battery-linux-proc-apm): Use string-to-number.
11677 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11678 Use dolist (and less indentation). Use erase-buffer.
11679 Pre-initialize `design-capacity', `warn', and `low'.
11680 (battery-format): Use replace-regexp-in-string.
11681
11682 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11683
11684 * battery.el: Delete superfluous empty lines.
11685 (battery-linux-proc-acpi): Attempt to gather information from all
11686 battery subdirectories regardless of their file name.
11687 (battery-linux-proc-apm): Replace all occurrences of
11688 battery-hex-to-int-2 with string-to-int (base 16).
11689 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11690 (battery-hex-map): Delete variable.
11691
11692 2004-09-18 John Paul Wallington <jpw@gnu.org>
11693
11694 * calc/calc-units.el (calc-quick-units): Fix overzealous
11695 s/or/unless/.
11696
11697 2004-09-17 Jay Belanger <belanger@truman.edu>
11698
11699 * calc/calc.el (calc-mode-var-list): Fix the value of
11700 `calc-matrix-brackets'.
11701
11702 2004-09-17 Romain Francoise <romain@orebokech.com>
11703
11704 * ibuf-ext.el (define-ibuffer-filter filename):
11705 Expand dired-directory since buffer-file-name is absolute.
11706
11707 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11708
11709 * ediff-init.el (ediff-current-diff-face-A)
11710 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11711 (ediff-current-diff-face-Ancestor)
11712 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11713 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11714 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11715 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11716 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11717 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11718 Use min-colors.
11719
11720 * term.el (term-down): Perform vertical motion if DOWN is negative.
11721 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11722 (term-termcap-format): Synchronyze with the eterm terminfo entry
11723 in etc/e/eterm.ti.
11724 (term-handle-colors-array): If the current foreground or
11725 background are zero (i.e. unspecified), use the foreground and
11726 background of the default face for reverse video.
11727 (term-ansi-at-eval-string, term-ansi-default-fg)
11728 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11729 (term-mem): Delete ununsed function.
11730 (term-protocol-version): Increment.
11731 (term-current-face): Set to default.
11732
11733 2004-09-15 Jay Belanger <belanger@truman.edu>
11734
11735 * calc/calc.el (calc-mode-var-list): Define this variable.
11736 (calc-always-load-extensions, calc-line-numbering)
11737 (calc-line-breaking, calc-display-just, calc-display-origin)
11738 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11739 (calc-group-char, calc-point-char, calc-frac-format)
11740 (calc-prefer-frac, calc-hms-format, calc-date-format)
11741 (calc-float-format, calc-full-float-format, calc-complex-format)
11742 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11743 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11744 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11745 (calc-matrix-brackets, calc-language, calc-language-option)
11746 (calc-left-label, calc-right-label, calc-word-size)
11747 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11748 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11749 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11750 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11751 (calc-window-height, calc-display-trail, calc-show-selections)
11752 (calc-use-selections, calc-assoc-selections)
11753 (calc-display-working-message, calc-auto-why, calc-timing)
11754 (calc-mode-save-mode, calc-standard-date-formats)
11755 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11756 (calc-user-parse-tables, calc-gnuplot-default-device)
11757 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11758 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11759 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11760 (calc-invocation-macro, calc-show-banner): Give these values as
11761 part of `calc-mode-var-list's initialization after the variables
11762 are declared with defvar.
11763 (calc-bug-address): Change email address to send bug reports to.
11764 Change the maintainer address at the top.
11765 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11766 than "\\.emacs" to determine if it is the user-init-file.
11767
11768 * calc/calc-embed.el (calc-embedded-set-modes): Use
11769 `calc-mode-var-list' correctly.
11770
11771 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11772
11773 * vc.el (annotate-time): Document point handling.
11774 (vc-annotate-display-autoscale): Doc fix.
11775
11776 2004-09-15 Miles Bader <miles@gnu.org>
11777
11778 * generic.el (generic-make-keywords-list): Use symbol rather than
11779 word anchors in regexp.
11780
11781 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11782
11783 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11784 no file name consider `dired-directory'.
11785
11786 2004-09-14 Kim F. Storm <storm@cua.dk>
11787
11788 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11789
11790 2004-09-14 Simon Josefsson <jas@extundo.com>
11791
11792 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11793
11794 * textmodes/dns-mode.el: Add.
11795
11796 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11797
11798 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11799 (disabled-command-function): Make the ?\ char more obvious.
11800
11801 * vc-arch.el (vc-arch-root, vc-arch-registered):
11802 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11803
11804 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11805
11806 * windmove.el (windmove-frame-edges): Report coordinates of
11807 outside edges of frame, not inside edges.
11808 (windmove-coordinates-of-position): Convert into wrapper to new
11809 function `windmove-coordinates-of-window-position';
11810 `compute-motion' always applies to selected window.
11811 (windmove-coordinates-of-position): Update documentation to refer
11812 to Emacs 21 Lisp Reference Manual.
11813 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11814
11815 2004-09-13 Kim F. Storm <storm@cua.dk>
11816
11817 * isearch.el (isearch-resume-in-command-history): Rename from
11818 isearch-resume-enabled and change default to nil.
11819
11820 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11823 (vc-registered): Use it.
11824 (vc-find-root): New fun.
11825
11826 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11827 Don't tell to use \\{...} when it's already done.
11828
11829 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11830 Provide a sample complex default.
11831 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11832 (bibtex-entry): Use mapc.
11833
11834 2004-09-12 Kim F. Storm <storm@cua.dk>
11835
11836 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11837
11838 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11839 inhibit-field-text-motion to t so rectangles work in comint buffers.
11840
11841 * simple.el (choose-completion-string): Set buffer before running
11842 choose-completion-string-functions hook so it can be buffer-local.
11843
11844 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11845
11846 * progmodes/compile.el (compilation-start): Parse command to see
11847 if it starts with a cd, and if so perform it for the *compilation*
11848 buffer. Change the header to reflect this.
11849
11850 2004-09-11 Kim F. Storm <storm@cua.dk>
11851
11852 * ido.el (ido-enable-dot-prefix): Doc fix.
11853 (ido-enable-dot-prefix): New defcustom.
11854 (ido-set-matches1): Use it.
11855
11856 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * textmodes/bibtex.el (bibtex-mark-active)
11859 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11860
11861 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11862
11863 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11864 used in a case insensitive environment.
11865 (bibtex-mode-map): Rearrange order of menus.
11866 (bibtex-quoted-string-re): Obsolete.
11867 (bibtex-complete-key-cleanup): Variable replaced by new function.
11868 (bibtex-font-lock-keywords): Use backquotes.
11869 (bibtex-font-lock-url-regexp): New internal variable.
11870 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11871 "OPT" and "ALT".
11872 (bibtex-insert-current-kill, bibtex-make-field)
11873 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11874 (bibtex-parse-field-text): Simplify.
11875 (bibtex-string=): New helper function.
11876 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11877 (bibtex-map-entries): Use bibtex-string=.
11878 (bibtex-search-entry): Use not.
11879 (bibtex-enclosing-field): Fix docstring.
11880 (bibtex-assoc-regexp): Obsolete.
11881 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11882 (bibtex-autokey-get-names): Handle empty name field.
11883 (bibtex-parse-strings): Use assoc-string and unless.
11884 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11885 Use assoc-string.
11886 (bibtex-pop): Simplify.
11887 (bibtex-mode): Set font-lock-extra-managed-props.
11888 (bibtex-entry-update): Use assoc-string.
11889 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11890 (bibtex-autofill-entry): Use bibtex-string=.
11891 (bibtex-print-help-message): Simplify.
11892 (bibtex-find-entry): New optional arg START.
11893 (bibtex-validate): Use bibtex-string= and assoc-string.
11894 Do not call obsolete function compilation-parse-errors.
11895 (bibtex-remove-delimiters): Only remove delimiters if present.
11896 (bibtex-copy-entry-as-kill): Add docstring.
11897 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11898 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11899 (bibtex-complete): Use bibtex-predefined-month-strings,
11900 bibtex-string=, and new function bibtex-complete-key-cleanup.
11901 (bibtex-generate-url-list): New variable.
11902 (bibtex-url): New command bound to C-c C-l and mouse-2.
11903 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11904 (bibtex-font-lock-url): New function.
11905
11906 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11909
11910 2004-09-09 Kim F. Storm <storm@cua.dk>
11911
11912 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11913 counter and format with binding.
11914 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11915 the declared macro uses own macro counter and format. Give symbol
11916 kmacro property.
11917 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11918 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11919 (kmacro-end-and-call-macro): Doc fix.
11920
11921 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11922
11923 * desktop.el (desktop-clear-preserve-buffers):
11924 Remove make-obsolete-variable.
11925
11926 2004-09-08 Richard M. Stallman <rms@gnu.org>
11927
11928 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11929 with the buffer as argument.
11930
11931 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11932
11933 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11934
11935 2004-09-08 Juri Linkov <juri@jurta.org>
11936
11937 * replace.el (perform-replace): Use `query-replace-descr'.
11938
11939 * cus-start.el (history-delete-duplicates): Specify customization.
11940
11941 * diff-mode.el (diff-mode-map):
11942 * progmodes/compile.el (compilation-mode-map):
11943 * progmodes/grep.el (grep-mode-map):
11944 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11945 to `next-error-follow-minor-mode'.
11946
11947 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11948
11949 * isearch.el (isearch-lazy-highlight-update): Take into account
11950 the case of zero-length match at the search bound.
11951
11952 2004-09-08 Kim F. Storm <storm@cua.dk>
11953
11954 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11955 change. Use zero width overlays when necessary.
11956
11957 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11958
11959 * subr.el (split-string): Docfix.
11960
11961 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11962
11963 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11964 (display-call-tree): Ensure newline after caller/calls blocks.
11965
11966 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11967
11968 * startup.el (command-line-1): Make option
11969 --directory/-L modify `load-path' straight away.
11970
11971 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11972
11973 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11974
11975 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11976
11977 * emacs-lisp/autoload.el (make-autoload):
11978 Handle `define-compilation-mode'.
11979
11980 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11981 Specify `doc-string-elt' property.
11982
11983 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11984
11985 * bs.el (bs-mode): Doc fix.
11986
11987 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11988
11989 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11990
11991 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11992
11993 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11994
11995 2004-09-08 Kenichi Handa <handa@m17n.org>
11996
11997 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11998 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11999 ps-mule-next-point -> 1+).
12000
12001 * composite.el (encode-composition-rule): Add autoload cooky.
12002
12003 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12004
12005 * format.el (buffer-auto-save-file-format): Make it permanent local.
12006
12007 2004-09-07 Kim F. Storm <storm@cua.dk>
12008
12009 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12010 (authors-fixed-entries): Fix typo.
12011 (authors-canonical-author-name): Compact multiple spaces.
12012 Ignore trivial names (e.g. only first name).
12013
12014 * term.el (term-window-width): Only use full window width on
12015 window system if overflow-newline-into-fringe is enabled.
12016 (term-mode): Don't disable overflow-newline-into-fringe.
12017
12018 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12019
12020 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12021 motion as seen on my Mac OS X xterms.
12022
12023 * newcomment.el (uncomment-region-default, comment-region-default):
12024 New functions extracted from uncomment-region and comment-region.
12025 (comment-region, comment-region-function, uncomment-region)
12026 (uncomment-region-function): Use them.
12027
12028 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12029
12030 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12031 It's not crucial but can make sense at times.
12032
12033 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12034 the first commit.
12035
12036 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12037 Disable obsolete code.
12038
12039 2004-09-07 Juri Linkov <juri@jurta.org>
12040
12041 * progmodes/grep.el (grep-highlight-matches): Change default from
12042 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12043 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12044 if grep option `--color' is available, or to `nil' otherwise.
12045 (grep-process-setup): Call `grep-compute-defaults' if
12046 `grep-highlight-matches' is not computed. Set env-vars only
12047 if `grep-highlight-matches' is `t'.
12048 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12049 is already defined).
12050
12051 * progmodes/compile.el (compilation-start): Use copy of
12052 `process-environment' created by `copy-sequence' to not
12053 modify env-vars in the global `process-environment'.
12054
12055 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12056
12057 * simple.el (next-error-follow-minor-mode): Fix last change.
12058
12059 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12060
12061 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12062 permanent local.
12063
12064 2004-09-04 Richard M. Stallman <rms@gnu.org>
12065
12066 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12067 highlighting if the search string is empty.
12068
12069 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12070
12071 * facemenu.el (facemenu-active-faces): Change condition of inner
12072 `while' loop to also check the first two elements of `face-atts'
12073 and `mask-atts'.
12074
12075 2004-09-04 John Paul Wallington <jpw@gnu.org>
12076
12077 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12078 (thumbs-view-image-mode): Make buffer read-only.
12079
12080 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12081
12082 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12083 (ispell-check-version): Set it.
12084 (ispell-send-replacement): New function.
12085 (ispell-process-line): Call ispell-send-replacement.
12086
12087 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12088
12089 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12090 Support choosing seconds with "s".
12091
12092 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12093
12094 * terminal.el (te-escape): Show `?' in prompt for help key.
12095
12096 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12097
12098 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12099
12100 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12101
12102 * simple.el (next-error-follow-minor-mode)
12103 (next-error-follow-mode-post-command-hook): New functions.
12104 (next-error-follow-last-line): New defvar.
12105
12106 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12107 * progmodes/compile.el (compilation-mode-map): Likewise.
12108 * progmodes/grep.el (grep-mode-map): Likewise.
12109 * replace.el (occur-mode-map): Likewise.
12110
12111 * newcomment.el (uncomment-region): Bind comment-use-global-state
12112 to nil.
12113
12114 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12115
12116 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12117 locally around the call to `revert-buffer'.
12118
12119 2004-09-03 Juri Linkov <juri@jurta.org>
12120
12121 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12122 `isearch-adjusted' to `t'.
12123 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12124 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12125 (isearch-other-meta-char): Restore isearch-point unconditionally.
12126 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12127 Set point to start of match if region is not active in transient
12128 mark mode (to include the current match to region boundaries).
12129 Push the search string to `query-replace-from-history-variable'.
12130 Add prompt "Query replace regexp" for isearch-regexp.
12131 Add region beginning/end as last arguments of `perform-replace.'
12132 (isearch-query-replace-regexp): Replace code by the call to
12133 `isearch-query-replace' with arg `t'.
12134
12135 2004-09-03 Richard M. Stallman <rms@gnu.org>
12136
12137 * startup.el (normal-top-level): Undo previous TERM change.
12138
12139 2004-09-03 Kim F. Storm <storm@cua.dk>
12140
12141 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12142 highlight overlays; allow using RET when cursor is over a button.
12143 (cua--highlight-rectangle): Use it.
12144 (cua--rectangle-set-corners): Don't move backwards at eol.
12145 (cua--forward-line): Don't move into void after eob.
12146
12147 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12148 point is set (and displayed) inside rectangle.
12149 (cua--rectangle-operation): Fix for highlight of empty lines.
12150 (cua--highlight-rectangle): Fix highlight for tabs.
12151 Position cursor at left/right edge of rectangle using new `cursor'
12152 property on overlay strings.
12153 (cua--indent-rectangle): Don't tabify.
12154 (cua-rotate-rectangle): Ignore that point has moved.
12155
12156 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12157
12158 * term/mac-win.el: Add ASCII equivalents for some function keys.
12159 (mode-line-frame-identification): Sync with x-win.el.
12160
12161 2004-09-02 Juri Linkov <juri@jurta.org>
12162
12163 * progmodes/compile.el (compilation-buffer-name): Compare major
12164 mode with second element of compilation-arguments instead of third
12165 to reflect latest changes in compilation-arguments structure.
12166 (recompile): Use global variable `compilation-directory' to get
12167 recent compilation directory only when `recompile' is invoked NOT
12168 in the compilation buffer. Otherwise, use `default-directory' of
12169 the compilation buffer.
12170 (compilation-error-properties): Allow to funcall col and end-col.
12171 (compilation-mode-font-lock-keywords): Check col and end-col by
12172 `integerp'.
12173 (compilation-goto-locus): If end-mk is non-nil in transient mark
12174 mode don't activate the mark (and don't display message in
12175 push-mark), but highlight overlay between mk and end-mk.
12176
12177 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12178 (grep-regexp-alist): Add rule to highlight grep matches.
12179 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12180
12181 * info.el (Info-fontify-node): Don't compute other-tag
12182 if Info-hide-note-references=hide.
12183
12184 * help.el (function-called-at-point):
12185 * help-fns.el (variable-at-point):
12186 Try `find-tag-default' when other methods failed.
12187
12188 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12189 Do not push mark if inhibit-mark-movement is non-nil.
12190
12191 * textmodes/ispell.el (ispell-html-skip-alists):
12192 Fix backslashes in docstring.
12193
12194 2004-09-01 Juri Linkov <juri@jurta.org>
12195
12196 * isearch.el (isearch-wrap-function)
12197 (isearch-push-state-function): New defvars.
12198 (isearch-pop-fun-state): New defsubst.
12199 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12200 (isearch-push-state): Set the result of calling
12201 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12202 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12203 restore the mode-specific starting point of terminated search.
12204 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12205 (isearch-repeat): Call `isearch-wrap-function' if defined.
12206 (isearch-message-prefix): Don't add prefix "over" to the message
12207 for wrapped search if `isearch-wrap-function' is defined.
12208 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12209 restore the mode-specific starting point of failed search.
12210
12211 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12212 (Info-search): Add new optional arguments for the sake of isearch.
12213 Replace whitespace in Info-search-whitespace-regexp literally.
12214 Add backward search. Don't call `Info-select-node' if regexp is
12215 found in the same Info node. Don't add node to Info-history for
12216 wrapped isearch.
12217 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12218 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12219 (Info-mode): Set local variables `isearch-search-fun-function',
12220 `isearch-wrap-function', `isearch-push-state-function',
12221 `search-whitespace-regexp'.
12222
12223 * isearch.el: Remove ancient Change Log section.
12224 (isearch-string, isearch-message-string, isearch-point)
12225 (isearch-success, isearch-forward-flag, isearch-other-end)
12226 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12227 (isearch-barrier, isearch-within-brackets)
12228 (isearch-case-fold-search): Add suffix `-state' to state-related
12229 defsubsts to avoid name clashes with other function names.
12230
12231 * simple.el (next-error): New defgroup and defface.
12232 (next-error-highlight, next-error-highlight-no-select):
12233 New defcustoms.
12234 (next-error-no-select): Let-bind next-error-highlight to the value
12235 of next-error-highlight-no-select before calling `next-error'.
12236
12237 * progmodes/compile.el (compilation-goto-locus):
12238 Use `next-error' face instead of `region'. Set 4-th argument of
12239 `move-overlay' to `current-buffer' to move overlay to different
12240 source buffers. Use new variable `next-error-highlight'.
12241
12242 * simple.el (next-error-find-buffer): Move the rule
12243 "if current buffer is a next-error capable buffer" after the
12244 rule "if next-error-last-buffer is set to a live buffer".
12245 Simplify to test all rules in one `or'.
12246 (next-error): Doc fix.
12247 (next-error, previous-error, first-error)
12248 (next-error-no-select, previous-error-no-select):
12249 Make arguments optional.
12250
12251 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12252
12253 * macros.el (apply-macro-to-region-lines): Make it operate on all
12254 lines that begin in the region, rather than on all complete lines
12255 in the region.
12256
12257 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12258
12259 * x-dnd.el (x-dnd-protocol-alist): Document update.
12260 (x-dnd-known-types): Defcustom it.
12261 (x-dnd-handle-motif): Print message-atom in error message.
12262
12263 2004-08-30 John Paul Wallington <jpw@gnu.org>
12264
12265 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12266 strings rather than programatically constructing message.
12267
12268 2004-08-30 Richard M. Stallman <rms@gnu.org>
12269
12270 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12271 Don't return a string that would read as the wrong character code.
12272
12273 2004-08-29 Kim F. Storm <storm@cua.dk>
12274
12275 * emulation/cua-base.el (cua-auto-expand-rectangles):
12276 Remove automatic rectangle padding feature; replace by non-destructive
12277 virtual rectangle edges feature.
12278 (cua-virtual-rectangle-edges): New defcustom.
12279 (cua-auto-tabify-rectangles): New defcustom.
12280 (cua-paste): If paste into a marked rectangle, insert rectangle at
12281 current column, even if virtual; also paste exactly as many lines
12282 as has been marked (ignore additional lines or add empty lines),
12283 but paste whole source if only one line is marked.
12284 (cua--update-indications): No longer use overwrite-cursor to
12285 indicate rectangle padding
12286
12287 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12288 (cua--rectangle-virtual-edges): New defun.
12289 (cua--rectangle-get-corners): Remove optional PAD arg.
12290 (cua--rectangle-set-corners): Never do padding.
12291 (cua--forward-line): Remove optional PAD arg. Simplify.
12292 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12293 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12294 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12295 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12296 (cua--rectangle-move): Never do padding. Simplify.
12297 (cua--tabify-start): New defun.
12298 (cua--rectangle-operation): Add tabify arg. All callers changed.
12299 (cua--pad-rectangle): Remove.
12300 (cua--delete-rectangle): Handle delete with virtual edges.
12301 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12302 (cua--insert-rectangle): Handle insert at virtual column.
12303 Perform auto-tabify if necessary.
12304 (cua--activate-rectangle): Remove optional FORCE arg.
12305 Never do padding. Simplify.
12306 (cua--highlight-rectangle): Enhance for virtual edges.
12307 (cua-toggle-rectangle-padding): Remove command.
12308 (cua-toggle-rectangle-virtual-edges): New command.
12309 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12310 (cua--rectangle-post-command): Don't force rectangle padding.
12311 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12312
12313 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12314
12315 * indent.el (edit-tab-stops-buffer): Doc fix.
12316
12317 2004-08-28 Richard M. Stallman <rms@gnu.org>
12318
12319 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12320 (grep-tag-default): Function deleted.
12321
12322 * subr.el (find-tag-default): Move from etags.el.
12323
12324 * progmodes/etags.el (find-tag-default): Move to subr.el.
12325
12326 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12327 into the basic character if it has an uppercase form.
12328
12329 2004-08-27 Kenichi Handa <handa@m17n.org>
12330
12331 * international/utf-8.el (utf-8-post-read-conversion): If the
12332 buffer is unibyte, temporarily make it multibyte.
12333
12334 2004-08-27 Masatake YAMATO <jet@gyve.org>
12335
12336 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12337
12338 2004-08-25 John Paul Wallington <jpw@gnu.org>
12339
12340 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12341 0, 1, and many mismatches in message.
12342 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12343
12344 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12345 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12346
12347 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12348
12349 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12350 vc-diff-switches differently.
12351
12352 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12353
12354 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12355 before and a real defvar after
12356 `speedbar-supported-extension-expressions'. This is to silence
12357 the compiler without breaking bootstrapping.
12358
12359 2004-08-22 Richard M. Stallman <rms@gnu.org>
12360
12361 * textmodes/flyspell.el (flyspell-word):
12362 Use set-process-query-on-exit-flag.
12363 (flyspell-highlight-duplicate-region): Take POSS as arg.
12364 (flyspell-word): Pass POSS as arg.
12365
12366 * progmodes/ada-xref.el: Many doc and style fixes.
12367 (ada-find-any-references): Use compilation-start.
12368 (ada-get-ali-file-name): Improve error msg.
12369 (ada-get-ada-file-name): Likewise.
12370
12371 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12372 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12373
12374 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12375 Add forward defvar.
12376
12377 * whitespace.el (global-whitespace-mode): New alias
12378 for whitespace-global-mode.
12379
12380 * speedbar.el (speedbar-file-regexp): Move definition up.
12381 (speedbar-mode, speedbar-set-mode-line-format):
12382 Use with-no-warnings.
12383 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12384
12385 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12386 controls whether to display the error buffer.
12387
12388 * ps-mule.el: Delete compatibility code for old Emacses.
12389 (ps-mule-find-wrappoint): Don't use chars-in-region.
12390
12391 * frame.el (display-mouse-p, display-selections-p):
12392 Use with-no-warnings.
12393
12394 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12395
12396 2004-08-22 David Kastrup <dak@gnu.org>
12397
12398 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12399 information.
12400
12401 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12402
12403 2004-08-22 Andreas Schwab <schwab@suse.de>
12404
12405 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12406
12407 2004-08-22 Masatake YAMATO <jet@gyve.org>
12408
12409 * cvs-status.el (cvs-status-checkout): New function.
12410 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12411
12412 2004-08-21 David Kastrup <dak@gnu.org>
12413
12414 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12415 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12416 has been converted to use hashtables, the relation `nil=none' is
12417 no longer valid, as `nil' is not a hashtable. This patch tries to
12418 reduce the number of resulting errors.
12419
12420 2004-08-21 John Paul Wallington <jpw@gnu.org>
12421
12422 * subr.el (process-kill-without-query): Made obsolete in
12423 version 21.4, not 21.5.
12424
12425 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12426 (vc-previous-comment, vc-next-comment)
12427 (vc-comment-search-reverse, vc-comment-search-forward)
12428 (vc-comment-to-change-log): Likewise.
12429
12430 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12431
12432 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12433
12434 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12435 Correct indentation of DEFMETHODS with non-standard method
12436 combinations (e.g., PROGN, MIN, MAX).
12437
12438 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * startup.el (normal-top-level-add-subdirs-to-load-path):
12441 Avoid unnecessarily checking system-type.
12442 (normal-top-level): Set TERM to "dumb". Simplify.
12443
12444 * avoid.el (mouse-avoidance-ignore-p): New fun.
12445 Also ignore switch-frame, select-window, double, and triple clicks.
12446 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12447 (mouse-avoidance-fancy-hook): Use it.
12448
12449 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12450
12451 * avoid.el (mouse-avoidance-nudge-mouse)
12452 (mouse-avoidance-banish-destination): Stay within the current window
12453 to avoid problems with mouse-autoselect-window.
12454
12455 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12458 the newer format of some messages in cvs-1.12.1.
12459
12460 2004-08-19 Masatake YAMATO <jet@gyve.org>
12461
12462 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12463 (elp-results-jump-to-definition-by-mouse)
12464 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12465 (elp-output-result): Use elp-output-insert-symname.
12466
12467 2004-08-18 Kenichi Handa <handa@m17n.org>
12468
12469 * language/cyrillic.el: Register koi8-r in
12470 ctext-non-standard-encodings-alist.
12471 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12472
12473 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12474
12475 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12476 that replaces 20xy with xy.
12477
12478 2004-08-17 John Paul Wallington <jpw@gnu.org>
12479
12480 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12481 (reb-force-update): Doc fix.
12482
12483 2004-08-16 Richard M. Stallman <rms@gnu.org>
12484
12485 * progmodes/which-func.el (which-func-update-1): Doc fix.
12486
12487 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12488 (sh-mode-abbrev-table): New variable.
12489
12490 * progmodes/compile.el (compilation-mode): Doc fix.
12491
12492 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12493 Don't cons a new symbol each time.
12494 (eval-last-sexp-fake-value): New variable.
12495
12496 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12497 (copyright-update-year): Detect continuation of list of years.
12498
12499 * term.el (term-default-fg-color, term-default-bg-color)
12500 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12501
12502 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12503
12504 2004-08-16 Davis Herring <herring@lanl.gov>
12505
12506 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12507 (isearch-success, isearch-forward-flag, isearch-other-end)
12508 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12509 (isearch-barrier, isearch-within-brackets)
12510 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12511
12512 2004-08-16 Kenichi Handa <handa@m17n.org>
12513
12514 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12515
12516 2004-08-15 Kenichi Handa <handa@m17n.org>
12517
12518 * term/x-win.el (x-selection-value): If utf8 was successful but
12519 ctext was not, use utf8 string.
12520
12521 2004-08-14 Davis Herring <herring@lanl.gov>
12522
12523 * isearch.el: Remove accidental changes of March 4. Fix backing
12524 up when a regexp isearch is made more general. Use symbolic
12525 accessor functions for isearch stack frames to make usage clearer.
12526 (search-whitespace-regexp): Made groups in documentation shy (as
12527 is the group in the default value).
12528 (isearch-fallback): New function, addresses problems with regexps
12529 liberalized by `\|', adds support for liberalization by `\}' (the
12530 general repetition construct), and incorporates behavior for
12531 `*'/`?'.
12532 (isearch-}-char): New command, calls `isearch-fallback' with
12533 arguments appropriate to a typed `}'.
12534 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12535 appropriately.
12536 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12537 (isearch-string, isearch-message,string, isearch-point)
12538 (isearch-success, isearch-forward-flag, isearch-other-end)
12539 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12540 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12541 New inline functions to read fields of a stack frame.
12542
12543 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12544
12545 * battery.el (battery-linux-proc-acpi): Look into battery
12546 directories matching the literal string "CMB", too (required for
12547 Linux kernel version 2.6.7).
12548
12549 2004-08-14 John Paul Wallington <jpw@gnu.org>
12550
12551 * cus-start.el (read-file-name-completion-ignore-case): Add.
12552 (blink-cursor-alist): Change version to "21.4".
12553
12554 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12555
12556 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12557
12558 * speedbar.el (speedbar-scan-subdirs): New option.
12559 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12560 dolist.
12561 (speedbar-insert-files-at-point): Take an extra argument and use
12562 it to optionally find out if a subdir is empty. Also unreadable
12563 files don't get expand buttons.
12564 (speedbar-directory): New image (unused pixmap already existed).
12565 (speedbar-expand-image-button-alist): Use it.
12566
12567 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12568
12569 CC Mode update to 5.30.9:
12570
12571 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12572 Move from cc-vars to cc-defs for dependency reasons. Fix the
12573 POSIX char class test to check that it works in
12574 `skip-chars-(forward|backward)' too.
12575
12576 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12577 first argument starts with a special brace list.
12578
12579 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12580 when `c-opt-type-concat-key' is used (i.e. in Pike).
12581
12582 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12583 Fix bug when the inner char pair doesn't have paren syntax,
12584 i.e. "(<>)".
12585
12586 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12587 whitespace safe.
12588
12589 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12590 position for `arglist-intro', `arglist-cont-nonempty' and
12591 `arglist-close' when there are two arglist open parens on the same
12592 line and there's nothing in front of the first.
12593
12594 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12595 locking of qualified names in Java, which previously could fontify
12596 common indexing expressions in many cases. The standard Java
12597 naming conventions are used to tell them apart.
12598
12599 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12600 Fix inconsistency wrt opening parens on the first line inside a paren
12601 block.
12602
12603 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12604 compile time for the sake of `c-major-mode-is'.
12605
12606 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12607 `c-major-mode-is' in the event that this is used inside a
12608 `c-lang-defconst'.
12609
12610 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12611 `c-lang-defconst' so that it works better with fallback languages.
12612
12613 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12614 it to fail to record the base mode.
12615
12616 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12617 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12618 is used. Reorder the syntax checks to get more efficient
12619 skipping in some situations.
12620
12621 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12622 continuation which might precede the newly inserted '{'.
12623
12624 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12625 Fix cases where it could loop indefinitely.
12626
12627 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12628 size specs correctly. Only fontify identifiers in front of '('
12629 with as functions - don't accept any paren char. Tighten up
12630 initializer skipping to stop before function and class blocks.
12631
12632 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12633 the point could be left directly after an open paren when finding
12634 the beginning of the first decl in the block.
12635
12636 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12637 table when filtering out legitimate open parens to be recorded.
12638 This could cause cache inconsistencies when e.g.
12639 `c++-template-syntax-table' was temporarily in use.
12640
12641 * progmodes/cc-engine.el (c-on-identifier)
12642 (c-simple-skip-symbol-backward): Small fix for handling "-"
12643 correctly in `skip-chars-backward'. Affected the operator lfun
12644 syntax in Pike.
12645
12646 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12647 Fix bug that could cause an error from `after-change-functions' when
12648 the changed region is at bob.
12649
12650 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12651
12652 CC Mode update to 5.30.9:
12653
12654 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12655 to say that <TAB> doesn't insert WS into a CPP line.
12656 (c-indent-command, c-tab-always-indent): Amend doc strings.
12657
12658 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12659 checks for user errors, thus eliminating cryptic and unhelpful
12660 Emacs error messages. (1) Check the arg to `c-set-style' is a
12661 string. (2) Check that settings to `c-offsets-alist' are not
12662 spuriously quoted.
12663
12664 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12665 which precedes the newly inserted `{'.
12666
12667 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12668
12669 Sync with Tramp 2.0.44.
12670
12671 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12672 function "tramp_file_attributes". Otherwise, file names
12673 containing spaces are misinterpreted. Reported by Magnus Henoch
12674 <mange@freemail.hu>.
12675 (tramp-handle-file-truename): FILENAME must be expanded first.
12676 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12677 obscure results. Reported by D. Goel <deego@gnufans.org>.
12678 (tramp-handle-verify-visited-file-modtime): If file does not
12679 exist, say it is not modified if and only if that agrees with the
12680 buffer's record. Check whether a file is visiting the buffer, or
12681 the buffer has no recorded last modification time. Return t in
12682 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12683 <teirllm@auburn.edu>.
12684 (tramp-handle-write-region): Pass modtime explicitely to
12685 `set-visited-file-modtime', because filename can be different
12686 from (buffer-file-name) if `file-precious-flag' is set.
12687 `set-visited-file-modtime' must be called always when `visit' is t
12688 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12689 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12690 nil, don't apply the whole body. If the file doesn't exists, set
12691 modtime to '(-1 65535). Suggested by Luc Teirlinck
12692 <teirllm@auburn.edu>.
12693
12694 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12695
12696 * help.el (describe-bindings): Doc fix.
12697
12698 * subr.el (kbd): Doc fix.
12699
12700 2004-08-08 John Paul Wallington <jpw@gnu.org>
12701
12702 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12703 instead of `string-to-int'.
12704 (define-ibuffer-column mode): Fix indentation.
12705
12706 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12707
12708 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12709
12710 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12711
12712 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12713
12714 * novice.el (disabled-command-function): New variable renamed from
12715 `disabled-command-hook'.
12716 (disabled-command-hook): Keep the _variable_ as alias for
12717 `disabled-command-function' and make obsolete.
12718 (disabled-command-function): Function renamed from
12719 `disabled-command-hook'. Adapt code to name change of the variable.
12720
12721 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12722
12723 * simple.el (completion-root-regexp): New defvar.
12724 (completion-setup-function): Use it instead of a literal string.
12725
12726 2004-08-07 John Paul Wallington <jpw@gnu.org>
12727
12728 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12729 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12730 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12731 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12732
12733 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12734
12735 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12736 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12737
12738 2004-08-04 Kenichi Handa <handa@m17n.org>
12739
12740 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12741 Fix previous change.
12742
12743 2004-08-03 Kenichi Handa <handa@m17n.org>
12744
12745 * international/encoded-kb.el: The following changes are to
12746 utilize key-translation-map instead of minor mode map.
12747 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12748 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12749 (encoded-kbd-last-key): New function.
12750 (encoded-kbd-iso2022-single-shift): New function.
12751 (encoded-kbd-iso2022-designation)
12752 (encoded-kbd-self-insert-iso2022-7bit)
12753 (encoded-kbd-self-insert-iso2022-8bit)
12754 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12755 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12756 key-translation-map.
12757 (encoded-kbd-setup-keymap): Setup key-translation-map.
12758 (saved-key-translation-map): New variable.
12759 (encoded-kbd-mode): Save/restore key-translation-map.
12760 Adjust for the change of encoded-kbd-setup-keymap.
12761
12762 2004-08-02 Kim F. Storm <storm@cua.dk>
12763
12764 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12765 and call compute-motion with nil for topos and width to get proper
12766 usable width and height for both window and non-window systems.
12767
12768 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12769 calculate usable window width and height.
12770
12771 * window.el (window-buffer-height): Call compute-motion with nil width.
12772
12773 2004-08-01 David Kastrup <dak@gnu.org>
12774
12775 * replace.el (query-replace-read-from):
12776 Use `query-replace-compile-replacement'.
12777 (query-replace-compile-replacement): New function.
12778 (query-replace-read-to): Use `query-replace-compile-replacement'
12779 for repeating the last command.
12780
12781 2004-08-01 John Paul Wallington <jpw@gnu.org>
12782
12783 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12784 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12785 (pr-switches): Remove period from end of error messages.
12786
12787 * help-mode.el (help-go-back): Likewise.
12788
12789 * abbrev.el (only-global-abbrevs): Doc fix.
12790 (edit-abbrevs-map): Define within defvar.
12791 (quietly-read-abbrev-file): Doc fix.
12792
12793 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12794
12795 * novice.el (enable-command, disable-command): Doc fixes.
12796
12797 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12798
12799 2004-07-30 Richard M. Stallman <rms@gnu.org>
12800
12801 * subr.el (with-local-quit): Doc fix.
12802
12803 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12804
12805 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12806
12807 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12808
12809 * custom.el (defcustom): Doc fix.
12810
12811 2004-07-28 Masatake YAMATO <jet@gyve.org>
12812
12813 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12814
12815 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12816
12817 * imenu.el (imenu-prev-index-position-function)
12818 (imenu-extract-index-name-function, imenu-name-lookup-function)
12819 (imenu--index-alist): Docstring redundancy fix.
12820
12821 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12822
12823 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12824 binding dired-backup-overwrite.
12825
12826 2004-07-25 John Paul Wallington <jpw@gnu.org>
12827
12828 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12829
12830 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12831
12832 * term/tty-colors.el (tty-color-approximate): Doc fix.
12833
12834 * select.el (x-get-selection, x-set-selection): Doc fixes.
12835
12836 * frame.el (make-frame): Doc fix.
12837
12838 2004-07-24 Richard M. Stallman <rms@gnu.org>
12839
12840 * mail/rmail.el (rmail-mime-charset-pattern):
12841 Don't include semicolon in the charset value.
12842
12843 * replace.el (occur-next-error): Call set-window-point.
12844 (occur-engine): Handle negative NLINES.
12845
12846 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12847
12848 * frame.el (modify-all-frames-parameters): Minor doc fix.
12849 (set-frame-configuration): Doc fix.
12850
12851 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12852
12853 * simple.el (completion-setup-function): Compute the common parts
12854 and the first difference place correctly when
12855 partial-completion-mode is on.
12856
12857 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12858
12859 * ps-print.el: Doc fix.
12860 (ps-print-version): New version 6.6.5.
12861 (ps-printing-region): Doc fix.
12862 (ps-generate-string-list): Comment fix.
12863 (ps-message-log-max): Code fix.
12864
12865 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12866
12867 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12868 generated PostScript.
12869
12870 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12871
12872 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12873 with Gnus v5_10 branch.)
12874
12875 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12876
12877 * calendar/time-date.el (time-to-number-of-days): New function.
12878 Imported from from Gnus.
12879
12880 2004-07-22 Kim F. Storm <storm@cua.dk>
12881
12882 * progmodes/make-mode.el: Fix comments.
12883
12884 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12885
12886 * printing.el: Doc fix.
12887
12888 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12889
12890 * frame.el (modify-all-frames-parameters): Minor doc fix.
12891
12892 2004-07-20 Richard M. Stallman <rms@gnu.org>
12893
12894 * textmodes/fill.el (fill-nobreak-p): If this break point is
12895 at the end of the line, don't consider the newline which follows
12896 as a reason to return t.
12897
12898 2004-07-19 John Paul Wallington <jpw@gnu.org>
12899
12900 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12901
12902 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12903
12904 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12905 Delete irrelevant code.
12906
12907 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12908
12909 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12910 New docstring. From Luc Teirlinck.
12911
12912 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12913
12914 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12915 section.
12916 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12917 non-file buffers. We know it is nil.
12918
12919 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12920
12921 Sync with Tramp 2.0.43.
12922
12923 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12924 Remove outdated comment.
12925 (tramp-locked, tramp-locker): New variables for implementing a
12926 global lock.
12927 (tramp-sh-file-name-handler): Use them to implement the global lock.
12928
12929 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12930
12931 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12932 calls to respective `xxx` calls.
12933 (tramp-process-alive-regexp): Precise doc string.
12934 (tramp-multi-action-process-alive): New defun.
12935 (tramp-multi-actions): Use it.
12936 (tramp-handle-find-backup-file-name): `copy-tree' is available
12937 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12938 in order to avoid this function.
12939 (tramp-handle-write-region): Set current buffer. If connection
12940 wasn't open, `file-modes' has changed it accidently. Reported by
12941 David Kastrup <dak@gnu.org>.
12942 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12943 HOST.
12944 (tramp-action-password, tramp-multi-action-password): Apply it.
12945 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12946 name must still contain the port number. Otherwise, we have two
12947 Tramp buffers, with all the confusion. Reported by Myron Selby
12948 <myron@xytech.com> and Rolf Dubitzky
12949 <Dubitzky@physi.uni-heidelberg.de>.
12950
12951 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12952 HOST to `tramp-enter-passwd'.
12953
12954 * net/tramp-vc.el (all): Code cleanup. Change all
12955 `tramp-handle-xxx' calls to respective `xxx` calls.
12956
12957 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12958
12959 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12960 functions that are not erroneous if either 1-valued or
12961 multi-valued. Detect functions in this class.
12962 (testcover-1value-functions, testcover-compose-functions)
12963 (testcover-progn-functions) Add some additional functions to lists.
12964 (testcover-mark): Bugfix when marking up the definition for an
12965 empty function.
12966
12967 2004-07-17 Richard M. Stallman <rms@gnu.org>
12968
12969 * replace.el (occur-read-primary-args): Pass default to
12970 read-from-minibuffer.
12971
12972 * mail/footnote.el (footnote-section-tag): Use defcustom.
12973
12974 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12975 Compile font-lock-keywords, not KEYWORDS.
12976 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12977 Add warn, check-type. Handle cerror like error.
12978
12979 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12980
12981 * progmodes/which-func.el (which-func-keymap): New var.
12982 (which-func-face): New face.
12983 (which-func-format): Use them.
12984
12985 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12986
12987 * buff-menu.el (list-buffers-noselect): Append the buffer's
12988 process status to its mode name.
12989
12990 2004-07-16 Kim F. Storm <storm@cua.dk>
12991
12992 * simple.el (inhibit-mark-movement): New defvar.
12993 (beginning-of-buffer, end-of-buffer): Do not push mark if
12994 inhibit-mark-movement is non-nil or C-u prefix is given.
12995
12996 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12997 Init to beginning-of-buffer and end-of-buffer.
12998 (cua--undo-push-mark): New defvar.
12999 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13000 already active and command is in cua--preserve-mark-commands.
13001 Also fix check for shift modifier on non-window systems.
13002 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13003
13004 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13005
13006 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13007 of two integers, instead of a cons.
13008
13009 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13010 `visited-file-modtime' now returns a list of two integers, instead
13011 of a cons.
13012
13013 * dired.el (dired-directory-changed-p): Ditto.
13014
13015 * progmodes/grep.el (grep): Doc fix.
13016
13017 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13018
13019 * autorevert.el (auto-revert-tail-mode)
13020 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13021 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13022 in both at the same time.
13023 (auto-revert-tail-mode): New command.
13024 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13025 (auto-revert-handler): Revert only either tail or whole file.
13026
13027 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13028 add auto-revert-tail-mode.
13029
13030 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13031
13032 * printing.el: Doc fix. Change name of some funs.
13033 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13034 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13035 (pr-standard-file-name): New fun. Replace pr-standard-path.
13036 (pr-call-process): Code fix.
13037
13038 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13039
13040 * subr.el (with-selected-window): Doc fix.
13041
13042 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13043
13044 * subr.el (get-buffer-window-list): Doc fix.
13045
13046 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13047
13048 * files.el (switch-to-buffer-other-window): Doc fix.
13049
13050 * window.el (save-selected-window, one-window-p)
13051 (split-window-keep-point, split-window-vertically)
13052 (split-window-horizontally): Doc fixes.
13053
13054 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13055
13056 * printing.el: Doc fix. Now it uses call-process instead of
13057 shell-command for low command execution.
13058 (pr-version): New version number (6.8).
13059 (pr-shell-file-name): Option removed.
13060 (pr-shell-command): Fun removed.
13061 (pr-call-process): New fun. Replace pr-shell-command.
13062 (pr-standard-path, pr-remove-nil-from-list): New funs.
13063 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13064 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13065 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13066 (pr-ps-utility-process, pr-txt-print): Code fix.
13067
13068 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13069
13070 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13071 boolean.
13072
13073 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13074
13075 * wid-edit.el (widget-field-buffer): Doc fix.
13076
13077 2004-07-09 John Paul Wallington <jpw@gnu.org>
13078
13079 * emacs-lisp/re-builder.el (reb-update-overlays):
13080 Distinguish between one and several matches in message.
13081
13082 2004-07-09 Richard M. Stallman <rms@gnu.org>
13083
13084 * mouse.el (mouse-set-region-1): If transient-mark-mode
13085 is `identity', change it to `only'.
13086
13087 * simple.el (current-word): Doc fix.
13088
13089 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13090
13091 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13092 so that it is more understanding of whitespace.
13093
13094 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13095 (("ns" . "element") (attr-list) children) instead of
13096 ((:ns . "element") (attr-list) children) in order to reduce the
13097 number of symbols used.
13098 (xml-skip-dtd): Change to use xml-parse-dtd but set
13099 xml-validating-parsing to nil.
13100 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13101 (xml-substitute-entity): Remove in favor of new entity substitution.
13102 (xml-substitute-special): Rewrite in to substitute complex
13103 entities from DOCTYPE declarations.
13104 (xml-parse-fragment): Parse fragments from entity deleclarations.
13105 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13106 (xml-parse-dtd, xml-substitute-special): Make validity checks
13107 conditioned on xml-validating-parser. Add "Not Well Formed" to
13108 error messages about well-formedness.
13109
13110 2004-07-08 Steven Tamm <steventamm@mac.com>
13111
13112 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13113 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13114 Do not treat double clicks and triple clicks specially in the
13115 scroll bar (preventing strange repositioning problems)
13116
13117 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13118
13119 * replace.el (query-replace-regexp-eval): Fix last change.
13120
13121 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * replace.el (query-replace-descr): New fun.
13124 (query-replace-read-from, query-replace-read-args): Default to the
13125 previous from&to.
13126 (query-replace-read-to): Quote the `from' string when displaying it.
13127 (query-replace-regexp-eval): Immediately check read-only status.
13128 Use query-replace-read-from to get the \n checking.
13129 Quote the `from' string when displaying it.
13130 (map-query-replace-regexp, occur-read-primary-args):
13131 Quote the `from' string when displaying it.
13132
13133 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13134 delimited-ness of the search to query-replace.
13135
13136 * replace.el (query-replace-read-from, query-replace-read-to):
13137 New funs extracted from query-replace-read-args.
13138 (query-replace-read-args): Use them.
13139
13140 * replace.el (query-replace-interactive, query-replace-read-args):
13141 Remove the `initial' special value.
13142 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13143 (occur-engine): Remove unused var `matchend'.
13144
13145 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13146 Use the search string without prompting.
13147
13148 2004-07-05 Kenichi Handa <handa@m17n.org>
13149
13150 * international/mule.el (decode-coding-inserted-region):
13151 Set last-coding-system-used only when coding is nil.
13152
13153 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13154
13155 * progmodes/grep.el (grep-compute-defaults, grep-command)
13156 (grep-program, find-program, grep-find-use-xargs, grep-history)
13157 (grep-find-history, grep-tag-default, grep-find-command)
13158 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13159 Add autoload cookies, for unbundled packages that load `compile'
13160 and expect all grep-related symbols to become defined.
13161
13162 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13163
13164 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13165 (iimage-mode-image-search-path): New user option to search the
13166 image file.
13167 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13168 have locate-file.
13169 (iimage-mode-buffer): Use it.
13170
13171 2004-07-03 Nick Roberts <nickrob@gnu.org>
13172
13173 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13174 carefully.
13175 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13176
13177 2004-07-03 Juri Linkov <juri@jurta.org>
13178
13179 * replace.el (query-replace-read-args): Swallow space after 'foo,
13180 not after (quote foo). Match space only immediately after symbol,
13181 not anywhere in the whole string.
13182
13183 2004-07-02 Richard M. Stallman <rms@gnu.org>
13184
13185 * replace.el (query-replace-read-args): Swallow space after
13186 symbols, not after closeparens. But avoid error if string ends there.
13187
13188 * progmodes/python.el (python-beginning-of-statement):
13189 Exit the loop if backward-up-list gets error.
13190
13191 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13192
13193 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13194
13195 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13196 only if vc-consult-headers is non-nil.
13197
13198 2004-07-02 Juri Linkov <juri@jurta.org>
13199
13200 * pcvs.el (cvs-mode-diff-repository): New command.
13201
13202 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13203
13204 2004-07-01 Juri Linkov <juri@jurta.org>
13205
13206 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13207 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13208 C-M-% to isearch-query-replace-regexp.
13209 (minibuffer-local-isearch-map): Add arrow key bindings.
13210 Bind C-f to isearch-yank-char-in-minibuffer.
13211 (isearch-forward): Doc fix.
13212 (isearch-edit-string): Doc fix.
13213 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13214 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13215 (isearch-yank-char): Add optional arg.
13216 (isearch-yank-char-in-minibuffer): New fun.
13217
13218 * replace.el (query-replace-interactive): Change type from boolean
13219 to choice. Add value `initial'.
13220 (query-replace-read-args): Handle value `initial' of
13221 query-replace-interactive.
13222
13223 2004-06-29 Kim F. Storm <storm@cua.dk>
13224
13225 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13226 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13227
13228 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13229 Add :group 'ada.
13230
13231 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13232
13233 2004-06-29 Juri Linkov <juri@jurta.org>
13234
13235 * replace.el (query-replace-read-args): Swallow a space after
13236 everything except )]" which in most cases means after a symbol.
13237
13238 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13239
13240 2004-06-28 Richard M. Stallman <rms@gnu.org>
13241
13242 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13243 More changes to go with previous change in font-lock.el.
13244
13245 2004-06-26 David Kastrup <dak@gnu.org>
13246
13247 * replace.el (perform-replace): Highlight the match even in
13248 non-query mode if there is potential replace string editing.
13249
13250 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13251
13252 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13253 agree with new return value of `file-remote-p'.
13254 This syncs with Tramp 2.0.42.
13255
13256 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13257 according to new documentation of `file-remote-p'.
13258
13259 * files.el (file-remote-p): Fix doc to say that return value is
13260 identification of remote system, if not nil.
13261 (file-relative-name): Use new return value of `file-remote-p'.
13262
13263 2004-06-26 Nick Roberts <nickrob@gnu.org>
13264
13265 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13266 (gdb-goto-breakpoint): Fix breakage.
13267
13268 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13269
13270 * man.el (Man-getpage-in-background): Add windows-nt to the list
13271 of systems where shell-file-name should be used instead of
13272 literal "sh".
13273
13274 2004-06-25 Sam Steingold <sds@gnu.org>
13275
13276 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13277 function names `(setf symbol)'.
13278
13279 2004-06-24 Richard M. Stallman <rms@gnu.org>
13280
13281 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13282
13283 * font-lock.el (font-lock-keywords): Change format of compiled values.
13284 Document it.
13285 (font-lock-add-keywords): If font-lock-keywords is compiled,
13286 extract the uncompiled version, modify, then recompile.
13287 (font-lock-remove-keywords): Likewise.
13288 (font-lock-fontify-keywords-region): Handle changed format.
13289 (font-lock-compile-keywords): Handle changed format.
13290 (font-lock-set-defaults): Compile the keywords explicitly here.
13291
13292 2004-06-24 David Kastrup <dak@gnu.org>
13293
13294 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13295 replacements here.
13296 (query-replace-regexp): Doc string explaining this and the new
13297 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13298 is better placed in `query-replace-read-args'.
13299 (replace-regexp): Explain `\,', `\#' and `\?'.
13300 (replace-match-data): New function for thorough reuse/destruction
13301 of old match-data.
13302 (replace-match-maybe-edit): Function for implementing `\?' editing.
13303 (perform-replace): Fix maintaining of the match stack including
13304 already matched regions, implement `\?', fix various problems
13305 with regions while editing and other stuff.
13306 (replace-highlight): Simplify.
13307
13308 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13309
13310 * progmodes/grep.el (grep-error-screen-columns): New variable.
13311 (grep-regexp-alist): Give it the full functionality of gnu style
13312 compilation messages with line and column ranges. Ask me for the
13313 perl script I'm working on, that uses these.
13314
13315 2004-06-23 Nick Roberts <nickrob@gnu.org>
13316
13317 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13318 Remove.
13319 (comint-insert-input, comint-mouse-insert-input): New functions
13320 based on comint-insert-clicked-input for two bindings but just
13321 one functionality.
13322
13323 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13324
13325 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13326
13327 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13328
13329 * files.el (write-contents-functions): Doc fix.
13330
13331 2004-06-21 Juanma Barranquero <lektu@terra.es>
13332
13333 * image.el (image-library-alist): Rewrite docstring in active voice.
13334
13335 2004-06-20 Richard M. Stallman <rms@gnu.org>
13336
13337 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13338
13339 * isearch.el (isearch-repeat): Avoid testing old match data.
13340 (isearch-message): Display trailing space in special font
13341 when search is failing.
13342 (isearch-search-fun-function): Doc fix.
13343
13344 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13345
13346 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13347
13348 * frame.el (show-trailing-whitespace): Doc fix.
13349
13350 * cus-edit.el (custom-variable-documentation): New function.
13351 (custom-variable): Use it.
13352
13353 2004-06-19 Nick Roberts <nickrob@gnu.org>
13354
13355 * man.el (Man-getpage-in-background): Revert previous change but
13356 make cygwin a special case.
13357
13358 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13359
13360 * autorevert.el (global-auto-revert-non-file-buffers):
13361 Update docstring.
13362
13363 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13364
13365 * progmodes/compile.el (compilation-error-properties): Store one
13366 more than end-col, if present, so that transient-mark-mode will
13367 highlight last char too.
13368 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13369 ranges, if present.
13370
13371 2004-06-18 Jason Rumney <jasonr@gnu.org>
13372
13373 * makefile.w32-in: Double percent signs in for loops.
13374
13375 2004-06-17 David Kastrup <dak@gnu.org>
13376
13377 * replace.el (query-replace-read-args): Only warn about use of \n
13378 and \t when we are doing a regexp replacement and the actual
13379 escaped character is n or t.
13380 (query-replace-regexp): Add \, and \# interpretation to
13381 interactive call and document it.
13382 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13383 as shortkey for replace-count.
13384 (replace-quote): New function for doubling backslashes.
13385
13386 2004-06-17 Juanma Barranquero <lektu@terra.es>
13387
13388 * files.el (parse-colon-path, cd): Mention in docstring that the
13389 path separator is colon in GNU-like systems.
13390
13391 * newcomment.el (comment-region-internal): Fix docstring.
13392
13393 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13394 (ewoc-invalidate, ewoc-collect): Doc fixes.
13395 (ewoc--create-node, ewoc--delete-node-internal):
13396 Fix typos in docstring.
13397
13398 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13399
13400 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13401 manual to docstring.
13402
13403 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13404
13405 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13406
13407 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13408
13409 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13410 Add hyperlink to emacs-xtra manual to docstring.
13411
13412 * autorevert.el (global-auto-revert-non-file-buffers):
13413 Add hyperlink to emacs-xtra manual to docstring, as well as an
13414 info-link.
13415
13416 2004-06-14 Juanma Barranquero <lektu@terra.es>
13417
13418 * image.el (image-library-alist): New variable to map image types
13419 to external libraries. Initialized to nil, unless system-specific
13420 configs change it.
13421 (image-type-available-p): Determine whether an image type is
13422 available by calling `init-image-library'.
13423
13424 * term/w32-win.el (image-library-alist): Initialize to a known set
13425 of probable library names.
13426
13427 2004-06-14 Kenichi Handa <handa@m17n.org>
13428
13429 * international/code-pages.el (windows-1256, cp1125): Fix tables
13430 for several characters.
13431
13432 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13433
13434 2004-06-13 Richard M. Stallman <rms@gnu.org>
13435
13436 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13437
13438 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13439 not "`pc-selection-mode'".
13440
13441 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13442
13443 * simple.el (previous-matching-history-element): Specify a default.
13444
13445 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13446
13447 * cus-face.el (custom-declare-face): Simplify code.
13448
13449 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13450
13451 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13452
13453 * files.el (before-save-hook): Add `time-stamp' to the options.
13454
13455 * time-stamp.el (time-stamp): Recommend adding it to
13456 `before-save-hook', rather than `write-file-functions'.
13457 Make a similar change in `Commentary' section.
13458
13459 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13460
13461 * diff-mode.el (diff-current-defun): If at start of hunk, use
13462 position of first change.
13463
13464 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13465
13466 * dired-x.el (dired-mark-omitted): Bind to "*O".
13467
13468 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13469
13470 * bookmark.el (bookmark-bmenu-relocate): New function, as
13471 suggested by David J. Biesack <David.Biesack@sas.com>.
13472 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13473 (bookmark-bmenu-mode): Describe binding in doc string.
13474 (bookmark-set-filename): Save the bookmark list if it's time.
13475
13476 2004-06-13 Kenichi Handa <handa@m17n.org>
13477
13478 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13479 (ccl-untranslated-to-ucs): Fix typo.
13480
13481 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13482
13483 * progmodes/python.el (python-open-block-statement-p):
13484 Fix indentation after a block opening that contains a comment.
13485
13486 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13487
13488 * bindings.el (completion-ignored-extensions): Add file extensions
13489 of Python byte-compiled files.
13490
13491 2004-06-12 Juri Linkov <juri@jurta.org>
13492
13493 * info.el (Info-goto-node): Add autoload.
13494 (Info-toc): Add substring-no-properties on Info file name.
13495 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13496 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13497
13498 2004-06-12 Kenichi Handa <handa@m17n.org>
13499
13500 * international/mule-cmds.el (set-language-environment):
13501 Load subst tables if necessary.
13502
13503 * international/mule.el (decode-char): Load subst tables if necessary.
13504 (encode-char): Likewise.
13505
13506 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13507 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13508 (utf-16le-decode-loop): Set r5 to -1 before loop.
13509 (utf-16be-decode-loop): Likewise.
13510 (ccl-decode-mule-utf-16le): Add EOF processing block.
13511 (ccl-decode-mule-utf-16be): Likewise.
13512 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13513 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13514 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13515 (ccl-mule-utf-16-encode-untrans): New CCL.
13516 (utf-16-decode-to-ucs): Handle pre-read character.
13517 (utf-16le-encode-loop): Handle surrogate pair.
13518 (utf-16be-encode-loop): Likewise.
13519 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13520 of utf-16le-encode-loop.
13521 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13522 of utf-16be-encode-loop.
13523 (mule-utf-16-post-read-conversion):
13524 Call utf-8-post-read-conversion at first.
13525 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13526 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13527 Add post-read-conversion and pre-write-conversion.
13528
13529 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13530 (utf-translate-cjk-unicode-range): New variable.
13531 (utf-translate-cjk-load-tables): New function.
13532 (utf-lookup-subst-table-for-decode): New function.
13533 (utf-lookup-subst-table-for-encode): New function.
13534 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13535 tables here. Update safe-charsets of utf-* coding systems.
13536 (ccl-mule-utf-untrans): New CCL.
13537 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13538 at end of each branch.
13539 (ccl-mule-utf-8-encode-untrans): New CCL.
13540 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13541 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13542 length of encoding. Don't return r0.
13543 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13544 (utf-8-post-read-conversion): Narrow to region properly.
13545 If utf-translate-cjk-mode is on, load tables if necessary.
13546 Call utf-8-compose with hash-table arg if necessary.
13547 Call XXX-compose-region instead of XXX-post-read-convesion.
13548 (utf-8-pre-write-conversion): New function.
13549 (mule-utf-8): Include CJK charsets in safe-charsets if
13550 utf-translate-cjk-mode is on. Add pre-write-conversion.
13551
13552 * international/characters.el: Temporarily set
13553 utf-translate-cjk-mode to nil.
13554
13555 * language/devan-util.el (devanagari-compose-region):
13556 Add autoload cookie.
13557
13558 * international/ccl.el (ccl-dump-call): Fix printing the
13559 subroutine name.
13560
13561 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13562
13563 * dired.el (dired-revert): If buffer is marked unmodified before
13564 reverting, keep it marked unmodified.
13565 Adapt to new conventions for commenting out code.
13566 (dired-make-relative): Adapt to new conventions for commenting out code.
13567
13568 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13569
13570 * eshell/esh-module.el (eshell-load-defgroups):
13571 Bind `vc-handled-backends' to nil when opening files.
13572
13573 2004-06-11 Juanma Barranquero <lektu@terra.es>
13574
13575 * files.el (parse-colon-path, cd): Doc fixes (refer to
13576 `path-separator', not colon).
13577
13578 2004-06-10 Juanma Barranquero <lektu@terra.es>
13579
13580 * newcomment.el (comment-search-forward)
13581 (comment-search-backward): Fix typos in docstring.
13582 (comment-region): Doc fix.
13583
13584 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13585
13586 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13587 switch is no longer stored in `dired-switches-alist'.
13588
13589 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13590 `dired-switches-alist'.
13591
13592 2004-06-10 Kim F. Storm <storm@cua.dk>
13593
13594 * pcvs.el (cvs-mode-diff-yesterday): New command.
13595
13596 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13597
13598 2004-06-10 Juri Linkov <juri@jurta.org>
13599
13600 * emacs-lisp/edebug.el (edebug-eval-defun):
13601 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13602 Fix docstring.
13603
13604 * simple.el (eval-expression-print-format): Don't print additional
13605 information on the first call to `eval-print-last-sexp'.
13606 (next-error-find-buffer): Fix punctuation.
13607 (killing) <defgroup>: Fix punctuation.
13608 (yank-excluded-properties): Change group from editing to killing.
13609
13610 * replace.el (perform-replace): Use `limit' to terminate the
13611 while-loop explicitly.
13612
13613 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13614
13615 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13616 Use lc-*.xpm as prefix instead of *-locol.xpm.
13617
13618 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13619 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13620 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13621 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13622 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13623 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13624 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13625 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13626 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13627 * toolbar/lc-up_arrow.xpm:
13628 Rename from *-locol.xpm.
13629
13630 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13631
13632 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13633 include forms like &<str>; as valid url patterns.
13634
13635 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13636
13637 * dired.el (dired-diff, dired-backup-diff)
13638 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13639 (dired-do-chown, dired-do-touch, dired-do-print)
13640 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13641 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13642 (dired-create-directory, dired-do-copy, dired-do-symlink)
13643 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13644 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13645 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13646 (dired-maybe-insert-subdir, dired-next-subdir)
13647 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13648 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13649 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13650 (dired-run-shell-command, dired-query): Remove redundant,
13651 or incorrect, autoloads.
13652
13653 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13654 does not end in a slash. Add optional argument KILL-ROOT.
13655 Update docstring.
13656 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13657 (dired-query): Add autoloads.
13658
13659 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13660
13661 * progmodes/compile.el (compilation-set-window-height):
13662 Rearrange the save-* functions because a buffer can have several current
13663 point in different windows.
13664 (compilation-error-regexp-alist-alist): Recognize {standard input}
13665 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13666
13667 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13668
13669 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13670 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13671 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13672 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13673 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13674 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13675 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13676 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13677 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13678 * toolbar/up_arrow-locol.xpm:
13679 New versions of icons that uses fewer colors.
13680
13681 * toolbar/tool-bar.el (tool-bar-local-item)
13682 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13683 if display-color-cells is 256 or less.
13684
13685 2004-06-08 Kim F. Storm <storm@cua.dk>
13686
13687 * wid-edit.el (widget-specify-button): Use hand pointer rather
13688 than mouse-face as visible mouse-over effect.
13689
13690 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13691
13692 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13693 and `print-level' to nil when writing out `save-place-alist'.
13694 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13695
13696 2004-06-07 Juanma Barranquero <lektu@terra.es>
13697
13698 * completion.el (completion-kill-region): Doc fix.
13699
13700 * format.el (format-insert-annotations)
13701 (format-annotate-location): Doc fixes.
13702 (format-subtract-regions): Make arguments match their use in docstring.
13703
13704 * simple.el (kill-region): Doc fix.
13705
13706 * subr.el (insert-buffer-substring-no-properties)
13707 (insert-buffer-substring-as-yank): Doc fixes.
13708
13709 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13710
13711 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13712 Update docstring.
13713 (dired-reset-subdir-switches): New function.
13714
13715 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13716 Limit scope of `buffer-read-only' binding.
13717
13718 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13719
13720 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13721 eshell-explicit-command-char.
13722
13723 2004-06-06 Juanma Barranquero <lektu@terra.es>
13724
13725 * help-fns.el (help-argument-name): Inherit from italic face only
13726 if the frame supports it.
13727
13728 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13729
13730 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13731 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13732 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13733 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13734 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13735 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13736 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13737 New conversions from xpm files.
13738
13739 * toolbar/README: New file.
13740
13741 2004-06-06 Richard M. Stallman <rms@gnu.org>
13742
13743 * isearch.el (isearch-mode-map): Undo previous change.
13744
13745 2004-06-05 Juri Linkov <juri@jurta.org>
13746
13747 * bindings.el (debug-ignored-errors): Add regexps for history
13748 related messages. Remove $ from "No further undo information".
13749 Move Ediff's messages to ediff.el.
13750
13751 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13752
13753 * cus-edit.el (custom-display): Add `min-colors'.
13754
13755 * custom.el (defface): Add `supports' to docstring.
13756
13757 * help-fns.el (help-argument-name): Add :group 'help.
13758
13759 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13760
13761 * find-dired.el (find-ls-subdir-switches): New user option.
13762 (find-dired): No longer call `abbreviate-file-name' on DIR.
13763 Set `dired-subdir-switches' buffer-locally.
13764
13765 * locate.el: Merge the two `Commentary' sections.
13766 (locate-ls-subdir-switches): New user option.
13767 (locate): Update for other changes.
13768 (locate-mode-map): Restore Dired binding for mouse-2.
13769 Bind `locate-mouse-view-file' to M-mouse-2.
13770 Bind `l' to `locate-do-redisplay'.
13771 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13772 (locate-mouse-view-file, locate-tags, locate-find-directory):
13773 Print message if used outside main listing.
13774 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13775 Various changes to support inserted subdirectories.
13776 (locate-insert-header): Change header of *Locate* buffer.
13777
13778 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13779 Change interactive default switches.
13780 (dired-rename-subdir-2): Update `dired-switches-alist'.
13781 (dired-insert-subdir, dired-kill-subdir):
13782 Handle `dired-switches-alist'. Do not mark buffer modified.
13783 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13784 (dired-insert-subdir-doinsert): Omit messages.
13785 Handle `dired-subdir-switches'.
13786 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13787
13788 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13789 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13790 subdirs if -R switch is used for a subdir.
13791 (dired-mode): Set `dired-switches-alist'.
13792 (dired-build-subdir-alist): Only print number of directories in
13793 echo area when invoked interactively.
13794
13795 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13796
13797 * dired-x.el (dired-omit-mode): Rename from
13798 dired-omit-files-p. Use define-minor-mode to define it.
13799 (dired-omit-files-p): Add as alias for dired-omit-mode.
13800 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13801 dired-mark-omitted.
13802 (dired-mark-omitted): Add. Bind to M-O.
13803
13804 2004-06-05 Kenichi Handa <handa@m17n.org>
13805
13806 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13807
13808 2004-06-05 Juanma Barranquero <lektu@terra.es>
13809
13810 * help-fns.el (help-argument-name): Reintroduce face.
13811 (help-default-arg-highlight): Use it, now that
13812 `face-differs-from-default-p' can be trusted.
13813
13814 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13815
13816 * textmodes/table.el: Sentence commands added to Point Motion
13817 group; kill and backward-kill commands added to Extraction group.
13818
13819 2004-06-04 Mario Lang <mlang@delysid.org>
13820
13821 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13822 systems appear to use mW, make the code handle this. Fix a
13823 division-by-zero bug while at it, and handle kernels with
13824 a slightly different layout in /proc/acpi.
13825
13826 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13827
13828 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13829 because the latter is a CL-ism. This fixes the bug reported by
13830 Shawn Boyette <mdxi@collapsar.net> in
13831 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13832
13833 2004-06-04 Miles Bader <miles@gnu.org>
13834
13835 * faces.el (display-supports-face-attributes-p): Function moved to
13836 C code. Previously only the tty-related portion of this function
13837 was done in C; however the previous attempt to do a halfway-proper
13838 job for non-tty displays in lisp didn't work properly because of
13839 funny conditions during Emacs startup.
13840 (face-differs-from-default-p): Simplify, now that
13841 display-supports-face-attributes-p works properly on all display
13842 types. Remove :stipple from comparison; it doesn't really work
13843 in emacs anyway.
13844
13845 2004-06-04 Miles Bader <miles@gnu.org>
13846
13847 * faces.el (face-differs-from-default-p): Use a different
13848 implementation, so we can really check whether FACE displays
13849 differently or not.
13850
13851 2004-06-04 Miles Bader <miles@gnu.org>
13852
13853 * faces.el (display-supports-face-attributes-p): Implement a
13854 `different from default' check for non-tty displays.
13855
13856 2004-06-03 David Kastrup <dak@gnu.org>
13857
13858 * woman.el (woman-mapcan): More concise code.
13859 (woman-topic-all-completions, woman-topic-all-completions-1)
13860 (woman-topic-all-completions-merge): Replace by a simpler and
13861 much faster implementation based on O(n log n) sort/merge instead
13862 of the old O(n^2) behavior.
13863
13864 2004-06-03 Miles Bader <miles@gnu.org>
13865
13866 * subr.el (read-number): Use canonical format for default in prompt.
13867
13868 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13869 Add regexp for " [...]" style defaults.
13870
13871 2004-06-02 Romain Francoise <romain@orebokech.com>
13872
13873 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13874 groups: if the user asks for a hidden buffer, open the
13875 corresponding filter group to expose it.
13876
13877 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13878 `ibuffer-jump-to-buffer'.
13879 (ibuffer-jump-offer-only-visible-buffers): New user option.
13880
13881 2004-06-02 Juanma Barranquero <lektu@terra.es>
13882
13883 * faces.el (frame-update-faces): Add empty docstring so the one
13884 for `ignore' doesn't show through.
13885
13886 * subr.el (process-kill-without-query): Remove spurious "\n" on
13887 obsolescence string.
13888 (focus-frame, unfocus-frame): Add obsolescence declaration and
13889 empty docstring.
13890
13891 * international/mule.el (register-char-codings): Make alias for
13892 `ignore'. Move docstring to obsolescence info and remove redundancy.
13893
13894 2004-06-02 Kim F. Storm <storm@cua.dk>
13895
13896 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13897 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13898
13899 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13900
13901 * comint.el (comint-replace-by-expanded-history-before-point):
13902 Obey `start' as the docstring says.
13903 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13904 (comint-update-fence): Prevent font-lock from running unnecessarily.
13905 (comint-dynamic-list-completions): Use with-current-buffer.
13906
13907 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13908
13909 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13910 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13911 (bibtex-entry-update): Handle alternatives and optional fields.
13912 (bibtex-parse-entry): Bugfix, handle empty key.
13913
13914 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13915
13916 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13917
13918 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13919
13920 * desktop.el (desktop-save): Don't save minor modes without a
13921 known mode initialization function.
13922
13923 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13924
13925 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13926
13927 * autorevert.el: Update `Commentary' section.
13928
13929 2004-05-30 Juanma Barranquero <lektu@terra.es>
13930
13931 * dos-fns.el (convert-standard-filename):
13932 * files.el (convert-standard-filename):
13933 * w32-fns.el (convert-standard-filename):
13934 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13935
13936 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13937
13938 Sync with Tramp.
13939
13940 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13941 (tramp-let-maybe): Move to an earlier spot in the file.
13942 Patch by Andreas Schwab.
13943
13944 2004-05-30 Andreas Schwab <schwab@suse.de>
13945
13946 * dired.el (dired-get-filename): Don't use dired-re-dot.
13947
13948 2004-05-30 Richard M. Stallman <rms@gnu.org>
13949
13950 * files.el (find-file): Doc fix.
13951
13952 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13953
13954 2004-05-30 Nick Roberts <nickrob@gnu.org>
13955
13956 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13957 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13958 modeline of the locals buffer.
13959 (gdb-goto-breakpoint): Handle gdbmi.
13960 (gdb-get-frame-number): Change for gdbmi.
13961
13962 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13963
13964 * files.el (file-remote-p): Apply file name handler for operation
13965 `file-remote-p'. It isn' a property any longer.
13966 (file-relative-name): `fh' and `fd' get the required value via
13967 `find-file-name-handler' already.
13968
13969 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13970 (top): Remove setting of `file-remote-p' property for
13971 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13972
13973 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13974
13975 Version 2.0.41 of Tramp released.
13976
13977 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13978 Throw away if process has died.
13979 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13980 (tramp-out-of-band-prompt-regexp): Rename to
13981 `tramp-process-alive-regexp', because its usage is widen.
13982 (tramp-actions-copy-out-of-band): Apply it.
13983 (tramp-actions-before-shell, tramp-multi-actions):
13984 Add `tramp-action-process-alive' action.
13985 (tramp-action-process-alive): New defun.
13986 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13987 Add entry for `file-remote-p'.
13988 (tramp-handle-file-remote-p): New defun.
13989 (top): Remove setting of `file-remote-p'. Don't set
13990 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13991
13992 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13993 `file-remote-p'.
13994
13995 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13996 counted for (last) line. [They should or they shouldn't? --Stef]
13997 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13998
13999 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14000
14001 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14002 not really necessary but seems to keep the shell history smaller
14003 in some cases. It is no substitute for setting HISTFILE and
14004 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14005 though. Suggested by Luc Teirlinck.
14006 (tramp-open-connection-setup-interactive-shell): Export variables
14007 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14008 (tramp-set-process-query-on-exit-flag): New compat function.
14009 (tramp-open-connection-multi, tramp-open-connection-su)
14010 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14011 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14012 (tramp-let-maybe): New macro, let-binds a variable only if it
14013 isn't obsolete.
14014 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14015 (tramp-handle-file-truename): Use it.
14016 (tramp-completion-file-name-regexp-unified): Avoid matching
14017 filenames starting with "/:" -- those are reserved for
14018 file-name-non-special.
14019
14020 * tramp-smb.el (tramp-smb-open-connection):
14021 Use tramp-set-process-query-on-exit-flag compat function.
14022
14023 2004-05-29 Richard M. Stallman <rms@gnu.org>
14024
14025 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14026
14027 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14028 (eval-last-sexp-print-value): Print char equivalent regardless
14029 of standard-output value.
14030
14031 * thumbs.el (thumbs-subst-char-in-string): Delete.
14032 (thumbs-thumbname): Use subst-char-in-string.
14033 (thumbs-resize-image): Use condition-case, not ignore-errors.
14034 (thumbs-kill-buffer): Likewise.
14035
14036 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14037 (thumbs-mode): Make buffer read-only.
14038 (thumbs-make-thumb): Unconditionally accept an existing file.
14039 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14040 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14041 (thumbs-show-thumbs-list): Error if images not supported.
14042 (thumbs-save-current-image): Improve prompt string.
14043 (thumbs-mode-map): Define u, R, x.
14044 (thumbs-unmark): New command.
14045 (thumbs-emboss-image): Minor cleanup.
14046 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14047 (thumbs-rename-images): New command.
14048 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14049
14050 * thumbs.el (thumbs-current-image): New function.
14051 (thumbs-file-list, thumbs-file-alist): New functions.
14052 (thumbs-find-image): Delete arg L.
14053 Don't set up thumbs-fileL as buffer-local global var.
14054 (thumbs-find-image-at-point): Use thumbs-current-image.
14055 (thumbs-set-image-at-point-to-root-window): Likewise.
14056 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14057 Record and warn about errors. Update thumbs-markedL for deletions.
14058 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14059 (thumbs-redraw-buffer): Use thumbs-file-list.
14060 (thumbs-mark): Use thumbs-current-image.
14061 (thumbs-show-name): Use thumbs-current-image.
14062
14063 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14064 and imenu--last-menubar-index-alist.
14065
14066 * subr.el (with-selected-window): Undo previous change.
14067
14068 2004-05-29 John Paul Wallington <jpw@gnu.org>
14069
14070 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14071 (thumbs-mouse-find-image): New command.
14072 (thumbs-mode-map): Bind it to mouse-2.
14073 (thumbs-mode): Make mode-class special.
14074 (thumbs-view-image-mode): Likewise.
14075
14076 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14077
14078 * flymake.el: New file.
14079
14080 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14081
14082 * files.el (find-file-noselect-1): Do not bind
14083 `inhibit-read-only' to t during execution of
14084 `find-file-not-found-functions'.
14085
14086 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14089 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14090
14091 2004-05-28 Juri Linkov <juri@jurta.org>
14092
14093 * simple.el (eval-expression-print-format): New fun.
14094
14095 * simple.el (eval-expression):
14096 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14097 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14098 (edebug-eval-expression): Print additionally the value returned by
14099 `eval-expression-print-format'.
14100
14101 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14102 (insert-pair): Make arguments optional. Find character pair
14103 from `insert-pair-alist' according to the last input event.
14104 (insert-parentheses): Make arguments optional.
14105 (raise-sexp, delete-pair): New funs.
14106
14107 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14108 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14109 Bind C-M-q to `indent-pp-sexp'.
14110
14111 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14112 `pp-to-string' modified to be able to format text with newlines.
14113 (pp-to-string): Move the buffer-formatting part of the code to
14114 `pp-buffer'. Call `pp-buffer'.
14115
14116 * info.el (Info-desktop-buffer-misc-data): Don't save information
14117 about virtual files.
14118 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14119 buffers with names obtained from the desktop file instead of the
14120 default *info* buffer.
14121
14122 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * subr.el (with-selected-window): Only save/restore the selected window.
14125
14126 * progmodes/compile.el (compilation-error-regexp-alist):
14127 Use expand-file-name and data-directory.
14128
14129 * progmodes/grep.el (grep-tree): Rework previous fix.
14130
14131 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14132 after the user marked text with the mouse.
14133
14134 * startup.el (command-line): Keep the first regexp of
14135 auto-save-file-name-transforms intact.
14136
14137 2004-05-28 Juanma Barranquero <lektu@terra.es>
14138
14139 * cus-edit.el (customize-face, customize-face-other-window)
14140 (custom-face-edit-delete): Make arguments match their use in
14141 docstring.
14142 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14143 docstring.
14144
14145 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14146 not `cvs-butlast'.
14147
14148 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14149 `nbutlast' are in subr.el).
14150
14151 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14152 (set-w32-system-coding-system): Doc fixes.
14153
14154 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14155 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14156 Make arguments match their use in docstring.
14157 (artist-draw-region-trim-line-endings)
14158 (artist-mouse-choose-operation): Fix typo in docstring.
14159 (artist-key-set-point-common): Doc fix.
14160
14161 2004-05-28 Simon Josefsson <jas@extundo.com>
14162
14163 * mail/smtpmail.el (smtpmail-open-stream):
14164 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14165
14166 2004-05-26 Simon Josefsson <jas@extundo.com>
14167
14168 * starttls.el: Merge with my GNUTLS based starttls.el.
14169 (starttls-gnutls-program, starttls-use-gnutls)
14170 (starttls-extra-arguments, starttls-process-connection-type)
14171 (starttls-connect, starttls-failure, starttls-success): New variables.
14172 (starttls-program, starttls-extra-args): Doc fix.
14173 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14174 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14175 and pass on to corresponding *-gnutls function if it is set.
14176
14177 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14178
14179 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14180 remote files.
14181
14182 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14183
14184 * files.el (file-name-non-special): There are more operations
14185 which need handling: `find-backup-file-name',
14186 `insert-file-contents', `verify-visited-file-modtime',
14187 `write-region'. Rename t value of method to `add'. Add new
14188 methods `quote' and `unquote-then-quote' to file-arg-indices.
14189
14190 2004-05-25 Juri Linkov <juri@jurta.org>
14191
14192 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14193 (Info-index-nodes): Enclose code in condition-case to catch errors.
14194 (Info-index-node): Don't search all index nodes if request is only
14195 for the current node and file is not in the cache of index nodes.
14196 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14197 for consistency with dired-copy-filename-as-kill.
14198 Bind `S' to Info-search-case-sensitively.
14199 (Info-copy-current-node-name): New arg. With zero prefix arg put
14200 the name inside a function call to `info'. Display copied text in
14201 the echo area.
14202
14203 2004-05-25 Sam Steingold <sds@gnu.org>
14204
14205 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14206 strip the package prefix from the symbol name, if any.
14207 Make it the `find-tag-default-function' for `lisp-mode'.
14208
14209 2004-05-25 John Paul Wallington <jpw@gnu.org>
14210
14211 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14212 instead of obsolete `process-kill-without-query'.
14213
14214 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14215 Declare as variable, not constant.
14216
14217 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14218
14219 * files.el (find-file-noselect-1): Fix bug introduced by
14220 Revision 1.694. As a side effect, `inhibit-read-only'
14221 is again, by default, t during execution of
14222 `find-file-not-found-functions'.
14223 (insert-directory): Check that lines were really inserted by
14224 the --dired switch, before erasing them.
14225
14226 2004-05-24 Nick Roberts <nickrob@gnu.org>
14227
14228 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14229 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14230 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14231 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14232 gud-minor-mode (gdbmi).
14233
14234 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14235
14236 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14237 explicitly select the text to be taken as URL.
14238
14239 2004-05-23 Juri Linkov <juri@jurta.org>
14240
14241 * info.el (Info-index-nodes): New var and fun.
14242 (Info-goto-index, Info-index, info-apropos)
14243 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14244 (Info-index): Fix docstring. Store and restore Info-history-list.
14245 (Info-complete-nodes): New var.
14246 (Info-complete-menu-item): Use it.
14247 (Info-index-node): New fun.
14248 (Info-final-node, Info-forward-node, Info-backward-node)
14249 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14250 Use Info-index-node.
14251 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14252 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14253 (Info-find-node-2): If a node with period in its name not found,
14254 try to find a node without the name part after period.
14255 (Info-select-node): Call Info-fontify-node only if
14256 Info-fontify-maximum-menu-size is not nil.
14257 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14258 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14259 Preserve Info-history-list.
14260 (Info-toc): Set Info-current-file.
14261 (Info-build-toc): Move point to the beginning of the buffer.
14262 Add main-file variable.
14263 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14264 Use backslashed representation of the control character ^_.
14265
14266 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14267 numbers in the new Texinfo 4.7 format.
14268
14269 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14270 regexps for function and variable names.
14271
14272 * descr-text.el (describe-property-list): Add [show] button for
14273 `syntax-table' property with action to pp to a separate buffer.
14274 (describe-char): Replace search-forward by re-search-forward with
14275 whitespace regexp after "character:" to not fail in too narrow windows.
14276
14277 * simple.el (next-error-find-buffer): Add a rule to return
14278 next-error capable buffer if one window on the selected frame
14279 displays such buffer.
14280
14281 2004-05-23 Nick Roberts <nickrob@gnu.org>
14282
14283 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14284 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14285 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14286 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14287 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14288 Handle new value for gud-minor-mode (gdbmi).
14289 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14290 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14291 Change from local to global gdb variable set.
14292 (gdb-ann3): Initialise above gdb variable set.
14293 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14294 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14295 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14296 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14297 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14298 (gdb-info-locals-handler, gdb-invalidate-assembler)
14299 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14300 set as global variables.
14301 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14302 Handle gdbmi.
14303 (gdb-info-breakpoints-custom): Fix regexp.
14304 (def-gdb-var): Delete.
14305
14306 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14307 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14308 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14309 a new mode. The file (gdb-mi.el) for this mode will be included
14310 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14311 primary interface.
14312
14313 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14314
14315 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14316 interpreted as a directory.
14317
14318 2004-05-22 Richard M. Stallman <rms@gnu.org>
14319
14320 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14321 as a close quote.
14322
14323 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14324
14325 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14326 Use assoc-string, not assoc-ignore-case.
14327
14328 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14329
14330 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14331 If moving back then fwd gets a defun that ends before point,
14332 try again moving fwd then back.
14333
14334 * files.el (file-name-non-special): Allow t in file-arg-indices
14335 to mean requote the return value. Use `identity' as an element
14336 rather than as the whole value.
14337
14338 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14339
14340 2004-05-22 Juanma Barranquero <lektu@terra.es>
14341
14342 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14343 `help-make-usage'.
14344 (help-highlight-arguments): Skip function name before searching
14345 for arguments.
14346
14347 2004-05-21 Juanma Barranquero <lektu@terra.es>
14348
14349 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14350 Don't mention in the docstring these arguments meant for
14351 internal (recursive) use only.
14352 (allout-char-spec): Comment out (it's not implemented).
14353 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14354 obsolescence declaration.
14355 (allout-flatten-exposed-to-buffer)
14356 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14357 (my-mark-marker): Doc fix.
14358 (produce-allout-mode-map, allout-sibling-index)
14359 (allout-isearch-expose, allout-distinctive-bullet)
14360 (allout-open-topic, allout-reindent-body)
14361 (allout-rebullet-heading, allout-process-exposed)
14362 (allout-insert-listified, allout-latex-verb-quote)
14363 (allout-insert-latex-header, allout-insert-latex-trailer):
14364 Make arguments match their use in docstring.
14365 (allout-primary-bullet, allout-old-style-prefixes)
14366 (allout-inhibit-protection, allout-init, allout-mode)
14367 (allout-before-change-protect, allout-flag-region):
14368 Use "Emacs" instead of "emacs" in docstrings.
14369
14370 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14371
14372 * international/characters.el: Modify syntax of more characters.
14373
14374 2004-05-21 Masatake YAMATO <jet@gyve.org>
14375
14376 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14377 (etags-tags-completion-table): Show parsing progress.
14378
14379 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14380
14381 * locate.el (locate-prompt-for-command): Shorten first line of
14382 docstring.
14383 (locate-mode): Expand docstring and include keymap summary.
14384
14385 * files.el (find-file-noselect-1): Limit the scope of the
14386 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14387 is, by default, nil during the execution of
14388 `find-file-not-found-functions' and `find-file-hook'.
14389
14390 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14391
14392 * facemenu.el (facemenu-color-name-equal): New function.
14393 (list-colors-display): Use it to compare colors instead of
14394 facemenu-color-equal.
14395
14396 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14397
14398 * compare-w.el (compare-windows-face): Use min-colors instead of
14399 checking for tty or pc types.
14400
14401 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14404 (completion-setup-function): Use with-current-buffer.
14405 Properly save excursion. Simplify.
14406 Don't assume there is necessarily a `mouse-face' property somewhere.
14407
14408 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14409
14410 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14411
14412 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14413 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14414 Use with-current-buffer.
14415 (byte-goto-log-buffer): Delete.
14416 (byte-compile-log-file): Call compilation-forget-errors.
14417
14418 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14419
14420 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14421 output messages into the search result.
14422
14423 2004-05-19 Masatake YAMATO <jet@gyve.org>
14424
14425 * wid-edit.el (widget-radio-button-notify): Revert my last
14426 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14427
14428 2004-05-19 Kenichi Handa <handa@m17n.org>
14429
14430 * international/characters.el: Fix syntax (open/close) of CJK chars.
14431
14432 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14433
14434 * help-mode.el (help-go-back): Don't depend on position of back button.
14435
14436 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14439 files files don't contain an accidental additional /.
14440
14441 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14442 in source buffer.
14443
14444 2004-05-18 Masatake YAMATO <jet@gyve.org>
14445
14446 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14447 to widget-apply. :action method assumes 2 arguments, not 3.
14448
14449 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14450
14451 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14452 New constants.
14453 (hs-special-modes-alist): Add an f90-mode entry.
14454
14455 2004-05-17 Sam Steingold <sds@gnu.org>
14456
14457 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14458 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14459
14460 2004-05-16 Kim F. Storm <storm@cua.dk>
14461
14462 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14463
14464 2004-05-15 John Wiegley <johnw@newartisans.com>
14465
14466 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14467 (eshell-output-object-to-target): Improve output speed 20% by not
14468 calling `eshell-stringify' if something is already known to be a string.
14469
14470 2004-05-15 Alex Ott <ott@jet.msk.su>
14471
14472 * textmodes/ispell.el (ispell-local-dictionary-alist):
14473 Add windows-1251 to the choice of coding systems.
14474 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14475 encoded in cp1251.
14476
14477 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14478
14479 * progmodes/compile.el (compilation-warning-face)
14480 (compilation-info-face): Use min-colors.
14481
14482 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14483
14484 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14485 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14486 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14487 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14488 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14489 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14490 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14491 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14492 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14493 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14494 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14495 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14496 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14497 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14498
14499 2004-05-15 Kim F. Storm <storm@cua.dk>
14500
14501 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14502 Use it to set triggered-p element of timer.
14503 (timer-event-handler): Set triggered-p element non-nil while running
14504 the timer function.
14505
14506 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14507
14508 * descr-text.el (describe-char-unicode-data)
14509 (describe-char-unicodedata-file): Re-enable the unicode code now that
14510 the licensing issues have been cleared in the unicode-4 license.
14511 (describe-text-properties-1): Remove unused `overlay' var.
14512 (describe-char): Remove unused var `buffer'.
14513
14514 2004-05-14 David Ponce <david@dponce.com>
14515
14516 * tree-widget.el: New file.
14517
14518 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14519
14520 * language/european.el ("Brazilian Portuguese"): Add support for
14521 Brazilian Portuguese.
14522
14523 2004-05-13 John Wiegley <johnw@newartisans.com>
14524
14525 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14526 `recentf-mode' if this variable has been customized to t.
14527
14528 * eshell/esh-test.el (eshell-test): Call the function
14529 `emacs-version' rather than trying to build a custom version string.
14530
14531 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14532
14533 * net/telnet.el (telnet-mode): Use define-derived-mode.
14534 Don't modify the global value of comint-prompt-regexp.
14535
14536 2004-05-13 John Paul Wallington <jpw@gnu.org>
14537
14538 * version.el (emacs-version): Check for `gtk' feature before
14539 `x-toolkit' feature.
14540
14541 2004-05-13 Juanma Barranquero <lektu@terra.es>
14542
14543 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14544 arguments in the docstring, they're used only in recursive calls.
14545
14546 * help-fns.el (help-arg-highlighting-function)
14547 (help-argument-name): Delete.
14548 (help-default-arg-highlight): New function.
14549 (help-do-arg-highlighting): Use it.
14550
14551 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14552
14553 * calendar/appt.el (appt-disp-window):
14554 Use `calendar-set-mode-line' for a centered mode-line.
14555
14556 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14557
14558 * calendar/appt.el (appt-disp-window): Do not split window
14559 excessively when `split-height-threshold' is low.
14560
14561 2004-05-12 Nick Roberts <nickrob@gnu.org>
14562
14563 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14564 kill-buffer-hook here and make it local.
14565 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14566
14567 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14568
14569 * progmodes/compile.el (compilation-set-window-height):
14570 Use save-excursion to protect against misplaced marker.
14571
14572 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14573
14574 * custom.el (defface): Document that type can have value gtk.
14575
14576 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14577
14578 2004-05-12 Kenichi Handa <handa@m17n.org>
14579
14580 * descr-text.el: Require quail at comile time.
14581 (describe-char): If an input method is on and it supports the
14582 character, show how to input it.
14583
14584 * international/quail.el (quail-install-decode-map): Accept a
14585 char-table whose subtype is `quail-decode-map'.
14586 (quail-store-decode-map-key, quail-gen-decode-map1)
14587 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14588 (quail-show-key): New functions.
14589
14590 2004-05-12 Juanma Barranquero <lektu@terra.es>
14591
14592 * generic.el (define-generic-mode): Remove redundant arglist info.
14593
14594 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14595 Make arguments match their use in docstring.
14596 (help-arg-highlighting-function): New variable.
14597 (help-argument-name): Mention it in the docstring.
14598 (help-do-arg-highlight): Use it. Expand regexp to accept also
14599 ARG-xxx and xxx-ARG references.
14600
14601 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14602
14603 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14604 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14605 and "mailto:addr1?to=addr2" equal.
14606
14607 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14608
14609 * man.el (Man-getpage-in-background): Use shell-file-name
14610 and shell-command-switch variables instead of hard-coded values.
14611
14612 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14613
14614 * iimage.el: New file.
14615
14616 2004-05-11 Juanma Barranquero <lektu@terra.es>
14617
14618 * custom.el (custom-initialize-default, defcustom):
14619 Fix typo in docstring.
14620
14621 * files.el (set-visited-file-name, file-expand-wildcards):
14622 Fix docstring.
14623
14624 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14625
14626 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14627
14628 * subr.el (eventp): Be more discriminating with integers.
14629
14630 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14631
14632 * progmodes/compile.el (compile): Add universal prefix arg.
14633 (compilation-error-regexp-alist-alist): Add edg patterns.
14634
14635 2004-05-10 Sam Steingold <sds@gnu.org>
14636
14637 * textmodes/ispell.el (ispell-message):
14638 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14639
14640 2004-05-10 Dave Love <fx@gnu.org>
14641
14642 * progmodes/python.el (help-buffer): Autoload when compiling.
14643 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14644 (run-python): Prepend to any existing PYTHONPATH.
14645
14646 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14647
14648 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14649 for pending breakpoints.
14650
14651 2004-05-10 Richard M. Stallman <rms@gnu.org>
14652
14653 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14654 directly without calling any functions in Rmail.
14655 (unrmail-unprune): Function deleted.
14656
14657 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14658
14659 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14660 C-c C-z binding.
14661
14662 2004-05-10 Kenichi Handa <handa@m17n.org>
14663
14664 * descr-text.el (describe-char): Fix previous change. Don't make
14665 a unibyte character to multibyte in the *Help* buffer.
14666
14667 2004-05-10 Miles Bader <miles@gnu.org>
14668
14669 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14670 buffer an error if the debugger process is actually running.
14671
14672 2004-05-10 Juanma Barranquero <lektu@terra.es>
14673
14674 * help-fns.el (help-argument-name): Default to italic.
14675 (help-highlight-arguments): Return always (usage . doc), even when
14676 usage is nil.
14677
14678 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14679 (define-ibuffer-filter): Add usage info.
14680 (define-ibuffer-op): Add usage info (but CL-style defaults for
14681 keyword args are not shown).
14682
14683 * subr.el (remove-overlays, read-passwd): Fix docstring.
14684 (start-process-shell-command): Fix docstring. Put usage info in a
14685 format usable by `describe-function'.
14686 (open-network-stream, open-network-stream-nowait)
14687 (open-network-stream-server): Fix docstring.
14688
14689 2004-05-09 Jason Rumney <jasonr@gnu.org>
14690
14691 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14692 Only define cp125* if windows-125* is already defined.
14693
14694 * language/korean.el (cp949): Add alias.
14695
14696 * language/chinese.el (cp936, cp950): Add aliases.
14697
14698 * language/japanese.el (cp932): Add alias.
14699
14700 * term/w32-win.el: Require code-pages.
14701
14702 * international/mule-cmds.el (set-locale-environment):
14703 On MS-Windows use ansi code-page for default coding-systems.
14704 Set up paper sizes for Windows 3 letter languages.
14705
14706 * international/code-pages.el (cp932, cp936, cp949, cp950):
14707 Add aliases. Also add cp125* if not already defined.
14708
14709 2004-05-09 Juanma Barranquero <lektu@terra.es>
14710
14711 * help-fns.el (help-highlight-arguments): Don't try to highlight
14712 missing or autoloaded arglists. Accept structured arguments, like
14713 the first ones of `do' and `flet'.
14714
14715 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14716 (cvs-get-marked): Remove redundant arglist info.
14717
14718 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14719 Don't use CL-style default args.
14720
14721 2004-05-08 Andreas Schwab <schwab@suse.de>
14722
14723 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14724
14725 * international/subst-ksc.el: Fix references to utf-translate-cjk
14726 into utf-translate-cjk-mode.
14727 * international/subst-big5.el: Likewise.
14728 * international/subst-gb2312.el: Likewise.
14729 * international/subst-jis.el: Likewise.
14730 * international/utf-16.el: Likewise.
14731 * international/utf-8.el: Likewise.
14732
14733 2004-05-08 John Wiegley <johnw@newartisans.com>
14734
14735 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14736 "virtual buffers" (off by default), which makes it possible to
14737 switch to the "virtual" buffers of recently visited files. When a
14738 buffer name search fails, and this option is on, iswitchb will
14739 look at the list of recently visited files, and permit matching
14740 against those names. When the user hits RET on a match, it will
14741 revisit that file.
14742 (iswitchb-read-buffer): Add two optional arguments, which makes
14743 isearchb.el possible.
14744 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14745 (iswitchb-next-match): Add support for virtual buffers.
14746
14747 * isearchb.el: This module extends iswitchb to provide "as you
14748 type" buffer selection.
14749
14750 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14751 Ignore the read-only property when flyspell highlighting is on.
14752 Not ignoring it leads to a series of confusing errors.
14753 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14754 but also make sure to call flyspell-incorrect-hook.
14755 (flyspell-maybe-correct-transposition): Perform transposition test
14756 by bit twiddling a string, rather than using a temp buffer.
14757 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14758 buffer. This is also the original version of the code, which
14759 could not be checked in before due to a previous lack of
14760 assignment papers. This version has seen heavy usage on my system
14761 for several years now.
14762
14763 * calendar/cal-bahai.el: New file, which adds support for the
14764 Baha'i calendar to Emacs. This calendar is based on a solar year
14765 of 19 months of 19 days, with 4 intercalary days. Each year
14766 begins on March 21, with the calendar starting in 1844.
14767
14768 * calendar/cal-menu.el, calendar/calendar.el
14769 * calendar/diary-lib.el, calendar/holidays.el:
14770 Added support for using cal-bahai.el.
14771
14772 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14773 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14774 function can be used outside of eshell buffers.
14775 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14776
14777 2004-05-08 Juanma Barranquero <lektu@terra.es>
14778
14779 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14780 word constituent so FOO-ARG is not recognized as an arg.
14781 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14782
14783 * simple.el (next-error): Fix typo in docstring.
14784 (open-line): Make argument names match their use in docstring.
14785 (split-line): Fix docstring.
14786
14787 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14788 usable by `describe-function'.
14789 (gensym, gentemp, typep, ignore-errors): Make argument names match
14790 their use in docstring.
14791
14792 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14793 argument to `help-setup-xref'.
14794
14795 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14796
14797 Version 2.0.40 of Tramp released.
14798
14799 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14800 Use symbol-function to invoke functions only known on some Emacs
14801 flavors. This avoids byte-compiler warnings. Reported by Kevin
14802 Scaldeferri <kevin@scaldeferri.com>.
14803 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14804 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14805 consistent with the other tramp-do-* functions.
14806 (tramp-do-copy-or-rename-file): Calls adjusted.
14807 (tramp-process-initial-commands): Avoid liveness check on shell --
14808 we know that it must be alive since we're opening a connection at
14809 this moment.
14810 (tramp-last-cmd): New internal variable.
14811 (tramp-process-echoes): New tunable.
14812 (tramp-send-command): Set tramp-last-cmd.
14813 (tramp-wait-for-output): Delete echo, if applicable.
14814 (tramp-read-passwd): Construct the key for the password cache in a
14815 way that works for multi methods, too.
14816 (tramp-bug): Add backup-directory-alist and
14817 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14818
14819 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14820
14821 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14822
14823 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14824 (tramp-actions-copy-out-of-band): New defcustoms.
14825 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14826 used instead of a synchronous one. Allows password entering.
14827 (tramp-action-out-of-band): New defun.
14828 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14829 Remove restriction with password from doc string.
14830 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14831 `tramp-out-of-band-prompt-regexp',
14832 `tramp-actions-copy-out-of-band', `password-cache' and
14833 `password-cache-expiry'.
14834 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14835 password caching.
14836 (tramp-touch): FILE can be a local file, too.
14837 (TODO): Remove items done.
14838 (tramp-handle-insert-directory): Properly quote file name also if
14839 not full-directory-p. Handle wildcard case. Reported by Andreas
14840 Schwab <schwab@suse.de>.
14841 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14842 new file.
14843 (tramp-handle-file-local-copy, tramp-handle-write-region):
14844 The permissions of the temporary file are set if filename exists.
14845 Reported by Ted Stern <stern@cray.com>.
14846 (tramp-backup-directory-alist)
14847 (tramp-bkup-backup-directory-info): New defcustoms.
14848 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14849 (tramp-handle-find-backup-file-name): New function.
14850 Implements Tramp's find-backup-file-name.
14851
14852 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14853 for `find-backup-file-name'.
14854
14855 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14856 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14857
14858 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14859
14860 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14861
14862 2004-05-07 Juanma Barranquero <lektu@terra.es>
14863
14864 * subr.el (lambda): Add arglist description to docstring.
14865 (declare): Fix typo in docstring.
14866 (open-network-stream): Fix docstring.
14867 (process-kill-without-query): Fix docstring and add obsolescence info.
14868 (last, butlast, nbutlast): Make arguments match their use in docstring.
14869 (insert-buffer-substring-no-properties): Likewise.
14870 (insert-buffer-substring-as-yank): Likewise.
14871 (split-string): Fix docstring.
14872
14873 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14874 Make argument names match their use in docstring.
14875
14876 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14877
14878 2004-05-06 Nick Roberts <nickrob@gnu.org>
14879
14880 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14881 Fit first sentence on one line for apropos-command.
14882
14883 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14884
14885 Changes largely merged in from Dave Love's code.
14886 * progmodes/python.el: Doc fixes.
14887 (python-mode-map): Add python-complete-symbol.
14888 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14889 (python-comment-indent, python-complete-symbol)
14890 (python-symbol-completions, python-partial-symbol)
14891 (python-try-complete): New.
14892 (python-indent-line): Remove optional arg. Use python-block-end-p.
14893 (python-check): Bind compilation-error-regexp-alist.
14894 (inferior-python-mode): Use rx. Move keybindings to top level.
14895 Set comint-input-filter.
14896 (python-preoutput-filter): Use rx.
14897 (python-input-filter): Re-introduce.
14898 (python-proc): Start new process if necessary.
14899 Check python-buffer non-nil.
14900 (view-return-to-alist): Defvar.
14901 (python-send-receive): New.
14902 (python-eldoc-function): Use it.
14903 (python-mode-running): Don't defvar.
14904 (python-mode): Set comment-indent-function.
14905 Maybe update hippie-expand-try-functions-list.
14906 (python-indentation-levels): Initialize differently.
14907 (python-block-end-p): New.
14908 (python-indent-line): Use it.
14909 (python-compilation-regexp-alist): Augment.
14910 (run-python): Import `emacs' module to Python rather than loading
14911 code directly. Set python-buffer differently.
14912 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14913 Use python-proc.
14914 (python-send-command): Go to end of comint buffer.
14915 (python-load-file): Use python-proc, emacs.eimport.
14916 (python-describe-symbol): Simplify interactive form.
14917 Use emacs.help. Do use temp-buffer-show-hook.
14918 Call print-help-return-message.
14919 (hippie-exp): Require when compiling.
14920 (python-preoutput-continuation): Use rx.
14921
14922 * diff-mode.el (diff-make-unified): Fix regexp.
14923
14924 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14925
14926 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14927 filter groups from the buffer when rebuilding the Ibuffer buffer
14928 and `ibuffer-show-empty-filter-groups' is nil.
14929
14930 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14931
14932 * ps-print.el (ps-print-quote): Call ps-value-string.
14933 (ps-setup): Call ps-comment-string.
14934 (ps-value-string, ps-comment-string): New funs.
14935
14936 2004-05-06 Juanma Barranquero <lektu@terra.es>
14937
14938 * ehelp.el (electric-help-command-loop): Check whether the last
14939 character is visible, not (point-max).
14940
14941 * help-fns.el (help-argument-name): Default to bold; don't inherit
14942 from font-lock-variable-name-face.
14943 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14944
14945 2004-05-05 Kenichi Handa <handa@m17n.org>
14946
14947 * descr-text.el (describe-char): Copy the character with text
14948 properties and overlays into the first line, and call
14949 describe-text-properties on it.
14950
14951 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14952
14953 * iswitchb.el (iswitchb-global-map): Fix typo.
14954 Remove unwanted ###autoloads from source file.
14955
14956 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14957
14958 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14959 in run-hooks. Use substitute-command-keys in message.
14960 (wdired-abort-changes): Add message.
14961
14962 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14963
14964 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14965 (sql-emacs20-p): Remove.
14966 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14967 (sql-builtin-face, sql-doc-face): Remove.
14968 (sql-mode-ansi-font-lock-keywords)
14969 (sql-mode-oracle-font-lock-keywords)
14970 (sql-mode-postgres-font-lock-keywords)
14971 (sql-mode-linter-font-lock-keywords)
14972 (sql-mode-ms-font-lock-keywords)
14973 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14974 (sql-product-font-lock): Fix font-lock reset when font rules change.
14975 (sql-highlight-product): Remove incorrect font-lock reset logic.
14976
14977 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14978
14979 * ses.el (ses-set-parameter): Fix typo.
14980
14981 2004-05-04 Kim F. Storm <storm@cua.dk>
14982
14983 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14984 Must expand directory for completion to work; and don't mess with
14985 process-environment.
14986 (ido-read-file-name): If command has ido property, don't use ido
14987 if value is ignore, or read as directory if value is dir.
14988 Set ido ignore property for dired-do-rename command.
14989
14990 2004-05-04 Juanma Barranquero <lektu@terra.es>
14991
14992 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14993 (electric-help-help): Check against unmapped commands.
14994
14995 * help-fns.el (help-argument-name): New face, inheriting from
14996 font-lock-variable-name-face, to highlight function arguments in
14997 `describe-function' and `describe-key'.
14998 (help-do-arg-highlight): Auxiliary function to highlight a given
14999 list of arguments in a string.
15000 (help-highlight-arguments): Highlight the function arguments and
15001 all uses of them in the docstring.
15002 (describe-function-1): Use it. Do docstring output via `insert',
15003 not 'princ', so text attributes are preserved.
15004
15005 * winner.el (winner-mode-map): Move `winner-undo' and
15006 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15007 previous bindings conflict with `prev-buffer', `next-buffer').
15008
15009 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15010
15011 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15012 (bibtex-entry-update): New command bound to C-c C-u.
15013 (bibtex-text-in-string): Fix regexp.
15014 (bibtex-assoc-of-regexp): Remove.
15015 (bibtex-progress-message): Fix docstring.
15016 (bibtex-inside-field): Use if.
15017 (bibtex-assoc-regexp): New function.
15018 (bibtex-format-entry): Make code more robust so that it formats
15019 also old entries.
15020 (bibtex-autokey-demangle-title): Merge with obsolete function
15021 bibtex-assoc-of-regexp.
15022 (bibtex-field-list): New function.
15023 (bibtex-entry): Use bibtex-field-list.
15024 (bibtex-parse-entry): Fix docstring.
15025 (bibtex-print-help-message): Use bibtex-field-list.
15026 (bibtex-make-field): Use bibtex-field-list.
15027 (bibtex-entry-index): Bugfix. Return crossref key if required.
15028 (bibtex-lessp): Fix docstring.
15029
15030 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15031
15032 * select.el (xselect-convert-to-string): Move comment to intended line.
15033
15034 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15035
15036 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15037 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15038
15039 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15040
15041 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15042 x-get-selection.
15043
15044 2004-05-03 Jason Rumney <jasonr@gnu.org>
15045
15046 * makefile.nt: Remove.
15047
15048 2004-05-03 Kim F. Storm <storm@cua.dk>
15049
15050 * emulation/cua-base.el (cua--update-indications): Fix last change.
15051 (cua-mode): Deactivate mark when cua-mode is enabled.
15052
15053 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15054
15055 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15056
15057 2004-05-03 Nick Roberts <nickrob@gnu.org>
15058
15059 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15060 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15061 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15062 window over visible frames.
15063 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15064
15065 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15066
15067 * progmodes/compile.el (compilation-gcpro): New var.
15068 (compilation-fake-loc): Use it.
15069 (compilation-forget-errors): Reset it.
15070
15071 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15072
15073 * diff-mode.el (diff-header-face, diff-file-header-face):
15074 Use min-colors.
15075
15076 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15077
15078 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15079 (bibtex-clean-entry): Disentangle code.
15080 (bibtex-realign): New function.
15081 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15082 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15083 Remove undocumented optional arg called-by-convert-alien.
15084 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15085 for sorting instead of bibtex-sort-buffer.
15086
15087 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15088
15089 * progmodes/compile.el (compilation-start): In the
15090 no-async-subprocesses branch, call sit-for to give redisplay a
15091 chance to show the updated process status in the mode line, and
15092 fontify the buffer explicitly after the process exits.
15093
15094 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15095
15096 * progmodes/python.el (python-compilation-line-number): Remove.
15097 (python-compilation-regexp-alist): Don't use it any more.
15098 (python-orig-start, python-input-filter): Remove.
15099 (inferior-python-mode): Don't set up comint-input-filter-functions.
15100 (python-send-region): Use compilation-fake-loc.
15101
15102 * progmodes/compile.el (compilation-messages-start): New var.
15103 (compilation-mode): Don't setup next-error-function here.
15104 (compilation-setup): Set it up here instead (for minor modes as well).
15105 Make compilation-messages-start buffer local.
15106 (compilation-next-error-function): Use it.
15107 (compilation-forget-errors): Set compilation-messages-start.
15108
15109 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15110
15111 * ielm.el (ielm-prompt-read-only): Update docstring.
15112
15113 * comint.el (comint-prompt-read-only): Update docstring.
15114 (comint-update-fence, comint-kill-whole-line)
15115 (comint-kill-region): New functions.
15116
15117 * simple.el (kill-whole-line): Use "p" instead of "P" in
15118 interactive form.
15119
15120 2004-05-01 Juanma Barranquero <lektu@terra.es>
15121
15122 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15123 format arglist so default values in CL-style argument lists are
15124 correctly shown.
15125
15126 2004-05-01 Jason Rumney <jasonr@gnu.org>
15127
15128 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15129
15130 2004-05-01 Kenichi Handa <handa@m17n.org>
15131
15132 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15133 quail file if it is up to date.
15134
15135 2004-04-30 Juri Linkov <juri@jurta.org>
15136
15137 * cus-edit.el (custom-mode-map):
15138 Add key binding `C-x C-s' to `Custom-save'.
15139
15140 * outline.el (outline-blank-line): New var.
15141 (outline-next-preface, outline-show-heading)
15142 (outline-end-of-subtree): Use it.
15143
15144 * dired-aux.el (dired-touch-initial): New fun.
15145 (dired-do-chxxx): Call it for op-symbol `touch'.
15146 (dired-diff): Use `dired-dwim-target-directory'
15147 if current dired buffer has no buffer mark.
15148
15149 * bindings.el (propertized-buffer-identification):
15150 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15151 Add C-M-arrow keys for consistency.
15152
15153 * files.el (confirm-kill-emacs):
15154 Change group from top-level `emacs' to `convenience'.
15155
15156 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15157 Push mark on the first call of successive command calls.
15158 (insert-pair): New fun created from `insert-parentheses' with
15159 `open' and `close' arguments added. Enclose active regions
15160 in paired characters. Compare adjacent characters syntax with
15161 inserted characters syntax before inserting a space.
15162 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15163
15164 * delsel.el: Don't put `delete-selection' property
15165 on `insert-parentheses' symbol to take advantage of
15166 region handling in `insert-pair' function.
15167 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15168
15169 2004-04-30 Kim F. Storm <storm@cua.dk>
15170
15171 * emulation/cua-base.el: Add support for changing cursor types;
15172 based on patch from Michael Mauger.
15173 (cua-normal-cursor-color, cua-read-only-cursor-color)
15174 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15175 Customization cursor type and/or cursor color.
15176 (cua--update-indications): Handle cursor type changes.
15177 (cua-mode): Update cursor indications if enabled.
15178
15179 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15180
15181 * mouse.el (mouse-drag-copy-region): New defcustom.
15182 (mouse-set-region, mouse-drag-region-1): Use it.
15183
15184 * simple.el (kill-ring-save): If region face background color is
15185 unspecified (if no highlighting), show extent of fully visible
15186 region even if transient-mark-mode is enabled.
15187
15188 * emulation/cua-base.el (cua--standard-movement-commands):
15189 Add cua-scroll-up and cua-scroll-down.
15190 (cua-scroll-up, cua-scroll-down): New commands.
15191 (cua--init-keymaps): Remap scroll-up and scroll-down.
15192
15193 * emulation/cua-rect.el (cua--convert-rectangle-as):
15194 New defmacro.
15195 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15196 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15197 New commands (suggested by Jordan Breeding).
15198
15199 2004-04-30 Juanma Barranquero <lektu@terra.es>
15200
15201 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15202
15203 2004-04-30 Mario Lang <mlang@delysid.org>
15204
15205 * diff.el (diff-switches): Fix typo in docstring.
15206
15207 2004-04-30 Alex Schroeder <alex@gnu.org>
15208
15209 * xml.el (xml-debug-print-internal): Don't add newline and
15210 indentation to text nodes and write empty elements as empty tags
15211 instead of opening and closing tags.
15212 (xml-debug-print): Take optional indent-string argument.
15213 (xml-print): Alias for xml-debug-print.
15214
15215 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15216
15217 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15218 than duplicate call to `line-beginning-position'.
15219
15220 * progmodes/f90.el (f90-get-present-comment-type):
15221 Return whitespace, as well as comment chars, for consistent filling
15222 of comment blocks. Use `match-string-no-properties'.
15223 (f90-break-line): Trim trailing whitespace when filling comments.
15224
15225 2004-04-30 Dave Love <fx@gnu.org>
15226
15227 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15228 (diary-from-outlook-internal, diary-from-outlook)
15229 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15230 New functions to import diary entries from Outlook-format
15231 appointments in mail messages.
15232
15233 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15234
15235 * progmodes/python.el (python-send-command): New fun.
15236 (python-send-region, python-load-file): Use it.
15237
15238 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15239
15240 * help-fns.el (help-C-file-name): Use new subr-name.
15241 Prepend `src/' to the file name.
15242 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15243 (describe-function-1, describe-variable): Only find a C source file
15244 name if DOC is already loaded.
15245
15246 * help-mode.el (help-function-def, help-variable-def):
15247 Use the new find-function-search-for-symbol functionality.
15248 Allow FILE to be `C-source'.
15249
15250 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15251 (find-function-C-source): New fun.
15252 (find-function-search-for-symbol): Use it.
15253
15254 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15255
15256 * progmodes/sql.el (sql-product-alist): Rename variable
15257 `sql-product-support'. Add Postgres login parameters.
15258 (sql-set-product, sql-product-feature): Update with renamed variable.
15259 (sql-connect-postgres): Add username prompt.
15260 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15261 Make patterns less product specific.
15262 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15263 (sql-mode-abbrev-table): Modify initialization.
15264 (sql-builtin-face): Add variable.
15265 (sql-keywords-re): Add macro.
15266 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15267 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15268 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15269 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15270 (sql-mode-linter-font-lock-keywords)
15271 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15272 (sql-mode-sybase-font-lock-keywords)
15273 (sql-mode-informix-font-lock-keywords)
15274 (sql-mode-interbase-font-lock-keywords)
15275 (sql-mode-ingres-font-lock-keywords)
15276 (sql-mode-solid-font-lock-keywords)
15277 (sql-mode-sqlite-font-lock-keywords)
15278 (sql-mode-db2-font-lock-keywords): Default to nil.
15279 (sql-product-font-lock): Always highlight ANSI keywords.
15280 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15281 (sql-send-string): Add function.
15282
15283 2004-04-29 Dave Love <fx@gnu.org>
15284
15285 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15286 (cfengine-end-of-defun): Ensure progress through buffer.
15287
15288 * info-look.el (cfengine-mode): Accept a terminal ().
15289
15290 2004-04-29 Juri Linkov <juri@jurta.org>
15291
15292 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15293 instead of isearch-yank-word-or-char. Add new key bindings for
15294 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15295 (isearch-del-char): New fun.
15296 (isearch-forward, isearch-edit-string): Update docstring.
15297 (isearch-yank-char): Doc fix.
15298 (isearch-other-meta-char): Restore point after scrolling.
15299
15300 * progmodes/compile.el (compilation-context-lines): Add nil option
15301 to disable compilation output window scrolling.
15302 (compilation-set-window): Use it.
15303
15304 * outline.el (outline-next-preface, outline-show-heading):
15305 Don't leave unhidden blank line before heading.
15306 (outline-end-of-subtree): Include last newline into subtree.
15307 (hide-entry): Leave point at beginning of heading instead of end.
15308 (outline-up-heading): Push mark for the first call of successive
15309 command calls.
15310
15311 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15312
15313 * comint.el (comint-prompt-read-only): New variable.
15314 (comint-output-filter): Implement it.
15315
15316 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15317 (ielm-prompt-internal): New variable.
15318 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15319 (ielm-send-input): Delete unused variable `buf'.
15320 (ielm-eval-input): Use `ielm-prompt-internal'.
15321 (inferior-emacs-lisp-mode): Use new variables
15322 `comint-prompt-read-only' and `ielm-prompt-internal'.
15323 Get rid of obsolete variable `directory-sep-char'.
15324 (ielm): Use `zerop'.
15325
15326 2004-04-29 John Paul Wallington <jpw@gnu.org>
15327
15328 * thumbs.el (toplevel): Require cl at compile time.
15329 Remove conditional definitions of `ignore-errors' and `caddar'
15330 because they occur at run time.
15331
15332 2004-04-28 Nick Roberts <nickrob@gnu.org>
15333
15334 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15335 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15336 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15337 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15338
15339 * progmodes/gud.el (gud-common-init): Throw an error if program is
15340 already running under gdb.
15341
15342 2004-04-28 John Paul Wallington <jpw@gnu.org>
15343
15344 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15345 (thumbs-show-image-num): Move assignment of
15346 `thumbs-current-image-filename' within scope of `i'.
15347 (thumbs-emboss-image): Don't use `evenp'.
15348
15349 2004-04-28 Richard M. Stallman <rms@gnu.org>
15350
15351 * progmodes/compile.el (compilation-context-lines): Default now 0.
15352
15353 2004-04-28 Juanma Barranquero <lektu@terra.es>
15354
15355 Use `time-less-p' from calendar/time-date.el instead of defining
15356 custom versions of it.
15357
15358 * pcomplete.el (pcomplete-time-less-p): Remove.
15359
15360 * thumbs.el (time-less-p): Remove.
15361
15362 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15363 (timeclock-generate-report): Use `time-less-p'.
15364
15365 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15366 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15367
15368 2004-04-28 Masatake YAMATO <jet@gyve.org>
15369
15370 * subr.el (remove-overlays): Make arguments optional.
15371
15372 * wid-edit.el (widget-specify-button): Put evaporate to the
15373 overlay for sample.
15374 (widget-specify-sample): Put evaporate to the overlay for sample.
15375 (widget-specify-doc): Put evaporate to the overlay for documentation.
15376
15377 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15378
15379 * info.el (info-apropos): Make it an index node. Align node names
15380 like makeinfo.
15381
15382 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15383
15384 * net/browse-url.el (browse-url-netscape-sentinel)
15385 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15386 (browse-url-epiphany-sentinel, browse-url-mosaic):
15387 Use browse-url-*-program instead of a literal program name.
15388
15389 2004-04-27 Kevin Ryde <user42@zip.com.au>
15390
15391 * eshell/em-alias.el:
15392 * eshell/em-dirs.el:
15393 * eshell/em-hist.el:
15394 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15395 features when M-x customize-group loads modules before the main
15396 eshell.el.
15397
15398 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15399
15400 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15401 either a character representation of an event or an event
15402 description list.
15403
15404 * type-break.el: Capitalise Emacs and Lisp.
15405 (type-break-good-break-interval, type-break-demo-boring-stats)
15406 (type-break-terse-messages, type-break-file-name): New defcustoms.
15407 (type-break-post-command-hook)
15408 (type-break-warning-countdown-string): Quote variable names in doc.
15409 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15410 (type-break-mode): Document type-break-good-break-interval and the
15411 "session" file. Schedule break according to the session file.
15412 Kill session file buffer on exit. Organise for save-some-buffers
15413 to always save the session file.
15414 (type-break-mode-line-message-mode, type-break-query-mode):
15415 Uppercase arguments.
15416 (type-break-file-time, type-break-file-keystroke-count, timep)
15417 (type-break-choose-file, type-break-get-previous-time)
15418 (type-break-get-previous-count): New defuns.
15419 (type-break): Avoid break querying after a completed break in the
15420 case where the query was initiated during user invocation of the
15421 break. Optional terse messages.
15422 Use type-break-good-break-interval if type-break-good-rest-interval is
15423 nil. File the break time.
15424 (type-break-schedule): New optional args for overriding the use of
15425 the current time.
15426 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15427 after a break.
15428 (type-break-check): File the keystroke count.
15429 (type-break-do-query): Prevent a second query when the break is
15430 interrupted. Optional terse message.
15431 (type-break-keystroke-reset): Record the start of a typing interval.
15432 (type-break-demo-boring): Optional terse messages. Display word
15433 per minute and keystroke counts according to
15434 type-break-demo-boring-stats.
15435
15436 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15437
15438 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15439 directories, make sure they exist under archive-tmpdir.
15440
15441 2004-04-27 Juri Linkov <juri@jurta.org>
15442
15443 * help.el (view-emacs-news): With argument, display info for the
15444 selected version by finding it among different NEWS files, and
15445 narrowing the buffer to the selected version.
15446
15447 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15448 same-window-buffer-names.
15449 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15450 non-numeric prefix argument, append the number to the buffer name
15451 for numeric prefix argument.
15452 (info-other-window): Bind same-window-regexps to nil.
15453 (Info-reference-name): Rename to Info-point-loc.
15454 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15455 and Info-find-index-name for stringy Info-point-loc.
15456 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15457 without middle `.', but with final `.' and optional line number
15458 for it. Set Info-point-loc for index nodes.
15459 (Info-index): Remove middle `.' from index entry regexp.
15460 Modify line number regexp.
15461 (Info-index-next): Decrement line number.
15462 (info-apropos): Remove middle `.' from index entry regexp.
15463 Add optional line number regexp at the end. Add matched value
15464 for line number to the result list and insert it to the buffer.
15465 Replace match-string by match-string-no-properties.
15466 Reorder result list.
15467 (Info-fontify-node): Hide index line numbers.
15468 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15469 empty matches.
15470 (Info-follow-reference): Use `str' instead of
15471 Info-following-node-name-re.
15472 (Info-toc): Use full file names. Set Info-current-node to "Top".
15473 (Info-fontify-node): Compare file names without directory name.
15474 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15475 Set second arg of Info-extract-menu-node-name for index nodes.
15476 (info-xref-visited): Use magenta3 instead of magenta4.
15477 (Info-mode): Add info-apropos to docstring.
15478
15479 * log-view.el (log-view-diff): Replace interactive code "r"
15480 by a list to allow to call it even if region is not active.
15481
15482 * paren.el (show-paren-highlight-openparen): New var.
15483 (show-paren-function): Turn on openparen highlighting when
15484 matching forward if show-paren-highlight-openparen is non-nil.
15485
15486 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15487 the constant value 1.
15488 (completions-common-part): Expand docstring.
15489
15490 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15491
15492 2004-04-27 Kim F. Storm <storm@cua.dk>
15493
15494 * image.el (insert-sliced-image): Use line-height instead of
15495 line-spacing property on newline.
15496
15497 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15498
15499 * desktop.el (desktop-buffer-misc-data-function): Rename to
15500 desktop-save-buffer and change docstring.
15501 (desktop-buffer-modes-to-save): Delete.
15502 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15503 desktop-buffer-modes-to-save.
15504 (desktop-save): Rename desktop-buffer-misc-data-function to
15505 desktop-save-buffer and allow non-function value.
15506 (desktop-missing-file-warning): Correct docstring.
15507
15508 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15509 to desktop-save-buffer.
15510
15511 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15512 desktop-save-buffer.
15513
15514 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15515
15516 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15517
15518 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15519
15520 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15521
15522 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15523
15524 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15525 (ielm): Only go to the end of the buffer when starting a new process.
15526
15527 2004-04-25 Juanma Barranquero <lektu@terra.es>
15528
15529 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15530 mode line. Bind `inhibit-read-only' to t before modifying
15531 properties of text in the buffer.
15532 (ielm): Force point to the end of buffer, even when running ielm
15533 from inside itself.
15534
15535 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15536
15537 * info.el (info-apropos): Reset Info-complete-cache.
15538
15539 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15540
15541 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15542 Also recognize severe Irix et al. messages.
15543 (compilation-normalize-filename, compile-abbreviate-directory):
15544 Delete functions.
15545 (compilation-get-file-structure): New function inherits
15546 functionality of the two preceding ones.
15547 (compilation-internal-error-properties, compilation-fake-loc):
15548 Use it so that different paths to the same file share the same
15549 markers. Also optimize finding adjacent marker slightly.
15550
15551 2004-04-25 Kim F. Storm <storm@cua.dk>
15552
15553 * image.el (insert-sliced-image): Add line-spacing t property
15554 to newlines separating image lines.
15555
15556 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15557
15558 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15559
15560 * ielm.el (ielm-prompt-read-only): New user option.
15561 (ielm-prompt): Expand docstring to describe new behavior.
15562 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15563 mention it in the docstring.
15564
15565 2004-04-24 Andreas Schwab <schwab@suse.de>
15566
15567 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15568
15569 * diff.el (diff): Set default-directory in diff buffer.
15570
15571 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15572
15573 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15574 mail was being composed if the terminal cannot display more than
15575 one frame; instead, switch to previous frame.
15576
15577 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15578 (rmail-start-mail): Support rmail-mail-new-frame even on
15579 terminals that can display only one frame at a time.
15580
15581 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15582
15583 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15584 (checkdoc-output-font-lock-keywords): Remove error regexp.
15585 (checkdoc-output-mode-map): Remove.
15586 (checkdoc-output-mode): Derive from compilation-mode.
15587 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15588
15589 * dired.el (dired-mode-map): Add a menu entry for wdired.
15590
15591 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15592 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15593
15594 * wdired.el (wdired-mode-map): Move init into declaration.
15595 Fix `return' binding.
15596 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15597 Use force-mode-line-update.
15598 (wdired-get-filename): Use `unless'.
15599 (wdired-preprocess-files): Don't assume names have no \n and use / for
15600 dir separator.
15601 (wdired-normalize-filename): Use replace-regexp-in-string.
15602 (wdired-load-hooks): Remove.
15603 (wdired-mode-hooks): Rename to wdired-mode-hook.
15604
15605 * info-look.el: Add support for cfengine-mode.
15606 (info-lookup-setup-mode): Use dolist.
15607
15608 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15609
15610 * wdired.el: New file.
15611
15612 2004-04-23 Juanma Barranquero <lektu@terra.es>
15613
15614 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15615
15616 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15617 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15618 (pcomplete--help, pcomplete--here): Doc fixes.
15619
15620 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15621
15622 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15623 handles wrong-number-of-arguments in backend call.
15624
15625 * vc.el (vc-print-log): Likewise.
15626
15627 2004-04-20 Dave Love <fx@gnu.org>
15628
15629 * emacs-lisp/rx.el: Doc fixes.
15630 (rx-constituents): Add/extend many forms.
15631 (rx-check): Check form is a list.
15632 (bracket): Defvar.
15633 (rx-check-any, rx-any, rx-check-not): Modify.
15634 (rx-not): Simplify.
15635 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15636 (rx-kleene): Use rx-trans-forms.
15637 (rx-quote-for-set): Delete.
15638 (rx): Allow multiple args.
15639
15640 2004-04-23 Kenichi Handa <handa@m17n.org>
15641
15642 * international/mule-util.el (char-displayable-p): Simplify by
15643 using internal-char-font.
15644
15645 2004-04-23 Juanma Barranquero <lektu@terra.es>
15646
15647 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15648
15649 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15650
15651 * diff-mode.el (diff-next-error): New fun.
15652 (diff-mode): Use it.
15653
15654 * simple.el (next-error): Change arg name.
15655 Add support for the documented C-u C-x ` usage.
15656
15657 * frame.el (special-display-popup-frame, next-multiframe-window)
15658 (previous-multiframe-window): Only consider frames on same display.
15659
15660 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15661
15662 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15663 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15664
15665 2004-04-22 Kim F. Storm <storm@cua.dk>
15666
15667 * net/telnet.el (telnet): Add optional port arg.
15668
15669 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15670
15671 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15672 Minor sanity check on the `hyperlink' slot.
15673
15674 * Makefile.in (recompile): Compile new files.
15675
15676 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15677 Add byte-recompile-directory's optional `arg'.
15678
15679 * cvs-status.el (cvs-tree-use-charset): New var.
15680 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15681 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15682 (cvs-status-cvstrees): Use it.
15683
15684 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15685 Make it a normal major mode.
15686 (checkdoc-buffer-label): Make sure the file name is meaningful.
15687 (checkdoc-output-to-error-buffer): Remove.
15688 (checkdoc-error, checkdoc-start-section): Rewrite.
15689
15690 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15691 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15692 (Info-title-4-face): Use new syntax.
15693 (info-xref-visited): Inherit from info-xref.
15694
15695 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15696
15697 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15698
15699 * simple.el (next-error-last-buffer, next-error-function):
15700 New variables for the next-error framework.
15701 (next-error-buffer-p): New function.
15702 (next-error-find-buffer): Generalize compilation-find-buffer.
15703 (next-error, previous-error, first-error, next-error-no-select)
15704 (previous-error-no-select): Move from compile.el.
15705
15706 * replace.el (occur-next-error, occur-1): Hook into the next-error
15707 framework.
15708
15709 * progmodes/compile.el (compilation-start):
15710 Set next-error-last-buffer so next-error knows where to jump.
15711 (compilation-setup): Set the buffer-local variable
15712 next-error-function to 'compilation-next-error-function.
15713 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15714 alternate way to find if a buffer is a compilation buffer, for
15715 next-error convenience.
15716 (next-error-no-select, previous-error-no-select, next-error)
15717 (previous-error, first-error): Move to simple.el.
15718 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15719 (compilation-last-buffer): Remove.
15720 (compilation-start, compilation-next-error, compilation-setup)
15721 (compilation-next-error-function, compilation-find-buffer):
15722 Remove compilation-last-buffer use.
15723
15724 2004-04-21 Juanma Barranquero <lektu@terra.es>
15725
15726 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15727 (font-lock-warning-face): Fix spacing.
15728
15729 * makefile.w32-in (WINS): Add url/ directory.
15730
15731 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15732
15733 * desktop.el (desktop-buffer-mode-handlers): New variable.
15734 Alist of major mode specific functions to restore a desktop buffer.
15735 (desktop-buffer-handlers): Make variable obsolete.
15736 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15737 Catch errors signaled in handlers. Update buffer count.
15738 Evaluate desktop-buffer-point.
15739 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15740 move to dired.el.
15741 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15742 move to info.el.
15743 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15744 move to mail/rmail.el.
15745 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15746 to mh-e/mh-e.el.
15747 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15748 On fail, print message (to message buffer) even if
15749 desktop-missing-file-warning is nil.
15750 (desktop-buffer-misc-data-function): New buffer local variable.
15751 Function returning major mode specific data.
15752 (desktop-buffer-misc-functions): Make variable obsolete.
15753 (desktop-save): Use desktop-buffer-misc-data-function.
15754 (desktop-buffer-dired-misc-data): Rename to
15755 dired-desktop-buffer-misc-data and move to dired.el.
15756 (desktop-buffer-info-misc-data): Rename to
15757 Info-desktop-buffer-misc-data and move to info.el.
15758 (desktop-read): Add message about number of buffers restored/failed.
15759
15760 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15761 Add parameters. Pause to display error only when
15762 desktop-missing-file-warning is non-nil.
15763 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15764 (dired-mode): Bind desktop-buffer-misc-data-function.
15765
15766 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15767 Add Parameters.
15768 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15769 (Info-mode): Bind desktop-buffer-misc-data-function.
15770
15771 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15772 Add Parameters.
15773
15774 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15775 Add Parameters.
15776
15777 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15778
15779 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15780 the case of letters in case-insensitive expansions when the
15781 abbrev is preceded by characters with letter syntax.
15782
15783 2004-04-21 Richard M. Stallman <rms@gnu.org>
15784
15785 * progmodes/cperl-mode.el (cperl-putback-char):
15786 Delete Emacs 18 definition.
15787
15788 * international/mule.el (ctext-post-read-conversion):
15789 Use assoc-string, not assoc-ignore-case.
15790
15791 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15792
15793 * emacs-lisp/easymenu.el (easy-menu-add):
15794 Do call x-popup-menu, but only if it's defined.
15795
15796 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15797
15798 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15799 Handle multiple args: compile like progn.
15800
15801 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15802 take all args as &rest arg.
15803
15804 * autoinsert.el (auto-insert-alist): Insert the user's name in
15805 copyright notice, rather than Free Software Foundation.
15806
15807 2004-04-21 Kenichi Handa <handa@m17n.org>
15808
15809 * descr-text.el (describe-char): Make it work on *Help* buffer.
15810
15811 2004-04-21 Kim F. Storm <storm@cua.dk>
15812
15813 * image.el (insert-image): Add optional SLICE arg.
15814 (insert-sliced-image): New defun.
15815
15816 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15817
15818 * subr.el (read-number): Check whether `default' is nil.
15819
15820 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15821
15822 * progmodes/compile.el (compilation-error-properties):
15823 Split into two.
15824 (compilation-internal-error-properties): New one.
15825 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15826
15827 2004-04-20 Richard M. Stallman <rms@gnu.org>
15828
15829 * window.el (split-window-save-restore-data):
15830 Don't update the data if OLD-INFO is nil.
15831
15832 * view.el (view-return-to-alist): Mark it permanent local.
15833
15834 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15835
15836 * recentf.el (recentf-save-list): Catch and warn about errors.
15837
15838 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15839 so "Buffers" won't be pure.
15840
15841 * help-mode.el (help-mode-finish): Set help-return-alist first
15842 thing, setting only the entry for the selected window.
15843
15844 * help-fns.el (describe-function-1): If many non-control non-meta
15845 keys run the command, don't list all of them.
15846
15847 2004-04-20 Juanma Barranquero <lektu@terra.es>
15848
15849 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15850 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15851
15852 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15853
15854 2004-04-20 Kenichi Handa <handa@m17n.org>
15855
15856 * international/quail.el (quail-lookup-key): New optional arg
15857 NOT-RESET-INDICES.
15858 (quail-get-translations): Call quail-lookup-key with
15859 NOT-RESET-INDICES t.
15860 (quail-completion): Likewise.
15861 (quail-lookup-map-and-concat): Likewise.
15862
15863 2004-04-20 Kenichi Handa <handa@m17n.org>
15864
15865 * international/quail.el (quail-update-translation): Don't insert
15866 such an unsupported multibyte char in a unibyte buffer.
15867
15868 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15869
15870 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15871 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15872 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15873 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15874 (gdb-frame-assembler-buffer): Improve behaviour with
15875 multiple frames.
15876 (gdb-display-buffer): Extend search to all visible frames.
15877
15878 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15879
15880 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15881 characters left after base64 decoding.
15882 (rmail-decode-region): Use -dos variety of `coding', to remove any
15883 ^M characters left after qp or base64 decoding.
15884
15885 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15886
15887 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15888 messages.
15889
15890 2004-04-19 Stephen Eglen <stephen@gnu.org>
15891
15892 * add-log.el (add-change-log-entry): Update doc string to mention
15893 add-log-full-name and add-log-mailing-address.
15894
15895 2004-04-18 Juri Linkov <juri@jurta.org>
15896
15897 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15898 (Info-find-node-2): Simplify error message.
15899 (Info-insert-dir): Use Info-following-node-name.
15900 (Info-goto-node): Remove *info-history* and *info-toc*.
15901 (Info-history): Create a node of the virtual history file.
15902 (Info-toc): Create a node of the virtual toc file.
15903 (Info-insert-toc): New arg `curr-file' for reference file names.
15904 (info-apropos): Remove redundant var binding for temp-file.
15905 (Info-index, Info-index-next, Info-mode): Doc fix.
15906 (Info-goto-emacs-command-node): Don't jump to *info* from
15907 non-*info* Info buffers.
15908 (Info-fontify-node): Don't show the file name of external
15909 references if `Info-hide-note-references' is `hide'. Don't hide
15910 newlines at the end of paragraphs.
15911
15912 * international/mule-diag.el (list-input-methods):
15913 Fix args to help-xref-button.
15914
15915 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15916 to put into effect local variables from TUTORIAL files.
15917
15918 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15919 with default value taken from the variable `sentence-end'.
15920 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15921 Add nil const to :type.
15922 (sentence-end-without-period, sentence-end-double-space)
15923 (sentence-end-without-space): Doc fix.
15924
15925 * textmodes/paragraphs.el (forward-sentence):
15926 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15927 (fill-delete-newlines):
15928 * progmodes/cc-cmds.el (c-beginning-of-statement):
15929 Use function `sentence-end' instead of variable `sentence-end'.
15930
15931 2004-04-18 Andreas Schwab <schwab@suse.de>
15932
15933 * progmodes/compile.el (compilation-start): Set window start to
15934 point-min if compilation-scroll-output is nil.
15935
15936 2004-04-18 John Wiegley <johnw@newartisans.com>
15937
15938 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15939
15940 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15941
15942 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15943 (gdb-info-breakpoints-custom): Revert previous change.
15944 (gdb-view-assembler): Update assembler if necessary.
15945 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15946 (gdb-display-source-buffer): Update properly when both source and
15947 assembler are visible.
15948
15949 2004-04-17 John Wiegley <johnw@newartisans.com>
15950
15951 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15952 which limits the number of names shown in the minibuffer. Off by
15953 default.
15954 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15955 up iswitchb for users with a multitude of open buffers by showing
15956 only the first and last N/2 buffers in the completion list (which
15957 is enough to aid C-s/C-r, and to know that more characters are
15958 needed to refine the completion list).
15959
15960 2004-04-17 Richard M. Stallman <rms@gnu.org>
15961
15962 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15963 (file-truename): Expand all ~ constructs directly.
15964 (insert-directory): Delete any error msg output by the
15965 `insert-directory-program'.
15966
15967 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15968 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15969 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15970 (allout-init): Use find-file-hook, not find-file-hooks.
15971 (allout-mode): Eliminate Emacs 18 support.
15972 Use write-contents-functions, not local-write-file-hooks.
15973
15974 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15975
15976 * progmodes/compile.el (compilation-error-properties): Fix for
15977 adding messages when there are already markers for their file.
15978 (compilation-fake-loc): New function.
15979
15980 2004-04-16 Dave Love <fx@gnu.org>
15981
15982 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15983 (python-load-file): Fix python-orig-start setting.
15984
15985 * progmodes/compile.el: Doc fixes.
15986 (compilation-error-regexp-alist-alist)
15987 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15988 (compilation-assq): Wrap in eval-when-compile.
15989 (compilation-mode-font-lock-keywords): Don't use list*.
15990 (compilation-start): Avoid warning.
15991 (compilation-compat-error-properties)
15992 (compilation-directory-properties): Add keymap property.
15993 (compilation-parsing-end): Make it a marker for better compatibility.
15994
15995 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15996
15997 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15998
15999 * xml.el: Doc fixes.
16000 (xml-get-children): Only looks at sub-tags and ignore strings.
16001
16002 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16003
16004 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16005
16006 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16007
16008 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16009
16010 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16011
16012 * vc.el (vc-print-log): Likewise.
16013
16014 2004-04-16 Masatake YAMATO <jet@gyve.org>
16015
16016 * simple.el (completion-setup-function): Set an initial value
16017 to `element-common-end' before entering loop. Set a value
16018 to `element-common-end' at the end of loop.
16019 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16020 (completions-common-part): Rename from completion-de-emphasis.
16021 (completions-first-difference): Rename from completion-emphasis.
16022 Suggested by RMS.
16023
16024 2004-04-16 Juanma Barranquero <lektu@terra.es>
16025
16026 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16027 (bookmark-edit-annotation-mode): Add mode name.
16028
16029 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16030
16031 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16032 for nested conflict markers.
16033 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16034
16035 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16036
16037 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16038
16039 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16040
16041 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16042
16043 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16044 Give a backtrace if requested.
16045
16046 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16047
16048 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16049 Remove unused functions.
16050 (python-orig-start-line, python-orig-file): Remove.
16051 (python-orig-start): New var.
16052 (python-input-filter, python-compilation-line-number)
16053 (python-send-region, python-load-file): Use it.
16054
16055 * info.el (info): Always jump to *info*.
16056
16057 * subr.el (posn-set-point): New function.
16058
16059 * mouse.el (mouse-set-point): Use it.
16060
16061 * progmodes/compile.el (compile-goto-error): Use it.
16062 (compilation-button-map): New keymap.
16063 (compilation-error-properties): Use it.
16064 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16065
16066 * smerge-mode.el (smerge-popup-context-menu): Use it.
16067
16068 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16069 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16070 mouse and non-mouse case.
16071
16072 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16073 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16074
16075 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16076 Make it work for non-mouse events.
16077
16078 * pcvs-info.el (cvs-status-map): Update binding name.
16079
16080 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16081
16082 * xml.el (xml-maybe-do-ns): New function to handle namespace
16083 parsing of both attribute and element names.
16084 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16085 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16086 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16087 (xml-parse-attlist): Make it do its own namespace parsing.
16088
16089 2004-04-14 Dave Love <fx@gnu.org>
16090
16091 * progmodes/python.el (run-python): Fix use of \n.
16092 (python-load-file): Remove `try' from Python fragment.
16093 (python-describe-symbol): Fix message.
16094
16095 * comint.el: Doc fixes.
16096 (comint-last-input-start, comint-last-input-end)
16097 (comint-last-output-start): Give them values.
16098 (comint-arguments): Avoid warning.
16099 (comint-skip-prompt): Use line-end-position.
16100 (comint-backward-matching-input): Rename arg to agree with doc.
16101 (comint-extract-string): Use syntax-ppss.
16102 (comint-dynamic-simple-complete): Delete useless list construction.
16103 (comint-redirect-subvert-readonly): New.
16104 (comint-redirect-preoutput-filter): Use it.
16105
16106 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16107 Correctly handle negative arguments when calling hook functions.
16108
16109 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16110
16111 * info.el (info-apropos): Don't clobber Info-history-list.
16112
16113 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16114
16115 * progmodes/compile.el (compilation-setup):
16116 Localize overlay-arrow-position.
16117 (compilation-sentinel): Restructure code equivalently.
16118 (compilation-next-error): Find message on same line after point if
16119 not found before point.
16120 (compile-mouse-goto-error): Restore function so that compilation
16121 buffer need not be current and use compile-goto-error.
16122 (compile-goto-error): Restore function.
16123 (next-error): Set overlay-arrow-position.
16124 (compilation-forget-errors): Don't localize already local
16125 compilation-locs and remove FIXME about refontifying.
16126
16127 2004-04-14 Kim F. Storm <storm@cua.dk>
16128
16129 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16130 (command-line): New option -Q. Like -q --no-site-file, but
16131 in addition it also disables menu-bar, tool-bar, scroll-bars,
16132 tool-tips, and the blinking cursor.
16133 (command-line-1): Skip startup screen if -Q.
16134 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16135
16136 * emulation/cua-base.el (cua-read-only-cursor-color)
16137 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16138
16139 2004-04-13 Dave Love <fx@gnu.org>
16140
16141 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16142 (syntax): Don't require.
16143 (python) <defgroup>: Add :version.
16144 (python-quote-syntax): Re-written.
16145 (inferior-python-mode): Move stuff here from run-python and add
16146 some more.
16147 (python-preoutput-continuation, python-preoutput-result)
16148 (python-dotty-syntax-table): New.
16149 (python-describe-symbol): Use them.
16150 (run-python): Move stuff to inferior-python-mode. Modify code
16151 loaded into Python.
16152 (python-send-region): Use python-proc, python-send-string.
16153 (python-send-string): Send newlines too. Callers changed.
16154 (python-load-file): Re-written.
16155 (python-eldoc-function): New.
16156 (info-look): Don't require.
16157 (python-after-info-look): New. A modified version of former
16158 top-level code for use with eval-after-load.
16159 (python-maybe-jython, python-guess-indent): Use widened buffer.
16160 (python-fill-paragraph): Re-written.
16161 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16162 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16163
16164 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16165
16166 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16167 Set compilation-error-regexp-alist earlier.
16168
16169 * progmodes/compile.el (compilation-minor-mode-map)
16170 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16171 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16172
16173 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16174
16175 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16176 corresponding to the event.
16177
16178 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16179
16180 * loadup.el: Add cygwin to system-type list, for unexec() support.
16181
16182 2004-04-12 John Paul Wallington <jpw@gnu.org>
16183
16184 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16185 (ibuffer-restore-window-config-on-quit): New variable to replace
16186 `ibuffer-delete-window-on-quit'. Update all references.
16187 (ibuffer-prev-window-config): New variable.
16188 (ibuffer-quit): Restore previous window configuration instead of
16189 deleting window.
16190 (ibuffer): Save window configuration before showing Ibuffer buffer.
16191
16192 * help.el (describe-mode): Doc fix.
16193
16194 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16195
16196 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16197 not to treat nil as a function.
16198
16199 * vc-arch.el (vc-arch-root): Be a bit more careful.
16200 (vc-arch-register): Save the buffer if we modified it.
16201 (vc-arch-delete-rej-if-obsolete): Save excursion.
16202 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16203 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16204
16205 * net/ldap.el (ldap-search): Use list*.
16206
16207 2004-04-12 Juri Linkov <juri@jurta.org>
16208
16209 * info.el (Info-follow-reference): Allow multiline reference name.
16210
16211 2004-04-11 Dave Love <fx@gnu.org>
16212
16213 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16214
16215 * progmodes/python.el: New file.
16216
16217 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16218
16219 * vc-hooks.el (vc-arg-list): Function removed.
16220 (vc-default-workfile-unchanged-p): Use condition-case to check for
16221 backward compatibility.
16222
16223 * vc.el (vc-print-log): Use condition-case to check for backward
16224 compatibility.
16225
16226 2004-04-11 Juri Linkov <juri@jurta.org>
16227
16228 * dired.el (dired-faces): New defgroup.
16229 (dired-header, dired-mark, dired-marked, dired-flagged)
16230 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16231 New faces.
16232 (dired-header-face, dired-mark-face, dired-marked-face)
16233 (dired-flagged-face, dired-warning-face, dired-directory-face)
16234 (dired-symlink-face, dired-ignored-face): New face variables.
16235 (dired-font-lock-keywords): Use them instead of font-lock faces.
16236 Split the rule for dired marks into 3 separate rules: for marks,
16237 marked file names and flagged file names.
16238
16239 * help-mode.el (help-make-xrefs): Add a final newline to the
16240 *Help* buffer.
16241
16242 2004-04-11 John Paul Wallington <jpw@gnu.org>
16243
16244 * replace.el (occur-engine): Distinguish between one and several
16245 matches in the matches per buffer heading.
16246
16247 2004-04-11 Kim F. Storm <storm@cua.dk>
16248
16249 * ido.el (ido-confirm-unique-completion): New defcustom.
16250 (ido-complete): Use it.
16251 (ido-write-file): Set it to t unconditionally.
16252
16253 2004-04-10 Miles Bader <miles@gnu.org>
16254
16255 RCS keyword removal (only non-comment changes are enumerated here):
16256
16257 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16258 (byte-compile-insert-header): Don't use `byte-compile-version'.
16259 * forms.el (forms-version): Variable removed.
16260 (forms-mode): Don't use `forms-version'.
16261 * recentf.el (recentf-version): Variable removed.
16262 * progmodes/delphi.el (delphi-version): Variable removed.
16263 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16264
16265 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16266
16267 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16268
16269 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16270
16271 * info.el (info-apropos): Improve menu item regexp.
16272
16273 2004-04-09 Simon Josefsson <jas@extundo.com>
16274
16275 * mail/smtpmail.el: Add comment, based on report by
16276 kdc@rcn.com (Kevin D. Clark).
16277
16278 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16279
16280 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16281 Redo one more thing that I didn't notice Daniel had undone.
16282
16283 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16284
16285 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16286 (gdb-goto-breakpoint, gdb-display-buffer)
16287 (gdb-display-source-buffer, gdb-view-source-function)
16288 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16289 (gdb-source-info, gdb-frame-handler): Don't specify a window
16290 for display.
16291 (gdb-info-breakpoints-custom): Remove superfluous update of
16292 assembler buffer.
16293 (gdb-many-windows): Make settable outside gdb.
16294
16295 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16296
16297 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16298 Derive from fundamental-mode rather than text-mode.
16299
16300 2004-04-08 Juri Linkov <juri@jurta.org>
16301
16302 * info.el (Info-history): Doc fix.
16303 (Info-history-list): New var.
16304 (info-xref): Change magenta4 to blue, remove bold for dark and
16305 light backgrounds, change bold to underline for non-color classes.
16306 (info-xref-visited): New face.
16307 (Info-fontify-visited-nodes): New custom.
16308 (Info-hide-note-references): Add new value `hide'. Doc fix.
16309 (Info-reference-name): New var.
16310 (Info-selection-hook): New custom.
16311 (Info-edit-mode-hook): New var.
16312 (Info-find-file): New fun.
16313 (Info-find-node): Move part of code to Info-find-file.
16314 (Info-find-node-2): Add anchors to Info-history-list. Move point
16315 to the place with the reference name if name is defined.
16316 (Info-select-node): Add current node to Info-history-list.
16317 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16318 (Info-search-whitespace-regexp): New custom.
16319 (Info-search-case-fold): New var.
16320 (Info-search): Add "case-sensitively" to the prompt.
16321 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16322 (Info-search-case-sensitively, Info-search-next): New fun.
16323 (Info-up): Move point to the menu item of the current node.
16324 (Info-history): New fun. Add *info-history* to
16325 same-window-buffer-names.
16326 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16327 (Info-insert-toc): New fun.
16328 (Info-build-toc): New fun.
16329 (Info-follow-reference): Add new arg `fork'. Doc fix.
16330 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16331 with the same name prefer the reference closest to point.
16332 (Info-next-reference): Replace * by + in the *Note regexp.
16333 Add regexp for http:// and ftp://. Skip the *Note prefix.
16334 (Info-prev-reference): Replace * by + in the *Note regexp.
16335 Add regexp for http:// and ftp://. Skip the *Note prefix.
16336 (Info-follow-nearest-node): Add new arg `fork'.
16337 (Info-try-follow-nearest-node): Add new arg `fork'.
16338 Call browse-url for http:// and ftp:// references.
16339 Set Info-reference-name for index entries.
16340 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16341 Info-search-next, Info-history, Info-toc, clone-buffer.
16342 (Info-menu-update): Replace * by + in the *Note regexp.
16343 (Info-mode): Add documentation for Info-history, Info-toc,
16344 Info-search-case-sensitively, Info-search-next, clone-buffer.
16345 (Info-fontify-menu-headers): Remove fun. Move code to
16346 Info-fontify-node.
16347 (Info-fontify-node): Add docstring. Add local vars
16348 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16349 then fontify header line, titles, menu headers, http and ftp
16350 references, refill paragraphs. If not-fontified-p is t or
16351 fontify-visited-p is t then fontify cross references, menu items.
16352 Fontify menu headers. Fontify http and ftp references.
16353 Change regexp for cross references to require whitespace after *Note,
16354 add matching groups for file and node names. Remove hack for quote.
16355 Use display property for Info-hide-note-references=t. Use fifth
16356 or fourth match for help-echo. Display visited nodes in a
16357 different face. Unhide file names of external references.
16358 Unhide newlines. Display visited menu items in a different face.
16359
16360 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16361
16362 * progmodes/compile.el: Require CL.
16363 (compilation-mode-font-lock-keywords): Re-install the "line as
16364 function" patch.
16365
16366 * help-fns.el (help-C-source-directory): New var.
16367 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16368 (describe-function-1, describe-variable): Use them.
16369
16370 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16371 to C source files specially.
16372
16373 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16374
16375 * info.el (Info-hide-cookies-node): New function.
16376 (Info-select-node): Use it.
16377 (Info-display-images-node): Remove message with image file name.
16378
16379 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16380
16381 * progmodes/compile.el (compilation-warning-face)
16382 (compilation-info-face, compilation-skip-threshold)
16383 (compilation-skip-visited, compilation-context-lines):
16384 Declare :version when added to Emacs.
16385 (compilation-error-regexp-alist-alist): Extend caml and irix.
16386 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16387 (compilation-mode-font-lock-keywords): Temporarily undo line as
16388 function patch, which wasn't ready.
16389
16390 2004-04-07 Kenichi Handa <handa@m17n.org>
16391
16392 * international/latin1-disp.el (latin1-display-setup): Check each
16393 character is displayable or not instead of calling
16394 latin1-display-check-font.
16395
16396 2004-04-06 Kenichi Handa <handa@m17n.org>
16397
16398 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16399 New variable.
16400 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16401 instead of sera-being-called-by-w3.
16402 (ethio-fidel-to-sera-buffer): Likewise.
16403 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16404 instead of sera-being-called-by-w3.
16405 (ethio-write-file): Likewise.
16406
16407 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16408
16409 * printing.el: Doc fix.
16410
16411 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16412
16413 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16414 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16415 (gdb-setup-windows): Only use separate IO buffer if required.
16416
16417 2004-04-06 Kim F. Storm <storm@cua.dk>
16418
16419 * term.el (term-is-xemacs): Remove.
16420 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16421 (term-window-width): New function.
16422 (term-mode, term-check-size): Use it.
16423 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16424
16425 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16426
16427 * cus-edit.el (custom-add-parent-links): Change unbound variable
16428 `symbol' to `name'.
16429
16430 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16431 * info.el (info-apropos): New function.
16432 (Info-mode-menu): Add it.
16433 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16434
16435 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16436 inherited docstring.
16437
16438 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16439
16440 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16441
16442 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16443
16444 * progmodes/compile.el (font-lock): Don't require any more.
16445 (compilation-error-properties, compilation-start, compilation-sentinel)
16446 (compilation-filter, next-error): Use with-current-buffer.
16447 (compilation-skip-to-next-location, compilation-skip-threshold)
16448 (compilation-skip-visited): Move to silence the byte-compiler.
16449 (compilation-setup): Simplify.
16450 (compilation-next-error): Use line-(beginning|end)-position.
16451 Make sure `pt' is non-nil before using compilation-loop.
16452 (compile-goto-error): Add optional event arg. Use it.
16453 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16454 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16455 Update the binding for mouse-2.
16456 (first-error): Set compilation-current-error to nil rather than bob.
16457 (compilation-parsing-end, compilation-parse-errors-function)
16458 (compilation-error-list, compilation-old-error-list):
16459 "New" compatibility variables.
16460 (compile-buffer-substring, compilation-compat-error-properties)
16461 (compilation-compat-parse-errors, compilation-forget-errors):
16462 New compatibility functions.
16463 (compilation-mode-font-lock-keywords): Use them.
16464
16465 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16466
16467 * autorevert.el (auto-revert-handler): If point (or a window
16468 point) is at the end of the buffer, keep it there after
16469 reverting. This allows to tail a file.
16470 Mention this in the `Commentary'.
16471
16472 * format.el (format-write-file): Add optional argument CONFIRM
16473 and make it behave like the analogous argument to `write-file'.
16474
16475 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16476
16477 * progmodes/ebnf2ps.el: Doc fix.
16478 (ebnf-version): New version number (4.2).
16479 (ebnf-syntax): Customization and docstring fix.
16480 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16481 Put autoloaded funs before first use.
16482 (ebnf-style-database): Add dtd entry.
16483 (ebnf-syntax-alist): Add dtd initialization.
16484 (ebnf-token-sequence): New fun.
16485 (ebnf-comment-table): Add new comment action character.
16486 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16487
16488 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16489 Type Definition for XML).
16490
16491 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16492 * progmodes/ebnf-bnf.el (ebnf-sequence):
16493 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16494 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16495 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16496 Code simplification: call ebnf-token-sequence.
16497
16498 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16499
16500 * calendar/timeclock.el (timeclock-relative)
16501 (timeclock-get-project-function, timeclock-get-workday-function)
16502 (timeclock-query-out, timeclock-when-to-leave)
16503 (timeclock-when-to-leave-string, timeclock-log-data)
16504 (timeclock-generate-report, timeclock-in): Doc fixes.
16505
16506 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16507
16508 * url/: New dir. Import the URL package from its repository.
16509
16510 2004-04-03 Andreas Schwab <schwab@suse.de>
16511
16512 * diff-mode.el (diff-mode): Fix missing quote.
16513
16514 2004-04-03 Juri Linkov <juri@jurta.org>
16515
16516 * descr-text.el (describe-property-list): Add `font-lock-face'.
16517
16518 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16519
16520 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16521
16522 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16523 Use utf-16le on little endian machines and utf-16be otherwise.
16524
16525 2004-04-02 David Kastrup <dak@gnu.org>
16526
16527 * net/browse-url.el (browse-url-generic): Use call-process
16528 instead of start-process to allow browsers that fork and detach.
16529
16530 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16531
16532 * compile.el (compilation-current-error): New var.
16533 (compilation-setup, compile-mouse-goto-error)
16534 (compile-goto-error, next-error): Use it.
16535 (compilation-skip-to-next-location): Default to t, which gives
16536 contiguous skipping like old compile (where this was redundant).
16537 (compilation-next-error): Prevent previous-* commands from moving
16538 back to message at or just before point.
16539
16540 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16541
16542 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16543 (gdb-source-info): Don't display source at startup, if required.
16544 (gdb-show-main): New option.
16545 (gdba): Update documentation.
16546 (gdb-source): Cover case of auto-display output.
16547
16548 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16549
16550 * autorevert.el: Delete obsolete autoload's and defvar's.
16551 (auto-revert-check-vc-info): New user option.
16552 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16553 (auto-revert-handler-vc): Delete.
16554 (auto-revert-handler): Treat return value `fast' of
16555 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16556
16557 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16558 return `fast'.
16559
16560 * files.el (buffer-stale-function): Doc change.
16561
16562 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16563
16564 * printing.el: New tip on Tips section.
16565 (pr-version): New version number (6.7.4).
16566 (pr-shell-file-name): Initialization fix.
16567
16568 2004-03-31 Juri Linkov <juri@jurta.org>
16569
16570 * dired.el: Add autoload for `dired-do-touch'.
16571 (dired-touch-program): New var.
16572 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16573 (dired-no-confirm): Add `touch' to docstring.
16574
16575 * dired-aux.el (dired-do-touch): New fun.
16576 (dired-do-chxxx): Add argument -t for touch operation.
16577
16578 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16579 `dired-move-to-filename-regexp'.
16580
16581 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16582
16583 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16584
16585 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16586
16587 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16588 and only if the buffer was modified.
16589
16590 2004-03-30 Kenichi Handa <handa@m17n.org>
16591
16592 * international/characters.el: Delete pairs for U+2308..U+230B.
16593
16594 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16595
16596 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16597 to detect the beginning of a level 2 or 3 annotation.
16598
16599 2004-03-29 Kenichi Handa <handa@m17n.org>
16600
16601 * international/ucs-tables.el (ucs-insert): Fix the error message.
16602
16603 2004-03-29 Kenichi Handa <handa@m17n.org>
16604
16605 * international/mule-util.el (char-displayable-p): Fix generation
16606 of XLFD file name.
16607
16608 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16609 before finding directories by `find'.
16610
16611 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * subr.el (interactive-form): Delete. Now implemented in C.
16614
16615 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16616
16617 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16618 (vc-diff-label): New fun.
16619 (vc-diff-internal): Use it.
16620
16621 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16622
16623 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16624
16625 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16626
16627 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16628 specify XML (EBNFX).
16629
16630 * progmodes/ebnf2ps.el: Doc fix.
16631 (ebnf-version): New version number (4.1).
16632 (ebnf-syntax): Adjust customization.
16633 (ebnf-style-database): Add ebnfx entry.
16634 (ebnf-syntax-alist): Add ebnfx initialization.
16635 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16636
16637 * printing.el: Doc fix.
16638 (pr-version): New version number (6.7.3).
16639 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16640 returns nil for mouse position. Reported by Drew Adams
16641 <drew.adams@oracle.com>.
16642 (pr-update-menus): Modify interactive declaration. Reported by Drew
16643 Adams <drew.adams@oracle.com>.
16644
16645 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16646
16647 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16648 (gud-gdba-marker-filter): Log the process input and output, if
16649 required. From Stefan Monnier.
16650 (gdb-debug-log, gdb-enable-debug-log): New variables.
16651 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16652
16653 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16654
16655 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16656 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16657
16658 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16659
16660 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16661 Call vc-find-file-hook here instead of in auto-revert-buffers.
16662 (auto-revert-buffers): Delete call to vc-find-file-hook.
16663 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16664 (global-auto-revert-mode, auto-revert-set-timer)
16665 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16666
16667 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16668
16669 * woman.el (woman-change-fonts): Rename local variable
16670 woman-font-alist to font-alist to avoid a compiler warning.
16671
16672 2004-03-27 Dave Love <fx@gnu.org>
16673
16674 * emacs-lisp/rx.el (rx): Doc fix.
16675 Fix copyright years.
16676
16677 * strokes.el (strokes-global-set-stroke-string): New function.
16678 (strokes-list-strokes): Cope with strings, not just commands.
16679 Set foreground colour of image.
16680 (strokes-global-set-stroke): Doc fix.
16681
16682 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16683
16684 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16685 Auto Revert mode.
16686 (Buffer-menu-files-only): New variable.
16687 (Buffer-menu-toggle-files-only): New function.
16688 (Buffer-menu-mode-map): Bind it to `T'.
16689 (Buffer-menu-mode): Mention `T' in docstring.
16690 Set buffer-stale-function.
16691 (list-buffers-noselect): Mark buffer non-modified and set
16692 Buffer-menu-files-only.
16693
16694 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16695
16696 * autorevert.el (auto-revert-handler): Print revert message
16697 before, rather than after, reverting.
16698 (buffer-stale-function): Move to files.el.
16699
16700 * files.el (buffer-stale-function): Move here from autorevert.el.
16701
16702 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16703
16704 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16705
16706 * calc/calc.el (calc-mode-map): Use mapc.
16707
16708 * apropos.el (apropos-mode): Don't autoload.
16709 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16710 (apropos): Use it.
16711 (apropos-print): Add optional `text' argument.
16712 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16713 Don't assume point-min == 1.
16714
16715 * bs.el (bs-buffer-list): Use buffer-local-value.
16716 (bs--set-toggle-to-show): Use with-current-buffer.
16717
16718 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16719 New funs.
16720 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16721
16722 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16723
16724 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16725 (dabbrev--find-expansion): Use pop.
16726 (dabbrev--search): Use match-string-no-properties.
16727
16728 * dired.el (dired-mode): Use run-mode-hooks.
16729 (dired-move-to-end-of-filename): Use match-string.
16730
16731 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16732 is bound before using it.
16733 (ediff-verbose-p): Make it into a var since it's not constant.
16734
16735 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16736
16737 * faces.el (read-face-font): Don't cons up unnecessarily.
16738 (header-line, tool-bar): Share common parts.
16739
16740 * files.el (file-relative-name): Use compare-strings.
16741
16742 * finder.el (finder-mode): Follow coding convention.
16743
16744 * subr.el (read-number): New function.
16745
16746 * ses.el (ses-read-number): Move to subr.el.
16747 (ses-set-header-row): Use read-number.
16748
16749 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16750
16751 * vc-hooks.el (vc-arg-list): New function, which handles both
16752 compiled and uncompiled code.
16753 (vc-default-workfile-unchanged-p): Use it.
16754
16755 * vc.el (vc-print-log): Undo prev change, use new function
16756 vc-arg-list from vc-hooks.el.
16757
16758 2004-03-26 Masatake YAMATO <jet@gyve.org>
16759
16760 * simple.el (completion-setup-function): Emphasize the
16761 first uncommon characters in the completions; and de-emphasize
16762 the common prefix substrings.
16763 (completion-emphasis): New face.
16764 (completion-de-emphasis): New face.
16765
16766 2004-03-25 Juanma Barranquero <lektu@terra.es>
16767
16768 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16769 Comment out (it's unused and unfinished code).
16770
16771 2004-03-25 Sam Steingold <sds@gnu.org>
16772
16773 * vc.el (vc-print-log): Fix a bug in the last patch:
16774 backend-function may be a byte-compiled object, not a lambda.
16775
16776 2004-03-25 Juri Linkov <juri@jurta.org>
16777
16778 * descr-text.el (describe-property-list): Add a button
16779 for `face' property that calls `describe-face'.
16780 Suggested by luis fernandes <elf@ee.ryerson.ca>
16781
16782 * international/mule.el (keyboard-coding-system):
16783 * kmacro.el (kmacro-call-macro): Fix docstring.
16784
16785 * dired.el: Fix comments.
16786
16787 * textmodes/fill.el (fill): Fix Info link.
16788
16789 * font-lock.el (fast-lock, lazy-lock):
16790 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16791 Info node.
16792
16793 * eshell/eshell.el (eshell): Fix broken info-link.
16794
16795 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16796 * eshell/em-banner.el (eshell-banner):
16797 * eshell/em-smart.el (eshell-smart):
16798 * eshell/esh-cmd.el (eshell-cmd):
16799 Comment out broken info-links to incomplete Info manual.
16800
16801 * info-xref.el: Fix commentary.
16802
16803 2004-03-25 Kevin Ryde <user42@zip.com.au>
16804
16805 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16806 Remove spurious node duplicate suppression, doesn't work, not wanted.
16807 (info-xref-output): Take format style args, add "sit-for 0" to let
16808 user see the results as they progress.
16809 (info-xref-check-all-custom): New function.
16810
16811 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16812
16813 * gdb-ui.el: Moved to progmodes.
16814
16815 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16816
16817 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16818
16819 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16820
16821 * calendar/appt.el (appt-check): Remove superfluous progn.
16822 When finished with diary buffer: if it was not being displayed
16823 before, kill it; otherwise restore its original state.
16824 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16825
16826 * calendar/calendar.el (calendar-set-mode-line): Use total
16827 available mode-line width, rather than frame-width.
16828
16829 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16830 after mode change so effect not lost.
16831
16832 2004-03-23 Dave Love <fx@gnu.org>
16833
16834 * dired.el (dired) <defgroup>: Add link to manual.
16835 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16836 (dired-revert): Use dolist.
16837 (dired-mode-map): Add U binding.
16838 (dired-mode): Add font-lock-beginning-of-syntax-function.
16839 (dired-garbage-files-regexp): Make it a defcustom.
16840
16841 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16842
16843 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16844 is equivalent to nil.
16845 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16846 (vc-arch-mode-line-string): Accept `added' state.
16847 (vc-arch-state): Use inode-sigs if available.
16848 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16849 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16850 (vc-arch-tagline-re): New var.
16851 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16852 New functions.
16853 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16854 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16855
16856 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16857 (vc-file-not-found-hook): Use it.
16858
16859 * diff-mode.el (diff-default-read-only): Change default.
16860 (diff-mode-hook): Make it a defcustom. Add some options.
16861 (diff-mode-map): Bind diff-refine-hook.
16862 (diff-yank-handler): New var.
16863 (diff-yank-function): New fun.
16864 (diff-font-lock-keywords): Use them.
16865 (diff-end-of-file): Handle case where file-header looks like diff text.
16866 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16867 (diff-file-kill): Delete a subsequent empty line, if applicable.
16868 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16869 (diff-find-file-name): Use it.
16870 (diff-tell-file-name): New command.
16871 (diff-mode): Be careful with view-mode.
16872 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16873 New functions, for use in diff-mode-hook.
16874 (diff-find-source-location): Catch "regex too large" errors.
16875 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16876 (diff-refine-hunk): New command.
16877
16878 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16879 (smerge-context-menu-map): Remove unused var.
16880 (smerge-keep-all): Preserve markers.
16881 (smerge-keep-n): New fun.
16882 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16883 (smerge-keep-current, smerge-ediff): Use it.
16884 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16885 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16886 (smerge-resolve): Resolve trivial 3-part conflicts.
16887
16888 2004-03-23 Juri Linkov <juri@jurta.org>
16889
16890 * man.el (Man-width): New var.
16891 (Man-getpage-in-background): Use it.
16892 (Man-support-local-filenames): New var and fun.
16893 (Man-build-man-command): Don't add a second %s.
16894 (Man-fontify-manpage): Clean up message.
16895 (Man-mode): Set outline-regexp, outline-level,
16896 imenu-generic-expression.
16897
16898 * woman.el (woman-fill-frame): Doc fix.
16899 (woman-decode-region): Use window-width instead of frame-width.
16900
16901 * abbrevlist.el (list-one-abbrev-table):
16902 * descr-text.el (describe-char):
16903 * international/mule-diag.el (describe-current-coding-system):
16904 * international/quail.el (quail-insert-decode-map):
16905 Use window-width instead of frame-width.
16906
16907 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16908 (jka-compr-mode-alist-additions): Add tbz.
16909 (jka-compr-write-region, jka-compr-insert-file-contents):
16910 Add message for undefined compress-program.
16911 (jka-compr-write-region): Remove redundant var bindings.
16912
16913 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16914 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16915 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16916 (dired-man): Use dired-guess-shell-command.
16917 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16918 Change default nil to t.
16919
16920 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16921 (dired-compare-directories): Add default value for empty input.
16922
16923 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16924
16925 * time.el (display-time-string-forms): Fix help-echo date format.
16926
16927 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16928
16929 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16930 (buffer-stale-function): New variable.
16931 (auto-revert-list-diff, auto-revert-dired-file-list)
16932 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16933 (auto-revert-handler): Take over some functionality of deleted
16934 functions.
16935 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16936
16937 * dired.el (dired-directory-changed-p): New fun, extracted from
16938 dired-internal-noselect.
16939 (dired-buffer-stale-p): New fun.
16940 (dired-internal-noselect): Use dired-directory-changed-p.
16941 Eliminate revert messages.
16942 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16943
16944 2004-03-23 Kenichi Handa <handa@m17n.org>
16945
16946 * international/characters.el: Setup syntaxes for more parentheses
16947 Unicode characters.
16948
16949 * international/mule-cmds.el (select-safe-coding-system):
16950 Merge coding-system and auto-cs before comparing them.
16951
16952 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16953
16954 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16955
16956 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16957 normal-auto-fill-function and comment-indent-function.
16958 The default values now work just as well.
16959 Don't set font-lock-beginning-of-syntax-function since we already set
16960 syntax-begin-function.
16961 (lisp-outline-level): Put ;;;###autoload at same level as (.
16962 (prin1-char): Quote special chars.
16963
16964 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16965 than with-no-warnings.
16966
16967 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16968 if the source location can't be found.
16969 (edebug-compute-previous-result): Use prin1-char.
16970
16971 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16972 (debug-ignored-errors): Add an entry.
16973
16974 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16975 (byte-compile-file): Output warning when deleting a file.
16976
16977 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16978 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16979
16980 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16981 (byte-compile-inline-expand): Use backquote.
16982 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16983 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16984
16985 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16986
16987 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16988
16989 2004-03-22 Juri Linkov <juri@jurta.org>
16990
16991 * finder.el (finder-known-keywords): Fix data, tex, unix.
16992
16993 * play/landmark.el: Fix keywords.
16994
16995 * language/ethio-util.el (ethio-find-file): Doc fix.
16996
16997 * emacs-lisp/warnings.el: Doc fix.
16998
16999 * textmodes/ispell.el (ispell-help): Doc fix.
17000
17001 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17002
17003 * format.el (format-insert-file): Always return a list of two
17004 elements, like insert-file-contents does.
17005
17006 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17007
17008 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17009 and vc-BACKEND-diff.
17010 (vc-print-log): If the print-log implementation supports it, use
17011 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17012 (vc-version-diff, vc-diff-internal): Doc fixes.
17013
17014 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17015 implementation supports it, let diff output go to *vc*,
17016 not *vc-diff*, since this is an internal call.
17017
17018 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17019
17020 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17021
17022 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17023
17024 2004-03-21 Dave Love <fx@gnu.org>
17025
17026 * progmodes/cfengine.el (cfengine-mode):
17027 Set parse-sexp-ignore-comments.
17028
17029 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17030
17031 2004-03-21 Juanma Barranquero <lektu@terra.es>
17032
17033 * allout.el (allout-mode): Fix docstring.
17034
17035 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17036
17037 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17038
17039 * autorevert.el (auto-revert-interval): Make new value take
17040 effect immediately when set through Custom.
17041 (auto-revert-set-timer): Add interactive declaration.
17042
17043 2004-03-19 David Ponce <david@dponce.com>
17044
17045 * ruler-mode.el (ruler-mode-header-line-format-old):
17046 Don't `make-variable-buffer-local'.
17047 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17048 (ruler-mode-header-line-format): Simply funcall the above.
17049 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17050 to save/restore a previous header line format.
17051 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17052 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17053 fringes and margins width.
17054 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17055
17056 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17057
17058 * log-edit.el (log-edit-font-lock-keywords): Typo.
17059
17060 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17061 (tex-send-tex-command): Rather than here.
17062 (tex-compilation-parse-errors): Simplify.
17063
17064 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17065
17066 * time.el (display-time-string-forms): Add help-echo with date on time.
17067
17068 * composite.el (compose-region): Use restore-buffer-modified-p.
17069
17070 * disp-table.el (standard-display-8bit): Simplify.
17071
17072 * server.el (server-process-filter): Delete temp frame.
17073
17074 * add-log.el (add-change-log-entry): Simplify.
17075
17076 2004-03-19 Kim F. Storm <storm@cua.dk>
17077
17078 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17079 (hexl-follow-line): Don't require 'fringe.
17080
17081 * progmodes/compile.el (compilation-start): Always set
17082 compilation-last-buffer and return it.
17083
17084 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17085
17086 * simple.el (clone-buffer): Doc fix.
17087
17088 2004-03-18 Juanma Barranquero <lektu@terra.es>
17089
17090 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17091
17092 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17093
17094 * log-edit.el (log-edit-font-lock-keywords): New var.
17095 (log-edit-mode): Use it.
17096
17097 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17098
17099 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17100 properly for watching in speedbar.
17101
17102 2004-03-17 Masatake YAMATO <jet@gyve.org>
17103
17104 * smerge-mode.el (smerge-popup-context-menu):
17105 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17106
17107 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17110 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17111 Take sealed revisions into account.
17112 (vc-arch-checkin): Extract a summary line from the message.
17113
17114 2004-03-16 Masatake YAMATO <jet@gyve.org>
17115
17116 * register.el (register): Provide `register' feature.
17117
17118 2004-03-15 Masatake YAMATO <jet@gyve.org>
17119
17120 Added context menu support in smerge mode.
17121 Most of the part is written by Stefan Monnier.
17122
17123 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17124 New keymap and menu.
17125 (smerge-text-properties): New function.
17126 (smerge-remove-props): New function.
17127 (smerge-popup-context-menu): New function.
17128 (smerge-resolve): Call `smerge-remove-props'.
17129 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17130 (smerge-keep-current): Ditto.
17131 (smerge-kill-current): New function.
17132 (smerge-match-conflict): Put text properties.
17133 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17134
17135 2004-03-15 David Ponce <david@dponce.com>
17136
17137 * ruler-mode.el (ruler-mode-left-fringe-cols)
17138 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17139 (ruler-mode-right-scroll-bar-cols): Remove.
17140 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17141 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17142 Use fringe-columns and scroll-bar-columns.
17143
17144 2004-03-15 Masatake YAMATO <jet@gyve.org>
17145
17146 * hl-line.el (hl-line-range-function): New variable.
17147 (hl-line-move): New function.
17148 (global-hl-line-highlight): Use `hl-line-move'.
17149 (hl-line-highlight): Ditto.
17150
17151 * scroll-bar.el (scroll-bar-columns):
17152 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17153
17154 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17155 (ruler-mode-left-fringe-cols)
17156 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17157 (ruler-mode-right-scroll-bar-cols)
17158 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17159 (ruler-mode-ruler-function): New variable.
17160 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17161 if the value for `ruler-mode-ruler-function'is given.
17162
17163 * hexl.el (hexl-mode-hook): Make the hook customizable.
17164 (hexl-address-area, hexl-ascii-area): New customize variables.
17165 (hexlify-buffer): Put font-lock-faces on the address area and
17166 the ascii area.
17167 (hexl-activate-ruler): New function.
17168 (hexl-follow-line): New function.
17169 (hexl-highlight-line-range): New function.
17170 (hexl-mode-ruler): New function.
17171
17172 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17173
17174 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17175 (vc-default-find-file-hook): New fun.
17176 (vc-find-file-hook): Call new find-file-hook operation.
17177
17178 * vc-arch.el: New file.
17179
17180 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17181
17182 * info-look.el (info-lookup): Reuse an existing Info window.
17183
17184 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17185
17186 * woman.el (woman-preserve-ascii): Default value changed to t and
17187 doc string revised.
17188
17189 2004-03-12 Richard M. Stallman <rms@gnu.org>
17190
17191 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17192 Fix minor bug.
17193
17194 * replace.el (occur-engine): Change message for count of matches.
17195
17196 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17197 For strings, do compare text properties.
17198
17199 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17200
17201 * progmodes/compile.el (compile-auto-highlight)
17202 (compilation-error-list, compilation-old-error-list)
17203 (compilation-parse-errors-function, compilation-parsing-end)
17204 (compilation-error-message, compilation-directory-stack)
17205 (compilation-enter-directory-regexp-alist)
17206 (compilation-leave-directory-regexp-alist)
17207 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17208 (compilation-current-file, compilation-regexps): Remove vars.
17209
17210 (compile-error-at-point, compilation-error-filedata)
17211 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17212 (compilation-next-error-locus, compilation-forget-errors)
17213 (count-regexp-groupings, compilation-parse-errors)
17214 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17215
17216 (compile-internal): Make obsolete.
17217
17218 (compilation-first-column, compilation-error)
17219 (compilation-directory-matcher, compilation-page-delimiter)
17220 (compilation-mode-font-lock-keywords, compilation-debug)
17221 (compilation-error-face, compilation-warning-face)
17222 (compilation-info-face, compilation-line-face)
17223 (compilation-column-face, compilation-enter-directory-face)
17224 (compilation-leave-directory-face, compilation-skip-threshold)
17225 (compilation-skip-visited, compilation-context-lines): New vars.
17226
17227 (compilation-warning-face, compilation-info-face)
17228 (compilation-message-face): New faces.
17229
17230 (compilation-error-regexp-alist-alist): New constant.
17231
17232 (compilation-face, compilation-directory-properties)
17233 (compilation-assq, compilation-error-properties, compilation-start)
17234 (define-compilation-mode, compilation-loop)
17235 (compilation-set-window): New functions.
17236
17237 (compile): Additional argument for interactive compiles like TeX.
17238
17239 * progmodes/grep.el (kill-grep): Move here from compile.el
17240 (grep-error, grep-hit-face, grep-error-face)
17241 (grep-mode-font-lock-keywords): New variables.
17242 (grep-regexp-alist): Simplify regexp and add `binary' case.
17243 (grep-mode): New mode.
17244 (grep-process-setup): Simplify.
17245
17246 2004-03-11 Jason Rumney <jasonr@gnu.org>
17247
17248 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17249 letters on DOS/Windows.
17250
17251 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17252
17253 * server.el (server-name): New var.
17254 (server-socket-dir): New var to replace server-socket-name.
17255 (server-start): Use them.
17256
17257 2004-03-11 Simon Josefsson <jas@extundo.com>
17258
17259 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17260 died to avoid infloop. Reported by Jonathan Glauner
17261 <jglauner@sbum.org>.
17262
17263 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17264
17265 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17266 (smerge-mode-menu): Use it to deactivate menu entries.
17267 (smerge-keep-current): New fun.
17268 (smerge-keep-current): Use it.
17269
17270 2004-03-10 John Paul Wallington <jpw@gnu.org>
17271
17272 * foldout.el (foldout-fold-list, foldout-modeline-string):
17273 Declare them as variables, not constants.
17274
17275 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17276
17277 * ps-print.el: Modification to print *Messages* buffer.
17278 (ps-print-version): New version 6.6.4.
17279 (ps-message-log-max): New fun.
17280 (ps-spool-without-faces, ps-spool-with-faces)
17281 (ps-count-lines-preprint): Code fix.
17282
17283 * printing.el: New tips in Tips section.
17284
17285 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17286
17287 * delim-col.el: Doc fix.
17288
17289 * printing.el: Doc fix. New doc section (Tips).
17290
17291 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17292
17293 * type-break.el (type-break-emacs-variant): Remove.
17294 (type-break-run-at-time, type-break-cancel-function-timers):
17295 Use fboundp rather than version name and number.
17296
17297 2004-03-09 Masatake YAMATO <jet@gyve.org>
17298
17299 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17300 `make-variable-buffer-local'.
17301
17302 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17303
17304 * find-dired.el (find-dired): Call `shell-command' instead of
17305 `start-process-shell-command'. By this, Tramp takes over
17306 handling of remote directories.
17307
17308 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * newcomment.el (comment-use-global-state): New var.
17311 (comment-search-forward): Use it.
17312
17313 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17314
17315 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17316
17317 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17318 (enable-kinsoku): Make it a defcustom.
17319 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17320 paragraph to same-comment-start-marker.
17321
17322 2004-03-07 Dave Love <fx@gnu.org>
17323
17324 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17325 (browse-url-mail): Use it.
17326
17327 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17328 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17329
17330 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17331
17332 * woman.el (woman-man.conf-path): Doc fix.
17333 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17334
17335 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17336
17337 * sort.el (sort-columns): Remove ms-dos from the list of systems
17338 where the external `sort' command is not used.
17339
17340 2004-03-07 Kim F. Storm <storm@cua.dk>
17341
17342 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17343 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17344 from overlay-arrow-variable-list.
17345 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17346
17347 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17348
17349 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17350 overlay arrow string properly for the assembler buffer.
17351
17352 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17353
17354 * mail/sendmail.el (mail-mode): Fix last change.
17355
17356 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17357
17358 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17359 for the assembler buffer.
17360 (gdb-assembler-custom): Position the overlay arrow.
17361 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17362
17363 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17364
17365 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17366
17367 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17368 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17369
17370 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17371
17372 * newcomment.el (uncomment-region): Allow non-terminated comment.
17373 (comment-normalize-vars): Check the user-specified comstart marker.
17374
17375 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17376
17377 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17378 Otherwise, do use it if the region only contains font-lock text
17379 properties.
17380
17381 2004-03-04 Masatake YAMATO <jet@gyve.org>
17382
17383 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17384 as the callback function for eldoc.
17385 (hexl-print-current-point-info): New function.
17386 (hexl-current-address): Print the address in both decimal
17387 and hexadecimal format.
17388
17389 2004-03-04 Richard M. Stallman <rms@gnu.org>
17390
17391 * mail/rmail.el (rmail-convert-to-babyl-format):
17392 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17393
17394 * mail/mail-utils.el (mail-unquote-printable-region):
17395 New arg UNIBYTE.
17396
17397 * startup.el (command-switch-alist): Doc fix.
17398
17399 * simple.el (undo): Temporarily set this-command to `undo-start',
17400 then set it to `undo' once undo-start returns without error.
17401
17402 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17403
17404 * simple.el (kill-line): Don't disregard trailing whitespace
17405 in eol condition, if show-trailing-whitespace is set.
17406
17407 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17408 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17409 When disabling, restore old values only if mouse-sel-has-been-enabled.
17410
17411 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17412 (isearch-{-char): New function.
17413 (isearch-mode-map): Bind { to isearch-{-char.
17414
17415 * font-lock.el (lisp-font-lock-keywords-2):
17416 Turn off the CL with-... and do-... general patterns.
17417 Instead, recognize several specific with... and do... constructs.
17418
17419 * files.el (switch-to-buffer-other-window):
17420 Bind same-window-buffer-names and same-window-regexps to nil.
17421 (switch-to-buffer-other-frame): Likewise.
17422
17423 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17424
17425 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17426 recognizing leading comment on code line.
17427
17428 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17429
17430 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17431 hidden files/directories.
17432
17433 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17434
17435 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17436 only comment-start (in case the mode hasn't set it).
17437
17438 * Makefile.in (AUTOGENEL): New var.
17439 (bootstrap-prepare): Rename from bootstrap-clean.
17440 Don't remove elc files.
17441 (maintainer-clean): New target.
17442
17443 * xml.el (xml-get-attribute-or-nil): Simplify.
17444
17445 2004-03-02 Juri Linkov <juri@jurta.org>
17446
17447 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17448 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17449 URL to prevent their substitution with the environment variable
17450 values by browsers.
17451
17452 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17453
17454 * ps-print.el: Doc fix.
17455 (ps-print-version): New version number (6.6.3).
17456 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17457 Docstring fix.
17458 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17459 before printing.
17460 (ps-time-stamp-yyyy-mm-dd): New fun.
17461 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17462
17463 2004-03-02 Kim F. Storm <storm@cua.dk>
17464
17465 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17466
17467 2004-03-01 Juanma Barranquero <lektu@terra.es>
17468
17469 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17470
17471 * desktop.el (desktop-file-version)
17472 (desktop-after-read-hook): Fix typos.
17473 (desktop-clear-preserve-buffers): Remove redundant info in
17474 docstring already shown by the obsolescence message.
17475 (desktop-truncate, desktop-internal-v2s)
17476 (desktop-value-to-string): Change argument name to match docstring.
17477
17478 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17479
17480 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17481 docstring.
17482
17483 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17484
17485 * printing.el: Replace "As Is..." in PostScript file print/preview by
17486 "No Preprocessing...". Suggested by Colin Marquardt
17487 <_marquardt_@zmd.de>.
17488 (pr-insert-section-4): Adjust buffer interface.
17489
17490 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17491
17492 Version 2.0.39 of Tramp released.
17493
17494 * net/tramp.el (tramp-handle-file-local-copy)
17495 (tramp-handle-write-region, tramp-open-connection-rsh):
17496 Variable name typo. Small change. From Patrick Tullmann
17497 <tullmann@flux.utah.edu>.
17498 (tramp-process-connection-type): New variable.
17499 (tramp-maybe-open-connection): Use it.
17500 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17501 (tramp-touch): Set last-modified time of a remote file.
17502 (tramp-handle-write-region): Say which function is used when encoding.
17503
17504 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17505
17506 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17507 case of non-existing filename, too. Reported by Christoph Bauer
17508 <c_bauer@informatik.uni-kl.de>.
17509 (tramp-smb-get-file-entries): The directory in question should
17510 have permissions "drwxrwxrwx". Just virtual, because we don't
17511 know the real permissions. Don't we know?
17512 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17513 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17514 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17515 output. If it was received chunkwise, there have been problems.
17516 Remove the "prompt not found" error message; it is obvious.
17517 Simplify algorithm.
17518 (tramp-smb-process-running): Remove. Since we acknowledge the
17519 virtual prompt for shares, there's no need for distinction of
17520 reading shares (process ends afterwards) and interactive mode of
17521 smblient.
17522 (tramp-smb-open-connection): Setting process sentinel removed.
17523 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17524 "NT_STATUS_NETWORK_ACCESS_DENIED".
17525 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17526 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17527 (top-level): Setting default value in `tramp-default-method-alist'
17528 corrected. Order of USER and HOST have been wrong.
17529 Nobody complained for months ...
17530 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17531 (tramp-smb-open-connection): Clear password cache if login has failed.
17532
17533 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17534 `tramp-unified-filenames'.
17535 (tramp-completion-mode): Make test for XEmacs explicitely.
17536 `event-to-character' can exists in Emacs packages too.
17537 Reported by Matt Swift <swift@alum.mit.edu>.
17538 (tramp-buffer-name): Buffer name must contain the user if exists.
17539 Reported by Adrian Phillips <a.phillips@met.no>.
17540 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17541 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17542 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17543 `tramp-do-copy-or-rename-file-one-local', because it handles also
17544 the case both files use the same out-of-band method.
17545 Implementation added.
17546 (tramp-handle-file-local-copy, tramp-handle-write-region):
17547 Out-of-band handling removed. `copy-file' called instead, which
17548 calls `tramp-do-copy-or-rename-file-out-of-band'.
17549 (tramp-action-password): Check for out-of-band method removed.
17550 This function is used for 'login-program.
17551 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17552 appropriate.
17553 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17554 and `tramp-parse-sknownhosts'.
17555 (tramp-completion-function-alist): It's a defvar now, because we
17556 want to apply the optimized `tramp-set-completion-function'
17557 instead of a static list.
17558 (tramp-set-completion-function): Implementation tuned.
17559 Avoid double entries, and entries where the function or the
17560 file/directory doesn't exist.
17561 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17562 for SSH2.
17563 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17564 (tramp-handle-dired-compress-file): New function.
17565 (tramp-async-proc): New variable.
17566 (tramp-handle-shell-command): Adding asynchronous processes.
17567 They are far from being perfect, but it works at least for
17568 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17569 (top-level): Require password.el if visible. Should be mandatory
17570 once No Gnus has found its way into (X)Emacs.
17571 (tramp-read-passwd): Invoke `password-read' if available,
17572 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17573 fallback any longer.
17574 (tramp-clear-passwd): New function.
17575 (tramp-process-actions, tramp-process-multi-actions):
17576 Clear password cache if login has failed.
17577
17578 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17579 its own module.
17580 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17581 `ange-ftp-ftp-name-res'. There could be incorrect values from
17582 previous calls in case the "ftp" method is used in the Tramp file
17583 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17584
17585 2004-02-28 Richard M. Stallman <rms@gnu.org>
17586
17587 * term.el (term-mouse-paste): Call mouse-set-point.
17588
17589 * thumbs.el: New file.
17590
17591 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17592
17593 * progmodes/ebnf-abn.el: Doc fix.
17594
17595 * progmodes/ebnf-bnf.el: Doc fix.
17596 (ebnf-repeat): Code fix.
17597
17598 * progmodes/ebnf2ps.el: Doc fix.
17599 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17600
17601 2004-02-28 Juri Linkov <juri@jurta.org>
17602
17603 * ffap.el (dired-at-point): Additional writability test for
17604 relative directory names.
17605 (dired-at-point-prompter): Treat directories as a directory, get
17606 the directory component from files.
17607 (ffap-string-at-point): Return string from region if region is active.
17608 (ffap-file-at-point): Remove redundant code.
17609
17610 2004-02-28 Kim F. Storm <storm@cua.dk>
17611
17612 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17613 Initialize margin area images to nil.
17614 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17615 (breakpoint-enabled-bitmap-face)
17616 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17617 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17618 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17619 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17620 (gdb-reset): Use gdb-remove-breakpoint-icons.
17621 (gdb-put-string): Add dprop arg to specify alternative display
17622 property (for setting fringe bitmap).
17623 (gdb-remove-strings): Doc fix.
17624 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17625 icon in fringe (if available), or else as icon or text in display
17626 margin. Creates necessary icons in breakpoint-bitmap,
17627 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17628 Also make left window margin if required.
17629 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17630 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17631 no longer needed.
17632 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17633 gdb-put-breakpoint-icon.
17634 (gdb-assembler-mode): Don't set left-margin-width here.
17635
17636 2004-02-27 Kevin Ryde <user42@zip.com.au>
17637
17638 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17639 comma, so that it DTRT in macros.
17640
17641 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17642
17643 * progmodes/sh-script.el (sh-shell-arg)
17644 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17645 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17646
17647 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17648
17649 * faces.el (face-spec-set-match-display): Add a new attribute,
17650 `min-colors'.
17651 (region, highlight, secondary-selection): Use `min-colors'.
17652
17653 * custom.el (defface): Add documentation for `min-colors'.
17654
17655 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17656 (font-lock-keyword-face, font-lock-function-name-face)
17657 (font-lock-variable-name-face, font-lock-constant-face):
17658 Use `min-colors'.
17659
17660 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17661
17662 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17663
17664 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17665 define assq-delete-all if it's not defined.
17666 (ebnf-generate-region): Code fix.
17667
17668 * printing.el: Doc fix.
17669 (pr-version): New version number (6.7.2).
17670 (pr-command): Return empty string if command is an empty string.
17671
17672 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17673
17674 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17675
17676 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17677 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17678 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17679 "tt" ["test"] ). Reported by Markus Dreyer
17680 <mdreyer@ix.urz.uni-heidelberg.de>.
17681 (ebnf-version): New version number (4.0).
17682 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17683 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17684 (ebnf-delete-style): New commands.
17685 (ebnf-directory, ebnf-file): New funs.
17686 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17687 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17688 (ebnf-syntax-alist): New var.
17689 (ebnf-element-width): New fun replacing ebnf-list-width.
17690 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17691 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17692 (ebnf-prologue): Adjust vars.
17693 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17694 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17695 (ebnf-check-style-values, ebnf-generate-production)
17696 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17697 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17698 (ebnf-token-repeat): Code fix.
17699
17700 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17701 %right, %left and %prec. Suggested by Matthew K. Junker
17702 <junker@alum.mit.edu>.
17703 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17704
17705 * progmodes/ebnf-iso.el: Doc fix.
17706 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17707 (ebnf-iso-lex): Code fix.
17708
17709 * progmodes/ebnf-bnf.el: Doc fix.
17710 (ebnf-bnf-lex): Code fix.
17711
17712 * progmodes/ebnf-otz.el: Doc fix.
17713
17714 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17715
17716 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17717 (abbrev-prefix-mark): Doc fix.
17718
17719 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17720
17721 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17722 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17723 (gdb-var-delete): Make interactive (really).
17724 (gdb-edit-value): Make non-interactive.
17725
17726 * progmodes/gud.el (gud-speedbar-menu-items):
17727 Add gdb-var-delete and, indirectly, gdb-edit-value.
17728 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17729 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17730 (gud-gdb-marker-filter): Add comment for annotations.
17731
17732 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17733
17734 * calendar/calendar.el (generate-calendar)
17735 (calendar-read-date): Prevent display of BC calendars once more -
17736 reverts 2003-10-01 change.
17737 (generate-calendar-month): Doc fix.
17738
17739 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17740
17741 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17742 return value of increment-calendar-month.
17743
17744 2004-02-21 Stephen Compall <s11@member.fsf.org>
17745
17746 * saveplace.el (save-place-forget-unreadable-files)
17747 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17748 (save-place-forget-unreadable-files): New function.
17749 (save-place-alist-to-file): Use it to filter out files that are
17750 no longer readable.
17751
17752 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17753 current Texinfo environment, using the same method as in
17754 `texinfo-insert-@end', and insert a space rather than a newline if
17755 point in a @table environment.
17756
17757 2004-02-21 Juri Linkov <juri@jurta.org>
17758
17759 * ffap.el (ffap-file-at-point): Try parent directories.
17760
17761 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17762
17763 * vcursor.el (vcursor-modifiers): New defcustom.
17764 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17765 hard-coded list.
17766
17767 2004-02-21 Masatake YAMATO <jet@gyve.org>
17768
17769 * play/animate.el (animate-birthday-present): Accept names other
17770 than `Sarah', too.
17771
17772 2004-02-21 Juri Linkov <juri@jurta.org>
17773
17774 * startup.el: Remove table of command line arguments from the
17775 Commentary section.
17776
17777 2004-02-20 John Wiegley <johnw@newartisans.com>
17778
17779 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17780 again" modifier from 'e' to 'E', since 'e' is also used by the
17781 "file extension" modifier.
17782
17783 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17784
17785 * help-fns.el (describe-categories): Doc fix.
17786
17787 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17788
17789 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17790 temporary file for buffer already visiting one. This change makes
17791 output likely to be directly usable by patch program.
17792 Suggested by Adrian Aichner <adrian@xemacs.org>
17793
17794 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17795
17796 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17797 case of variables defined in compound statements.
17798 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17799 Simplify constructions using switch-to-buffer.
17800
17801 2004-02-19 Simon Josefsson <jas@extundo.com>
17802
17803 * play/morse.el: Fix typo.
17804 (morse-code): Add @.
17805
17806 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17807
17808 * calendar/appt.el (appt-display-format): Change default to
17809 'ignore, for backwards compatibility.
17810 (appt-display-message): If appt-display-format is 'ignore,
17811 respect old vars appt-msg-window and appt-visible.
17812 (appt-activate): Don't depend on return value of cancel-timer.
17813
17814 * calendar/calendar.el (calendar-holidays): Doc fix.
17815
17816 * calendar/cal-coptic.el (coptic-prompt-for-date):
17817 Use assoc-string instead of assoc-ignore-case.
17818 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17819 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17820 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17821 * calendar/cal-islam.el (calendar-goto-islamic-date)
17822 (mark-islamic-diary-entries): Ditto.
17823 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17824 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17825 (calendar-read-mayan-tzolkin-date): Ditto.
17826 * calendar/calendar.el (calendar-read-date): Ditto.
17827 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17828
17829 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17830
17831 * progmodes/executable.el (executable-command-find-posix-p):
17832 Fix choice of the directory.
17833
17834 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17835
17836 * simple.el (interprogram-cut-function)
17837 (interprogram-paste-function, kill-new, kill-append):
17838 Doc fixes.
17839 (kill-region): Make it return nil. Doc fix.
17840 (yank-pop): Make its argument optional.
17841 (yank): Make ARG `-' equivalent to `-1'.
17842
17843 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17844
17845 * mail/rmail.el (rmail-get-new-mail): Don't reference
17846 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17847
17848 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17849
17850 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17851 if one of global-auto-revert-non-file-buffers or autorevert-mode
17852 is non-nil.
17853
17854 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17855
17856 * subr.el (delete-dups): A better implementation from Karl Heuer
17857 <kwzh@gnu.org>.
17858
17859 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17860
17861 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17862 correct place.
17863 * progmodes/icon.el (icon-indent-command): Ditto.
17864 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17865
17866 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17867
17868 * progmodes/grep.el (grep-compute-defaults): Undo change from
17869 2004-01-29: don't use executable-command-find-posix-p.
17870
17871 2004-02-16 Richard Sharman <rsharman@pobox.com>
17872
17873 * hilit-chg.el: Use require instead of eval-and-compile.
17874 (highlight-compare-buffers): New function.
17875
17876 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17877
17878 * man.el (Man-fontify-manpage): Render section headings in
17879 `Man-overstrike-face' even when overstrike was not used by man
17880 formatter for section headings.
17881
17882 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17883
17884 * rmail-spam-filter.el (vm-use-spam-filter)
17885 (rsf-min-region-length-added-to-spam-list): New variables.
17886 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17887 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17888 spam testing. Don't delete spam message if automatic deletion
17889 after output via variable rmail-delete-after-output is turned on.
17890 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17891 rsf-bbdb-dont-create-entries-for-spam.
17892 (check-field): New function, extracted from code in
17893 rmail-spam-filter to ease addition of header fields like content-type.
17894 (message-content-type): New variable to check the content-type:
17895 field added, also in defcustom of rsf-definitions-alist.
17896 (rmail-spam-filter): Replace repeated test code for header fields
17897 by calls to check-field; change the call to
17898 rmail-output-to-rmail-file such that rmail-current-message stays
17899 the same to avoid wrong deletion of unseen flags.
17900 (rsf-add-contents-type): New function to convert old format
17901 of rmail-spam-definitions-alist into new one.
17902 Change prefixes of all variables and functions from
17903 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17904
17905 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17906
17907 * loadhist.el (unload-hook-features-list): New defvar.
17908
17909 2004-02-16 Dave Love <fx@gnu.org>
17910
17911 * loadhist.el (unload-feature): Doc fix. Rename flist to
17912 unload-hook-features-list.
17913
17914 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17915
17916 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17917 cookie. Don't check if we are looking-at open-formula.
17918
17919 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17920
17921 * subr.el (match-string-no-properties): Use substring-no-properties.
17922
17923 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17924
17925 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17926 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17927 Use lower-case "rx" in all error message.
17928
17929 2004-02-16 Dave Love <fx@gnu.org>
17930
17931 * emacs-lisp/rx.el (rx-or): Put group around result.
17932 (rx-constituents): Add backref.
17933 (rx-syntax): Add string-delimiter, comment-delimiter.
17934 (rx-categories): Add combining-diacritic.
17935 (rx-check-not, rx-greedy, rx): Doc fix.
17936 (rx-backref, rx-check-backref): New.
17937
17938 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17939
17940 * newcomment.el (uncomment-region): Allow eob as comment end.
17941
17942 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17943
17944 * filecache.el: All message and error commands now use prefix
17945 "Filecache:" to make it easy to read *Messages* buffer.
17946
17947 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17948
17949 * autorevert.el: Add support to detect changed dired and VC buffers.
17950 (auto-revert-active-p, auto-revert-list-diff)
17951 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17952 (auto-revert-handler, auto-revert-active-p): New functions.
17953 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17954 and `auto-revert-active-p'.
17955 (eval-when-compile): Defvar dired-directory and vc-mode.
17956 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17957 (auto-revert-handler-vc): New functions.
17958
17959 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17960
17961 * progmodes/compile.el (compilation-directory): New defvar.
17962 (compile): Save current directory in compilation-directory.
17963 (recompile): Bind default-directory to compilation-directory if
17964 that is non-nil.
17965
17966 2004-02-16 Dave Love <fx@gnu.org>
17967
17968 * newcomment.el (comment-insert-comment-function)
17969 (comment-region-function, uncomment-region-function): New.
17970 (comment-indent): Use comment-insert-comment-function.
17971 (uncomment-region): Use uncomment-region-function.
17972 (comment-region): Use comment-region-function.
17973
17974 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17975
17976 2004-02-16 Richard Stallman <rms@gnu.org>
17977
17978 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17979 loaddefs* and ldefs-boot*.
17980
17981 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17982
17983 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17984 and email address at the beginning and end of the address.
17985
17986 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17987 anchored at the beginning of the email address.
17988
17989 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17990
17991 * international/ccl.el (ccl-compile-write): Pass `left' to
17992 ccl-embed-code to generate correct code of write-expr-register.
17993
17994 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17995
17996 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17997
17998 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17999
18000 * x-dnd.el: Mention support for Motif in commentary.
18001 (x-dnd-handle-drag-n-drop-event): Ditto.
18002
18003 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18004
18005 * ses.el: Use "ses--" prefixes for buffer-local variables.
18006 Use (point-min) instead of 1, even when we know the buffer
18007 is unnarrowed.
18008 (ses-build-load-map): Delete. Distribute its content to defconst's for
18009 the three maps.
18010 (ses-menu, ses-header-line-menu): New menus.
18011 (ses-mode-map): Use them.
18012 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18013
18014 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18015
18016 * Makefile.in: Fix the CC Mode recompile kludge so it works
18017 when building in a different directory.
18018
18019 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18020
18021 * simple.el (kill-new): Put yank-handler property on the entire string.
18022
18023 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18024
18025 * diff.el: Don't use compile any more, use diff-mode instead.
18026 (diff-regexp-alist, diff-old-file, diff-new-file)
18027 (diff-parse-differences, diff-process-setup): Remove.
18028 (diff-sentinel): New fun.
18029 (diff): Use it. Run the process ourselves.
18030 Use diff-mode for the rest of the processing.
18031
18032 * diff.el (diff): Simplify code handling `switch'.
18033
18034 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18035
18036 * pcvs-defs.el (cvs-menu): Add `tag'.
18037
18038 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18039
18040 * simple.el (kill-append): Doc fix.
18041
18042 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18043 Adapt outline-regexp to the new conventions for commenting out code.
18044
18045 2004-02-11 John Paul Wallington <jpw@gnu.org>
18046
18047 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18048
18049 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18050
18051 * diff.el (diff-switches): New fun.
18052 (diff, diff-backup): Use it.
18053 (diff): Clean up the args construction. Use backquote.
18054 Use listp instead of consp to avoid putting a nil arg.
18055 (diff): Add a revert-buffer function.
18056
18057 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18058
18059 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18060 handled by x-dnd-handle-file-name.
18061 (x-dnd-known-types): Add COMPOUND_TEXT.
18062 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18063 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18064 x-dnd-empty-state.
18065 (x-dnd-forget-drop): Ditto.
18066 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18067 (x-dnd-handle-one-url): Return private when inserting text.
18068 (x-dnd-insert-ctext): New function.
18069 (x-dnd-handle-file-name): New function for FILE_NAME.
18070 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18071 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18072 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18073
18074 2004-02-10 Kenichi Handa <handa@m17n.org>
18075
18076 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18077 instead of while loop.
18078
18079 2004-02-10 Miles Bader <miles@gnu.org>
18080
18081 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18082
18083 2004-02-09 Kenichi Handa <handa@m17n.org>
18084
18085 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18086 have end-of-line.
18087
18088 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18089
18090 * Makefile.in: Added extra dependencies in the recompile target
18091 needed to cope with the compile time macro expansions in CC Mode.
18092
18093 2004-02-09 Kim F. Storm <storm@cua.dk>
18094
18095 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18096 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18097 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18098 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18099 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18100 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18101 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18102 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18103 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18104 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18105 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18106
18107 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18108
18109 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18110 Don't allow shrink if there's a window on our right.
18111
18112 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18113 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18114 Bring together declaration and initialization.
18115 (prolog-mode-variables): Don't set the syntax table.
18116 Don't set paragraph-start and comment-indent-function.
18117 Add /*..*/ to the comment regexps.
18118 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18119 (prolog-mode-map): Don't bind TAB.
18120 (prolog-mode): Set the syntax table.
18121 (prolog-comment-indent): Remove.
18122 (inferior-prolog-mode-map): Initialize in the declaration.
18123 (inferior-prolog-mode-syntax-table)
18124 (inferior-prolog-mode-abbrev-table): New vars.
18125 (inferior-prolog-mode): Derive from comint-mode.
18126 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18127 minibuffer windows.
18128
18129 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18130 in file names, as long as it is unabmiguous.
18131
18132 2004-02-08 Andreas Schwab <schwab@suse.de>
18133
18134 * textmodes/reftex-toc.el
18135 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18136 format. Doc fix.
18137
18138 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18139 format string arguments.
18140
18141 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18142 string argument.
18143
18144 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18145
18146 * play/zone.el (zone-call): Fix format string.
18147
18148 * net/webjump.el (webjump-builtin): Add missing format string argument.
18149
18150 * midnight.el (midnight-delay-set): Remove extra format string argument.
18151
18152 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18153
18154 * hexl.el (hexl-insert-char): Add missing format string argument.
18155
18156 * format.el (format-decode): Fix format string.
18157
18158 * emulation/vi.el (vi-mode): Remove extra format string argument.
18159 (vi-repeat-last-search): Likewise.
18160 (vi-reverse-last-search): Likewise.
18161 (vi-goto-mark): Likewise.
18162 (vi-reverse-last-find-char): Likewise.
18163 (vi-repeat-last-find-char): Likewise.
18164 (vi-locate-def): Likewise.
18165
18166 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18167
18168 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18169 string argument.
18170 (ediff-toggle-regexp-match): Likewise.
18171
18172 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18173 format string argument.
18174
18175 * calc/calc-map.el (calc-get-operator): Remove extra format
18176 string argument.
18177
18178 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18179
18180 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18181 string argument.
18182
18183 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18184
18185 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18186
18187 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18188
18189 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18190 (cl-struct-setf-expander): Likewise.
18191
18192 * vc.el (with-vc-file): Fix unsafe uses of error.
18193 (vc-cancel-version): Likewise.
18194
18195 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18196
18197 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18198 thousands separator; fixes <class>:<line-number> regexp for
18199 non-english locales.
18200
18201 2004-02-08 Andreas Schwab <schwab@suse.de>
18202
18203 * view.el (view-mode-enable): Revert previous change.
18204
18205 2004-02-07 Kim F. Storm <storm@cua.dk>
18206
18207 * simple.el (line-number-at-pos): Rename from line-at-pos.
18208 Uses changed (what-line and vc-annotate-warp-version).
18209
18210 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18211
18212 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18213 (diff-mode): Remove aborted attempt at support for compile.el.
18214 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18215
18216 2004-02-06 Andreas Schwab <schwab@suse.de>
18217
18218 * view.el (view-mode-enable): Add view-mode-map to
18219 minor-mode-overriding-map-alist.
18220
18221 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18222
18223 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18224
18225 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18226
18227 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18228 with point inside rather than after the paragraph.
18229
18230 2004-02-04 Sam Steingold <sds@gnu.org>
18231
18232 * mail/smtpmail.el (smtpmail-try-auth-methods):
18233 Do not try authentication when no mechanism is available.
18234 Pass port-name as defaultport to `netrc-machine'.
18235
18236 2004-02-04 Stephen Eglen <stephen@gnu.org>
18237
18238 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18239 to show how minibuffer height can be constrained.
18240
18241 2004-02-04 John Paul Wallington <jpw@gnu.org>
18242
18243 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18244
18245 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18246
18247 * x-dnd.el: New file for drag and drop.
18248
18249 * term/x-win.el: require x-dnd, set after-make-frame-functions
18250 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18251 drag-n-drop event.
18252
18253 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18254 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18255 (dired-dnd-handle-file): New functions for drag and drop support.
18256 (dired-mode): Initialize drag and drop if x-dnd present.
18257
18258 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18259
18260 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18261 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18262 (cperl-mode): Set fill-paragraph-function.
18263 (cperl-fill-paragraph): Make it non-interactive.
18264
18265 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18266
18267 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18268
18269 2004-02-02 David Kastrup <dak@gnu.org>
18270
18271 * replace.el (perform-replace): Allow 'literal argument in
18272 regexp-flag to indicate literal replacement.
18273 (query-replace-regexp-eval): Use it.
18274
18275 2004-02-01 Andreas Schwab <schwab@suse.de>
18276
18277 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18278
18279 2004-02-01 Stephen Eglen <stephen@gnu.org>
18280
18281 * info-look.el: Add support for maxima-mode. Update commentary
18282 because info-lookup-symbol is now bound to C-h S.
18283
18284 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18285
18286 * simple.el (edit-and-eval-command): Bind print-level and
18287 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18288 Correct initial position in command-history.
18289
18290 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18291
18292 * files.el (read-directory-name): Adapt the docstring to recent
18293 change in Fread_file_name.
18294
18295 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18296
18297 * ses.el (ses-print-cell): If print format too wide for column
18298 width, truncate decimal places if that helps to avoid "#####" fill.
18299 * ses.el (ses-initial-column-width): Revert previous change.
18300
18301 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18302
18303 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18304 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18305 Add edebug info.
18306 (jit-lock-mode): Setup/cancel the new timer.
18307 (jit-lock-context-fontify): New fun. Extracted from
18308 context fontification code of jit-lock-stealth-fontify.
18309 (jit-lock-stealth-fontify): Don't do context fontification any more.
18310
18311 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18312 (jit-lock-fontify-now): Handle the `quit' case.
18313 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18314
18315 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18316
18317 * progmodes/executable.el (executable-command-find-posix-p):
18318 New. Check if find handles arguments Posix-style.
18319
18320 * progmodes/grep.el (grep-compute-defaults):
18321 Use executable-command-find-posix-p.
18322 (grep-find): Check `grep-find-command'.
18323
18324 * filecache.el (file-cache-find-posix-p): Delete.
18325 (file-cache-add-directory-using-find):
18326 Use `executable-command-find-posix-p'.
18327
18328 2004-01-29 Dave Love <fx@gnu.org>
18329
18330 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18331 Iterate the hook function if arg is given.
18332 (mark-defun, narrow-to-defun): Change order of finding the limits.
18333
18334 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18335 (byte-compile-format-warn): New.
18336 (byte-compile-callargs-warn): Use it.
18337 (Format, message, error): Add byte-compile-format-like property.
18338 (byte-compile-maybe-guarded): New.
18339 (byte-compile-if, byte-compile-cond): Use it.
18340 (byte-compile-lambda): Compile interactive forms,
18341 just to make warnings about them.
18342
18343 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18344
18345 * ses.el (ses-initial-column-width): Increase to 14, so it will
18346 work well with the default printer of "%.7g" for extreme values
18347 like "-1.234567e+07".
18348
18349 2004-01-29 Kenichi Handa <handa@m17n.org>
18350
18351 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18352
18353 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18354
18355 * dos-w32.el: Added support for the `default-printer-name' function.
18356
18357 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18358
18359 * server.el (server-socket-name): Don't use the hostname in the
18360 socket name since /tmp is local to the host anyway.
18361
18362 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18363 robust check of widening and fix var-naming.
18364
18365 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18366
18367 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18368 or rmail-spam- to rsf- in all function and variable names.
18369 (rsf-min-region-to-spam-list): New variable.
18370 (rsf-bbdb-auto-delete-spam-entries): Rename from
18371 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18372 scanned together with the recipients field for spam testing; Don't
18373 delete spam message if rmail-delete-after-output is non-nil;
18374 (rsf-check-field): New function, extracted from code in
18375 rmail-spam-filter to ease addition of header fields like
18376 content-type:;
18377 (message-content-type): New variable. The content-type: field was
18378 added also in defcustom of rsf-definitions-alist;
18379 (rmail-spam-filter): Replace repeated test code for header fields
18380 by calls to check-field; change the call to
18381 rmail-output-to-rmail-file such that rmail-current-message stays
18382 the same to avoid wrong deletion of unseen flags.
18383 (rmail-use-spam-filter): Add autoload cookie.
18384
18385 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18386
18387 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18388 (file-cache-add-directory-using-find): Add Cygwin support.
18389 (file-cache-find-command-posix-flag): New user variable.
18390
18391 * filecache.el (file-cache-add-directory): Check for
18392 directories an remove them from dir-files.
18393
18394 2004-01-27 Richard M. Stallman <rms@gnu.org>
18395
18396 * man.el (Man-fontify-manpage): Clean up message.
18397
18398 2004-01-27 Kenichi Handa <handa@m17n.org>
18399
18400 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18401 (sentence-end): Define using sentence-end-without-space.
18402
18403 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18404 a sentence ends with one of a character in sentence-end-without-space.
18405
18406 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18409 (jit-lock): Group declaration moved to jit-lock.el.
18410 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18411 when necessary.
18412
18413 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18414 (jit-lock-context-unfontify-pos): Rename from
18415 jit-lock-first-unfontify-pos.
18416 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18417
18418 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18419
18420 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18421 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18422 (fortran-fill): When filling a string, adjust re-search-backward
18423 argument for special case of string just on fill-column.
18424 When filling non-string, allow one extra char if
18425 fortran-break-before-delimiters is non-nil.
18426 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18427 Use fortran-break-delimiters-re and fortran-no-break-re to
18428 correctly handle cases such as "**".
18429
18430 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18431 (f90-no-break-re): Add some extra tokens. Doc fix.
18432
18433 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18434
18435 * mail/rmail-spam-filter.el:
18436 Use two semicolons as Commentary line prefix.
18437 Add ";;; Code:" stylized comment.
18438 Delete end-of-line whitespace.
18439 Wrap (require 'cl) with `eval-when-compile'.
18440
18441 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18442
18443 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18444 at the top level of vc.el.
18445
18446 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18447
18448 * vc.el (vc-current-line): Function removed. This is now done by
18449 the new function line-at-pos in simple.el.
18450 (vc-annotate-warp-version): Use line-at-pos instead of
18451 vc-current-line.
18452
18453 2004-01-22 Kim F. Storm <storm@cua.dk>
18454
18455 * simple.el (line-at-pos): New defun.
18456 (what-line): Use it. Optimize by only counting lines in narrowed
18457 region once.
18458
18459 2004-01-22 Kenichi Handa <handa@m17n.org>
18460
18461 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18462 point (register r1) only for charset mule-unicode-0100-24ff.
18463
18464 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18465
18466 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18467 trailing white space and ensure a final newline.
18468
18469 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18470 Add autoload cookie.
18471
18472 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18473
18474 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18475 activate view-mode explicitly.
18476
18477 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18478
18479 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18480 menu-bar-enable-clipboard and make Paste use clipboard first.
18481
18482 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18483
18484 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18485 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18486 (vc-mcvs-cvs): Remove.
18487 (vc-mcvs-command): Remove use of assert.
18488
18489 * outline.el (outline-insert-heading): Tighten up match.
18490 (outline-demote, outline-move-subtree-down): Don't assume anything
18491 about outline-regexp.
18492
18493 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18494 (texinfo-show-structure): Explicitly add ^, and simplify.
18495
18496 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18497
18498 * calendar/appt.el (appt-check): Restore usage of
18499 appt-issue-message deleted in previous change.
18500 (top-level): Activate package when loaded (needed for backwards
18501 compatibility).
18502
18503 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18504
18505 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18506 following previous change to smtpmail-send-data.
18507
18508 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18509
18510 * vc.el (vc-default-previous-version): Doc enhancement.
18511 (vc-default-next-version): New function.
18512 (vc-print-log): New arg FOCUS-REV.
18513 (vc-annotate-mode): Derive from view-mode.
18514 (vc-annotate): New args REVISION, DISPLAY-MODE.
18515 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18516 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18517 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18518 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18519 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18520
18521 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18522
18523 2004-01-19 Karl Berry <karl@gnu.org>
18524
18525 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18526 or "TexInfo".
18527
18528 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18529
18530 * subr.el (delete-dups): New function.
18531
18532 2004-01-19 Karl Berry <karl@gnu.org>
18533
18534 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18535 with ^, since that's what texinfo-show-structure
18536 documentation says (plus it works much better in texinfo.txi).
18537
18538 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18539
18540 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18541
18542 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18543
18544 * progmodes/which-func.el (which-function-mode): Don't cancel
18545 which-func-update-timer if not set.
18546
18547 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18548
18549 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18550 Remove spurious left square bracket in XX:XXam regexp.
18551
18552 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18553
18554 * progmodes/cc-defs.el: Do not require cl at run time.
18555
18556 2004-01-16 Richard M. Stallman <rms@gnu.org>
18557
18558 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18559 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18560
18561 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18562 Call rmail-spam-filter. Delete and expunge spam.
18563 Print number of spam messages deleted.
18564 Save and restore the deletion status of old messages when reading
18565 new mail with spam filter, so that expunging spam does not expunge
18566 msgs deleted by the user.
18567 (rmail-only-expunge): Add an optional argument dont-show to
18568 prevent showing message after expunge.
18569
18570 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18571
18572 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18573 * subr.el (declare): New macro.
18574
18575 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18576
18577 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18578
18579 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18580
18581 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18582 Test window-system rather than system-type (for X11/Mac).
18583
18584 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18585
18586 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18587
18588 2004-01-12 Richard M. Stallman <rms@gnu.org>
18589
18590 * mail/rmail.el (rmail-convert-to-babyl-format):
18591 Use mail-unquote-printable-region.
18592 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18593 (rmail-hex-char-to-integer): Functions deleted.
18594
18595 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18596 (mail-unquote-printable-region): New arg NOERROR.
18597 For invalid encoding, either signal an error to just return nil.
18598
18599 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18600
18601 * calendar/appt.el: Update copyright and commentary.
18602 (appt-issue-message): Make obsolete.
18603 (appt-visible, appt-msg-window): Make obsolete, in favour of
18604 appt-display-format.
18605 (appt-display-mode-line, appt-display-duration)
18606 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18607 (appt-prev-comp-time, appt-display-count, appt-timer)
18608 (appt-convert-time): Doc change.
18609 (appt-disp-window-function, appt-delete-window-function):
18610 Use defcustom rather than defvar.
18611 (appt-display-format): New variable.
18612 (appt-display-message): New function with display code from appt-check.
18613 (appt-check): Add optional FORCE argument. Doc change.
18614 Add appt-make-list to diary-hook if displaying diary.
18615 Remove checking of view-diary-entries-initially.
18616 Message display section removed to new function appt-display-message.
18617 (appt-display-window): Doc change. Remove unused internal var
18618 this-buffer. Do not beep, since appt-display-message does that.
18619 (appt-make-list): Doc change. Use caar.
18620 (appt-sort-list): Simplify by using builtin sort function.
18621 (appt-update-list): New function for updating appts when diary is
18622 saved.
18623 (appt-activate): New autoloaded function to toggle package
18624 functionality.
18625
18626 * calendar/cal-x.el: (calendar-one-frame-setup)
18627 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18628
18629 * calendar/calendar.el: Update copyright.
18630 (view-diary-entries-initially, european-calendar-style): Doc change.
18631 (calendar-setup): Make defcustom rather than defvar.
18632 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18633 in let binding so local to function.
18634
18635 * calendar/diary-lib.el: Update copyright.
18636 (diary, diary-entry-time): Doc change.
18637 (list-diary-entries): Doc change. Trivial logic change.
18638 (fancy-diary-display): Restore make-face command mistakenly
18639 deleted 2003-05-08.
18640 (show-all-diary-entries): Allow to pop-up frame if needed.
18641
18642 2004-01-09 John Paul Wallington <jpw@gnu.org>
18643
18644 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18645 Temporarily select EVENT's window for changing eol type.
18646
18647 2004-01-09 Deepak Goel <deego@gnufans.org>
18648
18649 * calendar/diary-lib.el (diary-entry-time):
18650 Also accept time in the form XX[.XX][am/pm/AM/PM].
18651 (fancy-diary-font-lock-keywords): Likewise.
18652 (diary-font-lock-keywords): Likewise.
18653 * calendar/appt.el (appt-add): Likewise.
18654 (appt-make-list): Likewise.
18655 (appt-convert-time): Likewise.
18656
18657 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18658
18659 * gdb-ui.el (gdb-ann3): Revert previous change.
18660 (gdb-source-info): Allow for case of where compilation directory
18661 is not recorded.
18662
18663 2004-01-08 John Paul Wallington <jpw@gnu.org>
18664
18665 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18666
18667 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18668
18669 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18670
18671 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18672 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18673 problems.
18674 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18675
18676 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18677
18678 * files.el (write-file-functions, write-contents-functions):
18679 Clarify docstrings.
18680
18681 2004-01-07 Kenichi Handa <handa@m17n.org>
18682
18683 * international/mule.el (set-auto-coding): Fix for the case that
18684 end-of-line is only CR.
18685
18686 2004-01-07 Kim F. Storm <storm@cua.dk>
18687
18688 * subr.el (event-start, event-end): Doc fix.
18689 (posn-string, posn-image): New defuns.
18690 (posn-object): Return either image or string object.
18691 (posn-object-x-y): Return 8th element of position.
18692 (posn-object-width-height): New defun.
18693
18694 2004-01-06 Andreas Schwab <schwab@suse.de>
18695
18696 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18697 output.
18698
18699 2004-01-05 Karl Berry <karl@gnu.org>
18700
18701 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18702 / and *, too.
18703
18704 2003-12-31 Simon Josefsson <jas@extundo.com>
18705
18706 * files.el (before-save-hook): Add.
18707 (basic-save-buffer): Use before-save-hook.
18708
18709 * emacs-lisp/copyright.el: Fix comment to recommend
18710 before-save-hook instead of write-file-functions.
18711
18712 2004-01-05 Richard M. Stallman <rms@gnu.org>
18713
18714 * finder.el (finder-commentary): Call delete-other-windows.
18715
18716 * net/ange-ftp.el (ange-ftp-file-attributes):
18717 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18718
18719 2004-01-04 Karl Berry <karl@gnu.org>
18720
18721 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18722 comment characters % and # in the copyright year notice,
18723 as well as ;.
18724
18725 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18726
18727 * wid-edit.el (default): Define dummy :value-delete.
18728 Reported by Jesper Harder <harder@ifa.au.dk>.
18729
18730 2004-01-03 Richard M. Stallman <rms@gnu.org>
18731
18732 * progmodes/compile.el (compile-internal): Use point, not point-min,
18733 for set-window-point.
18734
18735 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18736
18737 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18738
18739 * progmodes/grep.el (grep-mode-map):
18740 Don't remap next-line, previous-line.
18741
18742 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18743
18744 * speedbar.el (speedbar-edit-line): Change regexp to position
18745 the cursor on the first character of this line's button.
18746
18747 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18748
18749 * subr.el (functionp): Doc fix.
18750
18751 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18752
18753 * progmodes/idlwave.el (idlwave-make-tags):
18754 * textmodes/flyspell.el (flyspell-large-region):.
18755 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18756 * emulation/viper-util.el (viper-glob-unix-files):
18757 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18758 * man.el (Man-init-defvars):
18759 * jka-compr.el (jka-compr-call-process):
18760 * files.el (get-free-disk-space,insert-directory):
18761 * ediff-ptch.el (ediff-test-patch-utility):
18762 * ediff-diff.el (ediff-test-utility):
18763 * dired-aux.el (dired-check-process):
18764 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18765 test the return value of call-process, because it can be a string.
18766
18767 2003-12-31 John Paul Wallington <jpw@gnu.org>
18768
18769 * bindings.el (completion-ignored-extensions): Add .pfsl.
18770
18771 2003-12-31 Kim F. Storm <storm@cua.dk>
18772
18773 * ido.el (ido-nonreadable-directory-p): New defun to check for
18774 nonreadable directory without activating tramp (to avoid problems
18775 with checking incomplete tramp paths).
18776 (ido-set-current-directory, ido-file-internal)
18777 (ido-file-name-all-completions1): Use it.
18778
18779 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18780
18781 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18782 documentation if the anchor (or node) name is preceded by `info
18783 anchor' or `Info anchor' in addition to earlier `info node' and
18784 `Info node'.
18785 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18786
18787 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18788
18789 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18790 error in arguments to base64-decode-region. Remove ^M characters
18791 after decoding base64.
18792
18793 2003-12-30 Simon Josefsson <jas@extundo.com>
18794
18795 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18796 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18797 have only been distributed with Emacs for some years.
18798 (texinfo-mode-hook): Customize.
18799
18800 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18801
18802 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18803 cleaner (suggested by Richard Stallman).
18804
18805 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18806 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18807 file-name clashes on 8+3 DOS filesystems.
18808
18809 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18810 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18811 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18812 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18813 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18814 file-name clashes on 8+3 filesystems.
18815
18816 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18817 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18818 file-name clashes on 8+3 DOS filesystems.
18819
18820 2003-12-29 Richard M. Stallman <rms@gnu.org>
18821
18822 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18823 Upcase the character.
18824
18825 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18826 Search for header separator alone on a line, literally,
18827 and search for it backward, not forward.
18828 (flyspell-abbrev-table): Always use global-abbrev-table
18829 if there is no local one.
18830
18831 * progmodes/sh-script.el (sh-get-indent-info):
18832 Don't move point back if at bob.
18833
18834 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18835
18836 * play/handwrite.el (handwrite): Make the handwrite credit message
18837 a comment rather than an output command.
18838
18839 * obsolete/sc.el: Display message that this file is obsolete.
18840
18841 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18842
18843 * mail/rfc822.el (rfc822-address-start): Declare variable.
18844 Renamed from address-start. All uses changed.
18845
18846 * term.el (term-exec): Set up sentinel.
18847 (term-sentinel): New function.
18848 (term-handle-exit): New function.
18849
18850 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18851 Use assoc-string, and mark them obsolete.
18852 (delay-mode-hooks): Mark as permanent local.
18853
18854 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18855
18856 * register.el (copy-rectangle-to-register): Doc fix.
18857
18858 * info.el (Info-insert-dir): Use assoc-string.
18859
18860 * info-look.el (info-lookup): Use assoc-string.
18861
18862 * frame.el (pop-up-frame-function): Use quote, not `function'.
18863 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18864 copying with lists as coordinate values.
18865
18866 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18867
18868 * find-dired.el (kill-find): New command.
18869 (find-dired): Make buffer read-only.
18870 Set up a keymap with C-c C-k running kill-find.
18871 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18872
18873 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18874
18875 * filecache.el (file-cache-ignore-case): New variable.
18876 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18877
18878 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18879 (comint-dynamic-complete-as-filename): Rename local vars.
18880 (comint-dynamic-list-filename-completions): Likewise.
18881
18882 * comint.el (comint-dynamic-list-completions-config): New var.
18883 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18884
18885 * comint.el (comint-file-name-chars): Add [].
18886 (comint-word): Use skip-chars-backward, not search.
18887
18888 * shell.el (shell-file-name-chars): Add [].
18889
18890 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18891
18892 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18893
18894 * generic.el (define-generic-mode): Doc fix.
18895
18896 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18897
18898 * files.el (kill-some-buffers): Doc fix.
18899
18900 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18901
18902 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18903 arg to send-invisible
18904 (send-invisible): Doc fix. The argument is now a prompt, not the
18905 string to send.
18906 (comint-read-noecho): Doc fix.
18907
18908 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18909
18910 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18911 "@", as required by some ISP hosting service. Fix defcustom
18912 argument syntax errors that prevented use of customization.
18913
18914 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18915
18916 * xml.el (xml-get-attribute-or-nil): Doc fix.
18917
18918 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18919
18920 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18921 write-file-hooks.
18922
18923 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18924
18925 * autorevert.el (auto-revert-interval): Doc fix.
18926
18927 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18928
18929 * xml.el (xml-get-attribute-or-nil): New function, like
18930 xml-get-attribute, but returns nil if the attribute was not found.
18931 (xml-get-attribute): Convert to defsubst, uses
18932 xml-get-attribute-or-nil.
18933
18934 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18935
18936 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18937
18938 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18939
18940 * custom.el (custom-declare-theme): Use `value' when putting
18941 properties on `theme'.
18942
18943 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18944
18945 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18946 for each yank-handler segment.
18947 (insert-for-yank-1): New function, with the body of the previous
18948 insert-for-yank.
18949
18950 * textmodes/table.el (table-yank-handler): New defcustom.
18951 (table--put-cell-indicator-property): Put yank-handler property
18952 that indicates the yank handler for the table cell.
18953
18954 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18955
18956 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18957 set of keywords.
18958
18959 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18960
18961 * international/mule-cmds.el (reset-language-environment)
18962 (set-language-environment): Don't invoke fontset-related functions
18963 if fontset-list is not fboundp.
18964
18965 2003-12-29 Kenichi Handa <handa@m17n.org>
18966
18967 * international/mule-cmds.el (reset-language-environment):
18968 Call set-overriding-fontspec-internal with nil.
18969 (set-language-environment): Call set-overriding-fontspec-internal
18970 if the language environment specify `overriding-fontspec'.
18971 (language-info-alist): Doc added.
18972
18973 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18974 characters of mule-unicode-0100-24ff.
18975 (ccl-encode-windows-1251-font): New CCL program.
18976 ("Bulgarian"): Specify overriding-fontspec.
18977 ("Belarusian"): Likewise.
18978
18979 2003-12-28 Sam Steingold <sds@gnu.org>
18980
18981 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18982 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18983
18984 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18985
18986 * progmodes/gud.el (gud-gdb-command-name): Set default to
18987 "gdb --annotate=3".
18988 (gud-gdb-marker-filter): Look out for annotations.
18989 (gdb-first-pre-prompt): New variable.
18990 Remove trailing white space.
18991
18992 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18993 if necessary.
18994 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18995 annotations are detected.
18996 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18997 instead of a local one to allow transition from
18998 gud-gdb-marker-filter.
18999 Remove trailing white space.
19000
19001 2003-12-27 Kim F. Storm <storm@cua.dk>
19002
19003 * ido.el: Handle non-readable directories.
19004 (ido-decorations): Add 9th element for non-readable directory.
19005 (ido-directory-nonreadable): New dynamic var.
19006 (ido-set-current-directory): Set it.
19007 (ido-read-buffer, ido-file-internal):
19008 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19009 (ido-file-name-all-completions1): Return empty list for
19010 non-readable directory.
19011 (ido-exhibit): Print [Not readable] if directory is not readable.
19012 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19013 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19014 Use it.
19015
19016 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19017
19018 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19019 calls to directory-files-and-attributes and file-attributes.
19020 (ls-lisp-format): Remove system dependent handling of user and
19021 group id's.
19022
19023 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19024
19025 * ffap.el (ffap-read-file-or-url): Revert previous change.
19026
19027 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19028
19029 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19030 new list of included files called `files-with-node-lines', that
19031 only have node lines. This way @include commands can include any
19032 file, such as version and update files without node lines, not
19033 just files that are chapters.
19034
19035 2003-12-25 Andreas Schwab <schwab@suse.de>
19036
19037 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19038 file not found.
19039
19040 2003-12-08 Miles Bader <miles@gnu.org>
19041
19042 * dired.el (dired-between-files): Always use dired-move-to-filename,
19043 which is more robust in non-english locales.
19044
19045 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19046
19047 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19048
19049 2003-12-24 Andreas Schwab <schwab@suse.de>
19050
19051 * shell.el (shell-file-name-quote-list): Add backslash.
19052
19053 * comint.el (comint-quote-filename): Correctly handle backslash
19054 in comint-file-name-quote-list.
19055
19056 2003-12-24 Kenichi Handa <handa@m17n.org>
19057
19058 * international/mule-cmds.el (set-default-coding-systems):
19059 Call ucs-set-table-for-input for all buffers that don't have local
19060 value of buffer-file-coding-system.
19061
19062 * international/ucs-tables.el (ucs-set-table-for-input):
19063 If translation-table-for-encode is a symbol, get its
19064 translation-table property.
19065
19066 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19067
19068 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19069 to `completing-read' on a recently fixed bug.
19070
19071 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19072 instead of SPACE, to get the list of possible fringe modes.
19073 SPACE only works if both `partial-completion-mode' and
19074 `completion-auto-help' are nil.
19075
19076 * complete.el (PC-is-complete-p): Delete.
19077 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19078 calls to `test-completion'.
19079
19080 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19081
19082 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19083 to edit values when there are no children.
19084
19085 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19086 a mode called "Assembler" already exists.
19087 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19088 (gud-watch): Use format option. Remove font properties from string.
19089 (gdb-var-create-handler, gdb-var-list-children-handler):
19090 Don't bother about properties as there are none.
19091 (gdb-var-create-handler, gdb-var-list-children-handler)
19092 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19093 with two arguments.
19094 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19095 Let speedbar show value changes with a different font.
19096 (gdb-edit-value): New defun.
19097 (gdb-clear-partial-output, gdb-clear-inferior-io)
19098 (def-gdb-auto-update-handler): Use erase-buffer.
19099 (gdb-frame-handler): Display watch expressions in
19100 FUNCTION::VARIABLE format if required.
19101
19102 2003-12-23 John Paul Wallington <jpw@gnu.org>
19103
19104 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19105 (Info-goto-emacs-command-node): Doc fixes.
19106
19107 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19108
19109 * cus-edit.el (custom-add-parent-links): Define "many".
19110
19111 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19112
19113 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19114 (widget-child-validate, widget-type-value-create)
19115 (widget-type-default-get, widget-type-match): New functions.
19116 (lazy): New widget.
19117 (menu-choice, checklist, radio-button-choice, editable-list)
19118 (group, documentation-string): Remove redundant (per 2003-10-25
19119 change) calls to `widget-children-value-delete'.
19120 (widget-choice-value-get, widget-choice-value-inline): Remove.
19121 (menu-choice): Update widget.
19122
19123 2003-12-03 Kenichi Handa <handa@m17n.org>
19124
19125 * language/cyrillic.el: Register "microsoft-cp1251" in
19126 ctext-non-standard-encodings-alist.
19127 ("Bulgarian"): Add ctext-non-standard-encodings.
19128 ("Belarusian"): Likewise.
19129
19130 * international/mule-conf.el (compound-text-with-extensions):
19131 Change the type to 2 (iso-2022 base).
19132
19133 * international/mule.el (ctext-non-standard-encodings-alist):
19134 Change the format.
19135 (ctext-non-standard-encodings): New variable.
19136 (ctext-post-read-conversion): Fully re-written.
19137 (ctext-non-standard-designations-alist): Delete it.
19138 (ctext-non-standard-encodings-table): New function.
19139 (ctext-pre-write-conversion): Fully re-written.
19140
19141 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19142
19143 * cus-edit.el (custom-add-parent-links): Add documentation links
19144 for parent, if the item has none of its own.
19145
19146 2003-11-30 Richard M. Stallman <rms@gnu.org>
19147
19148 * dired-aux.el (dired-do-query-replace-regexp):
19149 Report files visited read-only.
19150
19151 2003-11-30 Juri Linkov <juri@jurta.org>
19152
19153 * dired-aux.el (dired-compare-directories): New command.
19154 (dired-file-set-difference, dired-files-attributes): New functions.
19155
19156 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19157 Version 2.0.38 of Tramp released.
19158
19159 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19160 Charles Curley <charlescurley@charlescurley.com>.
19161 (tramp-multi-connection-function-alist): Add ssht entry which adds
19162 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19163 Aichner.
19164 (tramp-get-method-parameter): New function to retrieve a method
19165 parameter. This allows for omission of method parameters.
19166 Callers adjusted.
19167
19168 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19169
19170 * net/tramp.el: Add new optional parameter ID-FORMAT to
19171 `file-attributes'. Calls of `file-attributes' won't use this
19172 parameter for backward compatibility reasons.
19173 (tramp-perl-file-attributes): Add a new parameter to Perl script
19174 in order to handle uid/gid as strings, if desired.
19175 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19176 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19177 order to make the function more general.
19178 (tramp-handle-file-attributes): Replace proprietary optional
19179 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19180 (tramp-handle-file-attributes-with-perl): Handle parameter
19181 NONNUMERIC if set. This wasn't done in the past.
19182 (tramp-post-connection): Apply second parameter "$2" if
19183 `tramp-remote-perl' is called.
19184
19185 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19186 Correct cut'n'waste error (`filename' instead of `directory').
19187 (tramp-smb-handle-directory-files-and-attributes)
19188 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19189 introduced parameter ID-FORMAT.
19190 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19191 error (`directory' instead of `ldir').
19192
19193 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19194 `file-attributes' has a second parameter. If yes, apply it with
19195 value "'integer". Otherwise, don't use that parameter (default is
19196 integer format).
19197
19198 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19199
19200 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19201 (help-for-help): Add `C-h .' to the listed Help options.
19202 Remove trailing whitespace.
19203
19204 * help-at-pt.el: New file.
19205
19206 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19207
19208 * subr.el (noreturn, 1value): New macros for test coverage.
19209 See `testcover.el'.
19210
19211 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19212
19213 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19214 for macro `1value'.
19215 (testcover-1value): New function. Checks that a 1value form
19216 actually returns only one value. Requested by RMS.
19217
19218 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19219
19220 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19221 (gdb-var-list-children, gdb-var-list-children-handler)
19222 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19223 gdb commands that use mi to keep them out of the command history.
19224
19225 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19226
19227 * cus-start.el (all): Add use-file-dialog.
19228
19229 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19230
19231 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19232
19233 2003-11-27 Kim F. Storm <storm@cua.dk>
19234
19235 * subr.el (posn-object-x-y): New defun.
19236
19237 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19238
19239 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19240 Don't use `space' for \\\n.
19241 Be more selective as to which # are comment-starters.
19242
19243 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19244
19245 * subr.el (number-sequence): Improve handling of floating point
19246 arguments (suggested by Kim Storm). Allow negative arguments.
19247
19248 2003-11-26 Kenichi Handa <handa@m17n.org>
19249
19250 * international/mule-cmds.el (standard-display-european-internal):
19251 Cancel the standard-display-table setting for ` and '.
19252
19253 2003-11-26 Kim F. Storm <storm@cua.dk>
19254
19255 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19256 New defcustoms to add ffap-like functionality to ido.
19257 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19258 (ido-no-final-slash): New defun.
19259 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19260 (ido-read-file-name): ): Toggle VC checking via
19261 vc-handled-backends instead of vc-master-templates.
19262 (ido-file-internal): Handle ido-use-url-at-point and
19263 ido-use-filename-at-point via code borrowed from ffap-guesser.
19264 Handle new ido-exit code ffap.
19265 (ido-sort-list): Ignore final slash when sorting file names.
19266
19267 2003-11-25 Kim F. Storm <storm@cua.dk>
19268
19269 * emulation/cua-base.el (cua--standard-movement-commands):
19270 Add forward-sentence and backward-sentence.
19271
19272 2003-11-25 Stephen Eglen <stephen@gnu.org>
19273
19274 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19275 iswitchb-exit is set to 'usefirst when user selects buffer at head
19276 of list using RET. (Selecting buffers at the head of the list was
19277 broken if the substring was also a complete buffername.)
19278
19279 2003-11-23 Kim F. Storm <storm@cua.dk>
19280
19281 * progmodes/compile.el (grep-command, grep-use-null-device)
19282 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19283 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19284 (grep-regexp-alist, grep-program, find-program)
19285 (grep-find-use-xargs, grep-history, grep-find-history)
19286 (grep-process-setup, grep-compute-defaults)
19287 (grep-default-command, grep, grep-tag-default, grep-find)
19288 (grep-expand-command-macros, grep-tree-last-regexp)
19289 (grep-tree-last-files, grep-tree): Move grep variables, functions
19290 and commands to new file grep.el.
19291 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19292 (compilation-process-setup-function): Doc fix.
19293 (compilation-highlight-regexp, compilation-highlight-overlay): New
19294 defvars used for highlighting current compile error in source buffer.
19295 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19296 LOCAL-MAP which overrides compilation-highlight-regexp and
19297 compilation-mode-map for this compilation.
19298 Delay calling compilation-set-window-height until after running
19299 compilation-process-setup-function so it can buffer-local override
19300 compilation-window-height.
19301 Check buffer-local value of compilation-scroll-output.
19302 (compilation-set-window-height): Use buffer-local value of
19303 compilation-window-height.
19304 (compilation-revert-buffer): Don't pass (undefined)
19305 preserve-modes arg to revert-buffer.
19306 (next-error-no-select, previous-error-no-select): New commands.
19307 (compilation-goto-locus): Temporarily highlight current match in
19308 source buffer using compilation-highlight-regexp.
19309
19310 * progmodes/grep.el: New file with grep code from compile.el.
19311 (grep): New defcustom group.
19312 (grep-window-height): New defcustom, like compilation-window-height.
19313 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19314 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19315 (grep-command, grep-use-null-device, grep-find-command)
19316 (grep-tree-files-aliases, grep-tree-ignore-case)
19317 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19318 (grep-setup-hook): New hook variable.
19319 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19320 (grep-last-buffer): New defvar, override compilation-last-buffer.
19321 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19322 Call compile-internal with args highlight-regexp and grep-mode-map.
19323
19324 2003-11-23 Kim F. Storm <storm@cua.dk>
19325
19326 * subr.el (event-start, event-end): Doc fix.
19327 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19328 (posn-area, posn-actual-col-row, posn-object): New defuns.
19329 (posn-col-row): Simplify doc. Rewrite to use cond.
19330 (posn-point): Also return buffer position for events outside text
19331 area (that info is now present in the event position).
19332
19333 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19334 mouse-set-point so that hscroll still works now that clicks on
19335 fringes generate specific mouse events.
19336 (mouse-set-point): Note that it now works in fringes and margins
19337 too due to new semantics of posn-point in fringes and margins.
19338
19339 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19340 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19341
19342 2003-11-20 Kim F. Storm <storm@cua.dk>
19343
19344 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19345 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19346 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19347 to 100 for icons to avoid increasing line height when shown.
19348
19349 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19350
19351 * newcomment.el (comment-normalize-vars): Initialize properly if
19352 comment-start was nil.
19353
19354 2003-11-19 Andreas Schwab <schwab@suse.de>
19355
19356 * simple.el (set-variable): Fix indentation.
19357
19358 2003-11-17 Kenichi Handa <handa@m17n.org>
19359
19360 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19361 Fix docstring.
19362
19363 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19364
19365 * international/latin1-disp.el (latin1-display): Fix docstring.
19366
19367 2003-11-16 John Wiegley <johnw@newartisans.com>
19368
19369 * eshell/em-ls.el (eshell-ls-file): There are times with
19370 size-width is nil and uncomputed (when directories are created in
19371 dired, for example); in this case, 4 is reasonable default value,
19372 although it may caused skewed new entries (which could be avoided
19373 by returning the original value of 8 in all cases, but 99% of the
19374 time this is a waste of whitespace).
19375
19376 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19377
19378 * cc-engine.el (c-guess-continued-construct)
19379 (c-guess-basic-syntax): Check a little more carefully if it's a
19380 function declaration when an unknown construct followed by a block
19381 is found inside a statement context. This avoids macros followed
19382 by blocks to be taken as function declarations.
19383
19384 (c-guess-continued-construct): Change the analysis of a statement
19385 continuation with a brace open to `substatement-block', for
19386 consistency with recognized statements.
19387
19388 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19389 start is in a position so that `c-beginning-of-statement-1' jumped
19390 to the beginning of the same statement.
19391
19392 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19393 Don't accept binary operators in the arglist if we're in a function
19394 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19395 template recognition in cases like "if (a < b || c > d)".
19396
19397 (c-restricted-<>-arglists): New more appropriate name for
19398 `c-disallow-comma-in-<>-arglists'.
19399
19400 Accessing functions updated for the variable name change.
19401
19402 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19403 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19404
19405 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19406 labels.
19407
19408 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19409 instead of duplicating parts of it. This fixes bogus label
19410 recognition.
19411
19412 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19413 of checking the context in which to apply the minimum indentation,
19414 so that it isn't enforced in e.g. namespace blocks.
19415
19416 * cc-vars.el (c-inside-block-syms): New constant used by
19417 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19418 to somewhat reduce the risk of becoming stale.
19419
19420 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19421 cc-cmds to cc-engine to allow use from cc-align.
19422
19423 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19424 qualified identifiers containing "::".
19425
19426 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19427 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19428
19429 * cc-vars.el (c-emacs-features): Use a space in front of the name
19430 of the temporary buffer. That also avoids dumping problems in
19431 XEmacs due to undo info being left around after the buffer is killed.
19432
19433 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19434 arglist to see if it's a K&R style declaration.
19435
19436 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19437 before returning `knr-argdecl-intro'.
19438
19439 2003-11-16 John Wiegley <johnw@newartisans.com>
19440
19441 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19442 field in a long-listing always 8 characters, use `size-width',
19443 which has already been computed.
19444
19445 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19446
19447 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19448
19449 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19450
19451 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19452 Support operation while narrowed, with `diff-restrict-view'.
19453
19454 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19455
19456 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19457 Take additional optional arg NARROWFUN. For the generated functions:
19458 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19459 include frags that arrange to check for and save narrowing state before
19460 the move and then conditionally call NARROWFUN after the move.
19461
19462 2003-11-14 John Wiegley <johnw@newartisans.com>
19463
19464 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19465 that was optional, but obviously missing based on surrounding code.
19466
19467 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19468 string arguments to numbers unless the whole argument was seen as
19469 a number.
19470
19471 2003-11-14 Kenichi Handa <handa@m17n.org>
19472
19473 * international/mule.el (ctext-non-standard-encodings-alist):
19474 Fix coding systems.
19475
19476 2003-11-10 Kenichi Handa <handa@m17n.org>
19477
19478 * language/kannada.el ("Kannada"): Add sample-text.
19479
19480 * language/knd-util.el (kannada-compose-region)
19481 (kannada-compose-string, kannada-post-read-conversion):
19482 Add autoload cookie.
19483
19484 * international/quail.el (quail-completion): Change the message
19485 "corresponding translations" to "corresponding characters".
19486
19487 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19488
19489 * descr-text.el (describe-char): Fix typo.
19490
19491 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19492
19493 These changes are to support Kannada language/script.
19494
19495 * Makefile.in (DONTCOMPILE): Add kannada.el.
19496
19497 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19498
19499 * loadup.el: Preload kannada.el.
19500
19501 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19502 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19503 New variables.
19504
19505 * language/kannada.el: New file.
19506
19507 * language/knd-util.el: New file.
19508
19509 2003-11-07 Andreas Schwab <schwab@suse.de>
19510
19511 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19512 Also highlight AH_*.
19513
19514 * xml.el (xml-parse-dtd): Fix misplaced paren.
19515
19516 2003-11-07 Kenichi Handa <handa@m17n.org>
19517
19518 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19519
19520 2003-11-05 Juri Linkov <juri@jurta.org>
19521
19522 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19523 (desktop-buffer-file): Use saved buffer-file-coding-system
19524 for file reading. Set auto-insert to nil to prevent automatic
19525 insertion into restored empty files.
19526
19527 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19528
19529 * files.el (risky-local-variable-p): Make second argument optional.
19530
19531 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19532
19533 * subr.el (add-hook): Fix last change.
19534
19535 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19536
19537 * mail/rmail.el (rmail-convert-to-babyl-format):
19538 If base64-decode-region signals an error, catch it and silently
19539 ignore it.
19540
19541 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19542
19543 * xml.el (xml-parse-region): Allow comments to appear after the
19544 topmost element has closed.
19545 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19546 (xml-ns-expand-attr): New functions to do namespace handling.
19547 (xml-intern-attrlist): Back-compatible handling of attribute names.
19548 (xml-parse-tag): Move namespace handling to separate functions.
19549 Now produces elements in the form ((:ns . "element") (attr-list)
19550 children) instead of ('ns:element (attr-list) children).
19551 (xml-parse-attlist): Fix attribute parsing.
19552 (xml-parse-dtd): Change parsing so that it produces strings
19553 instead of interned symbols.
19554
19555 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19556
19557 * dired.el (dired-ls-sorting-switches): Doc fix.
19558
19559 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19560
19561 * emacs-lisp/rx.el (rx-or): Fix the case of
19562 "(rx (and ?a (or ?b ?c) ?d))".
19563
19564 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19565
19566 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19567 (texinfo-format-region): Use it.
19568 (texinfo-format-buffer-1): Ditto.
19569
19570 2003-11-01 Alan Mackenzie <acm@muc.de>
19571
19572 Changes to allow scrolling whilst in isearch mode:
19573 * isearch.el (isearch-unread-key-sequence): New function,
19574 extracted from isearch-other-meta-char.
19575 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19576 "scrollable" standard functions.
19577 (isearch-allow-scroll): New customizable variable.
19578 (isearch-string-out-of-window, isearch-back-into-window)
19579 (isearch-reread-key-sequence-naturally)
19580 (isearch-lookup-scroll-key): New functions.
19581 (isearch-other-meta-char): Doc string and functionality enhanced.
19582 Now accepts a prefix argument.
19583 (isearch-lazy-highlight-window-end): New variable.
19584 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19585 end (thru isearch-lazy-highlight-window-end), not only its start.
19586
19587 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19588 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19589 (universal-argument, universal-argument-more, negative-argument)
19590 (digit-argument, universal-argument-other-key): Minor changes.
19591
19592 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19593
19594 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19595 recursively if the last message is deleted, thus avoiding an
19596 infinite loop.
19597
19598 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19599
19600 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19601 (tex-main-file): Don't add .tex if the extension is already present.
19602 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19603
19604 2003-10-29 Lute Kamstra <lute@gnu.org>
19605
19606 * progmodes/octave-inf.el (inferior-octave-prompt):
19607 Recognize version number in prompt.
19608
19609 2003-10-28 Dave Love <fx@gnu.org>
19610
19611 * international/characters.el: Fix some Unicode ranges.
19612
19613 2003-10-28 Kenichi Handa <handa@m17n.org>
19614
19615 * disp-table.el (standard-display-8bit)
19616 (standard-display-default, standard-display-ascii)
19617 (standard-display-g1, standard-display-graphic)
19618 (standard-display-underline): Assure that standard-display-table
19619 is a display table.
19620
19621 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19622
19623 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19624 reindenting the first line.
19625
19626 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19627
19628 * wid-edit.el (widget-default-delete): Always delete child widgets.
19629
19630 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19631
19632 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19633 if the line has code.
19634 Don't try to line up with something that's too far left.
19635
19636 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19637 (octave-mode-syntax-table): Add % as a comment starter.
19638 (octave-point): Remove.
19639 (octave-in-comment-p, octave-in-string-p)
19640 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19641 (octave-blink-matching-block-open, octave-auto-fill):
19642 Use line-(beginning|end)-position instead.
19643
19644 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19645
19646 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19647 for Francesco Potort\e,Al\e(B.
19648
19649 2003-10-23 Dave Love <fx@gnu.org>
19650
19651 * international/mule-cmds.el (locale-charset-to-coding-system):
19652 Don't rely on nil being a coding system.
19653
19654 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19655 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19656 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19657
19658 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19659
19660 * gdb-ui.el (gdb-current-language): New variable.
19661 (gdb-update-flag): Remove variable.
19662 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19663 (gdb-take-last-elt): Remove function.
19664 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19665 (gdb-post-prompt): Check for variable object changes here.
19666
19667 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19668 object changes in gdb-ui.el.
19669
19670 2003-10-21 Richard M. Stallman <rms@gnu.org>
19671
19672 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19673
19674 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19675 Don't check for foo*/ wildcard form here.
19676 (insert-directory): Recognize foo*/ as a wildcard.
19677 Separate wildcard-regexp variable from the arg, wildcard.
19678
19679 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19680 (remove-hook): Correctly handle strange cases about local hooks.
19681
19682 2003-10-21 David Ponce <david@dponce.com>
19683
19684 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19685 argument REAL, to return a real number instead of a rounded
19686 integer value. Define as inline function.
19687 (ruler-mode-right-fringe-cols): Likewise.
19688 (ruler-mode-scroll-bar-cols): New function.
19689 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19690 (ruler-mode-right-scroll-bar-cols): Likewise.
19691 (ruler-mode-space): New function.
19692 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19693 scroll bar mode and margins in a more robust way.
19694
19695 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19696
19697 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19698 (antlr-c-init-language-vars): New function.
19699 (antlr-mode): Use it with cc-mode before v5.29.
19700 (antlr-c-common-init): Don't set some local vars here.
19701 (antlr-mode): Set them here.
19702 (antlr-c-forward-sws): New function alias.
19703 (antlr-mode): Redefine with cc-mode before v5.30.
19704 (antlr-skip-sexps): Use it.
19705 (antlr-skip-exception-part): Ditto.
19706 (antlr-skip-file-prelude): Ditto.
19707 (antlr-outside-rule-p): Ditto.
19708 (antlr-end-of-body): Ditto.
19709 (antlr-option-kind): Ditto.
19710 (antlr-insert-option-area): Ditto.
19711 (antlr-file-dependencies): Ditto.
19712
19713 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19714
19715 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19716 Move backward only if point was not inside an entry.
19717
19718 2003-10-21 Richard M. Stallman <rms@gnu.org>
19719
19720 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19721
19722 2003-10-21 Juri Linkov <juri@jurta.org>
19723
19724 * compare-w.el: Automatically skip non-matching text to resync.
19725 (compare-windows-whitespace): Doc fix.
19726 (compare-windows-sync, compare-windows-sync-string-size)
19727 (compare-windows-recenter, compare-ignore-whitespace)
19728 (compare-windows-highlight, compare-windows-face): New variables.
19729 (compare-windows): Use compare-windows-sync.
19730 (compare-windows-highlight, compare-windows-dehighlight)
19731 (compare-windows-sync-regexp)
19732 (compare-windows-sync-default-function): New functions.
19733
19734 2003-10-21 Juri Linkov <juri@jurta.org>
19735
19736 * diff.el (diff-parse-differences): Don't visit the files now;
19737 instead, just record the error locus.
19738
19739 2003-10-21 Dave Love <fx@gnu.org>
19740
19741 * progmodes/cfengine.el: New file.
19742
19743 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19746 default-directory when completing file names.
19747
19748 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19749
19750 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19751 followed by the word `face', it gets treated as a face, even if
19752 it is also defined as a variable or a function.
19753
19754 2003-10-20 Dave Love <fx@gnu.org>
19755
19756 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19757 Avoid incf in macro expansion.
19758
19759 2003-10-20 John Paul Wallington <jpw@gnu.org>
19760
19761 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19762 `evenp' so we don't implicitly require cl library at runtime.
19763
19764 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19765
19766 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19767 (help-make-xrefs): Only make cross-references for faces if
19768 preceded or followed by the word `face'. Do not make a
19769 cross-reference for variables without variable documentation,
19770 unless preceded by the word `variable' or `option'. Update doc
19771 string accordingly.
19772
19773 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19774
19775 * progmodes/hideshow.el: Rewrite one-armed `if'
19776 constructs using either `when' or `unless'.
19777 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19778
19779 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19780
19781 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19782 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19783 instead of 12x12.
19784
19785 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19786
19787 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19788 message while converting to Babyl.
19789
19790 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19791
19792 * allout.el (allout-mode): Doc fix.
19793
19794 2003-10-16 Lute Kamstra <lute@gnu.org>
19795
19796 * subr.el (force-mode-line-update): Fix docstring.
19797
19798 2003-10-14 Dave Love <fx@gnu.org>
19799
19800 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19801 (default-input-method): Add :link, improve :type.
19802 (locale-charset-language-names): Fix utf-8 pattern.
19803 (locale-charset-match-p, locale-charset-alist)
19804 (locale-charset-to-coding-system): New.
19805 (set-locale-environment): Deal with codeset part of locale specs.
19806
19807 2003-10-14 Lute Kamstra <lute@gnu.org>
19808
19809 * fringe.el (fringe-mode): Use active voice in docstring.
19810 (set-fringe-style): Ditto.
19811
19812 2003-10-13 Lute Kamstra <lute@gnu.org>
19813
19814 * fringe.el (fringe-mode): Fix docstring.
19815 (set-fringe-style): Ditto.
19816
19817 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19818
19819 * ediff-mult.el (ediff-filegroup-action):
19820 Use ediff-default-filtering-regexp.
19821
19822 * ediff-util.el (ediff-recenter): Don't call
19823 ediff-restore-highlighting twice.
19824 (ediff-select-difference): Set current difference.
19825 (ediff-unselect-and-select-difference): Add comment.
19826
19827 * ediff.el (ediff-directories,ediff-directory-revisions)
19828 (ediff-directories3,ediff-merge-directories)
19829 (ediff-merge-directories-with-ancestor)
19830 (ediff-merge-directory-revisions)
19831 (ediff-merge-directory-revisions-with-ancestor):
19832 Use ediff-default-filtering-regexp.
19833
19834 2003-10-12 Andreas Schwab <schwab@suse.de>
19835
19836 * international/mule-cmds.el (locale-charset-language-names):
19837 Simplify regex by removing unused grouping.
19838
19839 2003-10-10 Dave Love <fx@gnu.org>
19840
19841 * bindings.el: Don't bind stop.
19842
19843 2003-10-08 Miles Bader <miles@gnu.org>
19844
19845 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19846 face instead of attempting to emulate it.
19847
19848 2003-10-07 Kenichi Handa <handa@m17n.org>
19849
19850 * international/mule-diag.el (list-coding-systems-1): List coding
19851 systems that are loaded automatically.
19852
19853 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19854
19855 * international/mule.el (autoload-coding-system): New function.
19856
19857 2003-10-07 Andreas Schwab <schwab@suse.de>
19858
19859 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19860 change-log-default-name in the buffer visiting the file.
19861
19862 2003-10-06 Dave Love <fx@gnu.org>
19863
19864 * files.el (find-file-hook): Customize.
19865 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19866
19867 * bindings.el (completion-ignored-extensions): Remove .log.
19868 (global-map): Add again, open, stop keys.
19869
19870 2003-10-05 Richard M. Stallman <rms@gnu.org>
19871
19872 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19873 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19874 Use sh-modify directly.
19875 (sh-select): Use sh-append, not eval.
19876
19877 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19878
19879 * info.el (Info-following-node-name): New function.
19880
19881 * loadhist.el (unload-feature-special-hooks):
19882 Rename from loadhist-hook-functions.
19883 (loadhist-hook-functions): Now an alias.
19884
19885 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19886
19887 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19888 file-name clashes on 8+3 filesystems.
19889
19890 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19891 Rename loaddefs-boot.el to ldefs-boot.el
19892
19893 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19894 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19895
19896 2003-10-03 Lute Kamstra <lute@gnu.org>
19897
19898 * info.el (Info-mode): Revert previous change.
19899 (Info-escape-percent): New function.
19900 (Info-fontify-node): Use it.
19901
19902 2003-10-02 Andreas Schwab <schwab@suse.de>
19903
19904 * loaddefs-boot.el: Regenerated.
19905
19906 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19907
19908 * ffap.el: Remove defadvice related code from CVS since `complete'
19909 provides a `PC-completion-as-file-name-predicate' variable that
19910 ffap can override.
19911
19912 2003-10-02 Kenichi Handa <handa@m17n.org>
19913
19914 * international/utf-8.el (ccl-decode-mule-utf-8):
19915 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19916
19917 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19918 * international/subst-big5.el: Likewise.
19919 * international/subst-gb2312.el: Likewise.
19920 * international/subst-ksc.el: Likewise.
19921
19922 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19923
19924 * calendar/calendar.el (increment-calendar-month)
19925 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19926 (generate-calendar, calendar-read-date, calendar-interval)
19927 (calendar-day-of-week): Handle years BC.
19928 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19929
19930 2003-10-01 Dave Love <fx@gnu.org>
19931
19932 * language/cyrillic.el (cp1251): Alias for windows-1251.
19933
19934 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19935 bootstrap.
19936
19937 2003-10-01 Lute Kamstra <lute@gnu.org>
19938
19939 * files.el: Fix typo.
19940 * imenu.el (imenu--generic-function): Docstring fix.
19941
19942 2003-09-30 Richard M. Stallman <rms@gnu.org>
19943
19944 * dired.el (dired-mode): Handle dired-directory as a list.
19945
19946 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19947
19948 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19949
19950 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19951
19952 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19953 Replace gud-display with gud-watch.
19954 (gud-speedbar-buttons): Add stuff for watching expressions
19955 in the speedbar when using M-x gdba. Use dolist on old part
19956 of this function.
19957
19958 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19959 (gdb-update-flag): New variables.
19960 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19961 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19962 (gud-watch, gdb-var-create-handler) : New functions.
19963 (gdb-var-list-children, gdb-var-list-children-handler)
19964 (gdb-var-create-regexp, gdb-var-update-regexp)
19965 (gdb-var-list-children-regexp): New constants.
19966 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19967 (gdb-annotation-rules): Reduce annotation set (level 3).
19968 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19969 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19970 updates.
19971 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19972 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19973 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19974 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19975 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19976 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19977 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19978 (gud-display, gud-display1)
19979 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19980 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19981 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19982 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19983 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19984 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19985 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19986 (gdb-display-display-buffer, gdb-toggle-display)
19987 (gdb-delete-display, gdb-expressions-popup-menu)
19988 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19989 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19990 to display buffer.
19991
19992 2003-09-30 Richard M. Stallman <rms@gnu.org>
19993
19994 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19995 Instead, set which-func-functions.
19996
19997 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19998 (which-func-functions): New variable.
19999 (which-function): Use that.
20000
20001 * info.el (Info-mode): Double each `%' in header line.
20002
20003 * emacs-lisp/lisp-mnt.el (lm-with-file):
20004 When FILE is nil, run BODY in current buffer.
20005
20006 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20007
20008 * help.el (describe-mode): Start with a brief list of minor modes.
20009 Find them thru minor-mode-list so as to find them all.
20010 Show them in alphabetical order.
20011
20012 * mail/sendmail.el (mail-aliases): Doc fix.
20013
20014 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20015
20016 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20017
20018 * mail/rmailsum.el (rmail-make-summary-line-1):
20019 Change comma after last label to a space.
20020 (rmail-summary-font-lock-keywords): Adapt to that change.
20021
20022 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20023
20024 * progmodes/scheme.el (scheme-mode-variables): When setting
20025 `font-lock-defaults', also specify that "#" should
20026 be interpreted with `word' syntax.
20027 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20028
20029 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20030
20031 * desktop.el: A lot of comments updated.
20032 (desktop-save-mode): Minor mode introduced.
20033 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20034 (desktop-load-default): Function made obsolete.
20035 (desktop-locals-to-save): Variable made customizable.
20036 (desktop-read): Optional parameter `dirname' added.
20037 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20038 `desktop-read' used.
20039 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20040
20041 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20042
20043 * whitespace.el (whitespace-clean-msg): Add user customizable message
20044 for displaying ``clean'' output.
20045 (whitespace-buffer): Use `whitespace-clean-msg'.
20046 (whitespace-global-mode): Fix typo.
20047
20048 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20049
20050 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20051
20052 2003-09-29 Lute Kamstra <lute@gnu.org>
20053
20054 * bindings.el (mode-line-modes): Remove superfluous :propertize
20055 construct in initialization.
20056 (mode-line-position): Change cons cell into proper list in
20057 initialization.
20058
20059 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20060
20061 * international/mule.el (decode-coding-inserted-region): Use car
20062 of the return value of find-operation-coding-system.
20063
20064 2003-09-29 Kenichi Handa <handa@m17n.org>
20065
20066 * descr-text.el (describe-char): Fix previous change.
20067
20068 2003-09-28 Kenichi Handa <handa@m17n.org>
20069
20070 * descr-text.el (describe-char-display): New function.
20071 (describe-char): Pay attention to display table on describing how
20072 a character is displayed.
20073
20074 * international/mule-cmds.el (encoded-string-description):
20075 Prepend "0x" to each encoded byte.
20076
20077 2003-09-28 Andreas Schwab <schwab@suse.de>
20078
20079 * find-file.el (ff-special-constructs): Add autoload cookie.
20080
20081 2003-09-28 Kevin Ryde <user42@zip.com.au>
20082
20083 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20084 makeinfo appends to duplicate index entries.
20085
20086 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20087
20088 * dired-x.el (dired-clean-tex): Doc fix.
20089
20090 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20091 using a Chinese tutorial.
20092
20093 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20094
20095 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20096 between "MAIL FROM:" and "RCPT TO:" and the following address.
20097
20098 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20099
20100 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20101
20102 2003-09-28 David Ponce <david@dponce.com>
20103
20104 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20105 (recentf-load-list): When `recentf-initialize-file-name-history'
20106 is non-nil, initialize an empty `file-name-history' with the
20107 recent list.
20108
20109 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20110
20111 * man.el (Man-default-man-entry): Remove the leading `*' from the
20112 word at point.
20113
20114 2003-09-26 Lute Kamstra <lute@gnu.org>
20115
20116 * bindings.el (mode-line-position): Mention size indication in
20117 docstring.
20118
20119 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20120
20121 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20122
20123 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20124 because it's autoloaded now.
20125
20126 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20127
20128 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20129 (sh-font-lock-keywords, sh-feature): Fix previous change of
20130 sh-feature to avoid infloop with sh-font-lock-keywords.
20131
20132 2003-09-25 Kim F. Storm <storm@cua.dk>
20133
20134 * frame.el (frame-current-scroll-bars): New defun.
20135
20136 * window.el (window-current-scroll-bars): New defun.
20137
20138 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20139
20140 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20141 cause errors when the state cache contains info on parts that have
20142 been narrowed out.
20143
20144 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20145
20146 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20147 `c-setup-paragraph-variables' has to be used when this variable is
20148 changed; it doesn't work to reinitialize the mode since that
20149 typically clobbers the variable.
20150
20151 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20152 Make it interactive.
20153
20154 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20155
20156 * progmodes/cc-fonts.el (c-font-lock-declarations):
20157 Fix recognition of constructors and destructors for classes whose
20158 names are matched by `*-font-lock-extra-types'.
20159
20160 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20161 followed by an identifier in C++ then it's a type.
20162
20163 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20164
20165 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20166 problem that primarily affected XEmacs. Don't use faces to find
20167 unterminated strings since Emacs and XEmacs fontify strings
20168 differently - this function should now work better in XEmacs.
20169
20170 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20171
20172 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20173 `expand-abbrev' workaround which caused braces to misbehave inside
20174 macros.
20175
20176 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20177 handling. This bug could cause interactive font locking to bail out.
20178
20179 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20180
20181 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20182 Handle paren-style types in Pike. Also fixed some cases of
20183 insufficient handling of unbalanced parens.
20184
20185 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20186
20187 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20188 common shell prompts that are not common filename or URL characters.
20189 (ffap-file-at-point): Use the new regexp to strip the prompts from
20190 the file names. This is an issue mostly for user prompts that
20191 don't have a trailing space and find-file-at-point is invoked from
20192 within a shell inside Emacs.
20193
20194 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20195
20196 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20197 stamps numerically, rather than textually.
20198
20199 2003-09-24 Kenichi Handa <handa@m17n.org>
20200
20201 * language/devan-util.el (devanagari-post-read-conversion):
20202 * language/mlm-util.el (malayalam-post-read-conversion):
20203 * language/tml-util.el (tamil-post-read-conversion):
20204 Add autoload cookie.
20205
20206 * international/utf-8.el (utf-8-post-read-conversion):
20207 Call post-read-conversion functions for Devanagari, Malayalam,
20208 and Tamil.
20209
20210 2003-09-23 Dave Love <fx@gnu.org>
20211
20212 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20213
20214 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20215
20216 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20217 Update gud-remove.
20218
20219 2003-09-22 Richard M. Stallman <rms@gnu.org>
20220
20221 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20222 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20223 (sh-mode-syntax-table-input): New variable.
20224 (sh-require-final-newline): Don't use eval.
20225 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20226 (sh-variables, sh-font-lock-keywords): Don't use eval.
20227 (sh-set-shell): When setting require-final-newline,
20228 treat value = `require-final-newline' as don't change it.
20229 Set sh-mode-syntax-table locally based on
20230 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20231
20232 * progmodes/compile.el (compile-internal):
20233 Call compilation-set-window-height before setting window start.
20234
20235 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20236
20237 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20238 Clear out byte-compile-last-warned-form.
20239
20240 2003-09-22 Richard M. Stallman <rms@gnu.org>
20241
20242 * woman.el (woman-file-name, woman-follow-word):
20243 If current-word returns nil, use "".
20244
20245 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20246
20247 2003-09-22 Richard M. Stallman <rms@gnu.org>
20248
20249 * emacs-lisp/lisp-mnt.el (lm-with-file):
20250 Don't visit the file, just use insert-file-contents in temp buffer.
20251
20252 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20253
20254 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20255 Add surrounding \\( and \\) around the header, as in
20256 for lm-history-header 'Change Log\\|History'.
20257
20258 2003-09-22 John Paul Wallington <jpw@gnu.org>
20259
20260 * progmodes/ld-script.el: Add Commentary section,
20261 minor cleanup of file header.
20262 (ld-script-font-lock-keywords): Doc fix.
20263 (toplevel): Provide `ld-script' feature.
20264
20265 2003-09-21 Kim F. Storm <storm@cua.dk>
20266
20267 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20268 new built-in variable default-frame-scroll-bars.
20269 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20270 scroll-bar-mode; notably, use it instead of t when we toggle
20271 scroll-bars on.
20272 (toggle-scroll-bar): Use default-frame-scroll-bars.
20273
20274 2003-09-19 Masatake YAMATO <jet@gyve.org>
20275
20276 * pcvs.el (cvs-do-removal): Change the prompt depending on
20277 `filter' value.
20278
20279 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20280
20281 * startup.el (command-line-1): Stop startup-echo-area-message
20282 being hidden by "Loading image..." message.
20283 (use-fancy-splash-screens-p, display-splash-screen):
20284 Move display-graphic-p test from latter to former.
20285
20286 * progmodes/sh-script.el (sh-font-lock-keywords):
20287 Highlight escaped EOLs differently from other backslash constructs.
20288
20289 2003-09-19 Richard M. Stallman <rms@gnu.org>
20290
20291 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20292 New functions.
20293 (edebug-enter, edebug-outside-excursion): Use them.
20294
20295 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20296 Fix the condition for whether to print "In WHERE".
20297
20298 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20299
20300 * finder.el (finder-mode-hook): New variable.
20301 (finder-mode): Run hook finder-mode-hook
20302
20303 2003-09-18 Masatake YAMATO <jet@gyve.org>
20304
20305 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20306
20307 2003-09-17 Mario Lang <mlang@delysid.org>
20308
20309 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20310 "p %e" to actually print the value in the GUD buffer.
20311
20312 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20313
20314 From David Ponce <david.ponce@wanadoo.fr>:
20315 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20316 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20317 from loaddefs-boot.el if necessary.
20318
20319 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20320
20321 * progmodes/gud.el (gud-find-class): Make jdb work again since
20322 cc-mode changed the syntactic information.
20323
20324 2003-09-15 David Ponce <david@dponce.com>
20325
20326 * recentf.el: (recentf-exclude): Accept predicates too.
20327 (recentf-file-readable-p): New function.
20328 (recentf-include-p): Handle predicates in recentf-exclude.
20329 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20330 (recentf-cleanup): Likewise.
20331 (recentf-save-list): Use write-file to handle backup of
20332 recentf-save-file.
20333
20334 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20335
20336 * loaddefs-boot.el: Renamed from `loaddefs.el'
20337 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20338 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20339 necessary.
20340
20341 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20342
20343 * electric.el (Electric-pop-up-window): For the `one-window' case,
20344 no longer disconcertingly move point in the original buffer.
20345
20346 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20347
20348 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20349
20350 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20351
20352 * dired.el (dired-mode-map): Fix typo.
20353
20354 2003-09-11 Richard M. Stallman <rms@gnu.org>
20355
20356 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20357
20358 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20359
20360 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20361 the function is less noisy. Now only `kill-buffer' can ask questions.
20362
20363 2003-09-10 Mario Lang <mlang@delysid.org>
20364
20365 * battery.el: Update Commentary and Copyright.
20366 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20367 appear due to wrong ordering of the expressions in `or'.
20368
20369 2003-09-09 Lute Kamstra <lute@gnu.org>
20370
20371 * misc.el (upcase-char): Fix docstring.
20372 (zap-up-to-char): New command.
20373
20374 2003-09-08 David Ponce <david@dponce.com>
20375
20376 Ensure that recentf correctly updates the menu bar.
20377 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20378 (recentf-menu-bar): New function.
20379 (recentf-clear-data): Use it
20380 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20381 of easy-menu-change.
20382
20383 2003-09-08 Lute Kamstra <lute@gnu.org>
20384
20385 * simple.el (size-indication-mode): New.
20386 * bindings.el (mode-line-position): Add buffer size indicator.
20387
20388 2003-09-04 Mario Lang <mlang@delysid.org>
20389
20390 * battery.el (battery-linux-proc-acpi): New function.
20391 (battery-status-function): Modify default value calculation to also
20392 check for availability of ACPI.
20393 (battery-echo-area-format): Ditto.
20394 (battery-mode-line-format): Ditto.
20395
20396 2003-09-06 Dave Love <fx@gnu.org>
20397
20398 * ielm.el (ielm-mode-hook): Add :options.
20399
20400 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20401 (eldoc-print-current-symbol-info): Use it.
20402
20403 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20404
20405 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20406 being displayed in GUD buffer.
20407 (gdb-idle-input-queue): Remove var. Use just one queue.
20408 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20409 Remove functions. Use just one queue.
20410 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20411 (gdb-invalidate-assembler, gdb-get-current-frame):
20412 Modify functions. Use just one queue.
20413
20414 2003-09-04 Dave Love <fx@gnu.org>
20415
20416 * cus-start.el: Add blink-cursor-alist.
20417
20418 * ruler-mode.el (ruler-mode-fill-column-char)
20419 (ruler-mode-current-column-char): Use char-displayable-p,
20420 not window-system.
20421
20422 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20423
20424 * language/european.el (windows-1252): Move from code-pages.
20425
20426 * language/cyrillic.el ("Windows-1251"): Delete.
20427 ("Bulgarian", "Belarusian"): Remove `features'.
20428 (windows-1251): Move from code-pages.
20429
20430 * international/mule-diag.el (non-iso-charset-alist):
20431 Remove `codepage' stuff.
20432 (print-designation, list-coding-systems-1): Output fixes.
20433
20434 * international/code-pages.el (cp-make-translation-table)
20435 (cp-valid-codes): Made defsubsts.
20436 (cp-fix-safe-chars): Delete.
20437 (mule-diag): Don't require.
20438 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20439 (top-level): Check for defined coding system when defining
20440 cp... aliases. Change w32-add-charset-info test to avoid warning.
20441 (non-iso-charset-alist): Defvar when compiling.
20442 (cp-make-coding-system): Doc fix.
20443
20444 2003-09-02 Jason Rumney <jasonr@gnu.org>
20445
20446 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20447 line-ends from CVS before doing conversion.
20448
20449 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20450
20451 * calendar/diary-lib.el (diary-header-line-flag)
20452 (diary-header-line-format): New variables.
20453 (list-diary-entries): Use them to set header line in simple diary.
20454
20455 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20456 other than font-lock-string-face to highlight backslashes.
20457
20458 2003-09-01 Jason Rumney <jasonr@gnu.org>
20459
20460 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20461 regexp.
20462
20463 2003-09-01 Dave Love <fx@gnu.org>
20464
20465 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20466
20467 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20468 and :help; also line and column numbers labels.
20469
20470 * international/mule-util.el (char-displayable-p): Move from
20471 latin1-disp, rename and autoload.
20472
20473 * international/latin1-disp.el (latin1-char-displayable-p):
20474 Now obsolete alias. Replace uses with char-displayable-p.
20475 (latin1-display-ucs-per-lynx): Fix last change.
20476
20477 * international/mule-cmds.el (standard-display-european-internal):
20478 Don't use char code for Latin-1 NBSP.
20479 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20480 U+2018, U+2019 for `'.
20481 (select-safe-coding-system): Message fix.
20482
20483 2003-09-01 Kenichi Handa <handa@m17n.org>
20484
20485 * international/fontset.el (setup-default-fontset): For Thai
20486 font, specify "*" family.
20487
20488 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20489
20490 * progmodes/compile.el (previous-error): Accept a prefix
20491 argument, similarly to next-error.
20492
20493 2003-08-31 Masatake YAMATO <jet@gyve.org>
20494
20495 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20496 the number of files. Bind the number of files to a local
20497 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20498
20499 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20500
20501 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20502 2003-07-26: msdos-long-file-names is a function, not a variable.
20503
20504 2003-08-29 Richard M. Stallman <rms@gnu.org>
20505
20506 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20507 Do nothing with mail-personal-alias-file if it is nil.
20508
20509 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20510 Do nothing if mail-personal-alias-file is nil.
20511
20512 * term.el (term-exec-1): Bind coding-system-for-read.
20513
20514 * dired.el (dired-mouse-find-file-other-window):
20515 Use dired-view-command-alist here, as in dired-view-file.
20516 (dired-view-command-alist): Use %s to substitute file name.
20517 Handle .ps_pages, .eps, .jpg, .gif, .png.
20518
20519 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20520
20521 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20522 `Info-prev-reference', instead of M-tab.
20523
20524 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20525
20526 * simple.el (blink-matching-open): Work correctly on chars that
20527 are designated as parens through the syntax-table text property.
20528
20529 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20530
20531 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20532 line break position in the middle of a non-kinsoku (e.g. latin)
20533 word, making it skip until either a space or a character with
20534 category "|".
20535 (kinsoku-longer): Test for end of buffer.
20536
20537 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20538
20539 * mail/rmail.el (rmail-convert-to-babyl-format):
20540 Detect quoted-printable- and base64-encoded messages and decode them
20541 automatically. Set the message's encoding from the charset=
20542 header, if any. Decode base64-encoded messages in Mail format as well.
20543
20544 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20545
20546 * mail/smtpmail.el: Fix previous change.
20547 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20548 calling smtpmail-via-smtp.
20549 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20550
20551 2003-08-26 John Paul Wallington <jpw@gnu.org>
20552
20553 * image.el (image-jpeg-p): Don't search beyond length of data.
20554
20555 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20556
20557 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20558 misfeature in `expand-abbrev' which caused electric keywords like
20559 "else" to disappear if an open brace was typed directly afterwards.
20560
20561 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20562
20563 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20564 mandatory in `define-widget'.
20565
20566 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20567 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20568
20569 (c-assignment-operators): New language constant that only contains
20570 the assignment operators.
20571
20572 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20573
20574 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20575
20576 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20577 Safeguard against unbalanced sexps.
20578
20579 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20580
20581 * version.el (emacs-version): Check for gtk. Include gtk version info.
20582
20583 2003-08-25 John Paul Wallington <jpw@gnu.org>
20584
20585 * man.el (Man-default-man-entry): Don't whizz past the section
20586 number before looking for it.
20587
20588 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20589
20590 * progmodes/gud.el (gud-display-line): Don't set window-point if
20591 source buffer is not visible. (Only happens with M-x gdba.)
20592
20593 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20594 documentation.
20595 (gdb-source, gdb-source-info): Update to assembler unnecessary
20596 as its done after each GDB command anyway.
20597 (gdb-pre-prompt): Use with-current-buffer.
20598 (gdb-insert-field): Add help-echo text.
20599 (gdb-invalidate-assembler): Re-display of assembler now done in
20600 gdb-info-breakpoints-custom.
20601 (gdb-info-breakpoints-custom): Force re-display of assembler to
20602 happen *after* update of breakpoints buffer.
20603 (gdb-display-source-buffer): Don't choke if gdb-source-window
20604 isn't visible.
20605 (gdb-put-string, gdb-put-arrow): Remove free variables.
20606
20607 2003-08-24 John Paul Wallington <jpw@gnu.org>
20608
20609 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20610
20611 * man.el (Man-default-man-entry): Strip text properties when
20612 snarfing parts of entry because `format' preserves properties.
20613
20614 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20615
20616 * files.el (file-newest-backup): Use `expand-file-name'.
20617
20618 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20619 Allow the diary to pop up a new frame, if needed.
20620
20621 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20622 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20623 (smtpmail-send-it): Make treatment of envelope-from consistent with
20624 sendmail.el.
20625
20626 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20627 (sh-leading-keywords): Add the bash `time' reserved word.
20628 (sh-variables): Add some bash variables.
20629 (sh-add-completer): Fix nil branch of case statement.
20630
20631 2003-08-24 Masatake YAMATO <jet@gyve.org>
20632
20633 * progmodes/ld-script.el: New file.
20634
20635 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20636
20637 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20638
20639 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20640
20641 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20642 Better explain obsolescence, and what to use instead.
20643
20644 2003-08-23 Masatake YAMATO <jet@gyve.org>
20645
20646 * pcvs.el (cvs-do-removal): Show the deleted file name
20647 on the prompt.
20648
20649 2003-08-20 Dave Love <fx@gnu.org>
20650
20651 * international/mule.el (make-coding-system)
20652 (set-buffer-file-coding-system): Doc fix.
20653
20654 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20655
20656 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20657
20658 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20659
20660 * international/utf-16.el: Add mime-text-unsuitable coding system
20661 properties.
20662
20663 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20664
20665 * cus-edit.el: Add some :links.
20666 (bib): Remove.
20667
20668 * textmodes/bib-mode.el (bib): Add :group external.
20669
20670 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20671
20672 * wid-edit.el (widget-echo-help): Make it handle expressions that
20673 evaluate to strings.
20674
20675 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20676
20677 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20678
20679 Simplify selection of SQL products to define highlighting and
20680 interactive mode. Includes detailed instructions on adding
20681 support for new products.
20682
20683 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20684 product for use in highlighting and interactive mode.
20685 (sql-interactive-product): New variable. SQL product for
20686 sql-interactive-mode.
20687 (sql-product-support): New variable. Specifies product-specific
20688 parameters to drive highlighting and interactive mode.
20689 (sql-imenu-generic-expression): Add more object types.
20690 (sql-sqlite-options): Correct comment.
20691 (sql-ms-program): Use "osql" rather than "isql".
20692 (sql-prompt-regexp, sql-prompt-length): Update comment.
20693 (sql-mode-menu): Add "Start SQLi session" entry.
20694 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20695 (sql-mode-abbrev-table): Add abbreviations. Support of
20696 SYSTEM-FLAG on define-abbrev. Support was removed with last
20697 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20698 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20699 names.
20700 (sql-mode-ansi-font-lock-keywords): Set as default value.
20701 (sql-mode-oracle-font-lock-keywords): Set as default value.
20702 Support Oracle 9i keywords.
20703 (sql-mode-postgres-font-lock-keywords): Set as default value.
20704 (sql-mode-linter-font-lock-keywords): Set as default value.
20705 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20706 SQLServer 2000.
20707 (sql-mode-sybase-font-lock-keywords)
20708 (sql-mode-interbase-font-lock-keywords)
20709 (sql-mode-sqlite-font-lock-keywords)
20710 (sql-mode-strong-font-lock-keywords)
20711 (sql-mode-mysql-font-lock-keywords)
20712 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20713 keywords.
20714 (sql-mode-font-lock-defaults): Update comment.
20715 (sql-product-feature): New function. Returns feature associated
20716 with a product from `sql-product-support' alist.
20717 (sql-product-font-lock): New function. Set font-lock support
20718 based on `sql-product'.
20719 (sql-add-product-keywords): New function. Add font-lock rules to
20720 product-specific keyword variables.
20721 (sql-set-product): New function. Set `sql-product' and apply
20722 appropriate font-lock highlighting.
20723 (sql-highlight-product): New function. Set font-lock support
20724 based on a product. Also set mode name to include product name.
20725 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20726 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20727 Use `sql-set-product'.
20728 (sql-highlight-ms-keywords)
20729 (sql-highlight-sybase-keywords)
20730 (sql-highlight-interbase-keywords)
20731 (sql-highlight-strong-keywords)
20732 (sql-highlight-mysql-keywords)
20733 (sql-highlight-sqlite-keywords)
20734 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20735 (sql-get-login): Prompt in the same order as the tokens.
20736 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20737 (sql-product-interactive): New function. Common portions of
20738 product-specific interactive mode wrappers.
20739 (sql-interactive-mode): Rewritten to use product features.
20740 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20741 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20742 (sql-db2, sql-linter): Use `sql-product-interactive'.
20743 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20744 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20745 (sql-connect-ingres, sql-connect-postgres)
20746 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20747 New functions. Format command line parameters and invoke comint on
20748 the appropriate interpreter. Code was in the corresponding
20749 `sql-xyz' function before.
20750 (sql-connect-ms): New function. Support -E argument to use
20751 operating system credentials for authentication.
20752
20753 2003-08-18 Kenichi Handa <handa@m17n.org>
20754
20755 * international/mule.el (encode-char): Fix for the ASCII case.
20756
20757 2003-08-15 Kenichi Handa <handa@m17n.org>
20758
20759 * international/fontset.el (setup-default-fontset): Change "*" to
20760 nil in the specifications of font family.
20761
20762 2003-08-18 Kim F. Storm <storm@cua.dk>
20763
20764 * kmacro.el (kmacro-keymap): Group related bindings in
20765 initialization for clarity. Bind C-s to start macro.
20766 Remove C-r binding.
20767 (kmacro-initial-counter-value): New defvar to hold initial counter
20768 value in case we set the value before defining a macro.
20769 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20770 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20771 not defining or executing macro. Doc fix.
20772 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20773 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20774 temporarily view older elements on the macro ring without cycling
20775 the ring.
20776 (kmacro-display): Doc fix.
20777 (kmacro-exec-ring-item): New helper function.
20778 (kmacro-call-ring-2nd): Use it.
20779 (kmacro-call-ring-2nd-repeat): Doc fix.
20780 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20781 (kmacro-end-or-call-macro): Execute last viewed macro (using
20782 kmacro-exec-ring-item) from ring if this follows
20783 kmacro-view-macro. This allows us to find a macro on the ring
20784 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20785 the ring to bring it to the head of the ring.
20786 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20787 Allow binding to reserved keys without specifying C-x C-k prefix.
20788 Ask for confirmation if entered key sequence is already bound to
20789 a non-macro command.
20790 (kmacro-view-macro): Repeating command will show older elements
20791 on the macro ring; C-k will execute the last viewed macro.
20792 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20793 property from 'ring to 'head.
20794
20795 2003-08-17 Alan Shutko <ats@acm.org>
20796
20797 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20798 keeping December out of the alist.
20799
20800 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20801
20802 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20803 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20804 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20805 (calendar-flatten): New function.
20806 (calendar-mouse-view-other-diary-entries)
20807 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20808 in the menu title and to show multi-line diary entries correctly
20809 in the menu.
20810
20811 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20812
20813 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20814 defcustom, because the default was recently changed.
20815
20816 2003-08-16 Richard M. Stallman <rms@gnu.org>
20817
20818 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20819
20820 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20821 New subroutine, broken out of eval-last-sexp-1.
20822 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20823
20824 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20825
20826 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20827
20828 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20829
20830 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20831
20832 * progmodes/compile.el (compilation-error-regexp-alist):
20833 Add Java ANt error detection as described in document
20834 http://ant.apache.org/faq.html
20835
20836 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20837
20838 * simple.el (backward-word, forward-to-indentation)
20839 (backward-to-indentation): Argument changed to optional.
20840 (next-line, previous-line): Use `or' instead of `unless'.
20841
20842 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20843
20844 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20845 instead of a constant.
20846
20847 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20848
20849 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20850
20851 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20852
20853 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20854 (vc-sccs-workfile-version): Search the entire delta table, rather
20855 than just the first entry, because that might be a deleted version.
20856
20857 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20858
20859 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20860 [save-place] binding in the Options menu. Have it require
20861 'saveplace' and then toggle the variable manually, to avoid an an
20862 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20863 for the bug report.
20864
20865 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20866
20867 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20868 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20869 (gdb-info-threads-custom): Add help-echo text.
20870 (gdb-display-back): Don't use purecopy.
20871 (gdb-info-breakpoints-custom, gdb-reset)
20872 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20873 icons can be displayed.
20874
20875 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20876
20877 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20878
20879 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20880
20881 * bookmark.el (bookmark-completing-read):
20882 Return a string, instead of a list of one string.
20883 Use a popup menu if activated from the mouse.
20884 (bookmark-edit-annotation): Remove unused vars.
20885 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20886 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20887 to bookmark-completing-read.
20888 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20889 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20890 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20891 and erase-buffer.
20892 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20893 (bookmark-menu-jump, bookmark-menu-insert)
20894 (bookmark-popup-menu-and-apply-function)
20895 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20896 (bookmark-menu-build-paned-menu): Remove by folding it into
20897 bookmark-menu-popup-paned-menu.
20898 (menu-bar-bookmark-map): Move the define-key statements here.
20899 Use the "non-menu" commands since they now pop up a menu if needed.
20900 (bookmark-exit-hook-internal): Simplify.
20901
20902 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20903
20904 * reftex-toc.el (reftex-toc-rename-label): New function.
20905 (reftex-toc-check-docstruct): New function.
20906
20907 * reftex.el (reftex-region-active-p): New function.
20908
20909 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20910 regexp to find the \bibliography macro.
20911
20912 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20913 which does not exist in LaTeX.
20914 (reftex-cite-format-builtin): Added amsrefs support.
20915 (reftex-toc-confirm-promotion): New option
20916
20917 * reftex-toc.el
20918 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20919 (reftex-toc-demote, reftex-toc-promote)
20920 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20921 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20922 (reftex-toc-newhead-from-alist)
20923 (reftex-toc-load-all-files-for-promotion): New functions.
20924 (reftex-toc-help): Added description of new keys.
20925 (reftex-toc-split-windows-fraction): New option.
20926 (reftex-recenter-toc-when-idle): Search *toc* window on all
20927 visible frames.
20928 (reftex-toc): Additional parameter REUSE
20929 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20930 with REUSE argument.
20931 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20932 the call of `reftex-toc'.
20933 (reftex-make-separate-toc-frame): New function .
20934 (reftex-toc-recenter): When called with triple prefix arg, call
20935 `reftex-make-separate-toc-frame' first.
20936 (reftex-toc-toggle-dedicated-frame): New command.
20937 (reftex-toc-quit): Adapted to delete frame when called in
20938 dedicated frame.
20939
20940 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20941 all enclosing macros.
20942
20943
20944 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20945
20946 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20947 first use.
20948
20949 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20950
20951 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20952
20953 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20954
20955 * calendar/calendar.el (list-diary-entries-hook)
20956 (diary-display-hook, nongregorian-diary-listing-hook)
20957 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20958 Add some customize options for these hooks.
20959 (calendar-abbrev-construct): Don't try to take a substring longer
20960 than the original string.
20961
20962 2003-08-05 Richard M. Stallman <rms@gnu.org>
20963
20964 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20965 (testcover-reinstrument-clauses): Doc fix.
20966
20967 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20968 (warning-type-format): Rename from warning-group-format.
20969
20970 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20971 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20972 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20973 to prevent warnings about defvar for an obsolete variable.
20974
20975 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20976 warning-group-format renamed to warning-type-format.
20977
20978 * subr.el (read-passwd): Use clear-string instead of fillarray.
20979
20980 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20981 Use vconcat instead of concat.
20982 (edmacro-sanitize-for-string): New function.
20983
20984 2003-08-05 Dave Love <fx@gnu.org>
20985
20986 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20987 line-number-display-limit-width.
20988
20989 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20990
20991 2003-08-05 Kenichi Handa <handa@m17n.org>
20992
20993 * international/code-pages.el: Don't require mule-diag.
20994
20995 * international/mule-diag.el (non-iso-charset-alist):
20996 Add autoload cookie.
20997
20998 * language/devan-util.el (dev-glyph-order): Add an entry for the
20999 glyph code #xC4.
21000
21001 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21002
21003 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21004 (european-calendar-style, diary-date-forms)
21005 (calendar-day-name-array, calendar-month-name-array): Doc change.
21006 (generate-calendar-month): Adapt for new behaviour of
21007 `calendar-day-name' function.
21008 (calendar-abbrev-length, calendar-day-abbrev-array)
21009 (calendar-month-abbrev-array): New variables.
21010 (calendar-abbrev-construct): New function.
21011 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21012 rather than fixing abbrevs at some width. Calling syntax change.
21013 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21014 (calendar-date-string): Adapt for new behaviours of
21015 `calendar-day-name' and `calendar-month-name' functions.
21016
21017 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21018 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21019 (diary-name-pattern): Use abbrev arrays, rather than fixing
21020 abbrevs at three chars. Calling syntax change.
21021 (mark-diary-entries): Adapt for new behaviours of
21022 `diary-name-pattern' and `calendar-make-alist' functions.
21023 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21024 `diary-name-pattern' function.
21025 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21026 fixing abbrevs at three chars. Calling syntax change.
21027 (cal-hebrew, cal-islam): Require when compiling.
21028 (diary-font-lock-keywords): Adapt for new behaviour of
21029 `font-lock-diary-date-forms' function.
21030
21031 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21032 (calendar-hebrew-month-name-array-common-year)
21033 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21034 (list-hebrew-diary-entries): Adapt for new behaviours of
21035 `calendar-day-name' and `add-to-diary-list' functions.
21036 (mark-hebrew-diary-entries): Adapt for new behaviours of
21037 `diary-name-pattern' and `calendar-make-alist' functions.
21038
21039 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21040 Add doc string.
21041 (list-islamic-diary-entries): Adapt for new behaviours of
21042 `calendar-day-name' and `add-to-diary-list' functions.
21043 (mark-islamic-diary-entries): Adapt for new behaviours of
21044 `diary-name-pattern' and `calendar-make-alist' functions.
21045
21046 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21047 `calendar-month-name' function.
21048
21049 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21050
21051 * calendar/solar.el (solar-seasons-data): Move definition before use.
21052
21053 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21054 (cal-tex-LaTeX-hourbox): Move definition before use.
21055
21056 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21057 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21058 * lunar.el, solar.el (displayed-month, displayed-year):
21059 Define for compiler.
21060
21061 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21062
21063 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21064 MODE. Renamed from c-init-c-language-vars'.
21065 (c-initialize-cc-mode): Change accordingly.
21066 (c-common-init): Ditto.
21067 (c-mode): Ditto.
21068 (c++-mode): Use `c-init-language-vars-for'.
21069 (objc-mode): Ditto.
21070 (java-mode): Ditto.
21071 (idl-mode): Ditto.
21072 (pike-mode): Ditto.
21073 (awk-mode): Ditto.
21074
21075 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21076
21077 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21078 or not the point moved.
21079
21080 (c-search-decl-header-end): Don't trip up on operator identifiers
21081 in C++ and operators like == in all languages.
21082
21083 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21084 Detect leading labels correctly.
21085
21086 2003-08-02 Andreas Schwab <schwab@suse.de>
21087
21088 * textmodes/ispell.el: Don't redo key bindings on loading, put
21089 them only in loaddefs.el.
21090 * bookmark.el: Likewise.
21091 * dabbrev.el: Likewise.
21092 * emerge.el: Likewise.
21093
21094 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21095 has more than one member.
21096
21097 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21098
21099 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21100
21101 * lpr.el (printify-region): It was ending conversion before the
21102 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21103
21104 2003-07-31 John Paul Wallington <jpw@gnu.org>
21105
21106 * net/browse-url.el (browse-url-epiphany): Doc fix.
21107
21108 2003-07-30 Kenichi Handa <handa@m17n.org>
21109
21110 * international/fontset.el (setup-default-fontset):
21111 Change registry names of Akurti fonts.
21112
21113 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21114
21115 * comint.el (comint-read-noecho): Use `clear-string' instead of
21116 `fillarray'.
21117
21118 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21119
21120 * outline.el (outline-mode-hook): Add defvar.
21121
21122 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21123
21124 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21125 Restore assembler in source window if that is what has been selected.
21126 (menu): Add gdb-restore-windows to menu. Make gdba
21127 specific menus only visible from gdba.
21128
21129 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21130
21131 * progmodes/compile.el (compilation-environment): New user variable.
21132 (compile-internal): Respect it.
21133
21134 2003-07-23 Masatake YAMATO <jet@gyve.org>
21135
21136 * progmodes/gud.el (gdb-script-font-lock-keywords):
21137 Put `font-lock-function-name-face' on a symbol which includes
21138 `-' like `hook-run'. Put font-lock-variable-name-face
21139 on a symbol starting with $.
21140
21141 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21142
21143 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21144
21145 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21146
21147 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21148
21149 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21150
21151 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21152 Use with-no-warnings.
21153 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21154 rather than to find-file-not-found-hook, which doesn't exist.
21155
21156 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21157
21158 * international/quail.el (quail-translate-key): Fix previous change.
21159
21160 2003-07-25 John Paul Wallington <jpw@gnu.org>
21161
21162 * server.el (server-start): Check `server-process' is non-nil
21163 before killing it to avoid killing current buffer's process.
21164
21165 * simple.el (choose-completion-string): Use `minibufferp';
21166 test `completion-reference-buffer' if `buffer' arg is nil.
21167 (push-mark): Use `when' and `unless'.
21168 (pop-mark): Use `when'.
21169
21170 * mouse-sel.el (mouse-sel-get-selection-function):
21171 Check `x-last-selected-text-primary'. Don't barf if it or
21172 `x-last-selected-text' aren't bound.
21173
21174 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21175
21176 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21177
21178 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21179
21180 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21181
21182 2003-07-23 John Paul Wallington <jpw@gnu.org>
21183
21184 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21185
21186 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21187
21188 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21189 string. Defvar the derived hook.
21190
21191 * macros.el (insert-kbd-macro): Escape double quote character.
21192 From Thomas W Murphy <twm@andrew.cmu.edu>.
21193
21194 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21195
21196 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21197 to match the specific mark rather than reusing comment-start-skip.
21198
21199 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21200
21201 * progmodes/hideshow.el (hs-special-modes-alist):
21202 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21203
21204 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21205
21206 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21207 value using ?\s.
21208
21209 2003-07-21 John Paul Wallington <jpw@gnu.org>
21210
21211 * subr.el (with-selected-window): Add closing paren.
21212
21213 2003-07-21 Richard M. Stallman <rms@gnu.org>
21214
21215 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21216 (lisp-mode): Likewise.
21217
21218 * subr.el (with-selected-window): Copy code form save-selected-window
21219 so as to call select-window with norecord arg.
21220 (dynamic-completion-table): Doc fix.
21221 (lazy-completion-table): Doc fix.
21222
21223 * international/mule-cmds.el (set-locale-environment):
21224 langinfo renamed to locale-info.
21225
21226 * international/mule.el (auto-coding-functions): Doc fix.
21227
21228 2003-07-21 Kenichi Handa <handa@m17n.org>
21229
21230 * international/quail.el (quail-translate-key):
21231 Update quail-current-str correctly.
21232
21233 2003-07-21 Andreas Schwab <schwab@suse.de>
21234
21235 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21236 ?, to "_".
21237
21238 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21239 Version 2.0.36 of Tramp released.
21240
21241 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21242 tramp-password-end-of-line.
21243 (tramp-password-end-of-line): New method parameter.
21244 (tramp-get-password-end-of-line): Function to access method
21245 parameter `tramp-password-end-of-line', or variable
21246 `tramp-default-password-end-of-line' (default value).
21247 (tramp-methods): Add entries for new parameter
21248 tramp-password-end-of-line.
21249 (tramp-enter-password): Use new function
21250 `tramp-get-password-end-of-line'.
21251 (tramp-handle-insert-file-contents): Do not
21252 unconditionally inhibit the file operation file-local-copy, only
21253 do that when the inhibit-file-name-operation is currently
21254 insert-file-contents. This fixes finding remote CVS-controlled
21255 files. (It would barf on inserting the CVS/Entries file
21256 literally, because the file-local-copy handler wasn't called.)
21257 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21258 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21259 (tramp-initial-commands): New variable.
21260 (tramp-process-initial-commands): New function, using the variable.
21261 (tramp-open-connection-setup-interactive-shell): Call the new function.
21262 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21263 method into the buffer name, never use nil. Reported by Hanak
21264 David <dhanak@inf.bme.hu>.
21265 (tramp-open-connection-setup-interactive-shell): Erase buffer
21266 before sending "stty -onlcr".
21267
21268 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21269
21270 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21271
21272 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21273
21274 2003-07-19 John Paul Wallington <jpw@gnu.org>
21275
21276 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21277 (artist-draw-rect, artist-draw-square): Doc fixes.
21278
21279 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21280
21281 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21282
21283 2003-07-19 Kenichi Handa <handa@m17n.org>
21284
21285 * international/kkc.el (kkc-show-conversion-list-update):
21286 Highlight the correct candidate in the message.
21287
21288 2003-07-18 John Paul Wallington <jpw@gnu.org>
21289
21290 * simple.el (current-word): Don't include punctuation char when
21291 `really-word' arg is non-nil.
21292
21293 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21294
21295 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21296 moved to the directory obsolete.
21297
21298 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21299
21300 * info.el (Info-menu-entry-name-re): Allow newlines in
21301 menu entry names.
21302
21303 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21304 syntax-ppss-after-change-function.
21305 (syntax-ppss-after-change-function): New alias. Update uses.
21306 (syntax-ppss): Catch the case where the buffer is narrowed.
21307
21308 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21309
21310 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21311 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21312
21313 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21314
21315 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21316 since it might be modified.
21317
21318 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21319 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21320 names to these language constants.
21321
21322 2003-07-15 Kim F. Storm <storm@cua.dk>
21323
21324 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21325 All uses changed.
21326
21327 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21328
21329 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21330 Namespace support.
21331
21332 2003-07-13 Juanma Barranquero <lektu@terra.es>
21333
21334 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21335 papers received).
21336
21337 2003-07-13 Karl Eichwalder <ke@suse.de>
21338
21339 * textmodes/po.el (po-find-charset): White space at the start of the
21340 Content-Type field body is non-mandatory.
21341
21342 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21343
21344 * textmodes/texinfo.el (texinfo-section-list):
21345 Append appendixsection; a synonym for appendixsec.
21346
21347 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21348
21349 * man.el (Man-translate-cleanup): New.
21350 (Man-translate-references): Call `Man-translate-cleanup' to clean
21351 leading, trailing and middle spaces.
21352
21353 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21354
21355 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21356 Handle `dired-directory' being a list.
21357
21358 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21359
21360 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21361 it doesn't exist.
21362
21363 2003-07-12 Richard M. Stallman <rms@gnu.org>
21364
21365 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21366
21367 * progmodes/cc-defs.el (c-make-keywords-re):
21368 Don't use delete-duplicates.
21369 (c-lang-const): Don't use mapcan.
21370
21371 * apropos.el (apropos-show-scores): Make it customizable.
21372 Document new meaning.
21373 (apropos): Compute scores from symbols.
21374 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21375
21376 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21377
21378 * ps-bdf.el: Fix copyright line.
21379 (bdf-directory-list): Fix initialization code.
21380
21381 2003-07-11 John Paul Wallington <jpw@gnu.org>
21382
21383 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21384 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21385 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21386
21387 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21388
21389 * emacs-lisp/ring.el (ring-elements): Doc fix.
21390
21391 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21392
21393 * calendar/timeclock.el (timeclock-relative)
21394 (timeclock-ask-before-exiting, timeclock-use-display-time):
21395 Doc changes.
21396 (timeclock-modeline-display): Give a message if
21397 `timeclock-use-display-time' is non-nil but `display-time-mode'
21398 is not active.
21399
21400 2003-07-11 Kenichi Handa <handa@m17n.org>
21401
21402 * international/mule-cmds.el (set-language-environment):
21403 Set current-language-environment to the correct string.
21404
21405 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21406
21407 * ps-print.el: Print line number correctly in a region. Reported by
21408 Tim Allen <timallen@ls83.fsnet.co.uk>.
21409 (ps-print-version): New version number (6.6.2).
21410 (ps-printing-region): Code fix.
21411
21412 2003-07-10 John Paul Wallington <jpw@gnu.org>
21413
21414 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21415 this function can be called from `add-completions-from-tags-table'.
21416
21417 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21418
21419 * calendar/timeclock.el (timeclock-use-display-time)
21420 (timeclock-day-over-hook, timeclock-workday-remaining)
21421 (timeclock-status-string, timeclock-when-to-leave)
21422 (timeclock-when-to-leave-string, timeclock-log-data)
21423 (timeclock-find-discrep, timeclock-day-base)
21424 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21425 (timeclock-modeline-display): Set the variable
21426 `timeclock-modeline-display'.
21427 (timeclock-update-modeline): Doc fix. Respect value of
21428 `timeclock-relative'.
21429
21430 2003-07-09 Richard M. Stallman <rms@gnu.org>
21431
21432 * textmodes/reftex-parse.el (reftex-all-document-files):
21433 Add autoload cookie.
21434
21435 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21436 (reftex-scanning-info-available-p): Add autoload cookie.
21437
21438 * international/mule-cmds.el
21439 (set-display-table-and-terminal-coding-system): Delete duplicate
21440 aset on standard-display-table.
21441
21442 * view.el (view-file): If existing buffer's major mode is special,
21443 don't go into view mode.
21444
21445 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21446
21447 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21448
21449 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21450 buffer changes; there's third party code that calls this function
21451 directly.
21452
21453 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21454
21455 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21456 (autodoc-font-lock-keywords): Don't byte compile on font lock
21457 initialization when running from byte compiled files.
21458
21459 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21460
21461 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21462 statement ends with auto-increment "++".
21463
21464 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21465
21466 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21467 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21468 these are changed, so declare them as variables and not constants.
21469
21470 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21471
21472 * subr.el (dolist, dotimes): Doc fix.
21473
21474 2003-07-08 Kim F. Storm <storm@cua.dk>
21475
21476 * international/mule-cmds.el
21477 (set-display-table-and-terminal-coding-system): Don't break
21478 bootstrap if standard-display-table isn't setup yet.
21479
21480 2003-07-07 Richard M. Stallman <rms@gnu.org>
21481
21482 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21483 Give it a doc string, and autoload it.
21484
21485 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21486 Use with-no-warnings.
21487
21488 * info.el (Info-search): If find invisible text, search again.
21489
21490 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21491
21492 * man.el (Man-name-regexp): Match + as part of name.
21493
21494 * simple.el (visible-mode): Rename from vis-mode.
21495 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21496
21497 * simple.el (current-word): New arg REALLY-WORD specifies
21498 don't include punctuation chars.
21499
21500 * emacs-lisp/debug.el (debug, debugger-env-macro):
21501 Use with-no-warnings while accessing and binding unread-command-char.
21502
21503 * international/mule-cmds.el
21504 (set-display-table-and-terminal-coding-system): Use explicit loop
21505 instead of calling standard-display-default.
21506
21507 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21508 Use condition-case to catch error in ange-ftp-get-files.
21509
21510 * net/browse-url.el (browse-url-browser-function):
21511 Add alternative for Epiphany.
21512 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21513 (browse-url-epiphany-startup-arguments)
21514 (browse-url-epiphany-new-window-is-tab): New variables.
21515 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21516
21517 * progmodes/compile.el (compile-auto-highlight): Default now t.
21518 (compile): Doc fix.
21519 (compilation-next-error): Fix previous change.
21520
21521 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21522
21523 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21524
21525 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21526
21527 * gdb-ui.el (gdb-source-info): Display current frame when
21528 attaching to an existing process.
21529 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21530 while laying out windows when attaching to an existing process.
21531
21532 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21533
21534 * info.el (Info-menu): Use Info-menu-entry-name-re.
21535
21536 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21537
21538 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21539 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21540
21541 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21542 to match the same text.
21543
21544 2003-07-06 John Paul Wallington <jpw@gnu.org>
21545
21546 * vc.el (vc-annotate-offset): Move defvar up.
21547
21548 2003-07-06 Kim F. Storm <storm@cua.dk>
21549
21550 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21551 This should fix the infinite loop when extracting menu names.
21552
21553 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21554
21555 * files.el (auto-mode-alist, interpreter-mode-alist):
21556 Remove entries to CC Mode modes to avoid duplicates; they are now added
21557 with autoload directives in cc-mode.el.
21558
21559 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21560
21561 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21562 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21563 these are changed, so declare them as variables and not constants.
21564
21565 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21566 ensure that the entry for ".c" extension comes before the one for
21567 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21568 Fix incorrect entries that were added to `interpreter-mode-alist'.
21569 Move the autoload directives for AWK to the top level since they
21570 aren't recognized anywhere else. Do not use the new AWK mode doc
21571 in the autoload form for the old AWK mode.
21572
21573 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21574
21575 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21576 (bibtex-sort-ignore-string-entries): Default value t.
21577 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21578 erroneously in previous version.
21579 (bibtex-string-files): Docstring reflects new parsing scheme.
21580 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21581 docstring, add # as one of the chars to crush
21582 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21583 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21584 (bibtex-autokey-name-change-strings)
21585 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21586 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21587 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21588 (bibtex-autokey-title-terminators)
21589 (bibtex-autokey-titlewords-stretch)
21590 (bibtex-autokey-titleword-ignore)
21591 (bibtex-autokey-titleword-case-convert)
21592 (bibtex-autokey-titleword-abbrevs)
21593 (bibtex-autokey-titleword-abbrevs)
21594 (bibtex-autokey-titleword-change-strings)
21595 (bibtex-autokey-titleword-length)
21596 (bibtex-autokey-titleword-separator)
21597 (bibtex-autokey-name-year-separator)
21598 (bibtex-autokey-year-title-separator)
21599 (bibtex-autokey-before-presentation-function)
21600 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21601 Fix docstring.
21602 (bibtex-strings, bibtex-reference-keys):
21603 Use lazy-completion-table and make-variable-buffer-local.
21604 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21605 (bibtex-braced-string-syntax-table)
21606 (bibtex-quoted-string-syntax-table): New variables.
21607 (bibtex-parse-nested-braces): Remove.
21608 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21609 (bibtex-parse-association): Simplify.
21610 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21611 (bibtex-parse-field-text): Simplify.
21612 (bibtex-search-forward-field, bibtex-search-backward-field):
21613 argument BOUND can take value t.
21614 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21615 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21616 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21617 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21618 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21619 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21620 and ending of entry. Update for changes of bibtex-search-entry.
21621 Simplify.
21622 (bibtex-map-entries): FUN is called with three arguments.
21623 (bibtex-search-entry): Return a cons pair with buffer positions of
21624 beginning and end of entry.
21625 (bibtex-enclosing-field): Simplify.
21626 (bibtex-format-entry): Use booktitle to set a missing title.
21627 (bibtex-autokey-get-names): Fiddle with regexps.
21628 (bibtex-generate-autokey): Use identity.
21629 (bibtex-parse-keys): Use simplified parsing algorithm if
21630 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21631 arguments. Return alist of keys.
21632 (bibtex-parse-strings): Simplify. Return alist of strings.
21633 (bibtex-complete-string-cleanup): Fix docstring.
21634 (bibtex-read-key): New function.
21635 (bibtex-mode): Fix docstring. Do not parse for keys and
21636 strings when the mode is entered. Set fill-paragraph-function to
21637 bibtex-fill-field. Setup font-lock-mark-block-function the way
21638 font-lock intended.
21639 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21640 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21641 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21642 (bibtex-Preamble): Avoid hard coded constants.
21643 (bibtex-make-field): Fix docstring. Simplify.
21644 (bibtex-beginning-of-entry): Always return new position of point.
21645 (bibtex-end-of-entry): Rearrange cond clauses.
21646 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21647 Update for changes of bibtex-map-entries.
21648 (bibtex-ispell-abstract): Do not move point.
21649 (bibtex-entry-index): Use downcase. Simplify.
21650 (bibtex-lessp): Handle catch-all.
21651 (bibtex-find-crossref): Turn into a command.
21652 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21653 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21654 preamble entries.
21655 (bibtex-fill-field-bounds): New function.
21656 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21657 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21658 (bibtex-String): Use bibtex-strings. Always obey
21659 bibtex-sort-ignore-string-entries.
21660
21661 2003-07-05 John Paul Wallington <jpw@gnu.org>
21662
21663 * cus-theme.el (customize-create-theme):
21664 Call `customize-create-theme' in Reset widget's notify function.
21665
21666 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21667 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21668 (define-ibuffer-column name): Add summarizer.
21669 (define-ibuffer-column size): Likewise.
21670 (define-ibuffer-column filename): Likewise.
21671 (define-ibuffer-column process): Likewise. Change BODY's output too.
21672 (define-ibuffer-column filename-and-process): Likewise, likewise.
21673 (ibuffer): Remove local vars `already-in' and `need-update'.
21674
21675 * ibuf-ext.el: Don't require `derived' at compile-time.
21676
21677 2003-07-05 Kim F. Storm <storm@cua.dk>
21678
21679 * info.el: Disable paragraph refilling.
21680 (Info-refill-paragraphs): New defcustom.
21681 (Info-fontify-node): Use it.
21682
21683 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21684
21685 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21686 thingies from constructors created by defstruct.
21687
21688 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21689 the default value of the variable.
21690 (byte-code-meter): Move declaration to top level.
21691
21692 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21693
21694 * info.el (Info-following-node-name-re): New fun.
21695 (Info-following-node-name): Remove.
21696 (Info-insert-dir): Use the new fun.
21697 (Info-extract-pointer): Don't save restriction; use new fun.
21698 (Info-menu-entry-name-re): New const.
21699 (Info-menu-entry-name-re): Use it along with new fun.
21700 (Info-node-spec-re): Use new fun.
21701 (Info-complete-menu-item, Info-fontify-node): Use new const.
21702 (Info-goto-node, Info-follow-reference, Info-menu-update):
21703 Use match-string.
21704 (Info-follow-reference): Use assoc-string.
21705 Use a list of strings for the completion table.
21706 (Info-fontify-node): Use match-string, line-end-position.
21707 Limit the search for `node:' to the first line.
21708
21709 * newcomment.el (uncomment-region): Remove padding coming from
21710 comment-start rather than just from comment-padding.
21711
21712 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21713 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21714 (vc-cvs-rename-file): Remove (use the default).
21715 (vc-cvs-register): Register parent dir if needed.
21716 (vc-cvs-could-register): Return non-nil if parent can be registered.
21717 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21718 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21719
21720 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21721 (vc-svn-update): Fix the arguments to `svn'.
21722 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21723 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21724 Simple implementations, assuming `name' is a URL.
21725
21726 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21727 set of chars allowed unquoted in a case pattern.
21728
21729 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21730
21731 * font-lock.el (font-lock-extra-types-widget)
21732 (c-font-lock-extra-types, c++-font-lock-extra-types)
21733 (objc-font-lock-extra-types, java-font-lock-extra-types)
21734 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21735 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21736 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21737 (font-lock-match-c++-structor-declaration)
21738 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21739 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21740 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21741 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21742 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21743 (java-font-lock-keywords-3, java-font-lock-keywords)
21744 (java-font-lock-syntactic-face-function): Remove obsolete code
21745 and constants. It's all in cc-fonts.el now.
21746
21747 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21748
21749 * mail/sendmail.el (mail-specify-envelope-from)
21750 (mail-envelope-from): Doc fix.
21751
21752 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21753
21754 * generic-x.el: Do away with the dependency on `c-emacs-features'
21755 when populating `rul-generic-mode-syntax-table'; we already know
21756 this isn't XEmacs.
21757
21758 See ChangeLog.10 for earlier changes.
21759
21760 ;; Local Variables:
21761 ;; coding: iso-2022-7bit
21762 ;; End:
21763
21764 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21765 Copying and distribution of this file, with or without modification,
21766 are permitted provided the copyright notice and this notice are preserved.
21767
21768 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1