]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2
3 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
4 (edebug-print-length, edebug-print-level, edebug-print-circle)
5 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6 (edebug-eval-print-last-sexp): Doc fixes.
7
8 2005-06-14 Kim F. Storm <storm@cua.dk>
9
10 * ido.el (ido-mode): Make a new keymap every time we enable ido,
11 as the coverage buffer/file/both may change.
12
13 2005-06-14 Lute Kamstra <lute@gnu.org>
14
15 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
16 and run-mode-hooks. Simplify.
17
18 * mail/rmailedit.el (rmail-edit-mode):
19 * progmodes/octave-inf.el (inferior-octave-mode):
20 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
21
22 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
23 and run-mode-hooks.
24 (recentf-edit-list, recentf-open-files): Don't call
25 kill-all-local-variables directly.
26
27 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28
29 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
30
31 * emacs-lisp/byte-run.el (make-obsolete)
32 (define-obsolete-function-alias): Rename arguments FUNCTION and
33 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
34 (make-obsolete-variable, define-obsolete-variable-alias): Rename
35 arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
36 respectively.
37
38 * isearchb.el (isearchb-activate):
39 * pcvs.el (cvs-mode):
40 * ses.el (ses-load):
41 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
42 * net/tramp.el (tramp-find-file-exists-command)
43 (tramp-find-shell):
44 * progmodes/ada-mode.el (ada-create-case-exception)
45 (ada-create-case-exception-substring, ada-make-subprogram-body):
46 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
47 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
48 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
49 * textmodes/org.el (org-promote, org-evaluate-time-range)
50 (org-agenda-next-date-line, org-agenda-previous-date-line)
51 (org-agenda-error, org-open-at-point, org-table-move-row)
52 (org-format-table-table-html-using-table-generate-source)
53 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
54 * textmodes/reftex.el (reftex-access-scan-info):
55 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
56 (reftex-toc-promote-prepare): Follow error conventions.
57
58 * diff-mode.el (diff-mode): Fix typo in docstring.
59
60 * forms.el (forms--intuit-from-file): Fix reference to
61 `forms-number-of-fields' in error message.
62 (forms-print): Fix quoting in error message.
63
64 * forms.el (forms-mode):
65 * emulation/vi.el (vi-goto-insert-state):
66 * progmodes/flymake.el (flymake-new-err-info)
67 (flymake-start-syntax-check-for-current-buffer)
68 (flymake-simple-cleanup):
69 * eshell/esh-var.el (eshell/export):
70 * progmodes/gud.el (xdb):
71 * textmodes/flyspell.el (flyspell-incorrect-hook)
72 (flyspell-maybe-correct-transposition)
73 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
74
75 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
76
77 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
78 minibuffer prompt.
79
80 2005-06-13 Kim F. Storm <storm@cua.dk>
81
82 * subr.el (add-to-ordered-list): New defun.
83
84 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
85 add cua--keymap-alist to emulation-mode-map-alists.
86
87 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * subr.el (complete-in-turn): New macro.
90 (dynamic-completion-table, lazy-completion-table): Add debug info.
91
92 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
93 in preference to face aliases.
94
95 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
96 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
97 Remove unused vars `start' and `firstline'.
98 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
99 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
100
101 2005-06-13 Eli Zaretskii <eliz@gnu.org>
102
103 * cus-start.el (all): Don't complain about missing GTK-related
104 variables, unless either `gtk' is boundp or this isn't a
105 `windows-nt' build.
106
107 2005-06-13 Lute Kamstra <lute@gnu.org>
108
109 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
110 run-mode-hooks.
111
112 * ediff-mult.el (ediff-meta-mode):
113 * ediff-util.el (ediff-mode): Use run-mode-hooks.
114
115 * ledit.el (ledit-mode): Use delay-mode-hooks.
116
117 * woman.el (woman-mode-line-format): Delete constant.
118 (woman-mode-map): Initialize it properly.
119 (woman-mode): Set mode-class property to special.
120 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
121 Set major-mode and mode-name. Don't set mode-line-format directly.
122 (Man-getpage-in-background): Don't reference woman-mode-line-format.
123
124 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
125 string argument obsolete.
126
127 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
128
129 * textmodes/org.el (org-CUA-compatible): New option.
130 (org-disputed-keys): New variable.
131 (org-key): New function.
132 (orgtbl-make-binding): Add docstring to the created function.
133 (org-mode): Set paragraph start/separate regexps.
134 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
135 (org-archive-location, org-archive-mark-done)
136 (org-archive-stamp-time): New options.
137 (org-archive-subtree): New command.
138 (org-fill-paragraph): New function.
139 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
140 (org-fake-empty-table-line): Function removed.
141 (org-format-org-table-html): Do not create empty table lines at
142 separator lines. Improved table header treatment.
143 (org-link-format): New option.
144 (org-make-link): New function.
145 (org-insert-link, org-store-link): Use org-make-link.
146 (org-open-file): Quote file name for shell command, to allow
147 spaces in file names.
148 (org-link-regexp): Fix bug with mailto link.
149 (org-link-maybe-angles-regexp, org-protected-link-regexp):
150 New constants.
151 (org-export-as-html): Deal with the optional angles around a link.
152 Better treatment of file: links.
153 (org-open-at-point): Replace @{ and @} with < and >.
154 (org-run-mode-hooks): Function removed.
155 (org-agenda-mode): No longer use `org-run-mode-hooks'.
156
157 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
158
159 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
160 MI command -data-list-register-values.
161 (gdb-post-prompt): Indent properly.
162
163 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
164
165 * hilit-chg.el (highlight-changes-colors): Rename from
166 `highlight-changes-colours'.
167 (highlight-changes-colours): Keep as obsolete alias.
168 (highlight-changes-face-list): Doc fix.
169 (hilit-chg-make-list): Use `highlight-changes-colors'.
170
171 2005-06-12 Mark A. Hershberger <mah@everybody.org>
172
173 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
174 defun-prompt-regexp.
175
176 2005-06-12 Eli Zaretskii <eliz@gnu.org>
177
178 * loadup.el: Don't say we are dumping under 2 names on windows-nt
179 and cygwin.
180
181 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
182 Don't use an old loaddefs.el, as in Makefile.in.
183
184 2005-06-12 Lute Kamstra <lute@gnu.org>
185
186 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
187
188 * man.el (Man-mode-map): Initialize it properly.
189 (Man-mode): Set mode-class property to special.
190
191 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
192
193 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
194
195 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
196 A newline is needed in the docstring there.
197
198 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
199 Doc fixes.
200
201 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
202
203 * printing.el: Doc fix. The menubar is no more changed when printing
204 is loaded, it only changes when pr-menu-bind or pr-update-menus is
205 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
206 (pr-version): New version number (6.8.4).
207 (pr-menu-bind): New command.
208 (pr-update-menus): Docstring and code fix.
209 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
210 Docstring fix.
211 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
212 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
213
214 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
215
216 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
217 "Returns" to "return", document useful return values, etc.
218
219 2005-06-11 Alan Mackenzie <acm@muc.de>
220
221 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
222 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
223 (adaptive-file-function): Minor amendment to doc-string.
224
225 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
226
227 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
228 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
229 Fix :type--it is `integer', not `string'.
230
231 * faces.el (modeline-highlight): Rename from (the erroneous)
232 `modeline-higilight'.
233
234 2005-06-11 Lute Kamstra <lute@gnu.org>
235
236 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
237 lisp-interaction-mode-map but make it the parent.
238 (edebug-eval-mode): Use define-derived-mode.
239
240 2005-06-11 Andreas Schwab <schwab@suse.de>
241
242 * bindings.el: Add binding of `ESC functionkey' for every
243 `M-functionkey'.
244 * hexl.el (hexl-mode-map): Likewise.
245
246 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
247
248 * progmodes/compile.el (compilation-error-regexp-alist-alist)
249 [msft]: update regexp for newer msft compilers.
250
251 2005-06-10 Mark A. Hershberger <mah@everybody.org>
252
253 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
254 ATTLIST portions of included DTDs.
255 (xml-parse-dtd): Eliminate use of inefficient match-data.
256
257 2005-06-10 Miles Bader <miles@gnu.org>
258
259 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
260 (mpuz-text): Remove "-face" suffix from face names.
261 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
262 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
263 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
264
265 * play/gomoku.el (gomoku-O, gomoku-X):
266 Remove "-face" suffix from face names.
267 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
268 New backward-compatibility aliases for renamed faces.
269 (gomoku-font-lock-keywords): Use renamed gomoku faces.
270
271 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
272
273 * thumbs.el: Fixes for changes of 2005-06-09.
274 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
275 as a directory.
276 (thumbs-thumbname): Remove directory separator from format string;
277 `thumbs-thumbsdir' now returns a valid directory name.
278 (thumbs-temp-dir): New defsubst.
279 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
280 Use it.
281
282 * cus-edit.el (minibuffer):
283 * files.el (make-backup-file-name-function):
284 * filesets.el (filesets-external-viewers):
285 * hilit-chg.el (highlight-changes-colours)
286 (highlight-changes-face-list, highlight-changes-rotate-faces):
287 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
288 * kmacro.el (kmacro-call-macro):
289 * log-edit.el (log-edit-changelog-full-paragraphs):
290 * mouse.el (mouse-1-click-follows-link):
291 * skeleton.el (skeleton-autowrap):
292 * subr.el (insert-for-yank-1):
293 * tempo.el (tempo-insert-region):
294 * terminal.el (terminal-emulator):
295 * time.el (display-time-mail-face):
296 * vc.el (vc-annotate):
297 * vcursor.el (vcursor-copy-line):
298 * woman.el (woman-bold-headings, woman-ignore)
299 (woman-default-faces, woman-monochrome-faces):
300 * calendar/todo-mode.el (todo-insert-threshold):
301 * emulation/pc-select.el (pc-select-selection-keys-only)
302 (pc-selection-mode):
303 * emulation/vip.el (vip-find-char-forward):
304 * emulation/viper-cmd.el (viper-find-char-forward):
305 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
306 (input-method-exit-on-invalid-key):
307 * international/mule-diag.el (describe-coding-system):
308 * international/ucs-tables.el (unify-8859-on-encoding-mode):
309 * net/browse-url.el (browse-url-xterm-program):
310 * obsolete/lazy-lock.el (lazy-lock-mode):
311 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
312 (cperl-mode):
313 * progmodes/cpp.el (cpp-face-light-name-list)
314 (cpp-face-dark-name-list):
315 * progmodes/delphi.el (delphi-newline-always-indents):
316 Fix spellings in docstrings.
317
318 * ido.el (ido-mode, ido-file-extensions-order)
319 (ido-default-file-method, ido-default-buffer-method)
320 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
321 (ido-decorations, ido-read-file-name-as-directory-commands)
322 (ido-read-file-name-non-ido, ido-work-directory-list)
323 (ido-ignore-item-temp-list, ido-current-directory)
324 (ido-magic-forward-char, ido-enter-find-file)
325 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
326 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
327
328 2005-06-10 Lute Kamstra <lute@gnu.org>
329
330 * play/dunnet.el (dun-mode): Use define-derived-mode.
331 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
332 obsolete alias.
333
334 * play/doctor.el (doctor-mode-map): Remove defvar.
335 (doctor-mode): Use define-derived-mode.
336
337 * mail/mspools.el (mspools-mode):
338 * net/eudc-hotlist.el (eudc-hotlist-mode):
339 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
340
341 2005-06-10 Miles Bader <miles@gnu.org>
342
343 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
344 Remove "-face" suffix from face names.
345 (flyspell-incorrect-face, flyspell-duplicate-face):
346 New backward-compatibility aliases for renamed faces.
347 (flyspell-mode-on, make-flyspell-overlay)
348 (flyspell-highlight-incorrect-region)
349 (flyspell-highlight-duplicate-region)
350 (flyspell-display-next-corrections)
351 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
352
353 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
354 from face name.
355 (texinfo-heading-face): New backward-compatibility alias for
356 renamed face.
357 (texinfo-heading-face): Use renamed texinfo-heading face.
358
359 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
360 suffix from face names.
361 (tex-math-face, tex-verbatim-face):
362 New backward-compatibility aliases for renamed faces.
363 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
364 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
365 literal face name.
366
367 * textmodes/table.el (table-cell): Remove "-face" suffix from face
368 name.
369 (table-cell-face): New backward-compatibility alias for renamed face.
370 (table--put-cell-face-property, table--update-cell-face):
371 Use renamed table-cell face.
372
373 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
374 from face name.
375 (sgml-namespace-face): New backward-compatibility alias for
376 renamed face.
377 (sgml-namespace-face): Use renamed sgml-namespace face.
378
379 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
380 (org-level-4, org-level-5, org-level-6, org-level-7)
381 (org-level-8, org-warning, org-headline-done)
382 (org-deadline-announce, org-scheduled-today)
383 (org-scheduled-previously, org-link, org-done, org-table)
384 (org-time-grid): Remove "-face" suffix from face names.
385 (org-level-1-face, org-level-2-face, org-level-3-face)
386 (org-level-4-face, org-level-5-face, org-level-6-face)
387 (org-level-7-face, org-level-8-face, org-warning-face)
388 (org-headline-done-face, org-deadline-announce-face)
389 (org-scheduled-today-face, org-scheduled-previously-face)
390 (org-link-face, org-done-face, org-table-face)
391 (org-time-grid-face):
392 New backward-compatibility aliases for renamed faces.
393 (org-level-faces, org-set-font-lock-defaults, org-timeline)
394 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
395 (org-agenda-get-timestamps, org-agenda-get-scheduled)
396 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
397
398 * emulation/viper-init.el (viper-search, viper-replace-overlay)
399 (viper-minibuffer-emacs, viper-minibuffer-insert)
400 (viper-minibuffer-vi): Remove "-face" suffix from face names.
401 (viper-search-face, viper-replace-overlay-face)
402 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
403 (viper-minibuffer-vi-face):
404 New backward-compatibility aliases for renamed faces.
405 (viper-search-face, viper-replace-overlay-face)
406 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
407 (viper-minibuffer-vi-face): Use renamed viper faces.
408
409 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
410 Remove "-face" suffix from face names.
411 (testcover-nohits-face, testcover-1value-face):
412 New backward-compatibility aliases for renamed faces.
413 (testcover-mark): Use renamed testcover faces.
414
415 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
416 face name.
417 (diary-button-face): New backward-compatibility alias for renamed face.
418 (diary-entry): Use renamed diary-button face.
419
420 * calendar/calendar.el (diary, calendar-today, holiday)
421 (mark-visible-calendar-date): Remove "-face" suffix from face names.
422 (diary-face, calendar-today-face, holiday-face):
423 New backward-compatibility aliases for renamed faces.
424 (eval-after-load "facemenu", diary-entry-marker)
425 (calendar-today-marker, calendar-holiday-marker, diary-face):
426 Use renamed calendar faces.
427
428 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
429 (compare-windows-face): New backward-compatibility alias for
430 renamed face.
431 (compare-windows-highlight): Use renamed compare-windows face.
432
433 * strokes.el (strokes-char): Remove "-face" suffix from face name.
434 (strokes-char-face): New backward-compatibility alias for renamed face.
435 (strokes-encode-buffer): Use renamed strokes-char face.
436
437 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
438 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
439 Remove "-face" suffix from face names.
440 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
441 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
442 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
443 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
444 Use renamed pcvs faces.
445 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
446 * pcvs-defs.el (cvs-mode-map): Likewise.
447 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
448
449 * info.el (info-title-1, info-title-2, info-title-3)
450 (info-title-4): Remove "-face" suffix from and downcase face names.
451 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
452 (Info-title-4-face):
453 New backward-compatibility aliases for renamed faces.
454 (Info-fontify-node): Use renamed info faces.
455
456 * hilit-chg.el (highlight-changes, highlight-changes-delete):
457 Remove "-face" suffix from face names.
458 (highlight-changes-face, highlight-changes-delete-face):
459 New backward-compatibility aliases for renamed faces.
460 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
461 (hilit-chg-make-list): Use renamed highlight-changes faces.
462
463 * generic-x.el (show-tabs-tab, show-tabs-space):
464 Remove "-face" suffix from face names.
465 (show-tabs-tab-face, show-tabs-space-face):
466 New backward-compatibility aliases for renamed faces.
467 (show-tabs-generic-mode-font-lock-defaults-1)
468 (show-tabs-generic-mode-font-lock-defaults-2):
469 Use renamed show-tabs faces.
470
471 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
472 (smerge-markers): Remove "-face" suffix from face names.
473 (smerge-mine-face, smerge-other-face, smerge-base-face)
474 (smerge-markers-face):
475 New backward-compatibility aliases for renamed faces.
476 (smerge-mine-face, smerge-other-face, smerge-base-face)
477 (smerge-markers-face): Use renamed smerge faces.
478
479 * log-view.el (log-view-file, log-view-message):
480 Remove "-face" suffix from face names.
481 (log-view-file-face, log-view-message-face):
482 New backward-compatibility aliases for renamed faces.
483 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
484
485 * paren.el (show-paren-match, show-paren-mismatch):
486 Remove "-face" suffix from face names.
487 (show-paren-match-face, show-paren-mismatch-face):
488 New backward-compatibility aliases for renamed faces.
489 (show-paren-function): Use renamed show-paren faces.
490
491 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
492 (ruler-mode-margins, ruler-mode-fringes)
493 (ruler-mode-column-number, ruler-mode-fill-column)
494 (ruler-mode-comment-column, ruler-mode-goal-column)
495 (ruler-mode-tab-stop, ruler-mode-current-column):
496 Remove "-face" suffix from face names.
497 (ruler-mode-default-face, ruler-mode-pad-face)
498 (ruler-mode-margins-face, ruler-mode-fringes-face)
499 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
500 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
501 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
502 New backward-compatibility aliases for renamed faces.
503 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
504 (ruler-mode-column-number, ruler-mode-fill-column)
505 (ruler-mode-comment-column, ruler-mode-goal-column)
506 (ruler-mode-tab-stop, ruler-mode-current-column)
507 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
508
509 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
510 face name.
511 (whitespace-highlight-the-space): Use renamed face.
512 (whitespace-highlight-face): New backward-compatibility alias for
513 renamed face.
514
515 * woman.el (woman-italic, woman-bold, woman-unknown)
516 (woman-addition, woman-symbol-face):
517 Remove "-face" suffix from face names.
518 (woman-italic-face, woman-bold-face, woman-unknown-face)
519 (woman-addition-face):
520 New backward-compatibility aliases for renamed faces.
521 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
522 (woman-decode-region, woman-replace-match)
523 (woman-display-extended-fonts, woman-special-characters)
524 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
525 Use renamed woman faces.
526
527 * longlines.el (longlines-visible-face): Face removed.
528
529 * diff-mode.el (diff-header, diff-file-header, diff-index)
530 (diff-hunk-header, diff-removed, diff-added, diff-changed)
531 (diff-function, diff-context, diff-nonexistent): Remove "-face"
532 suffix from face names.
533 (diff-header-face, diff-file-header-face, diff-index-face)
534 (diff-hunk-header-face, diff-removed-face, diff-added-face)
535 (diff-changed-face, diff-function-face, diff-context-face)
536 (diff-nonexistent-face): New backward-compatibility aliases for
537 renamed faces.
538 (diff-header-face, diff-file-header-face)
539 (diff-index, diff-index-face, diff-hunk-header)
540 (diff-hunk-header-face, diff-removed, diff-removed-face)
541 (diff-added, diff-added-face, diff-changed-face, diff-function)
542 (diff-function-face, diff-context-face, diff-nonexistent)
543 (diff-nonexistent-face): Use renamed diff-mode faces.
544
545 * progmodes/compile.el (compilation-warning-face)
546 (compilation-info-face): Remove "-face" suffix from face names.
547 (compilation-warning-face, compilation-info-face):
548 New backward-compatibility aliases for renamed faces.
549 (compilation-warning-face, compilation-info-face):
550 Use renamed compilation faces.
551
552 * add-log.el (change-log-date, change-log-name)
553 (change-log-email, change-log-file, change-log-list)
554 (change-log-conditionals, change-log-function)
555 (change-log-acknowledgement): Remove "-face" suffix from face names.
556 (change-log-date-face, change-log-name-face)
557 (change-log-email-face, change-log-file-face)
558 (change-log-list-face, change-log-conditionals-face)
559 (change-log-function-face, change-log-acknowledgement-face):
560 New backward-compatibility aliases for renamed faces.
561 (change-log-font-lock-keywords): Use renamed change-log faces.
562
563 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
564 (custom-set, custom-changed, custom-saved, custom-button)
565 (custom-button-pressed, custom-documentation, custom-state)
566 (custom-comment, custom-comment-tag, custom-variable-tag)
567 (custom-variable-button, custom-face-tag, custom-group-tag-1)
568 (custom-group-tag): Remove "-face" suffix from face names.
569 (custom-magic-alist, custom-magic-value-create)
570 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
571 (custom-invalid-face, custom-rogue-face, custom-modified-face)
572 (custom-set-face, custom-changed-face, custom-saved-face)
573 (custom-button-face, custom-button-pressed-face)
574 (custom-documentation-face, custom-state-face)
575 (custom-comment-face, custom-comment-tag-face)
576 (custom-variable-tag-face, custom-variable-button-face)
577 (custom-face-tag-face, custom-group-tag-face-1)
578 (custom-group-tag-face):
579 New backward-compatibility aliases for renamed faces.
580
581 * wid-edit.el (widget-documentation, widget-button)
582 (widget-field, widget-single-line-field, widget-inactive)
583 (widget-button-pressed): "-face" suffix removed from face names.
584 (widget-documentation-face, widget-button-face)
585 (widget-field-face, widget-single-line-field-face)
586 (widget-inactive-face, widget-button-pressed-face):
587 New backward-compatibility aliases for renamed faces.
588 (widget-documentation-face, widget-button-face)
589 (widget-button-pressed-face, widget-specify-field)
590 (widget-specify-inactive): Use renamed widget faces.
591
592 2005-06-10 Kenichi Handa <handa@m17n.org>
593
594 * term/x-win.el (x-clipboard-yank): Remove condition-case
595 wrapping.
596
597 2005-06-11 Kenichi Handa <handa@m17n.org>
598
599 * add-log.el (change-log-font-lock-keywords): Make the regexp for
600 date lines stricter.
601
602 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
603
604 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
605 of x-get-selection.
606
607 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
608
609 * comint.el (comint-mode, comint-snapshot-last-prompt):
610 * frame.el (frame-current-scroll-bars):
611 * term.el (term-mode, term-check-proc, term-input-sender)
612 (term-simple-send, term-extract-string, term-word)
613 (term-match-partial-filename):
614 * window.el (window-current-scroll-bars):
615 * emulation/cua-base.el (cua-normal-cursor-color)
616 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
617 (cua-global-mark-cursor-color):
618 * mail/undigest.el (rmail-forward-separator-regex):
619 Fix typos in docstrings.
620
621 * comint.el (comint-check-proc, make-comint-in-buffer)
622 (comint-source-default): Doc fixes.
623
624 * term.el (term-send-string): Improve argument/docstring
625 consistency.
626
627 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
628
629 * comint.el (comint-send-input): Bind `inhibit-read-only' around
630 call to `delete-region'.
631 (comint-mode-hook): Do not enable Font Lock by default.
632
633 2005-06-09 Lute Kamstra <lute@gnu.org>
634
635 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
636 could be void.
637
638 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * emacs-lisp/debug.el (debugger-will-be-back): New var.
641 (debug): Use it.
642 (debugger-step-through, debugger-continue, debugger-jump)
643 (debugger-return-value): Set it when needed.
644 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
645 Use inhibit-read-only.
646
647 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
648
649 * window.el (shrink-window-if-larger-than-buffer)
650 (window-size-fixed): Fix typo in docstring.
651
652 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
653 thumbnails directory on loading.
654 (thumbs-conversion-program): Use `eq' to check the system type,
655 not `equal'.
656 (thumbs-temp-dir): Initialize to `temporary-file-directory',
657 not "/tmp". Fix docstring.
658 (thumbs-thumbsdir): New function to return the thumbnails
659 directory, creating it if needed.
660 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
661 (thumbs-temp-file): Delete variable and make it into a function.
662 (thumbs-resize-image, thumbs-modify-image): Use it.
663 (thumbs-kill-buffer): Simplify.
664 (thumbs-gensym): Defalias or duplicate CL `gensym'.
665 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
666 docstrings.
667
668 2005-06-09 Kim F. Storm <storm@cua.dk>
669
670 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
671 set-match-data to free markers in match-data.
672
673 * replace.el (replace-match-data): Pass RESEAT arg `t' to
674 match-data to unchain markers in match-data.
675
676 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
679 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
680 unnecessary now.
681
682 2005-06-08 Richard M. Stallman <rms@gnu.org>
683
684 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
685 give the variable a doc string that doesn't say don't set it directly.
686
687 * textmodes/ispell.el (ispell-check-version):
688 Use match-string-no-properties.
689 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
690 (ispell-buffer-local-words): Likewise.
691
692 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
693 except on terminals with enough colors to really display it.
694 (makefile-dependency-regex): Delete spurious `bb'.
695
696 * faces.el (escape-glyph): Use blue once again in last case.
697 (no-break-space): Redefine so that it isn't invisible on a tty.
698
699 2005-06-08 Kim F. Storm <storm@cua.dk>
700
701 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
702 also when reading directory name.
703
704 2005-06-08 Lute Kamstra <lute@gnu.org>
705
706 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
707 (flyspell-mode-line-string): Remove autoload cookie.
708 (flyspell-mode): Remove defvar.
709
710 2005-06-07 Lute Kamstra <lute@gnu.org>
711
712 * textmodes/org.el (org-run-mode-hooks): New function.
713 (org-agenda-mode): Use it.
714
715 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
716
717 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
718
719 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
722
723 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
724
725 * font-lock.el (font-lock-add-keywords): Doc fix.
726
727 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
730 (tex-compile-default): In the absence of any history, use the order in
731 tex-compile-alist to choose the preferred command.
732 (tex-compile-commands): Reorder a bit.
733
734 * textmodes/flyspell.el (flyspell-auto-correct-binding)
735 (flyspell-incorrect-face, flyspell-duplicate-face):
736 Use (X)Emacs-agnostic code.
737 (flyspell-mode-map): Don't overwrite at each load. Remove code
738 redundant with the subsequent add-minor-mode. Merge Emacs and
739 XEmacs code.
740 (flyspell-word): Minor simplification.
741 (flyspell-math-tex-command-p): Quieten the byte-compiler.
742 (flyspell-external-point-words): Remove unused vars `size' and `start'.
743 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
744 Merge the corresponding Emacs code.
745 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
746
747 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
748 a dedicated window.
749
750 * international/latexenc.el (latexenc-find-file-coding-system):
751 Undo part of last patch, to turn off a compiler warning.
752
753 2005-06-06 Juri Linkov <juri@jurta.org>
754
755 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
756 Rename `tmm-inactive-face' to `tmm-inactive'.
757
758 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
759
760 * iswitchb.el: Rename faces.
761
762 2005-06-06 Kim F. Storm <storm@cua.dk>
763
764 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
765 (cua-global-mark): Remove -face suffix from face names.
766
767 * emulation/cua-gmrk.el (cua--init-global-mark):
768 Remove cua-global-mark face setup.
769
770 2005-06-06 Richard M. Stallman <rms@gnu.org>
771
772 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
773 just like other allowed characters.
774 (makefile-match-dependency): Exclude leading and training whitespace
775 from the range of regexp subexp 1.
776 (makefile-macroassign-regex): Don't try to match the body,
777 just the name of the macro being defined.
778
779 * info.el (Info-read-node-name-2): New function.
780 (Info-read-node-name-1): Use that.
781 Add a completion-base-size-function property.
782
783 * simple.el (completion-setup-function): Look for
784 completion-base-size-function property of
785 minibuffer-completion-table.
786
787 * files.el (locate-file-completion): Doc fix.
788
789 * printing.el: Don't call pr-update-menus; user must do that.
790
791 * emacs-lisp/debug.el (debugger-window): New variable.
792 (debug): Use debugger-window if it is set and still alive.
793 Record debugger-window for next entry.
794
795 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
796
797 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
798
799 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
800 (hack-one-local-variable, hack-local-variables)
801 (hack-local-variables-prop-line): Pass that arg.
802
803 2005-06-06 Kim F. Storm <storm@cua.dk>
804
805 * ido.el (ido-first-match, ido-only-match, ido-subdir)
806 (ido-indicator): Remove -face suffix from face names.
807
808 2005-06-06 Juri Linkov <juri@jurta.org>
809
810 * font-lock.el (font-lock-regexp-backslash)
811 (font-lock-regexp-backslash-construct): New faces.
812 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
813 after `('. Add `while-no-input' to control structures.
814
815 * faces.el (no-break-space, shadow): New faces.
816 (escape-glyph): Use less loud colors pink2 and red4.
817
818 * diff-mode.el (diff-context-face)
819 * dired.el (dired-ignored)
820 * rfn-eshadow.el (file-name-shadow)
821 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
822
823 * info.el (Info-title-1-face): Use green instead of yellow because
824 bold yellow is not readable on light backgrounds.
825
826 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
827 before selecting the desired mode to not spend time fontifying
828 old contents.
829
830 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
831
832 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
833 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
834
835 * ps-print.el (ps-default-fg, ps-default-bg):
836 Fix typos in docstrings.
837
838 * isearchb.el (isearchb): Don't pass a spurious second argument to
839 `iswitchb-completions'.
840
841 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
842
843 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
844 to preserve point.
845 (gdb-find-file-hook): Add doc string.
846
847 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
848 C dereferenced pointer expression.
849 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
850
851 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
852
853 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
854 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
855 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
856 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
857 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
858 Make background transparent.
859
860 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
861
862 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
863 (font-lock-remove-keywords): Doc fix.
864 (font-lock-mode-major-mode): Compiler defvar.
865 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
866
867 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
868 (font-lock-mode): Update `font-lock-mode-major-mode'.
869 (font-lock-set-defaults): Compiler defvar.
870 (font-lock-default-function): Take `font-lock-mode-major-mode'
871 into account.
872
873 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
874 keep track of which major mode it enabled the minor mode for.
875 Use find-file-hook again. Update docstring.
876
877 * simple.el (eval-expression-print-level)
878 (eval-expression-print-length, eval-expression-debug-on-error):
879 Doc fixes.
880
881 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
882
883 * iswitchb.el (iswitchb-single-match-face)
884 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
885 (iswitchb-invalid-regexp-face): New faces.
886 (iswitchb-completions): Use them.
887 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
888 now marked as an obsolete alias.
889 (iswitchb-read-buffer): Remove check for bound font variables.
890 (iswitchb-invalid-regexp): New free variable.
891 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
892 set iswitchb-invalid-regexp.
893 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
894 invalid regexps.
895 (iswitchb-completions): Add check for complete match when entering
896 a regexp.
897 (iswitchb-completions): Remove require-match argument.
898 (iswitchb-exhibit): Fix caller.
899 (iswitchb-common-match-inserted): New variable.
900 (iswitchb-complete, iswitchb-completion-help): Use it.
901
902 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
903
904 * url-http.el (url-http-chunked-encoding-after-change-function):
905 Use `url-http-debug' instead of `message'.
906
907 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
908
909 * url-http.el (url-http-parse-headers): Pass redirected URL as a
910 callback argument.
911
912 2005-06-04 Kim F. Storm <storm@cua.dk>
913
914 * simple.el (line-move): Only call sit-for when moving backwards.
915
916 * ido.el (ido-make-merged-file-list-1): New defun split from
917 ido-make-merged-file-list.
918 (ido-make-merged-file-list): Bind throw-on-input around call to
919 ido-make-merged-file-list-1. Return input-pending-p if
920 interrupted by more input available.
921 (ido-read-internal): Handle input-pending-p return value from
922 ido-make-merged-file-list.
923
924 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
927 compatibility code.
928
929 * international/latexenc.el (latexenc-find-file-coding-system):
930 Don't inherit the EOL part of the coding-system from the
931 tex-main buffer. Fit within 80 columns.
932
933 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
934
935 * tmm.el (tmm-inactive-face): New face.
936 (tmm-remove-inactive-mouse-face): New function.
937 (tmm-prompt, tmm-add-one-shortcut)
938 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
939 but not selectable.
940
941 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
942
943 * faces.el (face-equal): Improve argument/docstring consistency.
944
945 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
946
947 * progmodes/make-mode.el (makefile-targets-face)
948 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
949 (makefile-bsdmake-dependency-regex)
950 (makefile-makepp-rule-action-regex)
951 (makefile-bsdmake-rule-action-regex): New constants.
952 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
953
954 * progmodes/compile.el (compilation-error-regexp-alist-alist):
955 Allow (...) within `...' for makepp messages.
956
957 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
958
959 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
960
961 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
962 "." files are deleted from all file lists before comparison.
963
964 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
965 (viper-ESC-key): Made them customizable.
966
967 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
968
969 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
970
971 * autorevert.el (auto-revert-buffers): Use save-match-data.
972
973 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
976 menu items with a nil command binding.
977
978 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
979
980 * emacs-lisp/cl-macs.el (defsetf):
981 Improve argument/docstring consistency.
982
983 * faces.el (list-faces-display): Improve the formatting by
984 computing the maximum length required for any face-name (reworked
985 patch of 1999-01-11, accidentally deleted on 1999-07-21).
986 (internal-find-face): Remove redundant info in docstring.
987
988 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
989
990 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
991 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
992 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
993 (gdb-assembler-custom): Improve regexps.
994 (def-gdb-auto-update-handler): Use window point to preserve point.
995
996 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
999
1000 2005-05-31 Jay Belanger <belanger@truman.edu>
1001
1002 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1003 to calc-embedded.
1004 (calc-embedded-make-info): Have plain prefix argument select
1005 entire line.
1006
1007 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1008
1009 * faces.el (list-faces-display): Signal error if passed a regexp
1010 that matches no face name.
1011
1012 * simple.el (filter-buffer-substring): Fix typo in docstring.
1013
1014 2005-05-31 Richard M. Stallman <rms@gnu.org>
1015
1016 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1017 (vhdl-emacs-21): Doc fix.
1018 (vhdl-mode): Unconditionally set comment-padding.
1019 (vhdl-fixup-whitespace-region): Insert spaces only where
1020 there are none.
1021 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1022
1023 2005-05-30 John Wiegley <johnw@newartisans.com>
1024
1025 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1026 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1027 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1028 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1029 `string-to-number'.
1030
1031 2005-05-30 Jay Belanger <belanger@truman.edu>
1032
1033 * calc/calc.el (calc-bug-address): Fix docstring.
1034 (calc-window-hook, calc-trail-window-hook): New variables.
1035 (calc-trail-display): Restore use of calc-trail-window-hook.
1036 (calc): Restore use of calc-window-hook.
1037
1038 2005-05-31 Masatake YAMATO <jet@gyve.org>
1039
1040 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1041
1042 * help-fns.el (help-C-file-name): Add autoload mark for
1043 `find-function-noselect'.
1044
1045 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1048 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1049
1050 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1051
1052 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1053 included diary buffer if it was not already being visited.
1054 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1055
1056 * calendar/icalendar.el (top-level): Do not require 'appt.
1057
1058 * mail/supercite.el (sc-select-attribution): Only use a list
1059 element from sc-attrib-selection-list if it returns a string.
1060 Reported by Davide G. M. Salvetti <salve@debian.org>.
1061
1062 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1063
1064 * thumbs.el (thumbs-thumbname): The resulting thubname now
1065 includes a hash value to improve its uniqueness, and has a ".jpg"
1066 extension. Also, it is now a valid filename on all systems.
1067 (thumbs-make-thumb): Use `let', not `let*'.
1068 (thumbs-show-thumbs-list): Check for JPEG availability.
1069
1070 2005-05-30 Richard M. Stallman <rms@gnu.org>
1071
1072 * filesets.el (filesets-menu-ensure-use-cached):
1073 Prevent warning when emacs-version>= is undefined.
1074
1075 * printing.el (pr-interactive-n-up): Use string-to-number.
1076
1077 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1078
1079 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1080 Warn only when name to be defined is quoted.
1081
1082 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1083
1084 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1085 Make regexp more robust.
1086 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1087 Force regeneration of disassembly.
1088
1089 2005-05-29 Jay Belanger <belanger@truman.edu>
1090
1091 * calc/calc.el (calc-user-invocation): Check if
1092 calc-invocation-macro is non-nil.
1093
1094 2005-05-29 Juri Linkov <juri@jurta.org>
1095
1096 * add-log.el (change-log-font-lock-keywords):
1097 Add `+' to e-mail regexp to accept mail address with keywords.
1098
1099 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1100
1101 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1102
1103 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1104
1105 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1106
1107 2005-05-29 Richard M. Stallman <rms@gnu.org>
1108
1109 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1110 Undo the change that moves to end of the current word.
1111
1112 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1113
1114 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1115 Throw error when count <= 0 to ensure input is a number.
1116 (gdb-read-memory-custom): Pick up address from buffer.
1117 (gdb-memory-mode): Allow user to increment and decrement
1118 memory address from header line.
1119
1120 2005-05-29 Richard M. Stallman <rms@gnu.org>
1121
1122 * flyspell.el (flyspell-version): Function deleted.
1123 (flyspell-auto-correct-previous-hook): Doc fix.
1124
1125 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1126 Do nothing if memory is full.
1127
1128 * font-lock.el (font-lock-fontify-syntactically-region):
1129 Pass t for GREEDY to looking-back.
1130
1131 * saveplace.el (save-place-alist-to-file): Write the file
1132 using write-region.
1133
1134 * subr.el (looking-back): New argument GREEDY.
1135
1136 * progmodes/compile.el (compilation-start): Set the mode
1137 before inserting the initial text.
1138
1139 * progmodes/which-func.el (which-func-update-1): Turn the mode
1140 off in case of error by setting which-func-mode.
1141
1142 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1143
1144 * flyspell.el (flyspell-auto-correct-previous-word):
1145 Narrow down to what's on the screen, and recenter overlays
1146 at the end of the next word.
1147
1148 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1149
1150 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1151 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1152 (flyspell-abbrev-p): Default to nil.
1153 (flyspell-use-global-abbrev-table-p): Doc fix.
1154 (flyspell-large-region): Allow nil as value.
1155 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1156
1157 (mail-mode-flyspell-verify): More robust handling
1158 of `mail-header-separator'. More efficient signature detection.
1159 Allow for regexp metacharacters in message-header-separator.
1160 Adding `To' not to be checked in mail-mode-flyspell-verify.
1161
1162 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1163 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1164 Bind flyspell-auto-correct-binding.
1165 Bind C-. and C-, .
1166 (flyspell-mode-map): Likewise.
1167 (flyspell-mode): Doc fix.
1168 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1169 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1170 (flyspell-word-cache-result): New var, always local.
1171 (flyspell-check-pre-word-p): Doc fix.
1172 (flyspell-check-changed-word-p): Handle spc like newline.
1173 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1174 (flyspell-word-search-backward, flyspell-word-search-forward):
1175 New functions.
1176 (flyspell-word): Return t if nothing to check.
1177 When parsing TeX code, check for after } or \.
1178 Use flyspell-word-search-backward to find previous word.
1179 Return nil if duplicated word.
1180 For word already checked, return same value as last time.
1181 Set flyspell-word-cache-result after checking.
1182 Don't clobber the return value.
1183 (flyspell-get-word): Major rewrite.
1184 (flyspell-external-point-words): New locals pword, pcount.
1185 Fix size used in progress message.
1186 Find the proper corresponding word in flyspell-large-region-buffer.
1187 (flyspell-region): Check for flyspell-large-region = nil.
1188 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1189 (flyspell-auto-correct-word): Check that WORD is a cons.
1190 (flyspell-correct-word): Likewise.
1191
1192 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1193
1194 * progmodes/make-mode.el (makefile-rule-action-regex)
1195 (makefile-macroassign-regex, makefile-makepp-mode)
1196 (makefile-bsdmake-mode): Continuation lines may be empty.
1197 Reported by Joshua Varner.
1198 (makefile-makepp-font-lock-keywords): Add $(stem).
1199
1200 2005-05-28 Karl Berry <karl@gnu.org>
1201
1202 * textmodes/tex-mode.el: Now that tex-send-command calls
1203 shell-quote-argument (2005-03-31 change), remove all calls to
1204 shell-quote-argument; they all end up invoking tex-send-command.
1205 The double quoting loses on filenames with non-safe characters,
1206 such as "@". Reported by Frederik Fouvry.
1207
1208 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1209
1210 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1211 about preserving point.
1212
1213 2005-05-27 Jay Belanger <belanger@truman.edu>
1214
1215 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1216 Info-goto-node.
1217
1218 * calc/calc-embed.el (calc-embed-arg): New variable.
1219 (calc-do-embedded-activate, calc-embedded-activate-formula)
1220 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1221 variable by new variable.
1222 (calc-embedded-make-info): Replace undeclared variable by new
1223 variable. When selecting region with positive prefix
1224 argument, use end of previous line instead of beginning of line.
1225
1226 * calc/calc-aent.el (calc-arg-values): Declare it.
1227
1228 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1229 Declare them.
1230
1231 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1232
1233 * calc/calc.el (calc-alg-map): Declare it.
1234
1235 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1236
1237 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1238
1239 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1240 (gdb-registers-buffer, toggle-gdb-all-registers):
1241 Toggle display of floating point registers.
1242 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1243
1244 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1245 (toggle-gud-tooltip-dereference):
1246 Rename from gud-toggle-tooltip-dereference.
1247
1248 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1251
1252 2005-05-27 Jay Belanger <belanger@truman.edu>
1253
1254 * calc/calc-prog.el (calc-kbd-report): Remove.
1255 (calc-kbd-query): Rewrite.
1256
1257 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * image.el (image-library-alist): Move to image.c.
1260 (image-type-available-p): Doc fix.
1261
1262 2005-05-27 Lute Kamstra <lute@gnu.org>
1263
1264 * calc/calc.el (calc):
1265 * outline.el (outline-1, outline-2, outline-3, outline-4)
1266 (outline-5, outline-6, outline-7, outline-8):
1267 * textmodes/dns-mode.el (dns-mode):
1268 * textmodes/sgml-mode.el (sgml-namespace-face):
1269 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1270 (tex-verbatim-face, tex-use-reftex):
1271 * textmodes/texinfo.el (texinfo-heading-face):
1272 Specify customization group.
1273
1274 * longlines.el: Don't require easy-mmode.
1275 (longlines-visible-face): Specify customization group.
1276
1277 2005-05-27 Kenichi Handa <handa@m17n.org>
1278
1279 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1280 encoding table of windows-1251.
1281
1282 * international/ucs-tables.el (ucs-set-table-for-input):
1283 If translation-table-for-input of a coding system is a symbol, get
1284 its translation-table property.
1285
1286 * international/code-pages.el: Don't register a coding system into
1287 non-iso-charset-alist more than once.
1288 (cp-make-coding-system): Likewise.
1289
1290 2005-05-26 John Wiegley <johnw@newartisans.com>
1291
1292 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1293 `eshell-resume-eval' is wrapped in a list, it indicates that the
1294 command was run asynchronously. In that case, unwrap the value
1295 before checking the delimiter value.
1296
1297 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1298 character before a space at the end of a line is \, assume the space
1299 is part of the last argument rather than a final argument separator.
1300
1301 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1302 is in use, and the target is `t' or `nil' (which are the most common
1303 values), don't assume that the symbol target is a buffer.
1304
1305 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1306
1307 * calendar/calendar.el (calendar-mode-line-format):
1308 Use mode-line-highlight as mouse-face.
1309
1310 * time.el (display-time-string-forms, display-time-update):
1311 Use mode-line-highlight as mouse-face.
1312
1313 2005-05-26 Jay Belanger <belanger@truman.edu>
1314
1315 * calc/calc.el (calc-language-alist): Remove extra defvar.
1316
1317 2005-05-26 Lute Kamstra <lute@gnu.org>
1318
1319 * arc-mode.el (archive-mode):
1320 * bookmark.el (bookmark-read-annotation-mode)
1321 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1322 * bs.el (bs-mode):
1323 * calc/calc-yank.el (calc-edit-mode):
1324 * calc/calc.el (calc-mode, calc-trail-mode):
1325 * calculator.el (calculator-mode):
1326 * chistory.el (command-history-mode):
1327 * comint.el:
1328 * cus-edit.el (custom-mode):
1329 * descr-text.el (describe-text-mode):
1330 * ebuff-menu.el (Electric-buffer-menu-mode):
1331 * ediff-util.el (ediff-mode):
1332 * emacs-lisp/re-builder.el (reb-mode):
1333 * emulation/vi.el (vi-mode-setup):
1334 * emulation/ws-mode.el (wordstar-mode):
1335 * eshell/esh-mode.el (eshell-mode):
1336 * forms.el (forms-mode):
1337 * help-mode.el (help-mode):
1338 * hexl.el (hexl-mode):
1339 * ibuffer.el (ibuffer-mode):
1340 * ielm.el (inferior-emacs-lisp-mode):
1341 * info.el (Info-mode, Info-edit-mode):
1342 * international/swedish.el:
1343 * ledit.el (ledit-from-lisp-mode):
1344 * locate.el (locate-mode):
1345 * mail/rmail.el (rmail-mode):
1346 * mail/rmailedit.el (rmail-edit-mode):
1347 * mail/rmailsum.el (rmail-summary-mode):
1348 * mail/supercite.el (sc-electric-mode):
1349 * net/eudc.el (eudc-mode):
1350 * net/quickurl.el (quickurl-list-mode):
1351 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1352 * obsolete/ooutline.el (outline-mode):
1353 * obsolete/options.el (Edit-options-mode):
1354 * obsolete/rnews.el (news-mode):
1355 * obsolete/rnewspost.el (news-reply-mode):
1356 * play/5x5.el (5x5-mode):
1357 * play/decipher.el (decipher-mode, decipher-stats-mode):
1358 * play/gomoku.el (gomoku-mode):
1359 * play/snake.el (snake-mode):
1360 * play/solitaire.el (solitaire-mode):
1361 * play/tetris.el (tetris-mode):
1362 * progmodes/ada-mode.el (ada-mode):
1363 * progmodes/antlr-mode.el (antlr-mode):
1364 * progmodes/autoconf.el (autoconf-mode):
1365 * progmodes/dcl-mode.el (dcl-mode):
1366 * progmodes/delphi.el (delphi-mode):
1367 * progmodes/ebrowse.el (ebrowse-tree-mode)
1368 (ebrowse-electric-list-mode, ebrowse-member-mode)
1369 (ebrowse-electric-position-mode):
1370 * progmodes/f90.el (f90-mode):
1371 * progmodes/fortran.el (fortran-mode):
1372 * progmodes/icon.el (icon-mode):
1373 * progmodes/idlw-help.el (idlwave-help-mode):
1374 * progmodes/idlw-shell.el (idlwave-shell-mode):
1375 * progmodes/idlwave.el (idlwave-mode):
1376 * progmodes/inf-lisp.el (inferior-lisp-mode):
1377 * progmodes/m4-mode.el (m4-mode):
1378 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1379 * progmodes/modula2.el (modula-2-mode):
1380 * progmodes/octave-inf.el (inferior-octave-mode):
1381 * progmodes/octave-mod.el (octave-mode):
1382 * progmodes/pascal.el (pascal-mode):
1383 * progmodes/sh-script.el (sh-mode):
1384 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1385 * progmodes/vhdl-mode.el (vhdl-mode):
1386 * progmodes/xscheme.el (scheme-interaction-mode):
1387 * replace.el (occur-mode):
1388 * ses.el (ses-mode):
1389 * simple.el (completion-list-mode):
1390 * skeleton.el:
1391 * speedbar.el (speedbar-mode):
1392 * term.el (term-mode):
1393 * terminal.el (terminal-edit-mode):
1394 * textmodes/reftex-index.el (reftex-index-mode)
1395 (reftex-index-phrases-mode):
1396 * textmodes/reftex-sel.el (reftex-select-label-mode)
1397 (reftex-select-bib-mode):
1398 * textmodes/reftex-toc.el (reftex-toc-mode):
1399 * wdired.el (wdired-change-to-wdired-mode):
1400 * wid-browse.el (widget-browse-mode):
1401 Use run-mode-hooks.
1402
1403 * array.el (array-mode):
1404 * calendar/todo-mode.el (todo-mode):
1405 * man.el (Man-mode):
1406 * play/landmark.el (lm-mode):
1407 * play/mpuz.el (mpuz-mode):
1408 Use kill-all-local-variables and run-mode-hooks.
1409
1410 * subr.el (delay-mode-hooks): Specify indentation.
1411
1412 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1413
1414 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1415
1416 2005-05-26 Jay Belanger <belanger@truman.edu>
1417
1418 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1419 of nil.
1420
1421 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1422
1423 * progmodes/gdb-ui.el (gdb-frame-address):
1424 Rename from gdb-current-address.
1425 (gdb-previous-frame-address): Rename from gdb-previous-address.
1426 (gdb-selected-frame): Rename from gdb-current-frame.
1427 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1428 (gdb-frame-number): Rename from gdb-current-stack-level.
1429 (gdb-ann3): Match new mode-name for disassembly buffer.
1430 Extend initialisation of variables.
1431 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1432 (gdb-memory-mode): Use mouse-face in header line.
1433 (gdb-assembler-buffer-name): Call it disassembly and give frame
1434 in mode line.
1435 (gdb-source-spec-regexp, gdb-assembler-custom)
1436 (gdb-invalidate-assembler, gdb-frame-handler):
1437 Make robust to leading zeroes in address format.
1438
1439 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1440
1441 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1442 define `org-mode'.
1443 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1444
1445 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1446
1447 * log-edit.el (log-edit-changelog-entries): Distinguish between
1448 filenames like xfns.c and fns.c.
1449
1450 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1451
1452 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1453 point after reverting.
1454 (Buffer-menu-make-sort-button): Handle the case where
1455 `Buffer-menu-use-header-line' is nil.
1456
1457 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1458
1459 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1460 New funcs. In minibuffer-local-completion-map bind `]', `/'
1461 and `:' to them.
1462
1463 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1464
1465 * startup.el (normal-top-level): Allow modification of load-path while
1466 we're iterating over it.
1467
1468 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1469
1470 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1471 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1472 (thumbs-resize-interactive, thumbs-insert-image)
1473 (thumbs-insert-thumb, thumbs-dired-show-marked)
1474 (thumbs-find-image-at-point, thumbs-delete-images)
1475 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1476 (thumbs-increment-image-size, thumbs-decrement-image-size):
1477 Fix typos in docstrings.
1478
1479 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1480
1481 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1482 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1483 (cperl-mode): Use them.
1484
1485 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1486
1487 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1488 Doc fixes.
1489
1490 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1491
1492 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1493 Bind C-d to gdb-inferior-io-eof.
1494
1495 * dired.el (dired-dnd-popup-notice): Use message-box.
1496
1497 2005-05-23 Masatake YAMATO <jet@gyve.org>
1498
1499 * bindings.el (mode-line-major-mode-keymap):
1500 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1501
1502 * faces.el (mode-line-highlight): New face.
1503
1504 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1505 as mouse-face.
1506
1507 * bindings.el (top-level, help-echo, mode-line-modified)
1508 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1509 as mouse-face.
1510
1511 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1512
1513 * progmodes/cc-engine.el (c-guess-basic-syntax):
1514 Remove spurious call to `zerop'.
1515
1516 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1517
1518 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1519
1520 CC Mode update to 5.30.10:
1521
1522 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1523 could go past the limit in decoration level 2, thereby causing
1524 errors during interactive fontification.
1525
1526 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1527 the file is evaluated interactively.
1528
1529 * cc-engine.el (c-guess-basic-syntax): Handle operator
1530 declarations somewhat better in C++.
1531
1532 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1533 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1534 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1535 (awk-mode): Use it.
1536 (make-local-hook): Suppress warning about obsoleteness.
1537
1538 * cc-engine.el, cc-align.el, cc-cmds.el
1539 (c-append-backslashes-forward, c-delete-backslashes-forward)
1540 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1541 Compensate for return value from `forward-line' when it has moved
1542 but not to a different line due to eob.
1543
1544 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1545 `objc-method-intro' and `objc-method-args-cont'.
1546
1547 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1548
1549 CC Mode update to 5.30.10:
1550
1551 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1552 in the copyright statement. Incidentally, change "along with GNU
1553 Emacs" to "along with this program" where it occurs.
1554
1555 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1556 so that it is interactive, hence can be found by M-x awk-mode
1557 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1558 <gmorris+emacs@ast.cam.ac.uk>.
1559
1560 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1561 Mode's regexps.
1562
1563 2005-05-23 Kevin Ryde <user42@zip.com.au>
1564
1565 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1566 c-parse-state, to avoid a lisp error (on bad code).
1567
1568 2005-05-23 Lute Kamstra <lute@gnu.org>
1569
1570 * subr.el (font-lock-defaults): Remove defvar as it's already
1571 defined in font-core.el.
1572
1573 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1574
1575 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1576
1577 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1578 more general and work when GDB variable "print pretty" is on,
1579 as with Emacs, for example.
1580
1581 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1582
1583 * font-core.el: Update comment.
1584
1585 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1586 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1587
1588 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1589
1590 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1591
1592 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1593 and `yank-handler' in the doc strings.
1594
1595 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1598
1599 2005-05-22 Richard M. Stallman <rms@gnu.org>
1600
1601 * help.el (describe-key): Move print-help-return-message call
1602 out of conditional.
1603
1604 * progmodes/etags.el (list-tags): Use with-no-warnings.
1605
1606 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1607 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1608 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1609
1610 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1611
1612 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1613 Add defvar.
1614
1615 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1616 Use defvar, not defconst.
1617
1618 * hexl.el (hexl-follow-line): Use with-no-warnings.
1619
1620 * emulation/tpu-extras.el: Use write-file-functions instead of
1621 write-file-hooks.
1622
1623 * dired.el (dired-font-lock-keywords): Fontify files with junk
1624 extensions even if marked by -F.
1625
1626 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1627
1628 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1629 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1630 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1631 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1632 (concatenate, list-length, get*, getf, cl-remprop):
1633 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1634 (etypecase, progv, lexical-let, lexical-let*)
1635 (multiple-value-bind, multiple-value-setq, shiftf):
1636 Improve argument/docstring consistency.
1637
1638 * subr.el (focus-frame, unfocus-frame):
1639 Revert deletion on 2005-05-01.
1640
1641 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1642
1643 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1644 doesn't exist.
1645
1646 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1647 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1648
1649 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1650
1651 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1652 already deleted variables: auto-fill-hook, blink-paren-hook,
1653 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1654 suspend-hooks, comment-indent-hook, meta-flag,
1655 before-change-function, after-change-function,
1656 font-lock-doc-string-face.
1657
1658 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1659
1660 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1661
1662 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1663
1664 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1665 rmail-dont-reply-to.
1666
1667 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1668
1669 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1670 literal blank when splitting new-header-values.
1671
1672 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1673
1674 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1675 string so that tmm doesn't create a completion entry for it.
1676
1677 * textmodes/table.el (table-disable-menu): Ditto.
1678
1679 2005-05-21 Richard M. Stallman <rms@gnu.org>
1680
1681 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1682
1683 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1684
1685 * net/rcompile.el (remote-compile): Use compilation-start.
1686
1687 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1688
1689 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1690
1691 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1692 Default to makefile-bsdmake-mode on BSD systems.
1693
1694 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1695 REGEXP may also be a search function now. The part of doc-string
1696 for describing the structure was 95% identical to that of
1697 `imenu--generic-function'. Unify it there.
1698
1699 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1700 Use function to find dependencies, because regexp alone is so complex,
1701 it easily goes into an endless loop.
1702 (makefile-makepp-mode): Also add submenu for Perl functions
1703 defined in the makefile.
1704 (makefile-bsdmake-mode): Special imenu-generic-expression no
1705 longer needed, due to function call.
1706 (makefile-match-dependency): Take BOUND into account when checking
1707 if we're through.
1708
1709 2005-05-20 Jay Belanger <belanger@truman.edu>
1710
1711 * calc/calc-units.el (calc-invalidate-units-table):
1712 Use inhibit-read-only.
1713 (math-build-units-table-buffer): Use view-mode.
1714
1715 2005-05-20 David Kastrup <dak@gnu.org>
1716
1717 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1718 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1719
1720 2005-05-20 Lute Kamstra <lute@gnu.org>
1721
1722 * diff-mode.el (diff-header-face, diff-file-header-face)
1723 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1724 (diff-added-face, diff-changed-face, diff-function-face)
1725 (diff-context-face, diff-nonexistent-face): Put them in the
1726 diff-mode customization group.
1727
1728 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1731
1732 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1733
1734 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1735 Minor regexp-optimization.
1736
1737 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1738
1739 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1740 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1741 (org-agenda-add-time-grid-maybe): New function.
1742 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1743 (org-table-create): `dotimes' instead of `mapcar'.
1744 (org-xor): Simplify implementation.
1745 (org-agenda): `inhibit-redisplay' turned on.
1746 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1747 a consistent line after a state change.
1748 (org-agenda-remove-times-when-in-prefix): New option.
1749 (org-prefix-has-time): New variable.
1750 (org-parse-time-string): Optional argument NODEFAULT.
1751 (org-format-agenda-item): Parse items for time-of-day
1752 specifications and move these into the prefix if possible.
1753 (org-agenda-priority): Get current heading, not previous heading
1754 during agenda remote editing.
1755
1756 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1757
1758 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1759 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1760 (remove-duplicates, delete-duplicates, substitute)
1761 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1762 (nsubstitute-if-not, find, find-if, find-if-not, position)
1763 (position-if, position-if-not, count, count-if, count-if-not)
1764 (mismatch, search, sort*, stable-sort, merge, member*)
1765 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1766 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1767 (intersection, nintersection, set-difference, nset-difference)
1768 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1769 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1770 (nsublis, tree-equal): Improve argument/docstring consistency.
1771
1772 * subr.el (send-string, send-region):
1773 Remove obsolescence declaration.
1774 (window-dot, set-window-dot, read-input, show-buffer)
1775 (eval-current-buffer, string-to-int):
1776 Add release number to obsolescence declarations.
1777
1778 2005-05-19 Kim F. Storm <storm@cua.dk>
1779
1780 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1781 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1782
1783 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1784
1785 * faces.el (list-faces-display): Make back button respect optional
1786 regexp arg.
1787
1788 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * calculator.el (calculator-radix-grouping-mode)
1791 (calculator-radix-grouping-digits, calculator-displayer)
1792 (calculator-radix-grouping-separator, calculator-copy-displayer):
1793 * dabbrev.el (dabbrev-search-these-buffers-only):
1794 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1795 (diff-advance-after-apply-hunk, diff-mode-hook)
1796 (diff-minor-mode-prefix):
1797 * imenu.el (imenu-use-popup-menu):
1798 * jit-lock.el (jit-lock-context-time):
1799 * newcomment.el (comment-fill-column, comment-column)
1800 (comment-style, comment-padding, comment-multi-line)
1801 (comment-empty-lines, comment-auto-fill-only-comments):
1802 * reveal.el (reveal-around-mark):
1803 * uniquify.el (uniquify-buffer-name-style)
1804 (uniquify-after-kill-buffer-p)
1805 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1806 (uniquify-min-dir-content, uniquify-separator)
1807 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1808 * w32-vars.el (w32-fixed-font-alist):
1809 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1810 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1811 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1812 * progmodes/perl-mode.el (perl-indent-level)
1813 (perl-continued-statement-offset, perl-continued-brace-offset)
1814 (perl-brace-offset, perl-brace-imaginary-offset)
1815 (perl-label-offset, perl-indent-continued-arguments)
1816 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1817 * progmodes/tcl.el (tcl-indent-level)
1818 (tcl-continued-indent-level, tcl-auto-newline)
1819 (tcl-tab-always-indent, tcl-electric-hash-style)
1820 (tcl-help-directory-list, tcl-use-smart-word-finder)
1821 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1822 (inferior-tcl-source-command):
1823 * textmodes/fill.el (enable-kinsoku):
1824 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1825 * textmodes/table.el (table-yank-handler):
1826 Specify missing group (and type, if simple) in defcustom.
1827
1828 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1829
1830 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1831
1832 2005-05-19 Richard M. Stallman <rms@gnu.org>
1833
1834 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1835
1836 * subr.el (event-basic-type): Don't get an error.
1837 (left-fringe-p): Function deleted.
1838
1839 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1840 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1841
1842 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1843 in recursive copy.
1844
1845 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1846
1847 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1848
1849 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1850 Call byte-compile-nogroup-warn if appropriate.
1851
1852 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1853 (compilation-set-window): Don't call left-fringe-p; do it directly.
1854
1855 2005-05-19 Jay Belanger <belanger@truman.edu>
1856
1857 * calc/calc-graph.el (calc-graph-format-data): Make sure
1858 var-PlotRejects is bound before trying to check its value.
1859
1860 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1861
1862 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1863 definition of this variable from reftex-global.el to reftex.el,
1864 because it is needed in the menu.
1865
1866 2005-05-19 Lute Kamstra <lute@gnu.org>
1867
1868 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1869 years are fixed. Don't insert a space after a dash.
1870
1871 2005-05-19 Kim F. Storm <storm@cua.dk>
1872
1873 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1874
1875 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1876
1877 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1878 strings, because (eq ... ?\\) is fairly frequent.
1879
1880 * progmodes/make-mode.el (makefile-add-this-line-targets):
1881 Simplify and integrate into `makefile-pickup-targets'.
1882 (makefile-add-this-line-macro): Simplify and integrate into
1883 `makefile-pickup-macros.
1884 (makefile-pickup-filenames-as-targets): Simplify.
1885 (makefile-previous-dependency, makefile-match-dependency):
1886 Don't stumble over `::'.
1887
1888 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1889
1890 * subr.el (post-command-idle-hook, post-command-idle-delay):
1891 Remove obsoletion of post-command-idle-hook and
1892 post-command-idle-delay.
1893
1894 * faces.el (list-faces-display): Provide button when describe-face
1895 is called to take user back to the list of faces.
1896
1897 * help-fns.el (describe-variable): Remove hyperlinks in a
1898 variable's value as these are quite frequently inappropriate.
1899
1900 * follow.el (follow-submit-feedback, follow-mode):
1901 Remove references to post-command-idle-hook.
1902
1903 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1904
1905 * progmodes/make-mode.el (makefile-previous-dependency)
1906 (makefile-match-dependency): Check for := (and in bsd mode also
1907 !=) to give a better result, even when font-lock is not on.
1908
1909 2005-05-18 Jay Belanger <belanger@truman.edu>
1910
1911 * calc/calc-help.el (calc-s-prefix-help):
1912 Add `calc-copy-special-constant' to help string.
1913
1914 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1915
1916 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1917
1918 2005-05-18 Jay Belanger <belanger@truman.edu>
1919
1920 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1921 in linear factors are in proper order.
1922
1923 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1924
1925 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1926 Support for jurabib.
1927
1928 * textmodes/reftex.el (featurep): Define aliases for overlay
1929 commands, for XEmacs compatibility, and use these aliases in
1930 overlay initializations.
1931 (reftex-highlight): Use `reftex-move-overlay'.
1932 (reftex-unhighlight): Use `reftex-delete-overlay'.
1933 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1934 (reftex-access-search-path): Use `reftex-uniquify' instead of
1935 `reftex-uniq'
1936
1937 * textmodes/reftex-sel.el (reftex-select-unmark):
1938 Overlay `before-string' property modification enables for Emacs as well.
1939 (reftex-select-item): Use `reftex-delete-overlay'.
1940 (reftex-select-mark): Use `reftex-make-overlay' and
1941 `reftex-overlay-put'.
1942 (reftex-select-unmark): Use `reftex-delete-overlay' and
1943 `reftex-overlay-put'.
1944
1945 2005-05-18 Lute Kamstra <lute@gnu.org>
1946
1947 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1948
1949 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1950
1951 * add-log.el (add-change-log-entry):
1952 * array.el (array-make-template, array-reconfigure-rows)
1953 (array-init-max-row, array-init-max-column)
1954 (array-init-columns-per-line, array-init-field-width):
1955 * replace.el (replace-match-maybe-edit, perform-replace):
1956 * textmodes/spell.el (spell-region):
1957 Replace `read-input' by `read-string'.
1958
1959 * forms.el (forms-mode):
1960 * finder.el (finder-compile-keywords):
1961 * shadowfile.el (shadow-read-files):
1962 Replace `eval-current-buffer' by `eval-buffer'.
1963
1964 * terminal.el (te-pass-through):
1965 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1966 (ange-ftp-raw-send-cmd):
1967 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1968 (send-process-next-char, telnet-initial-filter, telnet):
1969 Replace `send-string' by `process-send-string'.
1970
1971 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1972 (prolog-consult-region): Replace `send-string' by
1973 `process-send-string'; replace `send-region' by `process-send-region'.
1974
1975 * progmodes/delphi.el (delphi-log-msg):
1976 Replace `set-window-dot' by `set-window-point'.
1977
1978 * subr.el (window-dot, set-window-dot, read-input, send-string)
1979 (send-region, show-buffer, eval-current-buffer):
1980 Make really obsolete, as the comment says.
1981
1982 2005-05-17 Kim F. Storm <storm@cua.dk>
1983
1984 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1985 (cua--init-keymaps): Bind C-return instead of S-return to set
1986 rectangle mark.
1987
1988 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1989 instead of S-return to toggle/clear rectangle mark.
1990
1991 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1992
1993 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1994 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1995 Also fontify plain strings assigned to variables, mostly so that a
1996 colon has a face and is thus not taken as a dependency separator.
1997 (makefile-previous-dependency): Inline the new matcher, because it
1998 is too complex to work in both directions.
1999 (makefile-match-dependency): Eliminate `backward' arg (see above).
2000 Completely reimplemented so as to not sometimes go into an endless
2001 loop. It should also be more efficient, because first it only
2002 searches for `:', instead of applying the very complex regexp.
2003 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2004 to be fontified in one piece can be too long for JIT.
2005 Makefiles are never *that* big.
2006
2007 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2008
2009 * dired.el (dired-mode): Simplify.
2010
2011 2005-05-17 Lute Kamstra <lute@gnu.org>
2012
2013 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2014 defcustom for the mode hook variable.
2015
2016 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2017 Emacs Lisp Reference Manual.
2018
2019 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2020
2021 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2022 (evenp, list*):
2023 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2024 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2025
2026 * net/tramp-smb.el (tramp-smb-open-connection):
2027 Pass `tramp-chunksize' as fifth (required) argument.
2028
2029 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2030
2031 * font-lock.el (lisp-font-lock-keywords-1):
2032 Set `font-lock-negation-char-face' for [^...] char group.
2033 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2034
2035 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2036 a var, and refine it to mask one more level of nested vars.
2037 (makefile-rule-action-regex): Turn it into a var, and refine it so
2038 it recognizes backslashed continuation lines as belonging to the
2039 same command.
2040 (makefile-macroassign-regex): Refine it so it recognizes
2041 backslashed continuation lines as belonging to the same command.
2042 (makefile-var-use-regex): Don't look at the next char, because it
2043 might be the same one to be skipped by the initial [^$], leading
2044 to an overlooked variable use.
2045 (makefile-make-font-lock-keywords): Remove two parameters, which
2046 are now variables that some of the modes set locally.
2047 Handle dependency and rule action matching through functions, because
2048 regexps alone match too often. Dependency matching now comes
2049 last, so it can check, whether a colon already matched something else.
2050 (makefile-mode): Inform that font-lock improves makefile parsing
2051 capabilities.
2052 (makefile-match-dependency, makefile-match-action): New functions.
2053
2054 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2055
2056 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2057
2058 * align.el (align-regexp):
2059 * ansi-color.el (ansi-color-get-face):
2060 * array.el (array-reconfigure-rows, array-init-max-row)
2061 (array-init-max-column, array-init-columns-per-line)
2062 (array-init-field-width):
2063 * dired-aux.el (dired-trample-file-versions):
2064 * dired-x.el (dired-mark-sexp):
2065 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2066 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2067 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2068 * faces.el (face-read-integer):
2069 * files.el (backup-extract-version, insert-directory):
2070 * hexl.el (hexl-insert-decimal-char):
2071 * server.el (server-process-filter):
2072 * shell.el (shell-extract-num):
2073 * startup.el (command-line-1):
2074 * term.el (term-command-hook):
2075 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2076 (time-stamp-do-number):
2077 * time.el (display-time-update):
2078 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2079 (timezone-fix-time):
2080 * vms-patch.el (vms-suspend-resume-hook):
2081 * calendar/appt.el (appt-convert-time):
2082 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2083 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2084 * calendar/cal-islam.el (mark-islamic-diary-entries):
2085 * calendar/calendar.el (calendar-cursor-to-date)
2086 (calendar-star-date):
2087 * calendar/diary-lib.el (diary-attrtype-convert)
2088 (mark-diary-entries, diary-entry-time):
2089 * calendar/solar.el (solar-get-number):
2090 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2091 * emacs-lisp/re-builder.el (reb-display-subexp):
2092 * emulation/edt.el (edt-set-scroll-margins):
2093 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2094 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2095 (vip-get-ex-count):
2096 * emulation/viper-ex.el (viper-get-ex-token)
2097 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2098 * international/fontset.el (fontset-plain-name):
2099 * mail/feedmail.el (feedmail-look-at-queue-directory):
2100 * mail/mailalias.el (mail-get-names):
2101 * mail/rmail.el (rmail-convert-to-babyl-format):
2102 * mail/rmailsum.el (rmail-make-basic-summary-line)
2103 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2104 (rmail-summary-goto-msg):
2105 * mail/smtpmail.el (smtpmail-read-response):
2106 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2107 (ange-ftp-vms-add-file-entry):
2108 * play/gametree.el (gametree-looking-at-ply)
2109 (gametree-current-branch-score):
2110 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2111 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2112 * progmodes/cperl-mode.el (condition-case):
2113 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2114 (ebrowse-set-member-buffer-column-width)
2115 (ebrowse-select-1st-to-9nth):
2116 * progmodes/etags.el (etags-snarf-tag):
2117 * progmodes/flymake.el (flymake-parse-line):
2118 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2119 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2120 (idlwave-shell-menu-def):
2121 * progmodes/ps-mode.el (ps-run-goto-error):
2122 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2123 (vhdl-speedbar-contract-level):
2124 * term/mac-win.el (x-handle-numeric-switch):
2125 * term/sun-mouse.el (sun-get-frame-data):
2126 * term/w32-win.el (x-handle-numeric-switch):
2127 * term/x-win.el (x-handle-numeric-switch):
2128 * textmodes/ispell.el (ispell-parse-output):
2129 * textmodes/nroff-mode.el (nroff-outline-level):
2130 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2131 (reftex-bib-sort-year-reverse, reftex-format-citation):
2132 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2133 (reftex-section-number):
2134 * textmodes/texinfmt.el (texinfo-paragraphindent):
2135 Replace `string-to-int' by `string-to-number'.
2136
2137 * international/latexenc.el: Add page marker to force the "Local
2138 Variables:" string out of the last page.
2139
2140 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2141
2142 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2143 tooltip-change-major-mode.
2144 (gud-tooltip-print-command): Remove case where gud-minor-mode
2145 is gdb ("--fullname").
2146 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2147 explain to user.
2148
2149 2005-05-16 Jay Belanger <belanger@truman.edu>
2150
2151 * calc/calc-store.el (calc-copy-special-constant): New function.
2152
2153 * calc/calc-ext.el (calc-init-extensions): Add binding for
2154 `calc-copy-special-constant'.
2155
2156 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2157 for the `calc-copy-special-constant' command.
2158
2159 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2160
2161 * subr.el (left-fringe-p): New function.
2162
2163 * progmodes/compile.el (compilation-setup): Set local value of
2164 overlay-arrow-string to "" always.
2165 (compilation-set-window): Left fringe then don't scroll.
2166 No left fringe then no arrow and scroll message to top.
2167 (compilation-context-lines): Adjust doc string accordingly.
2168
2169 2005-05-16 Kim F. Storm <storm@cua.dk>
2170
2171 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2172 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2173 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2174 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2175 (ido-read-file-name): Handle commands with ido property value
2176 equal to find-file as reading a file name, to allow C-d to enter dired.
2177 (ibuffer-find-file): Add ido property with value find-file.
2178
2179 2005-05-15 Kim F. Storm <storm@cua.dk>
2180
2181 * subr.el (open-network-stream-nowait): Remove.
2182 (open-network-stream-server): Remove.
2183
2184 2005-05-15 Richard M. Stallman <rms@gnu.org>
2185
2186 * faces.el (describe-face): Output a definition link button.
2187
2188 * help-mode.el (help-face-def): New button type.
2189
2190 * emacs-lisp/copyright.el (copyright-fix-years):
2191 Match properly if the first year is 2-digit.
2192 Don't mess up the whitespace after the years by filling.
2193
2194 * dired-aux.el (dired-mark-confirm):
2195 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2196
2197 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2198 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2199 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2200
2201 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2202 Set font-lock-comment-start-skip.
2203
2204 * font-lock.el (font-lock-comment-start-skip): New variable.
2205 (font-lock-comment-end-skip): New variable.
2206 (font-lock-fontify-syntactically-region): Use them if non-nil.
2207
2208 2005-05-15 Jay Belanger <belanger@truman.edu>
2209
2210 * calc/calc-store.el (calc-store-value): Return a string rather
2211 than display it as a message.
2212 Use calc-var-name for variable name.
2213 (calc-store-into): Add the result of calc-store-value to message.
2214 (calc-copy-variable): Add a message.
2215 (calc-store-exchange): Improve error messages.
2216 (calc-store-binary, calc-store-map): Don't reset the values of
2217 special constants.
2218
2219 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2220
2221 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2222 manual to docstring.
2223
2224 * files.el (hack-local-variables-confirm): Add STRING argument.
2225 Make the function handle non file visiting buffers correctly.
2226 (hack-local-variables-prop-line, hack-local-variables)
2227 (hack-one-local-variable): Use STRING arg of
2228 `hack-local-variables-confirm'.
2229
2230 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2231
2232 Sync with Tramp 2.0.49.
2233
2234 * tramp.el (tramp-handle-dired-call-process)
2235 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2236 because the contents of the Tramp buffer is changed before
2237 insertion (`expand-file' and alike).
2238 (tramp-handle-insert-directory): If `localname' has an empty
2239 nondirectory name, it must not be quoted.
2240 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2241 variable `tramp-chunksize'. Change callees.
2242 (tramp-open-connection-setup-interactive-shell): Check remote host
2243 for buggy `send-process-string' implementation.
2244 Set `tramp-chunksize' if found. Reported by Michael Kifer
2245 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2246 (tramp-handle-shell-command): `insert-buffer' cannot be used
2247 because the contents of the Tramp buffer is changed before
2248 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2249 <frederic.bothamy@free.fr>.
2250 (tramp-set-auto-save): Actions should be done for Tramp file name
2251 handler only. Ange-FTP has its own auto-save mechanism.
2252 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2253 (tramp-set-auto-save-file-modes): Set file modes of
2254 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2255 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2256 (tramp-bug): Remove obsolete variable.
2257 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2258 for presence of `mml-mode'. Make it running for older Emacsen as well.
2259
2260 2005-05-14 John Paul Wallington <jpw@pobox.com>
2261
2262 * ibuf-ext.el (define-ibuffer-filter filename):
2263 If `dired-directory' is a list, use its car.
2264
2265 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2266
2267 * ibuffer.el (define-ibuffer-column filename):
2268 If `dired-directory' is a list, use its car.
2269
2270 2005-05-14 Richard M. Stallman <rms@gnu.org>
2271
2272 * subr.el (symbol-file): Doc fix.
2273
2274 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2275 (byte-compile-form): Call byte-compile-nogroup-warn.
2276 (byte-compile-warning-types): Doc fix.
2277
2278 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2279
2280 * progmodes/cc-engine.el (c-literal-faces):
2281 Add font-lock-comment-delimiter-face.
2282
2283 * net/net-utils.el (dig): Use with-no-warnings.
2284
2285 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2286 (sc-recite-frame-alist, sc-default-cite-frame)
2287 (sc-default-uncite-frame, sc-default-recite-frame)
2288 (sc-attrib-selection-list, sc-rewrite-header-list):
2289 Mark as risky-local-variable.
2290
2291 * international/ogonek.el (ogonek-jak, ogonek-how):
2292 Don't use beginning-of-buffer.
2293
2294 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2295
2296 * calendar/solar.el (solar-data-list): Move definition up.
2297
2298 * dnd.el (dnd-protocol-alist): Add autoload.
2299
2300 * progmodes/sh-script.el: Many doc usage fixes.
2301 (sh-indent-after-do): Change default to match common styles.
2302
2303 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2304
2305 * files.el (interpreter-mode-alist)
2306 (auto-mode-interpreter-regexp): Doc fixes.
2307
2308 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2309
2310 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2311
2312 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2313
2314 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2315
2316 * dired.el (dired-mode): make-variable-buffer-local =>
2317 make-local-variable.
2318
2319 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2320
2321 * term/mac-win.el (mac-select-convert-to-string): Try coding
2322 systems in mac-script-code-coding-systems if specified one cannot
2323 encode string for `com.apple.traditional-mac-plain-text'.
2324
2325 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2326
2327 * progmodes/make-mode.el (makefile-targets-face)
2328 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2329 (makefile-dependency-regex): Fix it to not make the colon in
2330 $(var:a=b) special.
2331 (makefile-rule-action-regex): New regexp for highlighting embedded
2332 Shell strings.
2333 (makefile-macroassign-regex): Handle != for highlighting as
2334 embedded Shell strings.
2335 (makefile-var-use-regex): New const.
2336 (makefile-statements, makefile-automake-statements)
2337 (makefile-gmake-statements, makefile-makepp-statements)
2338 (makefile-bsdmake-statements): New consts.
2339 (makefile-make-font-lock-keywords): New function.
2340 (makefile-automake-font-lock-keywords)
2341 (makefile-gmake-font-lock-keywords)
2342 (makefile-makepp-font-lock-keywords)
2343 (makefile-bsdmake-font-lock-keywords): New consts.
2344 (makefile-mode-map): Add switchers between the various submodes.
2345 (makefile-mode): Document the availability of the variants.
2346 (makefile-automake-mode, makefile-gmake-mode)
2347 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2348
2349 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2350 new variants of makefile-mode.
2351
2352 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2355 the inheritance.
2356
2357 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2358
2359 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2360 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2361
2362 * files.el (normal-mode): Extend the scope of the
2363 `enable-local-variables' binding to include the `set-auto-mode' call.
2364 (magic-mode-alist): Doc fix.
2365
2366 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2369 font-lock-comment-face rather than copying its setting.
2370
2371 2005-05-12 Andreas Schwab <schwab@suse.de>
2372
2373 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2374
2375 2005-05-12 Lute Kamstra <lute@gnu.org>
2376
2377 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2378 defcustom for the mode hook variable. Delete the last argument.
2379 * generic-x.el: Fix callers of define-generic-mode.
2380 (generic-x-modes): Delete group.
2381 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2382 generic-x customization group.
2383
2384 2005-05-12 Kim F. Storm <storm@cua.dk>
2385
2386 * font-lock.el (font-lock-negation-char-face): Default to "off".
2387
2388 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2389 font-lock-negation-char-face to ! in !=.
2390
2391 2005-05-12 Masatake YAMATO <jet@gyve.org>
2392
2393 * add-log.el (find-change-log): Fix typos in the docstring
2394 of function.
2395
2396 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2397
2398 * international/latexenc.el (latexenc-find-file-coding-system):
2399 Avoid `re-search-forward' when looking for input encoding because
2400 of speed and safety. Better regular expressions for recognizing
2401 input encoding. Limit a search for TeX-master/tex-main-file to
2402 the local variable section.
2403
2404 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2405
2406 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2407 syntax of $ to "'" (quote).
2408
2409 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2410
2411 * dnd.el (dnd-protocol-alist): Improve custom type.
2412
2413 * dired.el (dired-dnd-protocol-alist): New variable.
2414 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2415 `dired-mode-hook' to the end.
2416
2417 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2420 comment-end if comment-start-skip is not set.
2421 Obey the font-lock-comment-delimiter-face variables.
2422
2423 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * files.el (executable-find): Move from executable.el. Use locate-file.
2426 * progmodes/executable.el (executable-find): Move to files.el.
2427
2428 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2429 when trying to ensure forward progress.
2430
2431 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2434 (mouse-select, mouse-select-internal, mouse-extend-internal):
2435 Use it to implement mouse-1-click-follows-link functionality.
2436
2437 2005-05-11 Richard M. Stallman <rms@gnu.org>
2438
2439 * font-lock.el (font-lock-fontify-syntactically-region):
2440 Use font-lock-comment-delimiter-face for comment delimiters.
2441
2442 2005-05-10 Jay Belanger <belanger@truman.edu>
2443
2444 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2445 preserving embedded modes.
2446
2447 2005-05-10 Richard M. Stallman <rms@gnu.org>
2448
2449 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2450
2451 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2452 Move from ada-stmt.el.
2453 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2454
2455 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2456 Move to ada-mode.el.
2457 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2458
2459 * cus-edit.el (custom-file): Call file-chase-links.
2460
2461 * files.el (read-directory-name): Fix previous change.
2462 (hack-local-variables-confirm): New function.
2463 (hack-local-variables-prop-line, hack-local-variables)
2464 (hack-one-local-variable): Use it.
2465
2466 2005-05-10 Lute Kamstra <lute@gnu.org>
2467
2468 * font-lock.el (font-lock-keywords-alist)
2469 (font-lock-removed-keywords-alist): Clarify docstrings.
2470
2471 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2472
2473 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2474 (gdb-source-info): Check for preprocessor info.
2475 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2476 a macro for a function.
2477 (gdb-info-breakpoints-custom): Try to find file again if not already
2478 found (user might have used GDB dir command).
2479 (gdb-get-location): Update gdb-location-alist correctly for change
2480 to gdb-info-breakpoints-custom.
2481
2482 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2483 (gud-tooltip-print-command): Add gdbmi case.
2484 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2485 preprocessor info.
2486
2487 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2488
2489 * startup.el (fancy-splash-insert): Fix typo in doc string.
2490
2491 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2492
2493 * obsolete/float.el (string-to-float):
2494 * obsolete/hilit19.el (hilit-add-pattern):
2495 * obsolete/rnews.el (news-parse-range, news-select-message)
2496 (news-get-pruned-list-of-files): Replace `string-to-int' by
2497 `string-to-number'.
2498
2499 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2500 `find-file-not-found-hooks'; use `add-hook'.
2501 (uncompress-while-visiting): Set `write-file-functions', not
2502 `write-file-hooks'; use `add-hook'.
2503
2504 2005-05-09 Kim F. Storm <storm@cua.dk>
2505
2506 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2507 (cua-paste): Handle clipboard action.
2508 (cua--init-keymaps): Remap clipboard-kill-region and
2509 clipboard-kill-ring-save.
2510
2511 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2512
2513 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2514 Improve commentary.
2515
2516 * simple.el (next-error-overlay-arrow-position): Revert the change
2517 made on 2005-04-30.
2518
2519 2005-05-07 Jay Belanger <belanger@truman.edu>
2520
2521 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2522 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2523 `calc-sel-reselect'.
2524
2525 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2526 Calc is in embedded mode.
2527
2528 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2529
2530 * progmodes/compile.el (compilation-setup):
2531 Set overlay-arrow-string to an empty string on text terminals.
2532
2533 * textmodes/ispell.el (ispell-program-name): Try looking for
2534 "aspell" along exec-path, and if found, use it as the default
2535 speller program.
2536
2537 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2538
2539 * international/mule.el (sgml-xml-auto-coding-function):
2540 Recognize encoding='FOO' in single quotes as well as in double quotes.
2541
2542 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2543
2544 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2545 as well as `interactive', so that defmacro* would recognize
2546 `declare' forms.
2547
2548 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2549
2550 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2551 Explain more about the LIGHTER arg's usage in the doc string.
2552 Add commentary to clarify what the code does. Fix the regexp that
2553 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2554 since it could have characters special to regular expressions.
2555
2556 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2557
2558 * replace.el (occur-1): Bind inhibit-read-only so that
2559 erase-buffer doesn't barf on read-only text properties (likewise
2560 for add-text-properties in occur-engine). Mark buffer as unmodified.
2561 (occur-engine): Don't set buffer-read-only here.
2562
2563 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2566 list-buffers-directory. This caused the *cvs-commit* buffer to be
2567 sometimes mistakenly reused as a *cvs* buffer.
2568
2569 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2570
2571 * tooltip.el: Move code for GUD tooltips into gud.el.
2572 (require): CL no longer needed to compile case.
2573 (tooltip-mode): Do not toggle functions for GUD tooltips.
2574 (tooltip-gud-tips-p): Remove. Replace with minor mode
2575 gud-tooltip-mode in gud.el.
2576 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2577 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2578 tooltip-gud prefix with gud-tooltip and obsolete.
2579 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2580 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2581 (tooltip-mouse-motion): Mouse movement functions/variable.
2582 Rename in gud.el by adding gud prefix.
2583 (tooltip-gud-original-filter, tooltip-gud-dereference)
2584 (tooltip-gud-event, tooltip-toggle-gud-tips)
2585 (tooltip-gud-process-output, tooltip-gud-print-command)
2586 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2587 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2588 (gdb-tooltip-print): Move to gdb-ui.el.
2589
2590 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2591 (require): CL needed to compile case.
2592 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2593 tooltip-gud-tips-p. Make it a minor-mode.
2594 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2595 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2596 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2597 (gud-tooltip-change-major-mode)
2598 (gud-tooltip-activate-mouse-motions-if-enabled)
2599 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2600 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2601 (gud-tooltip-original-filter, gud-tooltip-dereference)
2602 (gud-tooltip-event, tooltip-toggle-gud-tips)
2603 (gud-tooltip-process-output, gud-tooltip-print-command)
2604 (gud-tooltip-tips): Move from tooltip.el.
2605
2606 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2607 (gdb-cpp-define-alist-flags): Doc fix.
2608 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2609 gud-tooltip-mode is t.
2610
2611 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2614 evaporate if their text is deleted.
2615 (goto-address-at-point): Make it work as a mouse binding as well.
2616 (goto-address-at-mouse): Obsolete it. Update users.
2617
2618 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2619
2620 * calendar/appt.el (top-level): No longer activate on load.
2621
2622 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2625 * net/webjump.el (webjump):
2626 * progmodes/idlw-help.el (idlwave-do-context-help1)
2627 (idlwave-highlight-linked-completions):
2628 * textmodes/po.el (po-find-file-coding-system-guts):
2629 Replace `assoc-ignore-case' by `assoc-string'.
2630
2631 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2632
2633 * files.el (locate-file): Doc fix.
2634
2635 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2636 Remove the redundant test for ms-dos.
2637
2638 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2639 look for the preprocessor with exec-suffixes. If not found in
2640 standard places, look in exec-path. Remove most of the tests that
2641 used system-type.
2642
2643 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2644
2645 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2646
2647 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2648 file-name clash with jka-compr.el on 8+3 filesystems.
2649
2650 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2651
2652 * term/mac-win.el: Don't define or bind scroll bar functions if
2653 x-toolkit-scroll-bars is t.
2654 (x-select-text, x-get-selection-value):
2655 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2656 (PRIMARY): Put mac-scrap-name property.
2657 (mac-select-convert-to-file-url): New function.
2658 (public.file-url): New selection target type. Add to
2659 selection-converter-alist.
2660 (x-get-selection, x-selection-value): Handle it.
2661 (x-cut-buffer-or-selection-value): New alias.
2662
2663 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2664
2665 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2666 entry to avoid calling bibtex-find-entry with arg global
2667 being t. Remove arg key.
2668 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2669 (bibtex-copy-summary-as-kill): Change accordingly.
2670
2671 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2674 (org-agenda-date-later): Use with-current-buffer.
2675
2676 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2677
2678 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2679 (define-obsolete-variable-alias): Doc Fixes.
2680
2681 2005-05-06 Kim F. Storm <storm@cua.dk>
2682
2683 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2684 vertical-motion when selective-display is active.
2685
2686 * ido.el (ido-setup-hook): New hook.
2687 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2688 (ido-input-stack): New var.
2689 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2690 ido-next-work-file binding to M-O.
2691 Bind M-f to ido-wide-find-file-or-pop-dir.
2692 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2693 (ido-read-internal): Run ido-setup-hook.
2694 Catch quit in read-file-name and read-string to cancel edit.
2695 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2696 Automatically pop-all when completing a directory name (RET).
2697 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2698 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2699 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2700 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2701 New functions for M-b/M-f to move among the directory components.
2702 (ido-make-merged-file-list): Catch quit to cancel merge.
2703 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2704 (ido-completion-help): No warnings for ido-completion-buffer-full.
2705
2706 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2707
2708 * font-lock.el (font-lock-negation-char-face): New face and variable.
2709 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2710 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2711 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2712 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2713
2714 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2715
2716 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2717 Fix typo in docstring.
2718
2719 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2720 (ebrowse-print-statistics-line)
2721 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2722
2723 * term/w32-win.el (image-library-alist): Add additional name for
2724 Xpm library.
2725
2726 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2727
2728 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2729 use gcc instead of cpp.
2730
2731 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2732 (gdb-create-define-alist): Use it.
2733 (gdb-cpp-define-alist-program): Update for MS-DOS.
2734
2735 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2736
2737 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2738
2739 2005-05-04 Richard M. Stallman <rms@gnu.org>
2740
2741 * help.el (describe-key): No error when UNTRANSLATED is nil.
2742
2743 * simple.el (line-move-1): Fix previous change to signal errors
2744 appropriately.
2745
2746 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2747
2748 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2749 (icalendar-duration-correction): Remove.
2750 (icalendar--get-event-properties): Split result at commas.
2751 (icalendar--decode-isoduration): New optional argument
2752 DURATION-CORRECTION.
2753 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2754 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2755 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2756 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2757 (icalendar--convert-anniversary-to-ical): New functions, extracted
2758 from icalendar-export-region, with bug fixes.
2759 (icalendar-export-region): Use the above functions.
2760 (icalendar-import-buffer): Check before saving diary file.
2761 (icalendar--convert-recurring-to-diary)
2762 (icalendar--convert-non-recurring-all-day-to-diary)
2763 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2764 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2765 (icalendar--convert-ical-to-diary): Use the above functions.
2766
2767 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2768
2769 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2770 Remove these recent additions.
2771 (c-mode): Restore to before 2005-04-28.
2772
2773 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2774 recent addition.
2775
2776 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2777 (gdb-define-alist): New variables.
2778 (gdb-create-define-alist): New function.
2779 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2780 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2781 with string-to-number.
2782 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2783
2784 * progmodes/gud.el: Replace string-to-int with string-to-number.
2785 (gud-find-file): Handle gdb-define-alist.
2786
2787 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2788
2789 2005-05-02 Jay Belanger <belanger@truman.edu>
2790
2791 * calc/calc-aent.el (math-read-token):
2792 * calc/calc-bin.el (calc-word-size):
2793 * calc/calc-ext.el (calc-read-number-fancy):
2794 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2795 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2796 * calc/calc-frac.el (calc-over-notation):
2797 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2798 (calc-graph-num-points, calc-graph-init):
2799 * calc/calc-prog.el (calc-read-parse-table-part)
2800 (calc-edit-macro-repeats):
2801 * calc/calc-yank.el (calc-do-grab-rectangle):
2802 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2803 Replace `string-to-int' by `string-to-number'.
2804
2805 2005-05-02 Kim F. Storm <storm@cua.dk>
2806
2807 * kmacro.el: Use executing-kbd-macro-index variable.
2808
2809 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2810
2811 * net/rlogin.el (rlogin-parse-words): Delete func.
2812 (rlogin): Use split-string, not rlogin-parse-words.
2813 Also, if there are option-like elements in the parsed args,
2814 take the host to be the first arg immediately following them.
2815 Suggested by Michael Mauger.
2816
2817 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2818
2819 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2820
2821 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2822
2823 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2824 (cc-mode-cpp-program): Rename to cc-define-list-program and
2825 move to cc-vars.el.
2826
2827 * progmodes/cc-vars.el (cc-define-list-program):
2828 Change to "gcc -E -dM -". Make customizable.
2829
2830 2005-05-02 Kim F. Storm <storm@cua.dk>
2831
2832 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2833
2834 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2835
2836 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2837
2838 * international/mule-util.el (truncate-string): Remove alias and
2839 obsolete declaration.
2840
2841 * international/mule-cmds.el (update-iso-coding-systems):
2842 Remove alias and obsolete declaration.
2843
2844 * international/mule.el (coding-system-parent): Remove alias and
2845 obsolete declaration.
2846
2847 * subr.el (define-function, sref): Remove aliases and obsolete
2848 declarations.
2849 (chars-in-region): Remove obsolete declaration.
2850
2851 2005-05-01 Richard M. Stallman <rms@gnu.org>
2852
2853 * info.el (Info-mode): Set widen-automatically to nil, locally.
2854
2855 * simple.el (widen-automatically): New variable.
2856 (pop-global-mark): Obey widen-automatically.
2857
2858 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2859
2860 * term/xterm.el (function-key-map): Call substitute-key-definition
2861 before the keymap size is increased by a lot of define-key calls.
2862
2863 2005-05-01 Richard M. Stallman <rms@gnu.org>
2864
2865 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2866 Rename ARG to ELEMENT. Doc fix.
2867
2868 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2869
2870 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2871 Remove references to allout-exposure/change to allout-new-exposure.
2872
2873 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2874 bytecode symbols.
2875
2876 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2877 (compiled-function-p, focus-frame, unfocus-frame):
2878 Remove aliases and obsolete declarations.
2879 Back out inadvertent changes from previous commit.
2880
2881 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2882
2883 * files.el (require-final-newline): Make Custom tags consistent
2884 with mode-require-final-newline.
2885 (mode-require-final-newline): Doc fix.
2886
2887 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * international/latexenc.el (latexenc-find-file-coding-system):
2890 Fix regular expressions.
2891
2892 2005-05-01 David Kastrup <dak@gnu.org>
2893
2894 * international/latexenc.el (latexenc-find-file-coding-system):
2895 Fix regular expressions.
2896
2897 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2898
2899 * subr.el (string-to-int): Make obsolete.
2900
2901 2005-04-30 Richard M. Stallman <rms@gnu.org>
2902
2903 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2904
2905 * loadup.el: load jka-comp-hook.
2906
2907 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2908 (jka-compr-handler): Add autoload. `put' calls moved
2909 to jka-comp-hook.el.
2910 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2911 (jka-compr-inhibit): Autoload.
2912
2913 * jka-comp-hook.el: New file.
2914 Enable the mode by default.
2915
2916 * files.el (backup-buffer-copy): Use copy-file instead
2917 of write-region, and put back the 'excl.
2918
2919 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * progmodes/flymake.el (flymake-split-string)
2922 (flymake-split-string, flymake-log, flymake-pid-to-names)
2923 (flymake-reg-names, flymake-get-source-buffer-name)
2924 (flymake-unreg-names, flymake-add-line-err-info)
2925 (flymake-add-err-info): Clarify docstrings.
2926 (flymake-popup-menu, flymake-make-emacs-menu)
2927 (flymake-make-xemacs-menu): Add docstrings.
2928 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2929 Set variables directly throughout.
2930
2931 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2932
2933 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2934 exists. Initialise cc-define-alist.
2935 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2936 If there is no file (Macroexpansion) don't create an alist.
2937
2938 2005-04-29 Sam Steingold <sds@gnu.org>
2939
2940 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2941 (cc-create-define-alist): Use it instead of the hard-coded string.
2942
2943 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2946 for latexenc.
2947
2948 2005-04-29 Lute Kamstra <lute@gnu.org>
2949
2950 * emacs-lisp/generic.el: Improve commentary section.
2951 (define-generic-mode): Improve docstring.
2952
2953 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2954
2955 * textmodes/org.el (many places): Change to quiet the byte compiler.
2956 (org-prefix-format-compiled): New variable.
2957 (org-compile-prefix-format): New function.
2958 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2959 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2960 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2961 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2962 consistency with entries from `org-mode' files.
2963 (org-get-time-of-day): Fix bug with partial matches early in a line.
2964 (org-non-link-chars): New constant.
2965 (org-link-regexp): Respect `org-non-link-chars'.
2966 (org-agenda-day-view): Remove command.
2967 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2968 (org-follow-bbdb-link, org-store-link): Search also company field.
2969 (org-highlight-overlay): New variable.
2970 (org-highlight, org-unhighlight): New functions.
2971 (org-agenda-mode): Add pre-command-hook to remove highlight.
2972 (org-evaluate-time-range): Behavior depends upon whether time stamp
2973 contains a time or not.
2974 (org-show-subtree, org-show-entry): New functions.
2975 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2976
2977 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2978
2979 * comint.el (comint-output-filter-functions): Add autoload cookie.
2980
2981 2005-04-28 Kim F. Storm <storm@cua.dk>
2982
2983 * ido.el (ido-everywhere): Fix last change.
2984
2985 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2986
2987 * international/latexenc.el: New file.
2988 * international/mule-conf.el (file-coding-system-alist): For .tex,
2989 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2990
2991 2005-04-28 Lute Kamstra <lute@gnu.org>
2992
2993 * font-lock.el (font-lock-add-keywords)
2994 (font-lock-remove-keywords): Clarify docstring.
2995 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2996 Don't start docstrings with a `*'.
2997 (font-lock-update-removed-keyword-alist): Give it a docstring.
2998
2999 * generic-x.el: Update commentary section.
3000 Only require font-lock when compiling.
3001 Define all modes conditionally.
3002 Place all generic modes in the generic-x-modes customization group.
3003 (generic-x-modes): New customization group.
3004 (generic-default-modes, generic-mswindows-modes)
3005 (generic-unix-modes, generic-other-modes): New constants.
3006 (generic-define-mswindows-modes, generic-define-unix-modes):
3007 Update docstrings. Make them obsolete.
3008 (generic-extras-enable-list): New default value. Update docstring.
3009 Improve :type. Change :set function.
3010 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3011 Fix docstring.
3012
3013 * emacs-lisp/generic.el (generic-mode-internal):
3014 Simplify font-lock-defaults.
3015 (define-generic-mode): Fix docstring.
3016
3017 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3020 font-lock-face property to highlight matches.
3021
3022 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3023
3024 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3025 (cc-define-alist): New variable.
3026 (c-mode): Make it local and initialise it.
3027
3028 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3029 (gdb-exited): New function.
3030 (gdb-annotation-rules): Use it.
3031 (gdb-starting): Set gdb-active-process to t.
3032 (gdb-stopping): Amend doc string.
3033 (gdb-reset): Set gdb-active-process to nil.
3034
3035 * tooltip.el (tooltip-gud-tips): Show the associated #define
3036 directives when a C program under GDB is not executing.
3037
3038 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3041 font-lock-fontify-syntactic-keywords.
3042
3043 * font-lock.el (font-lock-default-fontify-region): Don't force
3044 parse-sexp-lookup-properties to nil.
3045
3046 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3047
3048 * man.el (man-mode-syntax-table): Set up `:' to have
3049 word-constituent syntax.
3050
3051 2005-04-27 Lute Kamstra <lute@gnu.org>
3052
3053 * novice.el (disable-command): Don't add spurious newlines to the
3054 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3055
3056 2005-04-26 Jay Belanger <belanger@truman.edu>
3057
3058 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3059 than one window before deleting window.
3060
3061 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3062
3063 * shell.el (shell-prompt-pattern): Doc fix.
3064 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3065
3066 * comint.el (comint-prompt-regexp, comint-get-old-input)
3067 (comint-use-prompt-regexp)
3068 (comint-use-prompt-regexp-instead-of-fields)
3069 (comint-replace-by-expanded-history, comint-send-input)
3070 (comint-output-filter, comint-get-old-input-default)
3071 (comint-line-beginning-position, comint-bol, comint-show-output)
3072 (comint-backward-matching-input, comint-forward-matching-input)
3073 (comint-next-prompt, comint-previous-prompt):
3074 Rename `comint-use-prompt-regexp-instead-of-fields' to
3075 `comint-use-prompt-regexp'. Keep old name as alias and declare
3076 obsolete.
3077 (comint-use-prompt-regexp): Shorten first line of doc string.
3078
3079 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3080 Set paragraph-separate buffer locally to "\\'".
3081
3082 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3083 Adapt to above name change.
3084
3085 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3086 (smbclient-prompt-regexp): Ditto.
3087
3088 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3089
3090 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3091
3092 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3093 gdb-location-list.
3094 Break lines that are over 80 characters wide.
3095
3096 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3099 New fun and var, to preserve compatibility.
3100
3101 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3102
3103 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3104
3105 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3106 name to file-newer-than-file-p.
3107
3108 2005-04-26 Richard M. Stallman <rms@gnu.org>
3109
3110 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3111
3112 * progmodes/python.el (python-mode):
3113 Use new name eldoc-documentation-function.
3114
3115 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3116
3117 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3118 (eldoc-documentation-function):
3119 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3120
3121 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3122
3123 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3124
3125 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3126
3127 * term/xterm.el (function-key-map): Fix strings for
3128 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3129 {C,S,A,C-S}-{f1-f12}.
3130
3131 2005-04-26 Kenichi Handa <handa@m17n.org>
3132
3133 * international/mule-cmds.el (select-safe-coding-system):
3134 Fix previous change.
3135
3136 2005-04-26 Lute Kamstra <lute@gnu.org>
3137
3138 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3139
3140 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3141 (font-lock-comment-delimiter-face): Ditto.
3142
3143 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3144
3145 2005-04-25 Jay Belanger <belanger@truman.edu>
3146
3147 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3148 to t while inserting information; use help-mode.
3149
3150 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3151
3152 * term.el (ansi-term-color-vector): Use the xterm colors.
3153 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3154
3155 2005-04-25 Lute Kamstra <lute@gnu.org>
3156
3157 * font-core.el (font-lock-defaults): Fix docstring.
3158
3159 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3160
3161 2005-04-25 Kenichi Handa <handa@m17n.org>
3162
3163 * international/mule-cmds.el (select-safe-coding-system):
3164 Don't check consistency with coding: spec, etc if raw-text or
3165 no-conversion was found to be safe.
3166
3167 2005-04-24 Richard M. Stallman <rms@gnu.org>
3168
3169 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3170 citation markers at start of each line.
3171
3172 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3173 citation markers at start of each line.
3174
3175 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3176
3177 * files.el (mode-require-final-newline): Fix previous change.
3178 (require-final-newline): Fix type label.
3179
3180 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3181
3182 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3183 statement in buffer (broken by 2004-11-24 change).
3184
3185 2005-04-24 Kim F. Storm <storm@cua.dk>
3186
3187 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3188 and read-file-name-function values. Don't overwrite existing
3189 non-nil values if ido-mode is enabled without ido-everywhere.
3190
3191 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3192
3193 * files.el (mode-require-final-newline): Minor doc fix.
3194
3195 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3196
3197 * subr.el (syntax-after): Doc fix.
3198 (syntax-class): If argument is nil, return nil. Mask off upper 16
3199 bits, not 8 bits.
3200
3201 * files.el (mode-require-final-newline): Doc fix.
3202 (backup-buffer-copy): Fix last change.
3203
3204 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3205
3206 * term/mac-win.el: Require select. Set selection-coding-system to
3207 mac-system-coding-system. Call menu-bar-enable-clipboard.
3208 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3209 (x-select-enable-clipboard): New variables.
3210 (x-select-text, x-get-selection, x-selection-value)
3211 (x-get-selection-value, mac-select-convert-to-string)
3212 (mac-services-open-file, mac-services-open-selection)
3213 (mac-services-insert-text): New functions.
3214 (CLIPBOARD, FIND): Put mac-scrap-name property.
3215 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3216 (public.tiff): Put mac-ostype property.
3217 (selection-converter-alist): Add entries for them.
3218 (mac-application-menu-map): New keymap.
3219 (interprogram-cut-function, interprogram-paste-function): Set to
3220 x-select-text and x-get-selection-value, respectively.
3221 (split-window-keep-point): Set to t.
3222
3223 2005-04-23 Richard M. Stallman <rms@gnu.org>
3224
3225 * files.el (read-directory-name): Always pass non-nil
3226 DEFAULT-FILENAME arg to read-file-name.
3227 (backup-buffer-copy, basic-save-buffer-2): Take care against
3228 writing thru an unexpected existing symlink.
3229 (revert-buffer): In indirect buffer, revert the base buffer.
3230 (magic-mode-alist): Doc fix.
3231 (buffer-stale-function): Doc fix.
3232 (minibuffer-with-setup-hook): Avoid warning.
3233 (mode-require-final-newline): Doc and custom fix.
3234
3235 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3236
3237 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3238 use the default appearance.
3239 (font-lock-comment-delimiter-face): New face, new variable.
3240
3241 * imenu.el (imenu--generic-function): The official position of a
3242 definition is the start of the line that BEG is in.
3243
3244 * midnight.el (midnight-timer): Move defvar up.
3245
3246 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3247
3248 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3249
3250 * startup.el (command-line): Use with-no-warnings.
3251
3252 * window.el (window-size-fixed): New defvar.
3253
3254 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3255
3256 * mail/rmail.el (rmail-font-lock-keywords):
3257 Use font-lock-comment-delimiter-face.
3258
3259 * mail/sendmail.el (mail-font-lock-keywords):
3260 Use font-lock-comment-delimiter-face.
3261
3262 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3263
3264 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3265
3266 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3267 Specify t for LAXMATCH when matching directories.
3268 Save match data around compilation-compat-error-properties form.
3269
3270 2005-04-23 David Kastrup <dak@gnu.org>
3271
3272 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3273 Mention that the autoloaded aliases should be kept for AUCTeX.
3274
3275 2005-04-23 Andreas Schwab <schwab@suse.de>
3276
3277 * isearch.el (isearch-forward): Doc fix.
3278
3279 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3280
3281 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3282 (jit-lock-stealth-nice): Change default value to 0.5.
3283
3284 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3285
3286 * abbrev.el (write-abbrev-file): Write table entries in
3287 alphabetical order by table name.
3288
3289 2005-04-22 Kim F. Storm <storm@cua.dk>
3290
3291 * ido.el (ido-read-internal): Fix `list' completion.
3292
3293 2005-04-22 Kenichi Handa <handa@m17n.org>
3294
3295 * recentf.el (recentf-save-file-coding-system): New variable.
3296 (recentf-save-list): Encode the file by
3297 recentf-save-file-coding-system and add coding: tag.
3298
3299 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3300
3301 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3302
3303 2005-04-21 Lute Kamstra <lute@gnu.org>
3304
3305 * loadhist.el (unload-feature): Don't remove a function from hooks
3306 if it is about to be restored to an autoload . Remove functions
3307 that will become unbound from auto-mode-alist. Simplify the code.
3308
3309 * subr.el (assq-delete-all): New implementation that is linear,
3310 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3311 (rassq-delete-all): New function.
3312
3313 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3314 Add size-indication-mode.
3315
3316 2005-04-21 Kenichi Handa <handa@m17n.org>
3317
3318 * international/mule-cmds.el: Add autoload for widget-value in
3319 eval-when-compile.
3320
3321 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3322
3323 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3324 Add tooltip-mode.
3325
3326 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3327
3328 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3329
3330 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3331 (inferior-lisp-filter-regexp, inferior-lisp-program)
3332 (inferior-lisp-load-command, inferior-lisp-prompt)
3333 (inferior-lisp-mode-hook, lisp-source-modes)
3334 (inferior-lisp-load-hook): defvar->defcustom.
3335 (inferior-lisp-program, inferior-lisp-prompt)
3336 (inferior-lisp-load-hook): Doc fixes.
3337 (inferior-lisp-install-letter-bindings): Small change in
3338 introductory comment.
3339
3340 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3341
3342 * vc.el (vc-annotate-color-map): Change some colors so that text
3343 using them as foreground is readable on both white and black
3344 backgrounds.
3345
3346 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * international/mule-conf.el (translation-table-for-input):
3349 Remove redundant declaration.
3350
3351 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3352
3353 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3354
3355 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3356 (tooltip-toggle-gud-tips): New function.
3357
3358 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3359
3360 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3361 right angle brackets.
3362
3363 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3364
3365 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3366
3367 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3370 Remove. Update callers to use expand-file-name instead.
3371
3372 * subr.el (syntax-class): New function.
3373
3374 * simple.el (blink-matching-open): Use it.
3375
3376 * paren.el (show-paren-function): Use it to recognize parens that are
3377 also used in 2-char comment markers.
3378
3379 2005-04-19 Lute Kamstra <lute@gnu.org>
3380
3381 * loadhist.el (unload-feature): Update for new format of
3382 load-history. Simplify the code.
3383
3384 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3385
3386 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3387 (mac-add-charset-info): New function. Initialize variable
3388 mac-charset-info-alist using it.
3389 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3390 for translation.
3391 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3392 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3393 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3394 New CCL programs.
3395
3396 2005-04-19 Kim F. Storm <storm@cua.dk>
3397
3398 * simple.el (next-buffer, prev-buffer, next-error)
3399 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3400 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3401
3402 * bindings.el (next-buffer, prev-buffer, next-error)
3403 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3404 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3405 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3406 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3407
3408 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * isearch.el (isearch-edit-string): Make the search-ring available for
3411 minibuffer history commands.
3412 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3413 the default history commands now work just as well.
3414 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3415
3416 2005-04-18 Kim F. Storm <storm@cua.dk>
3417
3418 * emulation/cua-base.el (cua--pre-command-handler): Add more
3419 elaborate check for shift modifier on non-window systems.
3420
3421 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3422
3423 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3424
3425 2005-04-18 Kim F. Storm <storm@cua.dk>
3426
3427 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3428 and make it optional. Don't test tooltip-gud-echo-area here.
3429 (tooltip-gud-process-output, gdb-tooltip-print):
3430 Pass tooltip-gud-echo-area to tooltip-show.
3431 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3432
3433 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3434
3435 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3436 `display-graphic-p' may not be bound yet.
3437
3438 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3439
3440 * startup.el (command-line): No longer enable Xterm Mouse mode by
3441 default in terminals compatible with xterm.
3442
3443 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3444
3445 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3446
3447 * tooltip.el (tooltip-gud-echo-area): Rename from
3448 tooltip-use-echo-area.
3449 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3450 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3451 area independently of where help tooltips are displayed.
3452
3453 2005-04-17 David Kastrup <dak@gnu.org>
3454
3455 * cus-theme.el (custom-theme-write-variables): Quote variables
3456 where necessary.
3457
3458 2005-04-17 Richard M. Stallman <rms@gnu.org>
3459
3460 * simple.el (yank-excluded-properties): Add follow-link to value.
3461
3462 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3463
3464 * startup.el (fancy-splash-max-time): Just 30 seconds.
3465 (fancy-splash-delay): Just 7.
3466 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3467
3468 * loadhist.el (unload-feature): Update for new format of load-history.
3469 Simplify the code.
3470
3471 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3472 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3473
3474 * mail/sendmail.el (mail-font-lock-keywords):
3475 Don't fontify subject text.
3476 Don't fontify the text of a citation.
3477
3478 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3479
3480 * comint.el (comint-output-filter): Run comint-output-filter-functions
3481 with point where the user had it.
3482
3483 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * international/ucs-tables.el (ucs-set-table-for-input):
3486 Disable when using unify-on-decoding.
3487
3488 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3489
3490 * emulation/cua-base.el (cua-global-mark-face): Add special case
3491 for displays supporting a high number of colors.
3492
3493 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3494
3495 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3496
3497 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * filesets.el (filesets-add-buffer): If user supplies a name of a
3500 non-existing fileset, create a new fileset.
3501
3502 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3503
3504 * textmodes/org.el (org-up-heading-all): Fix bug with
3505 `outline-up-heading-all'.
3506
3507 2005-04-16 Andreas Schwab <schwab@suse.de>
3508
3509 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3510 /etc/permissions.d/* and /etc/aliases.d/*.
3511
3512 2005-04-16 Kenichi Handa <handa@m17n.org>
3513
3514 * international/code-pages.el (cp-make-coding-system):
3515 Set `translation-table-for-input' property value to the symbol
3516 ucs-mule-to-mule-unicode, not to that value.
3517 (pt154): Escape guillemet by `\'.
3518
3519 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3520
3521 * loadup.el: Load tooltip if x-show-tip is fboundp.
3522
3523 * startup.el (command-line): Add comment.
3524
3525 * tooltip.el (tooltip-mode): Specify correct standard value for
3526 Custom in init-value.
3527
3528 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3529
3530 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3531 possible.
3532
3533 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3534
3535 * textmodes/org.el (org-agenda-date-prompt): Rename from
3536 `org-agenda-date-today'.
3537 (org-evaluate-time-range): Insert at point instead of directly
3538 after time range.
3539 (org-first-headline-recenter, org-subtree-end-visible-p)
3540 (org-optimize-window-after-visibility-change): New functions
3541 (org-agenda-post-command-hook): Don't allow point at end of line,
3542 to make sure it always hits the text properties.
3543 (org-agenda-next-date-line, org-agenda-previous-date-line):
3544 New commands.
3545 (org-set-regexps-and-options): Category may contain white space.
3546 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3547 Improve marker positions.
3548 (org-agenda-new-marker): Argument POS made optional.
3549 (org-agenda-get-timestamps): Deadlines which are done are listed
3550 in org-done-face now.
3551 (org-agenda-get-todos, org-agenda-get-timestamps)
3552 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3553 Set `undone-face' and `done-face' properties.
3554 (org-last-todo-state-is-todo): New variable.
3555 (org-todo): Set `org-last-todo-state-is-todo'.
3556 (org-agenda-todo): Change face according to
3557 `org-last-todo-state-is-todo'. And change other lines refering to
3558 the same entry.
3559 (org-calendar-goto-agenda): New command.
3560 (org-calendar-to-agenda-key): New option.
3561 (org-startup-folded): New allowed value `content'.
3562 (org-set-regexps-and-options): Accept new value `content' for
3563 `org-startup-folded'.
3564 (org-get-current-options): Handle new value `content' for
3565 `org-startup-folded'.
3566 (org-insert-todo-heading): New command.
3567 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3568 interactively in empty file and option
3569 `org-insert-mode-line-in-empty-file' has been set.
3570 (org-agenda-todo,org-agenda-priority): Modify to use
3571 `org-agenda-change-all-lines'.
3572 (org-warning-face): Change color on dark background
3573
3574 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3575
3576 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3577 use preferences AppleLocale and AppleLanguages, and variable
3578 mac-system-locale for default locale. On Mac OS Classic, use
3579 mac-system-coding-system for default coding systems.
3580
3581 * term/mac-win.el: Don't set file-name-coding-system.
3582 Decode variables system-name, emacs-build-system, user-login-name, and
3583 user-full-name by mac-system-coding-system on Mac OS Classic.
3584 (mac-system-coding-system): New variable.
3585
3586 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3587
3588 * startup.el (command-line): Handle `xterm-mouse-mode' before
3589 reading init file.
3590
3591 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3592
3593 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3594
3595 * progmodes/sh-script.el (sh-here-document-word): Make it a
3596 defcustom. Doc fix.
3597 (sh-add): Bash uses $(( )) for arithmetic.
3598 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3599 (sh-maybe-here-document): Remove quotes and leading whitespace
3600 from heredoc word when closing. Indent heredoc with tabs if word
3601 starts with "-".
3602
3603 2005-04-13 Richard M. Stallman <rms@gnu.org>
3604
3605 * simple.el (undo): Fix previous change.
3606
3607 * custom.el (defface): Doc fix.
3608
3609 2005-04-13 Lute Kamstra <lute@gnu.org>
3610
3611 * Makefile.in (DONTCOMPILE): Remove list.
3612 (compile, compile-always): Don't use DONTCOMPILE.
3613 (update-authors): Load the library in which batch-update-authors
3614 is defined.
3615 * makefile.w32-in (DONTCOMPILE): Remove list.
3616 (compile, compile-always): Fix comments.
3617 (update-authors): Load the library in which batch-update-authors
3618 is defined.
3619
3620 * generic-x.el (generic-mode-ini-file-find-file-hook):
3621 Rename to ini-generic-mode-find-file-hook.
3622 Keep generic-mode-ini-file-find-file-hook as an alias.
3623 (ini-generic-mode-find-file-hook): Rename from
3624 generic-mode-ini-file-find-file-hook. Fix docstring.
3625 (ini-generic-mode): Docstring change.
3626 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3627
3628 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3629 called from lisp.
3630
3631 * generic.el: Move to the emacs-lisp subdir.
3632
3633 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3634
3635 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3636 and C-S- function and cursor motion keys.
3637
3638 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3639
3640 * startup.el (command-line): Enable Xterm Mouse mode by default.
3641 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3642 for Custom. No longer show "Mouse" in mode line when enabled.
3643 Doc fix.
3644
3645 2005-04-12 Kim F. Storm <storm@cua.dk>
3646
3647 * emulation/cua-base.el (cua-rectangle-face)
3648 (cua-rectangle-noselect-face): Define face attributes here.
3649
3650 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3651
3652 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3653
3654 * startup.el (command-line): Turn off blinking cursor if
3655 cursorBlink in resources is off or false.
3656
3657 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3658
3659 * term/mac-win.el (dnd): Require dnd.
3660 (mac-drag-n-drop): Call dnd-handle-one-url.
3661 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3662 (kTextEncodingISOLatin2): Remove constants.
3663 (mac-script-code-coding-systems): New constant.
3664 (mac-handle-language-change): New function.
3665 (special-event-map): Bind it to `language-change' event.
3666 (mac-centraleurroman, mac-cyrillic): New coding systems.
3667 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3668 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3669 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3670 encode-mac-cyrillic, respectively.
3671
3672 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3673
3674 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3675 Don't set overlay-arrow-string to "=>" as this is done
3676 globally in C now.
3677
3678 2005-04-12 Lute Kamstra <lute@gnu.org>
3679
3680 * generic-x.el (rc-generic-mode, rul-generic-mode):
3681 Fix auto-mode-alist entries.
3682 (etc-fstab-generic-mode): Tweak fontification.
3683
3684 * generic.el (generic-make-keywords-list): Fix docstring.
3685 (generic-mode-internal): Simplify generic-font-lock-keywords.
3686
3687 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3688
3689 * whitespace.el (whitespace-buffer-leading)
3690 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3691 However, fix the highlight area for the leading and
3692 trailing whitespaces to show space.
3693
3694 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3695
3696 * whitespace.el (whitespace-version): Bump to 3.5
3697
3698 (whitespace-buffer-leading, whitespace-buffer-trailing):
3699 Invert sense of the test to highlight the whitespace.
3700
3701 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3702
3703 * progmodes/gud.el (gud-display-line): GUD uses its own
3704 overlay arrow now so don't set overlay-arrow-string.
3705 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3706
3707 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3708
3709 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3710 (term-ansi-current-reverse, term-ansi-current-invisible)
3711 (term-ansi-face-already-done): Change to boolean.
3712 (term-reset-terminal, term-handle-colors-array): Handle the above
3713 vars accordingly.
3714 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3715 (term-emulate-terminal): Use the new name.
3716
3717 * faces.el (secondary-selection): Use yellow1, not yellow.
3718 (trailing-whitespace): Use red1, not red.
3719
3720 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3721
3722 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3723 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3724 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3725
3726 * cus-edit.el (dnd): New group.
3727
3728 * term/w32-win.el (dnd): Require dnd
3729 (w32-drag-n-drop): Call dnd-handle-one-url.
3730
3731 * x-dnd.el: Require dnd.
3732 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3733 Call dnd-handle-one-url.
3734 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3735 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3736 to dnd-insert-text.
3737 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3738 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3739 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3740 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3741
3742 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3743
3744 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3745
3746 * wdired.el: Doc fixes.
3747 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3748 (wdired-use-dired-vertical-movement): Rename from
3749 wdired-always-move-to-filename-beginning.
3750 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3751 (wdired-change-to-wdired-mode): Change mode name.
3752 (wdired-newline): Delete.
3753
3754 2005-04-11 Richard M. Stallman <rms@gnu.org>
3755
3756 * whitespace.el (whitespace-highlight-the-space):
3757 Don't call whitespace-unhighlight-the-space here.
3758
3759 * simple.el (undo): Record t in undo-equiv-table
3760 for the redo record made by an undo-in-region.
3761
3762 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3763
3764 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3765 (gdb-frame-inferior-io-buffer): New Functions to control
3766 display of separate IO buffer.
3767 (menu): Add them to menu-bar.
3768 (gdb-display-buffer): Check for buffer another frame.
3769 Protect GUD buffer.
3770 (gdb-setup-windows): Create IO buffer if not already there.
3771 (gdb-memory-mode): Remove purecopy noops.
3772
3773 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3774
3775 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3776 and pass to self-insert-command.
3777
3778 2005-04-11 Lute Kamstra <lute@gnu.org>
3779
3780 * generic.el: Commentary section cleanup.
3781 (generic): Delete.
3782 (generic-use-find-file-hook, generic-lines-to-scan)
3783 (generic-find-file-regexp, generic-ignore-files-regexp)
3784 (default-generic-mode, generic-mode-find-file-hook)
3785 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3786 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3787 (generic-use-find-file-hook, generic-lines-to-scan)
3788 (generic-find-file-regexp, generic-ignore-files-regexp)
3789 (default-generic-mode, generic-mode-find-file-hook)
3790 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3791
3792 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3793
3794 * bookmark.el (bookmark-write-file): Catch errors writing file.
3795 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3796
3797 2005-04-10 Richard M. Stallman <rms@gnu.org>
3798
3799 * startup.el (fancy-splash-tail): Update copyright year.
3800 (command-line): Split part of -Q into -D.
3801 (emacs-basic-display): New defvar.
3802 (fancy-splash-text): Correct name of menu item.
3803
3804 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3805
3806 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3807 lines in one node.
3808
3809 * comint.el (comint-send-input): New arg ARTIFICIAL.
3810 Callers in this file changed.
3811
3812 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3813
3814 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3815
3816 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3817
3818 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3819 `ldap-search-internal'.
3820
3821 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * files.el (set-auto-mode-1): Use line-end-position.
3824
3825 * international/latin-1.el:
3826 * international/latin-2.el:
3827 * international/latin-3.el:
3828 * international/latin-4.el:
3829 * international/latin-5.el:
3830 * international/latin-8.el:
3831 * international/latin-9.el: Give punctuation syntax to NBSP.
3832
3833 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3834 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3835 Use char-classes to accept non-ascii letters, accepted in some recent
3836 bibtex implementations.
3837
3838 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3839
3840 * custom.el (custom-set-minor-mode): Any non-nil value for the
3841 variable should enable the mode when set through Custom.
3842
3843 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3846 TAB binding so tab-always-indent is obeyed.
3847 (vhdl-minibuffer-local-map): Move initialization into declaration.
3848 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3849 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3850 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3851 (vhdl-current-line): Use line-beginning-position.
3852 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3853 with-output-to-temp-buffer, so the current position can be recorded.
3854
3855 2005-04-10 Masatake YAMATO <jet@gyve.org>
3856
3857 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3858 Add regexp for gcov.
3859
3860 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3861
3862 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3863 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3864 syntax which Emacs 20 doesn't support.
3865
3866 2005-04-09 Richard M. Stallman <rms@gnu.org>
3867
3868 * help.el (describe-key-briefly, describe-key):
3869 Replace strings as event types with "(any string)".
3870
3871 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * arc-mode.el (archive-mode-map): Move initialization into
3874 the declaration. Override *all* bindings of `undo'.
3875 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3876
3877 2005-04-09 Jay Belanger <belanger@truman.edu>
3878
3879 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3880
3881 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3882
3883 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3884 (xterm-register-default-colors): Update color values computation
3885 to match xterm-200.
3886
3887 2005-04-09 Kenichi Handa <handa@m17n.org>
3888
3889 * international/code-pages.el (iso-latin-7): Fix the map.
3890
3891 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3892
3893 * emacs-lisp/lisp.el (defun-prompt-regexp)
3894 (parens-require-spaces, buffer-end, end-of-defun)
3895 (insert-parentheses): Doc fixes.
3896
3897 2005-04-08 Kim F. Storm <storm@cua.dk>
3898
3899 * comint.el (comint-highlight-prompt): Fix face spec.
3900 * hi-lock.el (hi-green): Likewise.
3901
3902 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3903
3904 * cus-edit.el (custom-modified-face):
3905 * comint.el (comint-highlight-input): Fix previous changes.
3906 * term.el (term-handle-ansi-escape): Add a comment.
3907
3908 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3911 in the buffer and in whitespace-highlighted-space.
3912 (whitespace-unhighlight-the-space): Simplify.
3913 (whitespace-buffer): Simplify.
3914
3915 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3916
3917 * textmodes/table.el (table-cell-face): Add special case for
3918 displays supporting a high number of colors.
3919 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3920 (vhdl-font-lock-reserved-words-face)
3921 (vhdl-speedbar-architecture-face)
3922 (vhdl-speedbar-instantiation-face)
3923 (vhdl-speedbar-architecture-selected-face)
3924 (vhdl-speedbar-instantiation-selected-face): Likewise.
3925 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3926 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3927 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3928 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3929 (ebrowse-progress-face): Likewise.
3930 * progmodes/compile.el (compilation-info-face): Likewise.
3931 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3932 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3933 * calendar/calendar.el (diary-face): Likewise.
3934 * woman.el (woman-italic-face, woman-bold-face)
3935 (woman-unknown-face): Likewise.
3936 * wid-edit.el (widget-button-pressed-face): Likewise.
3937 * whitespace.el (whitespace-highlight-face): Likewise.
3938 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3939 * pcvs-info.el (cvs-marked-face): Likewise.
3940 * info.el (info-xref): Likewise.
3941 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3942 * hilit-chg.el (highlight-changes-face)
3943 (highlight-changes-delete-face): Likewise.
3944 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3945 (hi-red-b): Likewise.
3946 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3947 * font-lock.el (font-lock-keyword-face)
3948 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3949 * cus-edit.el (custom-invalid-face, custom-modified-face)
3950 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3951 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3952 * comint.el (comint-highlight-prompt): Likewise.
3953
3954 2005-04-08 Lute Kamstra <lute@gnu.org>
3955
3956 * font-lock.el (font-lock-keywords): Docstring fixes.
3957
3958 2005-04-08 Kenichi Handa <handa@m17n.org>
3959
3960 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3961 chars are more than a limit, print " and more..." at the tail.
3962
3963 2005-04-08 Kim F. Storm <storm@cua.dk>
3964
3965 * emacs-lisp/authors.el (authors-aliases): Update list.
3966 (authors-ignored-files): New list.
3967 (authors-fixed-entries): Fix typo.
3968 (authors-renamed-files-alist): Update list.
3969 (authors-add): Check authors-ignored-files.
3970
3971 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3972
3973 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3974 optional, to ensure backward compatibility.
3975
3976 2005-04-08 Stephen Eglen <stephen@gnu.org>
3977
3978 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3979
3980 2005-04-08 Kim F. Storm <storm@cua.dk>
3981
3982 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3983
3984 * mouse.el (mouse-on-link-p): Doc fix.
3985
3986 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3987
3988 * ielm.el (ielm-prompt-read-only): Doc fix.
3989
3990 * comint.el (comint-prompt-read-only): Doc fix.
3991
3992 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3993
3994 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3995 ensure dired always handles wildcards passed to ffap.
3996 (find-file-at-point): Use it.
3997 (ffap-dired-wildcards): Doc fix.
3998
3999 2005-04-07 Juri Linkov <juri@jurta.org>
4000
4001 * simple.el (next-error-overlay-arrow-position): New defvar.
4002 Put "=>" on its property `overlay-arrow-string'. Add it to
4003 `overlay-arrow-variable-list'.
4004
4005 * progmodes/compile.el (compilation-setup):
4006 Set `next-error-overlay-arrow-position' to nil. Also set it to
4007 nil in the local hook `kill-buffer-hook'. Make local variable
4008 `overlay-arrow-string' and set it to "=>".
4009 (compilation-goto-locus): Set BOL position to
4010 `next-error-overlay-arrow-position' instead of
4011 `overlay-arrow-position'.
4012
4013 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4014 locally instead of adding it to the global hook.
4015 (Info-kill-buffer): Move up.
4016
4017 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4018
4019 * term/xterm.el (xterm-standard-colors): Update color values from
4020 xterm-200.
4021
4022 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4025
4026 * fast-lock.el:
4027 * lazy-lock.el: Move them to the obsolete subdir.
4028
4029 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4030
4031 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4032 (wdired-add-replace-advice): Remove.
4033 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4034
4035 2005-04-06 Kim F. Storm <storm@cua.dk>
4036
4037 * startup.el (command-line): Add --bare-bones alias for -Q.
4038
4039 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4040
4041 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4042 create the startup fontset if a font specification ends with
4043 `mac-roman'.
4044
4045 2005-04-06 Lute Kamstra <lute@gnu.org>
4046
4047 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4048 change.
4049
4050 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4051 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4052
4053 2005-04-05 Lute Kamstra <lute@gnu.org>
4054
4055 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4056 (define-generic-mode): Ditto. Fix debug declaration.
4057
4058 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4059 Put them in the generic-x group.
4060
4061 * calendar/timeclock.el (timeclock): Doc fix.
4062
4063 * generic.el (define-generic-mode): Don't use custom-current-group.
4064 Document default :group value.
4065 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4066 (define-global-minor-mode): Don't use custom-current-group.
4067
4068 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4069
4070 * startup.el (command-line-1): Display startup-echo-area-message
4071 when fancy splash screen is in use.
4072
4073 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4074 (sh-escaped-newline): New face.
4075 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4076 newline, and use sh-escaped-newline face.
4077
4078 * progmodes/tcl.el (tcl-escaped-newline): New face.
4079 (tcl-builtin-list): New variable.
4080 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4081 newlines. Fix keywords subexpression number.
4082
4083 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4084
4085 * textmodes/org.el (org-diary-default-entry): Fix call to
4086 `add-to-diary-entry'.
4087
4088 2005-04-05 Kim F. Storm <storm@cua.dk>
4089
4090 * ediff-init.el: Use (featurep 'xemacs).
4091
4092 2005-04-05 David Ponce <david@dponce.com>
4093
4094 * cus-edit.el (face): Derive from symbol widget. Display sample
4095 of the current face on the fly.
4096 (widget-face-sample-face-get, widget-face-notify): New functions.
4097 (widget-face-value-create): Remove.
4098
4099 * wid-edit.el (widget-field-end): Temporarily remove field
4100 narrowing before to call `get-char-property'.
4101
4102 2005-04-04 Jay Belanger <belanger@truman.edu>
4103
4104 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4105 (math-read-subscripts): New variable.
4106 (math-read-preprocess-string): Process subscripts.
4107
4108 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4109
4110 * comint.el (comint-prompt-read-only): Doc fix.
4111
4112 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4113 `-1'. Doc fix.
4114
4115 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4116
4117 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4118 Change default value to nil.
4119
4120 2005-04-04 Lute Kamstra <lute@gnu.org>
4121
4122 * autorevert.el (auto-revert-mode): Specify :group.
4123 * battery.el (display-battery-mode): Specify :group.
4124 * diff-mode.el (diff-minor-mode): Specify :group.
4125 * font-core.el (font-lock-mode): Specify :group.
4126 * hl-line.el (hl-line-mode): Specify :group.
4127 * iimage.el (iimage): New customization group.
4128 (iimage-mode): Specify :group.
4129 * longlines.el (longlines-mode): Specify :group.
4130 * master.el: Don't require easy-mmode.
4131 (master): New customization group.
4132 (master-mode): Specify :group.
4133 * msb.el (msb-mode): Specify :group.
4134 * reveal.el (reveal-mode): Specify :group.
4135 * simple.el (next-error-follow-minor-mode): Specify :group.
4136 * smerge-mode.el (smerge-mode): Specify :group.
4137 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4138 * emulation/cua-base.el (cua-mode): Specify :group.
4139 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4140 * language/thai-util.el (thai-auto-composition-mode)
4141 (thai-word-mode): Specify :group.
4142 * mail/supercite.el (sc-minor-mode): Specify :group.
4143 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4144 * progmodes/flymake.el (flymake-mode): Specify :group.
4145 * progmodes/glasses.el (glasses-mode): Specify :group.
4146 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4147 * textmodes/enriched.el (enriched-mode): Specify :group.
4148 * textmodes/refill.el (refill-mode): Specify :group.
4149
4150 * add-log.el (change-log-font-lock-keywords): Names in
4151 parenthesized lists can contain spaces.
4152
4153 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4154
4155 * startup.el (fancy-splash-text): Shorten default text of
4156 "Emacs Tutorial" line. Also, if the current language env
4157 indicates an available tutorial file other than TUTORIAL,
4158 extract its title and append it to the line in parentheses.
4159 (fancy-splash-insert): If arg is a thunk, funcall it.
4160
4161 2005-04-04 Jay Belanger <belanger@truman.edu>
4162
4163 * calc.el (calc-language-alist): Add tags to customization type.
4164
4165 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4166
4167 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4168 Doc fix.
4169
4170 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4171
4172 * add-log.el (change-log-font-lock-keywords): The manual
4173 describing a Change Log entry, says: (...) "Aside from these
4174 header lines, every line in the change log starts with a space or
4175 a tab.". The font-lock was not highlighting lines started with
4176 spaces, added support for it.
4177
4178 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4179
4180 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4181 (bibtex-generate-url-list): Update docstring accordingly. Put the
4182 complex example in the docstring.
4183 (bibtex-font-lock-url): Use pop.
4184
4185 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4188
4189 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4190
4191 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4192
4193 * filesets.el (filesets-set-default): Doc fix.
4194
4195 2005-04-03 Lute Kamstra <lute@gnu.org>
4196
4197 * generic.el (define-generic-mode): Add argument to specify
4198 keywords for defcustom.
4199 (default-generic-mode): Specify :group.
4200
4201 * generic-x.el: Specify :group for all generic modes.
4202
4203 * desktop.el (desktop-no-desktop-file-hook)
4204 (desktop-after-read-hook): Doc fix.
4205
4206 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4207
4208 * simple.el (visible-mode): Use explicit :group keyword.
4209 This changes the group of `visible-mode-hook' from paren-blinking
4210 to editing-basics.
4211
4212 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4213
4214 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4215 mailbox specifications as well as URLs.
4216 (rmail-insert-inbox-text): Remove unused conditional branches.
4217
4218 2005-04-01 Jay Belanger <belanger@truman.edu>
4219
4220 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4221 (calc-gnuplot-print-command): Move definitions to calc.el.
4222
4223 * calc/calc-embed.el (calc-embedded-announce-formula)
4224 (calc-embedded-open-formula, calc-embedded-close-formula)
4225 (calc-embedded-open-word, calc-embedded-close-word)
4226 (calc-embedded-open-plain, calc-embedded-close-plain)
4227 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4228 (calc-embedded-open-mode, calc-embedded-close-mode):
4229 Move definitions to calc.el.
4230
4231 * calc/calc.el (calc-settings-file, calc-language-alist):
4232 Make customizable.
4233 (calc-embedded-announce-formula, calc-embedded-open-formula)
4234 (calc-embedded-close-formula, calc-embedded-open-word)
4235 (calc-embedded-close-word, calc-embedded-open-plain)
4236 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4237 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4238 (calc-embedded-close-mode, calc-gnuplot-name)
4239 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4240 from other files and make customizable.
4241
4242 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4245 Use buffer-live-p.
4246 (cvs-mode-run): Don't call cvs-update-header here.
4247 (cvs-run-process): Call cvs-update-header.
4248 Use process properties for cvs-postprocess and cvs-buffer so that
4249 the sentinel can behave better if the temp buffer is killed.
4250 Use a pipe rather than a tty, to better handle unexpected prompts.
4251 (cvs-sentinel): Rewrite. Call cvs-update-header.
4252
4253 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4254
4255 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4256 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4257
4258 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * generic.el (define-generic-mode): Add indentation rule.
4261
4262 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4263
4264 * files.el (mode-require-final-newline): Make Custom correctly
4265 report a nil value and allow to set it to nil via Custom.
4266 Doc fix.
4267
4268 2005-04-01 Kenichi Handa <handa@m17n.org>
4269
4270 * international/characters.el: Enable the correct case setting for
4271 dotless-i and dotted-I.
4272
4273 2005-04-01 Kim F. Storm <storm@cua.dk>
4274
4275 * ido.el (ido-file-internal): Fall back to non-ido command if
4276 initial directory is on slow ftp (or tramp) host.
4277
4278 2005-03-31 Richard M. Stallman <rms@gnu.org>
4279
4280 * emacs-lisp/autoload.el (make-autoload):
4281 Handle define-global-minor-mode.
4282
4283 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4284 Rename from easy-mmode-define-global-mode.
4285 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4286
4287 * progmodes/scheme.el (scheme-mode-syntax-table):
4288 Update syntax of | and # for two-character comment syntax.
4289
4290 2005-03-31 Lute Kamstra <lute@gnu.org>
4291
4292 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4293 (define-minor-mode): Call custom-current-group at load-time.
4294
4295 * generic.el (define-generic-mode): Add debug declaration.
4296 Add defcustom for the mode hook.
4297 (generic-mode-internal): Use run-mode-hooks.
4298
4299 2005-03-31 Kim F. Storm <storm@cua.dk>
4300
4301 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4302 (mouse-fixup-help-message): New defun called by show_help_echo
4303 to fixup mouse-2 prefix in help messages when applicable.
4304
4305 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4306
4307 2005-03-31 Kenichi Handa <handa@m17n.org>
4308
4309 * language/thai-word.el (thai-find-word-ends): Pay attention to
4310 the case that we reach the end of buffer.
4311
4312 * textmodes/fill.el (fill-text-properties-at): New function.
4313 (fill-newline): Use fill-text-properties-at instead of
4314 text-properties-at.
4315
4316 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4317
4318 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4319 not comint-quote-filename.
4320
4321 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4322
4323 * help-fns.el (help-with-tutorial): Revert last change.
4324
4325 2005-03-31 Kim F. Storm <storm@cua.dk>
4326
4327 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4328
4329 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4330
4331 * calendar/cal-china.el: Update reference to "Calendrical
4332 Calculations" book; there's a new edition.
4333 * calendar/cal-coptic.el: Likewise.
4334 * calendar/cal-french.el: Likewise.
4335 * calendar/cal-hebrew.el: Likewise.
4336 * calendar/cal-islam.el: Likewise.
4337 * calendar/cal-iso.el: Likewise.
4338 * calendar/cal-julian.el: Likewise.
4339 * calendar/cal-mayan.el: Likewise.
4340 * calendar/cal-persia.el: Likewise.
4341 * calendar/calendar.el: Likewise.
4342 * calendar/holidays.el: Likewise.
4343 * calendar/lunar.el: Likewise.
4344 * calendar/solar.el: Likewise.
4345
4346 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4347 white space from doc string.
4348
4349 2005-03-30 Jay Belanger <belanger@truman.edu>
4350
4351 * calc/calc-help.el (calc-full-help): Remove email address.
4352
4353 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4354
4355 * help-fns.el (help-with-tutorial): Delete title line.
4356
4357 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4358
4359 * calendar/cal-x.el (calendar-one-frame-setup)
4360 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4361 rather than 'symbol for set-window-dedicated-p.
4362
4363 * calendar/appt.el (appt-buffer-name): Make it a constant.
4364 (appt-add): Doc fix.
4365
4366 * filesets.el (filesets-menu-path, filesets-menu-before)
4367 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4368 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4369 (filesets-add-submenu): Delete and use add-submenu instead.
4370
4371 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4372
4373 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4374 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4375 (org-diary-default-entry): New function.
4376 (org-get-entries-from-diary): Better parsing of diary entries.
4377 (org-agenda-check-no-diary): New function.
4378 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4379 linking to diary entries.
4380 (org-agenda-execute-calendar-command): New function.
4381 (org-agenda): Improve visible section in window.
4382 Use `org-fit-agenda-window'.
4383 (org-fit-agenda-window): New option.
4384 (org-move-subtree-down): Better handling of empty lines
4385 at end of subtree.
4386 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4387 levels up.
4388 (org-fontify-done-headline): New option.
4389 (org-headline-done-face): New face.
4390 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4391 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4392 When current field is non-empty, it is copied to next row.
4393 (org-table-copy-from-above): Fix bug which made it
4394 impossible to copy fields containing only a single non-white character.
4395
4396 2005-03-30 Kim F. Storm <storm@cua.dk>
4397
4398 * kmacro.el (kmacro-end-macro): Isearch may store this command
4399 into the macro -- so ignore it when executing keyboard macro.
4400
4401 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4402
4403 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4404
4405 2005-03-29 Kenichi Handa <handa@m17n.org>
4406
4407 * language/thai.el ("Thai"): Set setup-function and exit-function
4408 for Thai language environment.
4409
4410 * language/thai-util.el: Require thai-word.
4411 (thai-word-mode-map): New variable.
4412 (thai-word-mode): New minor mode.
4413 (setup-thai-language-environment-internal): New function.
4414 (exit-thai-language-environment-internal): New function.
4415
4416 * language/thai-word.el (thai-word-table): Declare it by defvar,
4417 use dolist to initialize it.
4418 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4419 (thai-fill-find-break-point): New functions.
4420
4421 2005-03-29 Richard M. Stallman <rms@gnu.org>
4422
4423 * simple.el (idle-update-delay): Move definition up.
4424 (set-mark): Doc fix.
4425
4426 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4427
4428 * longlines.el: New file.
4429
4430 * simple.el (buffer-substring-filters): New variable.
4431 (filter-buffer-substring): New function.
4432 (kill-region, copy-region-as-kill): Use it.
4433
4434 * register.el (copy-to-register, append-to-register)
4435 (prepend-to-register): Use filter-buffer-substring.
4436
4437 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4438
4439 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4440 (gud-filter-pending-text): Move in front of gdb.
4441 (gud-overlay-arrow-position): New variable.
4442 (gud-sentinel, gud-display-line): Use it in place of
4443 overlay-arrow-position.
4444
4445 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4446
4447 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4448 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4449 (fortran-font-lock-keywords-4): New variable.
4450 (fortran-blocks-re, fortran-end-block-re)
4451 (fortran-start-block-re): New constants, for hideshow.
4452 (hs-special-modes-alist): Add a Fortran entry.
4453 (fortran-mode-map): Bind fortran-end-of-block,
4454 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4455 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4456 (fortran-looking-at-if-then, fortran-end-of-block)
4457 (fortran-beginning-of-block): New functions, for hideshow.
4458
4459 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4460 Doc fix. Tweak regexp.
4461 (f90-beginning-of-block): Push mark first.
4462
4463 2005-03-29 Jay Belanger <belanger@truman.edu>
4464
4465 * calc/calc.el: Update copyright date.
4466 (calc-version): Increase to 2.1.
4467 (calc-version-date): Remove.
4468
4469 * calc/calc-help.el: Update copyright date.
4470 (calc-full-help): Remove reference to calc-version-date.
4471 Update copyright date.
4472
4473 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4474
4475 * vc.el (vc-do-command): Use a pipe for async processes, so password
4476 prompts don't show up at places where the user can't reply.
4477
4478 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4479
4480 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4481 on the file name we pass to the inferior shell.
4482
4483 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4484
4485 * progmodes/which-func.el (which-function): Be robust in the face of an
4486 imenu--make-index-alist failure.
4487
4488 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4491
4492 * progmodes/python.el (python-preoutput-filter): Fix last change.
4493
4494 2005-03-29 Lute Kamstra <lute@gnu.org>
4495
4496 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4497 functions and compiled macros.
4498 (debug-convert-byte-code): Handle macros too.
4499 (debug-on-entry-1): Don't signal an error when trying to clear a
4500 function that is not set to debug on entry.
4501
4502 2005-03-29 Jay Belanger <belanger@truman.edu>
4503
4504 * calc/calc-lang.el: Add functions to math-function-table
4505 properties of tex and math.
4506
4507 2005-03-29 Kenichi Handa <handa@m17n.org>
4508
4509 * ps-mule.el (ps-mule-plot-string): Translate characters by
4510 ps-print-translation-table.
4511 (ps-mule-begin-job): Call find-charset-region/string with
4512 ps-print-translation-table.
4513 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4514
4515 * ps-print.el (ps-print-translation-table): New variable.
4516 (ps-plot-region): Translate characters by ps-print-translation-table.
4517
4518 2005-03-29 Juri Linkov <juri@jurta.org>
4519
4520 * simple.el (next-error-highlight-timer): New variable.
4521
4522 * progmodes/compile.el (compilation-goto-locus):
4523 Use `next-error-highlight-timer' instead of `sit-for'.
4524
4525 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * mail/supercite.el (sc-mail-field): Use assoc-string.
4528 (sc-get-address): Simplify regexps.
4529
4530 * files.el (minibuffer-with-setup-hook): New macro.
4531 (find-file-read-args): Use it to avoid let-binding
4532 minibuffer-with-setup-hook (which breaks turning on/off
4533 file-name-shadow-mode while in the prompt).
4534
4535 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4536
4537 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4538
4539 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4540
4541 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * window.el (window-buffer-height): Use count-screen-lines.
4544
4545 * progmodes/python.el (python-preoutput-leftover): New var.
4546 (python-preoutput-filter): Use it.
4547 (python-send-receive): Loop until all the result has been received.
4548
4549 2005-03-28 Juri Linkov <juri@jurta.org>
4550
4551 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4552
4553 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4554 "Recover Crashed Session".
4555 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4556 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4557 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4558 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4559 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4560 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4561 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4562 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4563
4564 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4565 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4566 Ediff Sessions", "Toggle use of separate control buffer frame",
4567 "Use separate frame for Ediff control buffer".
4568
4569 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4570 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4571 "Rename Bookmark", "Delete Bookmark".
4572
4573 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4574 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4575 Add `:active Info-index-alternatives' to "Next Matching Item".
4576
4577 * wdired.el (wdired-change-to-wdired-mode):
4578 Mention `wdired-abort-changes' key in the initial message.
4579
4580 * international/mule.el (auto-coding-alist): Associate non-ascii
4581 image filename extensions with `no-conversion'.
4582
4583 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * international/iso-acc.el:
4586 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4587
4588 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4589
4590 * textmodes/sgml-mode.el (html-mode): Doc update.
4591
4592 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4593
4594 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4595
4596 * term.el (term-move-columns): Fix face after extending a line.
4597 (term-insert-spaces): Likewise.
4598 (term-reset-terminal): Fix off by one error.
4599
4600 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4601
4602 * international/mule.el (auto-coding-alist): Add .xpi files.
4603
4604 * files.el (auto-mode-alist): Add .xpi files.
4605
4606 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4607
4608 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4609
4610 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4611
4612 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4613
4614 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4615
4616 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4617 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4618
4619 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4620 cursor to Jan 1 when needed.
4621 (calendar-end-of-year): Fix -/+ typo.
4622 Reported by Chong Yidong <cyd@stupidchicken.com>.
4623
4624 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4627
4628 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4629 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4630
4631 2005-03-25 Richard M. Stallman <rms@gnu.org>
4632
4633 * filesets.el (filesets-init): Add autoload.
4634
4635 * mail/mailalias.el (mail-directory): Doc fix.
4636
4637 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4638
4639 * mail/mailalias.el (mail-directory-process): Do nothing if
4640 mail-directory-process is an atom.
4641 (mail-get-names): Ignore mail-directory-names if it is an atom.
4642 (mail-directory-process defvar): Doc fix.
4643 (mail-names): Doc fix.
4644
4645 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4646
4647 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4648
4649 2005-03-26 Kenichi Handa <handa@m17n.org>
4650
4651 * international/mule-util.el (detect-coding-with-priority):
4652 Call update-coding-systems-internal before detect-coding-region.
4653
4654 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4655
4656 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4657 (gdb-frames-mode-map): Add follow-link property.
4658
4659 2005-03-25 Jay Belanger <belanger@truman.edu>
4660
4661 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4662 for variables.
4663
4664 2005-03-25 Juri Linkov <juri@jurta.org>
4665
4666 * image-mode.el: Optimize image filename extension regexps in
4667 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4668 in `auto-mode-alist'.
4669 (image-mode): Add `image-toggle-display-text' to local hook
4670 `change-major-mode-hook'. Display the image as an image by
4671 default. Set `cursor-type' and `truncate-lines' if the image
4672 is already displayed. Take into account the current mode (image
4673 or text) in message.
4674 (image-minor-mode): New minor mode.
4675 (image-mode-maybe, image-toggle-display-text): New functions.
4676 (image-toggle-display): Use called-interactively-p.
4677 Let-bind `inhibit-read-only' to t.
4678
4679 * image-mode.el (image-minor-mode): Set `cursor-type' and
4680 `truncate-lines' if the image is already displayed. Add turning
4681 image-minor-mode off to `change-major-mode-hook'. Add message.
4682 Call `image-toggle-display-text' after turning image-minor-mode off.
4683
4684 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4687 Terminal.app, use utf-8.
4688 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4689 (set-locale-environment): Use it.
4690
4691 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4692
4693 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4694
4695 * progmodes/python.el (python-close-block-statement-p)
4696 (python-outdent-p, python-current-defun): Use symbol-end.
4697
4698 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4699
4700 * files.el (save-some-buffers): Doc fix.
4701
4702 2005-03-25 Werner Lemberg <wl@gnu.org>
4703
4704 * complete.el, thumbs.el: Replace `legal' with `valid'.
4705 * calendar/calendar.el: Replace `legal' with `valid'.
4706 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4707 * mail/supercite.el: Replace `legal' with `valid'.
4708 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4709 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4710 Replace `legal' with `valid'.
4711 * textmodes/reftex-vars.el, textmodes/reftex.el:
4712 Replace `legal' with `valid'.
4713
4714 2005-03-25 Werner Lemberg <wl@gnu.org>
4715
4716 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4717 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4718 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4719 * emulation/vip.el: Replace `illegal' with `invalid'.
4720 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4721 * mail/supercite.el: Replace `illegal' with `invalid'.
4722 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4723 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4724 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4725 * progmodes/sh-script.el, progmodes/xscheme.el:
4726 Replace `illegal' with `invalid'.
4727 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4728 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4729 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4730 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4731
4732 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4735 (flymake-find-buildfile, flymake-find-possible-master-files)
4736 (flymake-check-include, flymake-parse-line): Replace loops over the
4737 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4738
4739 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4740 Substitute file-name-as-directory in the rest of the file.
4741 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4742 (flymake-replace-region): Remove unused arg `buffer'.
4743 (flymake-check-patch-master-file-buffer): Update calls to it.
4744 (flymake-add-err-info): Remove unused var `count'.
4745 (flymake-mode): Use define-minor-mode.
4746
4747 * progmodes/flymake.el: Use with-current-buffer.
4748 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4749 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4750 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4751 Avoid testing for `xemacs'.
4752 (flymake-nop): Move.
4753 (flymake-region-has-flymake-overlays): Return the computed value.
4754 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4755 Remove unused var `endline'.
4756 (flymake-get-line-count): Remove unused function.
4757 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4758
4759 * emulation/vi.el:
4760 * generic.el:
4761 * hilit-chg.el (global-highlight-changes):
4762 * hi-lock.el (hi-lock-mode):
4763 * follow.el: find-file-hooks -> find-file-hook.
4764
4765 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4766
4767 2005-03-24 Juri Linkov <juri@jurta.org>
4768
4769 * dired.el (dired-mode-map): Add menu item "Compare directories"
4770 for dired-compare-directories.
4771
4772 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4773 Doc fix. Replace `read-file-name' with `read-directory-name'.
4774
4775 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4778
4779 2005-03-24 Jay Belanger <belanger@truman.edu>
4780
4781 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4782 relevant mode settings in calc-embedded-original-modes when modes
4783 are permanently changed.
4784
4785 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * autoinsert.el: find-file-hooks -> find-file-hook.
4788
4789 2005-03-24 Lute Kamstra <lute@gnu.org>
4790
4791 * generic.el (generic-font-lock-defaults): Make it obsolete.
4792 (generic-font-lock-keywords): New variable to replace
4793 generic-font-lock-defaults.
4794 (generic-mode-set-font-lock): Delete it.
4795 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4796 (generic-bracket-support): Add docstring.
4797
4798 * generic-x.el: Rename generic-font-lock-defaults to
4799 generic-font-lock-keywords throughout.
4800 (mailagent-rules-setup-function): Delete it.
4801 (mailagent-rules-generic-mode): Use anonymous function instead.
4802 (show-tabs-generic-mode-font-lock-defaults-1)
4803 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4804 Quote faces.
4805 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4806 not foreground.
4807
4808 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4809 Recognize define-generic-mode.
4810
4811 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4814 if there's no completion table.
4815
4816 2005-03-23 Miles Bader <miles@gnu.org>
4817
4818 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4819 Remove tty-specific variants, as they're no longer needed.
4820
4821 2005-03-23 Lute Kamstra <lute@gnu.org>
4822
4823 * generic-x.el: Code cleanup: make args constant whenever possible.
4824 (installshield-statement-keyword-list)
4825 (installshield-system-functions-list)
4826 (installshield-system-variables-list, installshield-types-list)
4827 (installshield-funarg-constants-list): Make them constants.
4828
4829 * generic.el (generic-make-keywords-list): Add autoload cookie.
4830
4831 * calendar/time-date.el: Add comment on time value formats.
4832 Don't require parse-time.
4833 (with-decoded-time-value): New macro.
4834 (encode-time-value): New function.
4835 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4836 (days-to-time): Return a valid time value when arg is huge.
4837 (time-since): Use time-subtract.
4838 (time-to-number-of-days): Use time-to-seconds.
4839
4840 2005-03-23 David Ponce <david@dponce.com>
4841
4842 * recentf.el: (recentf-keep): New option.
4843 (recentf-menu-action): Default to `find-file'.
4844 (recentf-keep-non-readable-files-flag)
4845 (recentf-keep-non-readable-files-p)
4846 (recentf-file-readable-p, recentf-find-file)
4847 (recentf-cleanup-remote): Remove.
4848 (recentf-include-p): More robust.
4849 (recentf-keep-p): New function.
4850 (recentf-remove-if-non-kept): Rename from
4851 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4852 All callers updated.
4853 (recentf-menu-items-for-commands): Fix help string.
4854 (recentf-track-closed-file): Update. Doc fix.
4855 (recentf-cleanup): Update. Count removed files. Doc fix.
4856
4857 2005-03-23 Kim F. Storm <storm@cua.dk>
4858
4859 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4860 Don't inherit from fringe face (now happens automatically).
4861
4862 2005-03-22 Kim F. Storm <storm@cua.dk>
4863
4864 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4865 position values.
4866
4867 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * menu-bar.el (showhide-date-time): Remove.
4870 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4871 (menu-bar-make-mm-toggle): Simplify.
4872
4873 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4874
4875 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4876 Accept qualified variable and function names.
4877
4878 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4879
4880 * bindings.el (completion-ignored-extensions):
4881 Remove ".lis" for `vax-vms'.
4882
4883 2005-03-22 Andreas Schwab <schwab@suse.de>
4884
4885 * generic-x.el: Revert last change.
4886 * ldefs-boot.el: Update.
4887
4888 2005-03-22 Jay Belanger <belanger@truman.edu>
4889
4890 * calc/calc-embed (calc-embedded-original-modes): New variable.
4891 (calc-embedded-save-original-modes)
4892 (calc-embedded-restore-original-modes): New functions.
4893 (calc-do-embedded): Save original modes when entering embedded mode
4894 and restore when leaving embedded mode.
4895 (calc-embedded-modes-change): Change the value of
4896 calc-embedded-original-modes to reflect permanent changes.
4897
4898 2005-03-22 Lute Kamstra <lute@gnu.org>
4899
4900 * generic-x.el: Require generic again.
4901
4902 2005-03-22 Miles Bader <miles@gnu.org>
4903
4904 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4905 Tweak details to look good on both ttys and bitmap displays, light
4906 or dark background, etc.
4907
4908 2005-03-21 Kim F. Storm <storm@cua.dk>
4909
4910 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4911 mouse position.
4912
4913 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4914
4915 * icomplete.el: Don't forcibly turn on the mode upon load.
4916 (icomplete-mode): Use define-minor-mode.
4917 (icomplete-eoinput): Default to nil.
4918 (icomplete-minibuffer-setup): Remove autoload.
4919 (icomplete-tidy): Simplify.
4920 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4921 in the initial state or if the user has modified the field.
4922 Fix handling of icomplete-max-delay-chars.
4923 Remove code that handles the oddball case where
4924 minibuffer-completion-table is an integer.
4925 Wrap icomplete-completions in while-no-input in case building
4926 completions takes more time than expected.
4927 (icomplete-completions): Simplify.
4928
4929 2005-03-21 Richard M. Stallman <rms@gnu.org>
4930
4931 * jka-compr.el (jka-compr-really-do-compress):
4932 Make variable buffer-local.
4933
4934 * image-mode.el: Handle .xpm files too.
4935 (image-toggle-display): Preserve modification flag.
4936
4937 * help.el (where-is): Don't mention aliases with no key bindings.
4938
4939 2005-03-21 Lute Kamstra <lute@gnu.org>
4940
4941 * generic.el: Fix commentary section. Don't require cl for compilation.
4942 (generic-mode-list): Add autoload cookie.
4943 (generic-use-find-file-hook, generic-lines-to-scan)
4944 (generic-find-file-regexp, generic-ignore-files-regexp)
4945 (generic-mode, generic-mode-find-file-hook)
4946 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4947 (define-generic-mode): Make it a defmacro. Fix docstring.
4948 (generic-mode-internal): Code cleanup. Add autoload cookie.
4949 (generic-mode-set-comments): Code cleanup.
4950 * generic-x.el: Don't prevent compilation. Don't require generic.
4951 Follow coding conventions. Minor code cleanup.
4952 (etc-fstab-generic-mode): Add some keywords.
4953 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4954 define-generic-mode like a function declaration.
4955
4956 2005-03-21 Jay Belanger <belanger@truman.edu>
4957
4958 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4959 changing modes.
4960
4961 2005-03-21 Sam Steingold <sds@gnu.org>
4962
4963 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4964
4965 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4966
4967 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4968 Add underscore to "f$ lexicals" regexp.
4969
4970 2005-03-20 Juri Linkov <juri@jurta.org>
4971
4972 * subr.el (progress-reporter-do-update): When `min-value' is equal
4973 to `max-value', set `percentage' to 0 and prevent division by zero.
4974
4975 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4976
4977 Sync with Tramp 2.0.48.
4978
4979 * tramp.el (all): Change all addresses to .gnu.org.
4980 (tramp-append-tramp-buffers): New defun.
4981 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4982 Catch `dont-send' signal.
4983 (tramp-set-auto-save-file-modes): Set always permissions, because
4984 there might be an old auto-saved file belonging to another
4985 original file. This could be a security threat. Reported by
4986 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4987 Check for Emacs 21.3.50 removed.
4988
4989 * tramp-smb.el (all): Remove debug construct for
4990 `with-parsed-tramp-file-name'.
4991 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4992 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4993 No error message if DIRECTORY or FILENAME doesn't exist.
4994 (tramp-smb-open-connection): Check existence of
4995 `tramp-smb-program'.
4996
4997 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4998
4999 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5000 Properly handle the case where the `m' or `s' command's argument is not
5001 yet terminated.
5002 (perl-indent-new-calculate): New function.
5003 (perl-indent-line): Use it.
5004
5005 2005-03-20 Miles Bader <miles@gnu.org>
5006
5007 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5008 in text-mode too. Change to new face names.
5009 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5010 Add `:weight bold' attribute.
5011 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5012
5013 2005-03-19 Juri Linkov <juri@jurta.org>
5014
5015 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5016
5017 * international/mule.el (auto-coding-alist): Sync with
5018 `auto-mode-alist' by adding upper case archive file extensions
5019 and adding ear/war to jar extension.
5020
5021 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5022
5023 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5024 running, restart it.
5025
5026 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5027
5028 * finder.el (finder-current-item): Throw an error on an empty line.
5029
5030 * man.el (Man-follow-manual-reference): If current-word returns
5031 nil, use "".
5032
5033 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5034
5035 * simple.el (goto-line): Doc fix.
5036
5037 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5038
5039 * files.el (save-buffer): Doc fix.
5040
5041 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5042
5043 * recentf.el (recentf-cleanup-remote): New variable.
5044 (recentf-cleanup): Use it to conditionally check availablity of
5045 remote files.
5046
5047 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5048
5049 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5050 function names.
5051
5052 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5053
5054 * language/thai-word.el: New file.
5055
5056 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5057
5058 * files.el (backup-buffer): If the file's directory is not
5059 writable, use copy instead of move to backup the file.
5060
5061 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5062
5063 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5064
5065 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5066
5067 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5068 Use functionp instead of symbolp and fboundp. Reported by Drkm
5069 <darkman_spam@yahoo.fr>.
5070 (ps-print-version): New version 6.6.6.
5071
5072 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5073
5074 * textmodes/table.el (table--line-column-position): New idiom.
5075 (table--row-column-insertion-point-p): New function to test
5076 validity of row and column insertion operation at a location.
5077 (table-global-menu, table-cell-menu): Use above functions for
5078 deterministic test operation.
5079 (table--editable-cell-p): Behave in deterministic fashion.
5080
5081 2005-03-18 Juri Linkov <juri@jurta.org>
5082
5083 * isearch.el (isearch-lazy-highlight-new-loop):
5084 Make arguments beg and end optional.
5085 (isearch-update): Remove optional arguments nil from
5086 isearch-lazy-highlight-new-loop.
5087 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5088 isearch-lazy-highlight-case-fold-search instead of
5089 isearch-case-fold-search, and let-bind isearch-regexp to
5090 isearch-lazy-highlight-regexp.
5091 Use isearch-lazy-highlight-last-string instead of isearch-string.
5092
5093 * replace.el (perform-replace): Remove bindings of global
5094 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5095 Add three new arguments to `replace-highlight'.
5096 (replace-highlight): Add arguments string, regexp, case-fold.
5097 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5098 to allow isearch-lazy-highlight-new-loop to use these values
5099 to set corresponding isearch-lazy-highlight-* internal
5100 variables whose values lazy highlighting will use regardless of
5101 changes to global variables isearch-string, isearch-regexp,
5102 isearch-case-fold-search during lazy highlighting loop.
5103 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5104 to `lazy-highlight-cleanup'.
5105
5106 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5107 (ispell-highlight-face): Set default face to `isearch' when
5108 lazy highlighting is enabled.
5109 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5110 priority to 1. Add lazy highlighting.
5111 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5112 from `isearch-dehighlight'.
5113
5114 2005-03-18 David Ponce <david@dponce.com>
5115
5116 * files.el (hack-local-variables): Do a case-insensitive search
5117 for End.
5118
5119 2005-03-18 Juri Linkov <juri@jurta.org>
5120
5121 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5122 `isearch-lazy-highlight-cleanup', add alias to old name and
5123 declare obsolete. Add release numbers to other obsolete vars.
5124 (isearch-done, isearch-lazy-highlight-new-loop):
5125 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5126 (lazy-highlight-cleanup) <variable>: Doc fix.
5127 (isearch-lazy-highlight-update): Rename obsolete
5128 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5129
5130 2005-03-18 Kenichi Handa <handa@m17n.org>
5131
5132 * language/thai-util.el: Fix categorization of Thai characters in
5133 thai-category-table.
5134 (thai-composition-pattern): Adjust it for the above change.
5135 (thai-self-insert-command, thai-compose-syllable): New functions.
5136 (thai-compose-region): Use thai-compose-syllable.
5137 (thai-compose-string): Likewise.
5138 (thai-composition-function): Likewise.
5139 (thai-auto-composition): New function.
5140 (thai-auto-composition-mode): New minor mode.
5141
5142 * language/thai.el: Fix patterns to be registered in
5143 composition-function-table.
5144
5145 * international/quail.el (quail-input-method): Locally bind
5146 inhibit-modification-hooks to t.
5147
5148 2005-03-17 Richard M. Stallman <rms@gnu.org>
5149
5150 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5151 (perl-mode): Use run-mode-hooks.
5152
5153 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5154 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5155 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5156
5157 * mail/sendmail.el (sendmail-send-it): Reenable the code
5158 to compute resend-to-address and use it.
5159
5160 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5161
5162 * image-mode.el: New file.
5163
5164 * image.el (insert-sliced-image): Add autoload cookie.
5165
5166 * font-lock.el (font-lock-lines-before): New user option.
5167 (font-lock-after-change-function): Obey it.
5168
5169 * bindings.el (esc-map): Make M-g a prefix.
5170 Bind M-g g and M-g M-g to goto-line.
5171
5172 * faces.el (face-id): Doc fix.
5173
5174 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5175
5176 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5177 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5178 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5179
5180 * mail/sendmail.el (mail-yank-ignored-headers)
5181 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5182 Add Mail-Followup-To and Mail-Reply-To headers.
5183 (mail-citation-hook): Add autoload cookie.
5184 (mail-mode): Doc fix.
5185 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5186 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5187 (mail-mode-fill-paragraph): Handle those headers.
5188 (mail-mailing-lists): New variable.
5189 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5190
5191 2005-03-17 Juri Linkov <juri@jurta.org>
5192
5193 * isearch.el (isearch-fallback): Check for `(car previous)'
5194 before calling `isearch-other-end-state'.
5195
5196 2005-03-17 Kim F. Storm <storm@cua.dk>
5197
5198 * simple.el (move-beginning-of-line): Move to beginning of buffer
5199 line, as well as beginning of screen line.
5200
5201 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5202
5203 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5204 argument REDRAW rather than calendar-redrawing variable.
5205 * calendar/calendar.el (calendar-redrawing): Delete.
5206 (redraw-calendar): Do not bind calendar-redrawing.
5207
5208 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5209
5210 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5211 diary-file buffer.
5212
5213 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * help.el (describe-mode): Allow a :minor-mode-function property to
5216 specify a different minor mode toggle function than the variable.
5217 * simple.el (auto-fill-function):
5218 * subr.el (add-minor-mode): Use it.
5219
5220 2005-03-16 Kenichi Handa <handa@m17n.org>
5221
5222 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5223 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5224 (ethio-fidel-to-sera-buffer): Likewise.
5225
5226 2005-03-16 Juri Linkov <juri@jurta.org>
5227
5228 * emacs-lisp/find-func.el (find-function-regexp):
5229 Add defun-emitting macro `menu-bar-make-toggle'.
5230
5231 * isearch.el: Put `isearch-scroll' property to
5232 `split-window-horizontally'.
5233
5234 * info.el: Update error messages for `debug-ignored-errors'.
5235 (Info-isearch-search): Doc fix.
5236 (Info-find-node): Move up code to go into info buffer before
5237 recording the node to the history.
5238 (Info-fontify-node): Fontify titles only if the next line
5239 has two or more `*', `=', `-', `.'.
5240 Display "go to this node" for empty (match-string 3).
5241
5242 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5243
5244 * term/mac-win.el: Add mouse pointer shape constants.
5245
5246 2005-03-15 Kim F. Storm <storm@cua.dk>
5247
5248 * simple.el (move-beginning-of-line): Use vertical-motion.
5249
5250 2005-03-15 Juri Linkov <juri@jurta.org>
5251
5252 * isearch.el (isearch-error): New variable.
5253 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5254 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5255 (isearch-within-brackets-state): Remove.
5256 (isearch-case-fold-search-state, isearch-pop-fun-state):
5257 Decrease frame index.
5258 (isearch-mode, isearch-top-state, isearch-push-state)
5259 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5260 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5261 (isearch-search, isearch-lazy-highlight-new-loop):
5262 Replace `isearch-invalid-regexp' with `isearch-error'.
5263 Remove `isearch-within-brackets'.
5264 (isearch-search): Add `search-failed' handler to `condition-case'.
5265 (isearch-lazy-highlight-search): Add `condition-case' to catch
5266 errors and allow `isearch-lazy-highlight-update' to try
5267 highlighting from the beginning of the window.
5268 (isearch-repeat): Move up code to set isearch-wrapped to t
5269 before calling isearch-wrap-function.
5270
5271 * info.el (Info-isearch-initial-node): New internal variable.
5272 (Info-search): Signal an error in isearch mode when search leaves
5273 the initial node. Signal an error when `bound' is non-nil and
5274 nothing was found in the current subfile.
5275 (Info-isearch-search): Remove `condition-case'.
5276 (Info-isearch-wrap): Don't wrap when search failed during leaving
5277 the initial node. If `Info-isearch-search' is nil, wrap around
5278 the current node.
5279 (Info-isearch-start): New fun.
5280 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5281 `isearch-mode-hook'.
5282
5283 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5284
5285 * simple.el (normal-erase-is-backspace): Set default to t if
5286 running on Mac.
5287
5288 * term/mac-win.el (function-key-map): Sync with x-win.el.
5289
5290 2005-03-15 Kenichi Handa <handa@m17n.org>
5291
5292 * international/mule-cmds.el (locale-language-names): Modify the
5293 format of elements and add more entries.
5294 (locale-preferred-coding-systems): Add more entries.
5295 (set-locale-environment): Adjust for the change of
5296 locale-language-names.
5297
5298 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5299
5300 * pcvs.el (smerge-ediff): Remove bogus autoload.
5301
5302 2005-03-14 Lute Kamstra <lute@gnu.org>
5303
5304 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5305 Ignore a `*' at the beginning of a line.
5306
5307 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5308 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5309 subr.el.
5310 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5311 to specify indentation.
5312
5313 * generic.el (define-generic-mode): Let generic-mode-list be a
5314 list of strings; test membership with equal.
5315
5316 2005-03-14 Kim F. Storm <storm@cua.dk>
5317
5318 * simple.el (next-line, previous-line): Add optional try-vscroll
5319 arg to recognize interactive use. Pass it on to line-move.
5320 (line-move): Don't perform auto-window-vscroll when defining or
5321 executing keyboard macro to ensure consistent behaviour.
5322
5323 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5326
5327 2005-03-13 Lute Kamstra <lute@gnu.org>
5328
5329 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5330 debugger-setup-buffer so that backtrace marks the frames set to
5331 debug-on-exit and we don't have to do it manually. Set an extra
5332 debug-on-exit for macro's.
5333 (debugger-setup-buffer): Don't mark the top frame manually.
5334
5335 2005-03-12 Lute Kamstra <lute@gnu.org>
5336
5337 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5338 lisp-indent-function throughout.
5339 (with-no-warnings): Set lisp-indent-function property.
5340
5341 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5342
5343 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5344 Add entry for backslash.
5345
5346 2005-03-12 Juri Linkov <juri@jurta.org>
5347
5348 * info.el (Info-search): Four fixes for backward search.
5349
5350 2005-03-11 Jay Belanger <belanger@truman.edu>
5351
5352 * calc/calc.el (calc-language-alist): New variable.
5353 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5354 (calc-embedded-find-modes): Use calc-language-alist instead of
5355 calc-embedded-language-alist.
5356
5357 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5358
5359 * calendar/calendar.el (calendar-redrawing): New internal
5360 variable.
5361 (redraw-calendar): Remove bogus save-excursion from previous
5362 change. Bind calendar-redrawing to t for mark-diary-entries.
5363 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5364 calendar if that is why we were called.
5365
5366 2005-03-11 Kenichi Handa <handa@m17n.org>
5367
5368 * international/mule.el (make-coding-system): Set property
5369 coding-system-define-form to nil.
5370 (define-coding-system-alias): Likewise.
5371
5372 2005-03-11 Kenichi Handa <handa@m17n.org>
5373
5374 These changes are suggested by Dave Love <fx@gnu.org>.
5375
5376 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5377 coding: tag.
5378 (adaptive-fill-regexp): Add more bullets.
5379 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5380 regexps.
5381
5382 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * help.el (describe-mode): Properly handle non-trivial lighters.
5385 Don't ignore minor modes that are not listed in minor-mode-list.
5386
5387 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5388 feature ON when the user requests to turn it OFF.
5389
5390 2005-03-10 Lute Kamstra <lute@gnu.org>
5391
5392 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5393 (implement-debug-on-entry): New function to replace debug-entry-code.
5394 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5395 second argument as the 2005-03-07 change makes it obsolete.
5396 (debug-on-entry, cancel-debug-on-entry): Update call to
5397 debug-on-entry-1.
5398 (debug, debugger-setup-buffer): Comment update.
5399 (debugger-frame-number): Update to work with implement-debug-on-entry.
5400
5401 2005-03-10 Jay Belanger <belanger@truman.edu>
5402
5403 * calc/calc-embed.el (math-ms-args): Declare it.
5404 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5405 math-ms-args.
5406 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5407 variables.
5408
5409 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5410
5411 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5412 Use message-box.
5413
5414 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5415 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5416 (tooltip-gud-tips): Simplify.
5417 (tooltip-gud-tips-p): Remove superflouous :set.
5418 (tooltip-gud-modes): Add fortran-mode.
5419 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5420
5421 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5422
5423 2005-03-09 Kim F. Storm <storm@cua.dk>
5424
5425 * play/animate.el (animate-place-char): Use forward-line instead
5426 of next-line to improve performance.
5427
5428 2005-03-09 Simon Josefsson <jas@extundo.com>
5429
5430 * net/browse-url.el (browse-url-default-browser): Doc fix.
5431
5432 2005-03-09 Miles Bader <miles@gnu.org>
5433
5434 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5435 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5436
5437 2005-03-09 Kenichi Handa <handa@m17n.org>
5438
5439 * international/latin-1.el: Set case and syntax for 255 only if
5440 set-case-syntax-set-multibyte is nil.
5441
5442 * textmodes/ispell.el (ispell-insert-word): New function.
5443 (ispell-word): Use ispell-insert-word to insert a new word.
5444 (ispell-process-line): Likewise.
5445 (ispell-complete-word): Likewise.
5446
5447 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5448
5449 * calendar/calendar.el (redraw-calendar): Preserve point.
5450 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5451 (calendar-week-start-day): Move after definition of
5452 redraw-calendar. Delete buffer test, since redraw-calendar has
5453 that now.
5454
5455 * calendar/diary-lib.el (mark-diary-entries): Only call
5456 redraw-calendar in the first of any recursive calls.
5457 Reported by Alan Shutko <ats@acm.org>.
5458
5459 2005-03-08 Juri Linkov <juri@jurta.org>
5460
5461 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5462 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5463 (html-radio-buttons): Add a space before the trailing `/>' where
5464 sgml-xml-mode is non-nil.
5465 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5466 the subsequent tag of the empty XML tag.
5467 (html-href-anchor): Don't set initial input to "http:".
5468 (html-image): Ask for the image URL and set point inside alt="".
5469 (html-name-anchor): Duplicate the name in the `id' attribute when
5470 sgml-xml-mode is non-nil.
5471 (html-paragraph): Remove \n before <p>.
5472 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5473 instead of `checked' when sgml-xml-mode is non-nil.
5474
5475 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5476 Remove 1 space before #RRGGBB to not truncate it on terminal
5477 windows w/o fringes. Remove 1 space between bg and fg examples
5478 to get more space.
5479 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5480 avoid byte-compile warnings.
5481
5482 * image-file.el (image-file-handler): Put `safe-magic' property to
5483 `image-file-handler'.
5484
5485 * info.el (Info-isearch-search): Emulate word search in
5486 isearching through multiple Info nodes with Info-search.
5487 (Info-isearch-wrap): Allow isearch-word.
5488
5489 2005-03-08 Lute Kamstra <lute@gnu.org>
5490
5491 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5492 stepping into the debugger's code is not possible.
5493 (debugger-jumping-flag): Docstring update.
5494
5495 2005-03-08 Jay Belanger <belanger@truman.edu>
5496
5497 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5498 embedded mode begins.
5499 (calc-embedded-language-alist): New variable.
5500 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5501 set default language mode.
5502
5503 2005-03-08 Kenichi Handa <handa@m17n.org>
5504
5505 * international/ccl.el (define-ccl-program): Fix docstring about
5506 extra 256 bytes assured for the output buffer.
5507
5508 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5509 Fix BUFFER_MAGNIFICATION to 2.
5510 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5511
5512 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5513
5514 * align.el (align-rules-list): Added an alignment rule for CSS
5515 declarations (applies to css-mode and html-mode buffers).
5516
5517 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5520
5521 2005-03-07 Kim F. Storm <storm@cua.dk>
5522
5523 * simple.el (move-beginning-of-line): New command.
5524
5525 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5526
5527 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5528
5529 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5530 and move-beginning-of-line.
5531
5532 * apropos.el (apropos-print): Omit command from M-x ... RET.
5533
5534 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5535
5536 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5537 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5538
5539 2005-03-06 Richard M. Stallman <rms@gnu.org>
5540
5541 * bindings.el (esc-map): Bind M-g to goto-line.
5542
5543 * facemenu.el (global-map): Bind M-o, not M-g.
5544
5545 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5546
5547 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5548 "Open Directory" as for "Open File".
5549
5550 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5551
5552 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5553 (push-mark-command): Run activate-mark-hook.
5554
5555 2005-03-06 Richard M. Stallman <rms@gnu.org>
5556
5557 * help-mode.el (help-mode-finish): Don't alter the element
5558 in view-return-to-alist if there already is one.
5559
5560 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5561 make sure the current buffer is the expected one.
5562
5563 * novice.el (disabled-command-function): Output in *Disabled Command*.
5564 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5565
5566 * textmodes/flyspell.el (flyspell-large-region):
5567 Pass args differently for aspell.
5568
5569 * files.el (mode-require-final-newline): Doc fix.
5570
5571 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5572
5573 * progmodes/which-func.el (which-function):
5574 Specify NOERROR when calling imenu--make-index-alist.
5575
5576 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * simple.el (normal-erase-is-backspace): Define default value.
5579
5580 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5581 (custom-reevaluate-setting): Simple function to handle
5582 variables that are defined before their default value can really
5583 be computed.
5584
5585 * startup.el (command-line): Use it for temporary-file-directory,
5586 small-emporary-file-directory, auto-save-file-name-transforms,
5587 blink-cursor-mode, and normal-erase-is-backspace.
5588
5589 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5590 progress, even with buggy anchored keywords.
5591
5592 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5593
5594 * simple.el (goto-line): Remove unbalanced final parenthesis.
5595
5596 2005-03-05 Richard M. Stallman <rms@gnu.org>
5597
5598 * simple.el (goto-line): Use a number at point as the default.
5599 With C-u as arg, switch buffers.
5600
5601 2005-03-05 Juri Linkov <juri@jurta.org>
5602
5603 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5604 with `no-blinking-cursor'.
5605
5606 * startup.el (no-blinking-cursor): New defvar.
5607 (command-line): Add `--no-blinking-cursor' to longopts.
5608 Set `no-blinking-cursor' to t for command line arguments
5609 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5610 with `no-blinking-cursor' in the condition for calling
5611 `blink-cursor-mode'.
5612
5613 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5614
5615 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5616 (menu-bar-options-save): Add blink-cursor-mode.
5617 (menu-bar-options-menu): Add blink-cursor-mode.
5618
5619 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5620
5621 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5622 (icalendar-export-file, icalendar-export-region)
5623 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5624 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5625
5626 2005-03-04 Lute Kamstra <lute@gnu.org>
5627
5628 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5629 (debug-function-list): Ditto.
5630
5631 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5632
5633 * textmodes/texinfmt.el (texinfo-append-refill):
5634 Redefine the types of line to which @refill
5635 is not appended by replacing a search for `@refill\\|@bye' with
5636 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5637 itemize@refill' bug and the unfilled long lines bug.
5638 (texinfmt-version): Update number and date.
5639
5640 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5641
5642 * international/code-pages.el (windows-1250, windows-125[2-8])
5643 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5644
5645 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5648 bound yet.
5649
5650 2005-03-02 Romain Francoise <romain@orebokech.com>
5651
5652 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5653 buffer after removing limits.
5654 (ibuffer-pop-filter): Ditto.
5655 Update copyright.
5656
5657 2005-03-02 Miles Bader <miles@gnu.org>
5658
5659 * button.el (make-text-button): If the user doesn't specify a
5660 type, use the default. Rewrite to use `add-text-properties' and
5661 plist functions.
5662
5663 2005-03-01 Lute Kamstra <lute@gnu.org>
5664
5665 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5666 (debugger-jumping-flag): New var.
5667 (debug-entry-code): Use it.
5668 (debugger-jump): Use debugger-jumping-flag and add
5669 debugger-reenable to post-command-hook.
5670 (debugger-reenable): Use debugger-jumping-flag and remove itself
5671 from post-command-hook.
5672 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5673 debugger-reenable.
5674
5675 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5676
5677 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5678 inclusion of "itemize\\|", which may be unnecessary, is certainly
5679 inelegant, and stops refilling in itemize lists when formatting
5680 Japanese Texinfo files to Info.
5681 Update copyright to 2005.
5682
5683 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5684
5685 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5686 of an error if GDB can't find the source file.
5687
5688 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5689
5690 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5691 not just the calendar.
5692
5693 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5694 first.
5695 (diary-redraw-calendar): New function.
5696 (make-diary-entry): Add diary-redraw-calendar to local
5697 write-contents-functions. Turn off selective display before
5698 inserting in diary.
5699
5700 2005-03-01 Kim F. Storm <storm@cua.dk>
5701
5702 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5703
5704 2005-03-01 Lute Kamstra <lute@gnu.org>
5705
5706 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5707 that debug-entry-code can be safely removed from a function while
5708 this code is being evaluated. Revert the 2005-02-27 change as the
5709 new implementation no longer requires it. Make sure that a
5710 function body containing just a string is not mistaken for a docstring.
5711 (debug): Skip one more frame in case of debug on entry.
5712 (debugger-setup-buffer): Delete one more frame line in case of
5713 debug on entry.
5714 (debugger-frame-number): Update to use the new text introduced by
5715 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5716
5717 2005-02-28 Kim F. Storm <storm@cua.dk>
5718
5719 * double.el (double-translate-key): Call force-window-update after
5720 read-event to avoid crash in redisplay.
5721
5722 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5725 (debug): Use it. Move the inhibit-trace earlier.
5726 (debug-entry-code): New const.
5727 (debug-on-entry-1): Use it.
5728
5729 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5730
5731 * international/utf-16.el (ccl-encode-mule-utf-16le):
5732 Fix BUFFER_MAGNIFICATION to 2.
5733 (ccl-encode-mule-utf-16be): Likewise.
5734
5735 2005-02-28 Kenichi Handa <handa@m17n.org>
5736
5737 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5738 Fix BUFFER_MAGNIFICATION to 4.
5739 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5740
5741 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5742
5743 * speedbar.el (speedbar-update-flag): Doc fix.
5744 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5745 argument.
5746
5747 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5750 have a non-nil `invisible' property but are actually visible.
5751
5752 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5753 for perldoc sections.
5754 (perl-outline-regexp, perl-outline-level): New var and function.
5755 (perl-mode): Use them.
5756
5757 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5758
5759 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5760 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5761
5762 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5763
5764 * cus-edit.el: Comment change.
5765 (custom-buffer-create-internal): Slightly reword text at top of
5766 Custom buffers. Mention there that saving an option edits the
5767 init file. Add link to Emacs manual node on `custom-file'.
5768 (custom-magic-alist): Rewrite individual State messages to use
5769 capitalized keywords. Doc fix.
5770
5771 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5772
5773 * calendar/calendar.el (calendar-buffer): Move above
5774 calendar-week-start-day.
5775 (calendar-week-start-day): Doc fix. Add :set function.
5776 (calendar-minimum-window-height): New variable.
5777 (generate-calendar-window): Only resize window if selected-window
5778 is displaying the calendar buffer. Use new variable
5779 calendar-minimum-window-height.
5780 (generate-calendar): Reword error message.
5781 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5782
5783 2005-02-27 Andreas Schwab <schwab@suse.de>
5784
5785 * vc.el (vc-do-command): Don't run command asynchronously when
5786 operating in a remote directory.
5787
5788 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5789 change from sync with Tramp 2.0.47.
5790
5791 2005-02-27 Richard M. Stallman <rms@gnu.org>
5792
5793 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5794
5795 * textmodes/flyspell.el (flyspell-mode-on):
5796 Call ispell-change-dictionary only if necessary.
5797
5798 * emacs-lisp/re-builder.el (regexp-builder): New function.
5799
5800 * register.el (describe-register-1): Explicitly handle
5801 yank-excluded-properties = t.
5802
5803 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5804 (custom-magic-alist): Change the status descriptions again.
5805 (face widget-type): Total rewrite based on `restricted-sexp'
5806 to eliminate the confusing double hiding levels.
5807
5808 * emacs-lisp/debug.el (debug-on-entry-1):
5809 If function body is empty, add nil as body form.
5810
5811 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * emacs-lisp/trace.el (inhibit-trace): New var.
5814 (trace-make-advice): Use it.
5815
5816 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5817
5818 2005-02-26 Kim F. Storm <storm@cua.dk>
5819
5820 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5821 (mouse-on-link-p, mouse-drag-region-1): Use it.
5822
5823 2005-02-25 Lute Kamstra <lute@gnu.org>
5824
5825 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5826
5827 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5828
5829 * frame.el (blink-cursor-mode): Add :group keyword.
5830
5831 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5832
5833 * calendar/icalendar.el (icalendar--decode-isodatetime):
5834 New optional argument DAY-SHIFT.
5835 (icalendar-export-region): Fix coding-system-for-write.
5836 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5837 events by one.
5838
5839 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5842
5843 2005-02-24 Kim F. Storm <storm@cua.dk>
5844
5845 * international/iso-acc.el (iso-accents-compose): Fix crash
5846 during redisplay. Call force-window-update after read-event
5847 and delete-region to signal that window is not accurate.
5848
5849 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5852 Remove unused and inexistent var `inhibit-trace'.
5853 (debugger-mode): Use run-mode-hooks.
5854 (debugger-list-functions): Add buttons; setup xref stack.
5855
5856 2005-02-23 Richard M. Stallman <rms@gnu.org>
5857
5858 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5859 appointment says it was explicitly made.
5860 (appt-add): Set the 3rd element.
5861 (appt-make-list): Preserve explicit appointments.
5862
5863 * subr.el (find-tag-default): Catch errors in forward-sexp.
5864
5865 2005-02-23 Juri Linkov <juri@jurta.org>
5866
5867 * info.el (Info-isearch-search): New defcustom.
5868 (Info-isearch-search): Call the default isearch function
5869 when Info-isearch-search is nil.
5870 (Info-isearch-wrap): Use variable Info-isearch-search.
5871
5872 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5873
5874 * cus-edit.el: Comment change.
5875
5876 2005-02-22 Kim F. Storm <storm@cua.dk>
5877
5878 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5879 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5880
5881 2005-02-22 Simon Josefsson <jas@extundo.com>
5882
5883 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5884 New variable.
5885 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5886 Oskarsson" <myrkraverk@users.sourceforget.net>.
5887
5888 2005-02-22 Kim F. Storm <storm@cua.dk>
5889
5890 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5891 check that window of that event is the selected window.
5892 (mouse-drag-region-1): Compare mouse event window to selected
5893 window before setting point.
5894
5895 * tooltip.el (tooltip-show-help-function): Pass event to
5896 mouse-on-link-p so it can check selected window.
5897
5898 2005-02-22 Kenichi Handa <handa@m17n.org>
5899
5900 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5901 (ps-mule-show-warning): New function.
5902 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5903 characters are found.
5904
5905 * ps-print.el (ps-header-footer-string): Return a list of header
5906 and footer strings.
5907
5908 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5909
5910 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5911
5912 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * frame.el (blink-cursor-mode): Use define-minor-mode.
5915
5916 * term/mac-win.el (function-key-map): Use char-names more consistently.
5917 (file-name-coding-system): Only set it for MacOS-9. The other case is
5918 already handled in mule-cmds.el (where it also works when mac-win.el
5919 is not used).
5920
5921 2005-02-21 Kenichi Handa <handa@m17n.org>
5922
5923 * international/mule.el (ctext-pre-write-conversion): Always use
5924 " *code-converting-work*" buffer for work.
5925
5926 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5927
5928 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5929
5930 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5931
5932 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5933
5934 * ses.el (undo-more): Restore defadvice, but only the part that
5935 allows changes outside the restricted area of the buffer.
5936
5937 2005-02-20 Kim F. Storm <storm@cua.dk>
5938
5939 * simple.el (line-move): Add fourth optional arg try-vscroll which
5940 must be set to perform auto-window-vscroll.
5941 When moving backwards and doing auto-window-vscroll, automatically
5942 vscroll to the last part of lines which are taller than the window.
5943 (next-line, previous-line): Set try-vscroll arg on line-move.
5944
5945 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5946
5947 * replace.el (query-replace, query-replace-regexp)
5948 (replace-string, replace-regexp): When operating on region, make
5949 the minibuffer prompt say so.
5950
5951 * isearch.el (isearch-forward): Document isearch-query-replace and
5952 isearch-query-replace-regexp keybindings.
5953
5954 2005-02-19 Jay Belanger <belanger@truman.edu>
5955
5956 * calc/calc-aent.el (math-read-token): Add local variable.
5957
5958 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5959 (calc-edit-top): Move declaration to earlier in file.
5960 (calc-edit-macro-repeats): Add local variables.
5961
5962 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5963 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5964 calcFunc-tanh.
5965 Adjust integration rule for calcFunc-tan.
5966
5967 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5968
5969 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5970 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5971 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5972 (viper-skip-separators): Bug fix.
5973 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5974 particular major mode.
5975 (viper-del-backward-char-in-replace): Don't put deleted char on the
5976 kill ring.
5977
5978 * viper-ex.el (viper-color-display-p): New function.
5979 (viper-has-face-support-p): Use viper-color-display-p.
5980
5981 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5982
5983 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5984
5985 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5986 (viper-file-remote-p): Make equivalent to file-remote-p.
5987
5988 * viper.el (viper-major-mode-modifier-list):
5989 Use viper-gnus-modifier-map.
5990
5991 2005-02-19 David Kastrup <dak@gnu.org>
5992
5993 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5994 quoting.
5995
5996 2005-02-19 Jay Belanger <belanger@truman.edu>
5997
5998 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5999 Remove extra definitions.
6000 (calc-coth): New function.
6001 (calcFunc-cot): Fix `let'.
6002
6003 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6004
6005 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6006 the reasons we use "type pc" in these faces.
6007
6008 * button.el (button): Ditto.
6009
6010 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6011
6012 * replace.el (query-replace-read-from): Set the value of
6013 query-replace-from-history-variable to handle the case of an empty
6014 string entered to accept the suggested default.
6015
6016 * net/tramp.el (tramp-file-name-for-operation):
6017 Use dired-call-process instead of dired-call-process-command.
6018
6019 2005-02-19 Jay Belanger <belanger@truman.edu>
6020
6021 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6022 (math-div-non-trig): New variables.
6023 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6024 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6025 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6026 trig expressions.
6027
6028 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6029
6030 * progmodes/gdb-ui.el (gdb-var-update-handler)
6031 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6032 for watch expressions,
6033 (gdb-var-create-handler): Don't set speedbar-update-flag.
6034 (gdb-post-prompt): Simplify test for speedbar.
6035
6036 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6037
6038 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6039 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6040 we use the syntax table of the correct buffer.
6041 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6042 Felix Gatzemeier.
6043
6044 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6045 (ediff-file-remote-p): Make synonymous with file-remote-p.
6046 In all deffaces ediff-*-face-*, use min-colors.
6047
6048 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6049 ediff-recurse-to-subdirectories.
6050 (ediff-mark-if-equal): Check that the arguments are strings, use
6051 ediff-same-contents (after to Felix Gatzemeier).
6052
6053 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6054 nil.
6055
6056 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6059
6060 2005-02-18 David Kastrup <dak@gnu.org>
6061
6062 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6063 use `mark-active' when defined.
6064
6065 2005-02-18 Kenichi Handa <handa@m17n.org>
6066
6067 * ps-print.el (ps-font-info-database): New entry
6068 ZapfChancery-MediumItalic with correct font name. Fix font name
6069 of the entry Zapf-Chancery-MediumItalic.
6070
6071 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6072
6073 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6074
6075 2005-02-16 Kim F. Storm <storm@cua.dk>
6076
6077 * ido.el (ido-fallback-command): Pass user input to fallback command.
6078
6079 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6080
6081 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6082 (gdb-find-file-hook): Add server prefix.
6083
6084 2005-02-16 Richard M. Stallman <rms@gnu.org>
6085
6086 * replace.el (perform-replace): Pass new args to replace-highlight.
6087 (replace-highlight): Take region args,
6088 and pass them to isearch-lazy-highlight-new-loop.
6089
6090 * novice.el (disabled-command-hook): Autoload the defalias
6091 and the make-obsolete-variable call.
6092
6093 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6094
6095 * isearch.el (isearch-lazy-highlight-start-limit)
6096 (isearch-lazy-highlight-end-limit): New variables limit
6097 the region for highlighting.
6098 (isearch-lazy-highlight-new-loop): New args BEG and END.
6099 (isearch-lazy-highlight-search): Use the new vars.
6100 (isearch-lazy-highlight-update): Likewise.
6101
6102 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6103
6104 * cus-start.el (all): Use default-boundp.
6105
6106 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6107
6108 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6109
6110 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6111
6112 * autorevert.el (auto-revert-stop-on-user-input)
6113 (auto-revert-verbose): Doc fixes.
6114
6115 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6116
6117 * international/mule-cmds.el (set-locale-environment): Remove call
6118 to set-selection-coding-system on Windows.
6119
6120 2005-02-15 Jay Belanger <belanger@truman.edu>
6121
6122 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6123 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6124 calcFunc-coth.
6125 (math-simplify-sqrt): Add simplifications.
6126
6127 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6128 to list.
6129
6130 * calc/calc-ext.el: Add functions to autoloads.
6131
6132 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6133 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6134 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6135 (math-csc-raw, math-cot-raw): New functions.
6136
6137 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6138
6139 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6140 the variable name in a message.
6141
6142 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6143 calcFunc-csc, calcFunc-cot.
6144
6145 * calc/calcalg2.el: Add derivative and integration rules for
6146 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6147 calcFunc-csch, calcFunc-coth.
6148 (math-do-integral-methods): Add to checks for when to use
6149 substitutions.
6150
6151 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6152
6153 2005-02-15 Lute Kamstra <lute@gnu.org>
6154
6155 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6156 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6157 <monnier@iro.umontreal.ca>
6158 (lisp-outline-level): Improve efficiency. Suggested by David
6159 Kastrup <dak@gnu.org>.
6160
6161 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6162
6163 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6164 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6165 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6166 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6167 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6168
6169 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6170
6171 * cus-start.el (all): Comment change.
6172
6173 2005-02-14 Lute Kamstra <lute@gnu.org>
6174
6175 * cus-start.el (all): Check if symbol is void.
6176
6177 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6178
6179 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6180 optional argument to \cite.
6181
6182 2005-02-14 Richard M. Stallman <rms@gnu.org>
6183
6184 * cus-edit.el (custom-buffer-create-internal): Update help message.
6185 (custom-magic-alist): Update help messages.
6186
6187 * cus-start.el (all): Allow a var to specify a standard value.
6188
6189 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6190
6191 * custom.el (custom-theme-set-variables): Handle variable aliases.
6192
6193 * frame.el (blink-cursor-timer): Doc fix.
6194 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6195 declare obsolete.
6196 (blink-cursor-mode): Define with defcustom and use correct
6197 standard expression in that defcustom.
6198 * startup.el (command-line): Adapt to above changes in frame.el.
6199
6200 2005-02-11 Lute Kamstra <lute@gnu.org>
6201
6202 * apropos.el (apropos-score-doc): Prevent division by zero.
6203
6204 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6205
6206 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6207 (icalendar--get-event-property-attributes)
6208 (icalendar--get-event-properties)
6209 (icalendar--datetime-to-diary-date): New functions.
6210 (icalendar--split-value): Doc fix.
6211 (icalendar--datetime-to-noneuropean-date)
6212 (icalendar--datetime-to-european-date): New optional argument
6213 SEPARATOR. Return result as a string instead of a list.
6214 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6215 (icalendar--convert-string-for-export): Rename arg S to STRING.
6216 (icalendar-export-region): Doc fix. Change name of error buffer.
6217 Save output buffer.
6218 (icalendar-import-file): Add blank at end of prompt.
6219 (icalendar-import-buffer): Doc fix. Do not switch to error
6220 buffer. Indicate status in return value.
6221 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6222 buffer. Save output buffer. Handle exception from recurrence
6223 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6224 events. Fix problems with weekly all-day events.
6225
6226 2005-02-10 Richard M. Stallman <rms@gnu.org>
6227
6228 * simple.el (eval-expression-print-format):
6229 Avoid warning about edebug-active.
6230
6231 * help.el (help-for-help-internal): Rename from help-for-help.
6232 (help-for-help): Define with defalias.
6233
6234 * font-core.el (font-lock-default-function): Use with-no-warnings.
6235
6236 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6237
6238 * custom.el (defface): Doc fix.
6239
6240 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6241
6242 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6243 width 0" to prevent word wrapping problems.
6244
6245 2005-02-09 Kim F. Storm <storm@cua.dk>
6246
6247 * ido.el (ido-file-extensions-order): New defcustom.
6248 (ido-file-extension-lessp, ido-file-extension-aux)
6249 (ido-file-extension-order): New advanced file ordering.
6250 (ido-file-lessp): New simple file ordering.
6251 (ido-sort-list): Remove.
6252 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6253 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6254
6255 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6256
6257 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6258 that some versions of grep produce.
6259 (grep-mode-font-lock-keywords): Likewise.
6260
6261 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6262
6263 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6264 (gdb-cdir): Delete.
6265 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6266 (gdb-source-info): Treat case when source file is in another
6267 directory properly.
6268 (gdb-get-location): New function.
6269
6270 2005-02-07 Jay Belanger <belanger@truman.edu>
6271
6272 * calc/calc-prog.el (calc-write-parse-table-part)
6273 (calc-fix-token-name): Fix a check for language type.
6274
6275 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6276
6277 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6278
6279 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6280 as directory not writable.
6281
6282 2005-02-07 Kim F. Storm <storm@cua.dk>
6283
6284 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6285 (cua--standard-movement-commands): Remove list.
6286 Instead, set CUA property value to move for movement commands.
6287 (cua-movement-commands): Remove. Users must set CUA prop instead.
6288 (cua--pre-command-handler): Check CUA property.
6289 (cua--init-keymaps): Don't remap undo commands.
6290 (cua-mode): Don't call cua--rectangle-on-off.
6291
6292 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6293 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6294 (cua--rect-undo-set-point): New var.
6295 (cua--rectangle-undo-boundary): Setup undo apply entry.
6296 (cua--rect-undo-handler): New function for rectangle undo.
6297 (cua--rect-start-position, cua--rect-end-position): Add.
6298 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6299 for restored rectangle. Set point if cua--rect-undo-set-point.
6300
6301 2005-02-06 Jay Belanger <belanger@truman.edu>
6302
6303 * calc/calc-lang.el (calc-tex-language): Display more information
6304 in messages.
6305
6306 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6307 in TeX mode.
6308
6309 2005-02-06 Richard M. Stallman <rms@gnu.org>
6310
6311 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6312
6313 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6314
6315 * net/ldap.el (ldap-search-internal): Support attributes with
6316 optional descriptions separated by a semi-colon, as in
6317 "userCertificate;binary".
6318
6319 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6320
6321 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6322 isn't a cons (i.e. the version is 0).
6323
6324 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6325
6326 * help.el (help-for-help): Doc fix.
6327
6328 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6329
6330 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6331 GDB-Windows on the menu-bar as this works better.
6332
6333 2005-02-04 Jay Belanger <belanger@truman.edu>
6334
6335 * calc/calc-embed.el (calc-embedded-update): Don't put in
6336 unnecessary newlines. Adjust the end of formula marker.
6337
6338 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6339 (math-latex-parse-two-args): New function.
6340
6341 2005-02-03 Lute Kamstra <lute@gnu.org>
6342
6343 * help-fns.el (help-with-tutorial): Make sure that users cannot
6344 remove the entire text of the tutorial by means of `undo'.
6345
6346 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6349 in recent changes, where the ispell process was repeatedly
6350 killed & restarted.
6351
6352 * international/mule-cmds.el (set-locale-environment): Set file-name
6353 coding system to utf-8 on Darwin systems.
6354 (set-default-coding-systems): Don't set default-file-name-coding-system
6355 on Darwin systems.
6356
6357 2005-02-03 Richard M. Stallman <rms@gnu.org>
6358
6359 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6360
6361 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6362
6363 * faces.el (list-faces-display): Add optional argument.
6364
6365 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * font-core.el (font-lock-default-function): Handle the rare case where
6368 only font-lock-keywords is set.
6369
6370 2005-02-02 Kenichi Handa <handa@m17n.org>
6371
6372 * international/characters.el: Cancel previous change for
6373 I-WITH-DOT-ABOVE and DOTLESS-i.
6374
6375 * international/latin-5.el: Cancel previous change.
6376
6377 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6378
6379 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6380
6381 2005-02-02 Kenichi Handa <handa@m17n.org>
6382
6383 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6384 DOTLESS-i.
6385
6386 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6387 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6388
6389 * case-table.el (get-upcase-table): New function.
6390 (copy-case-table): Copy upcaes table too if non-nil.
6391 (set-case-syntax-delims): Maintain upcase table too.
6392 (set-case-syntax-pair): Likewise.
6393 (set-upcase-syntax, set-downcase-syntax): New functions.
6394 (set-case-syntax): Maintain upcase table too.
6395
6396 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6397
6398 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6399
6400 * progmodes/gud.el (gud-goto-info): New function.
6401 (gud-tool-bar-map): Use correct icon.
6402
6403 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6404
6405 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6406 When delegating, order args in the funcall correctly.
6407
6408 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6409
6410 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6411
6412 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6413
6414 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6415 buffer not visiting a file.
6416
6417 2005-01-31 Jay Belanger <belanger@truman.edu>
6418
6419 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6420 bound on the line with the formula.
6421
6422 2005-01-31 Kim F. Storm <storm@cua.dk>
6423
6424 * ses.el (ses-create-cell-variable-range)
6425 (ses-destroy-cell-variable-range, ses-reset-header-string)
6426 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6427 (ses-insert-row): Fix format of apply undo entries.
6428
6429 2005-01-31 Jay Belanger <belanger@truman.edu>
6430
6431 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6432 parts.
6433
6434 * calc/calc-embed.el (calc-embedded-open-formula)
6435 (calc-embedded-close-formula): Ignore matrix environments.
6436
6437 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6438 TeX mode.
6439
6440 * calc/calc-lang.el (math-function-table, math-oper-table)
6441 (math-variable-table): Adjust the LaTeX portions.
6442
6443 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6444 (math-latex-ignore-words): New constant.
6445
6446 2005-01-31 Richard M. Stallman <rms@gnu.org>
6447
6448 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6449 (ispell-local-dictionary): Doc fix.
6450 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6451 Don't reinitialize at run time. Don't defcustom.
6452 All uses changed to append ispell-local-dictionary-alist,
6453 or check it first.
6454 (ispell-current-dictionary): New variable for dictionary in use.
6455 (ispell-dictionary): Now used only for global default.
6456 (ispell-start-process): Set ispell-current-dictionary,
6457 not ispell-dictionary.
6458 (ispell-change-dictionary): Use this only for setting
6459 user preferences.
6460 (ispell-internal-change-dictionary): New function
6461 to change the current dictionary in use.
6462 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6463 Use ispell-current-dictionary.
6464 Handle ispell-local-dictionary-overridden.
6465 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6466
6467 2005-01-31 Jay Belanger <belanger@truman.edu>
6468
6469 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6470
6471 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6472 (calc-mode-map): Add calc-latex-language.
6473
6474 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6475 (math-latex-print-frac): New functions.
6476 (math-oper-table, math-function-table, math-variable-table)
6477 (math-complex-format, math-input-filter): Add latex properties.
6478 (calc-set-language): Set math-expr-special-function-mapping.
6479
6480 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6481 (calc-write-parse-table-part): Add LaTeX support.
6482
6483 * calc/calc.el (calc-language): Adjust docstring.
6484 (calc-set-mode-line): Add LaTeX support.
6485 (math-expr-special-function-mapping): New variable.
6486 (math-tex-ignore-words): Add to list.
6487
6488 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6489 Add LaTeX support.
6490 (math-compose-expr): Add support for special functions.
6491
6492 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6493
6494 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6495
6496 * progmodes/gdb-ui.el (gdb-memory-address)
6497 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6498 (gdb-memory-mode-map, gdb-memory-format-keymap)
6499 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6500 (gdb-memory-unit-menu): New variables for a buffer
6501 that lets the user examine program memory.
6502 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6503 (gdb-memory-format-binary, gdb-memory-format-octal)
6504 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6505 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6506 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6507 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6508 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6509 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6510 (gdb-memory-mode, gdb-memory-buffer-name)
6511 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6512 New functions for above buffer.
6513
6514 2005-01-30 Richard M. Stallman <rms@gnu.org>
6515
6516 * cus-edit.el (custom-bury-buffer): Function deleted.
6517 (custom-buffer-done-function): Option deleted.
6518 (custom-buffer-done-kill): New (replacement option.
6519 (Custom-buffer-done): Call quit-window.
6520 (custom-buffer-create-internal): Update for above changes.
6521
6522 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6523
6524 * simple.el (undo-ask-before-discard): New var.
6525 (undo-outer-limit-truncate): Implement it.
6526 (undo-extra-outer-limit): Doc update.
6527
6528 2005-01-29 Richard M. Stallman <rms@gnu.org>
6529
6530 * ses.el (undo-more): Delete defadvice.
6531 (ses-begin-change): Doc fix.
6532
6533 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6534 instead of rebinding C-x u and C-_.
6535
6536 * files.el (normal-backup-enable-predicate): Return nil for files
6537 in /tmp, regardless of temporary-file-directory.
6538
6539 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6540
6541 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6542 (open-rectangle, delete-whitespace-rectangle-line)
6543 (clear-rectangle-line): If FILL, pass t instead of FILL
6544 for move-to-column's 2nd arg.
6545
6546 * simple.el (undo): Fix the test for continuing a series of undos.
6547 (undo-more): Set pending-undo-list to t when we reach end.
6548 (pending-undo-list): Move up defvar.
6549
6550 * wid-edit.el (widget-button-click):
6551 Shorten the range of the track-mouse binding.
6552
6553 * comint.el (comint-insert-input): Undo previous changes;
6554 use last-input-event in interactive spec.
6555
6556 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6557
6558 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6559 to nil before invoking call-process. Reset buffer's modified flag
6560 after fontifying it in the no-async branch.
6561
6562 * wid-edit.el (widget-specify-button): If mouse pointer shape
6563 cannot be changed, use mouse face instead.
6564
6565 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6566
6567 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6568 (gdb-goto-breakpoint): Make breakpoint handling work on template
6569 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6570 (gdb-assembler-custom): Update to recognise breakpoint information
6571 added on 2005-01-19.
6572
6573 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6576 (dsssl-mode): Use define-derived-mode.
6577 (scheme-mode-initialize): Remove.
6578 (scheme-mode): Use run-mode-hooks.
6579
6580 * cus-edit.el (customize-group-other-window)
6581 (custom-buffer-create-other-window): Don't override special-display-*.
6582 (custom-mode-map): Make it dense.
6583
6584 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6585 sets the default value.
6586
6587 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6588
6589 * descr-text.el: Add more keywords.
6590
6591 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * speedbar.el: Avoid unnecessary use of locate-library.
6594
6595 * international/mule-cmds.el (standard-display-european-internal):
6596 Don't fiddle with latin-1 non-break space any more since it's now
6597 special cased in the C code.
6598 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6599
6600 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6601
6602 * cus-start.el (all): Add `undo-outer-limit'.
6603
6604 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6605
6606 * textmodes/bibtex.el (bibtex-format-entry):
6607 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6608 field lines.
6609 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6610 not on part of a buffer.
6611
6612 2005-01-25 Lute Kamstra <lute@gnu.org>
6613
6614 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6615 nonempty field text strings like "{letters\\macro{}more letters}".
6616 Clarify docstring.
6617 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6618 (bibtex-entry-offset, bibtex-parse-association)
6619 (bibtex-parse-field-name): Fix typos in docstrings.
6620 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6621
6622 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6623
6624 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6625 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6626 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6627 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6628
6629 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6630 isearch minor mode.
6631
6632 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6633
6634 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6635
6636 2005-01-24 Lute Kamstra <lute@gnu.org>
6637
6638 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6639 CASECHARS and NOT-CASECHARS regular expressions of the
6640 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6641 striding over charsets" error.
6642
6643 2005-01-24 Jay Belanger <belanger@truman.edu>
6644
6645 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6646 display variable name.
6647
6648 2005-01-24 Kenichi Handa <handa@m17n.org>
6649
6650 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6651 Fix setting of the element of encoded-kbd-iso2022-invocations.
6652
6653 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6654
6655 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6656 (gdb-threads-select): Change to also accept mouse events.
6657 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6658 (gdb-threads-mouse-select): Delete.
6659
6660 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6661
6662 * files.el (insert-directory): Take care of empty directory,
6663 listed without -a switch.
6664
6665 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * textmodes/refill.el (refill-post-command-function):
6668 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6669 to the list of functions that we should be careful not to undo.
6670 (refill-late-fill-paragraph-function): Remove.
6671 (refill-saved-state): New var.
6672 (refill-mode): Use it to save fill-paragraph-function.
6673 Save also the value of auto-fill-function.
6674
6675 * term/w32-win.el: Simplify code.
6676
6677 2005-01-23 Kim F. Storm <storm@cua.dk>
6678
6679 * simple.el (line-move): Adapt to new return value from
6680 pos-visible-in-window-p.
6681
6682 * simple.el (line-move): Fix last change. Check partial
6683 visibility at point rather than at window-start.
6684
6685 2005-01-22 Jason Rumney <jasonr@gnu.org>
6686
6687 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6688
6689 2005-01-22 David Kastrup <dak@gnu.org>
6690
6691 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6692
6693 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6694
6695 * type-break.el (type-break-mode): Add a test for
6696 type-break-file-name being non-nil.
6697
6698 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6699
6700 * net/eudc.el (top level): Call (message "") via progn, so that
6701 eudc-options-file is loaded.
6702
6703 2005-01-22 Kim F. Storm <storm@cua.dk>
6704
6705 * simple.el (line-move-1): Rename from line-move.
6706 (line-move): New function that adjusts vscroll for partially
6707 visible rows, and calls line-move-1 otherwise.
6708
6709 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6710
6711 * pcomplete.el: define pcomplete-read-event instead of read-event,
6712 since it's not a complete read-event implementation
6713
6714 2005-01-20 Jay Belanger <belanger@truman.edu>
6715
6716 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6717 for called function.
6718
6719 2005-01-20 Steven Tamm <steventamm@mac.com>
6720
6721 * term/mac-win.el (process-connection-type): Remove.
6722 Controlled now by s/darwin.h:PTY_ITERATION.
6723
6724 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * window.el (handle-select-window): Don't switch window when we're
6727 in the minibuffer.
6728
6729 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6730
6731 * subr.el (dotimes-with-progress-reporter): New macro.
6732
6733 * ses.el (ses-dotimes-msg): Remove macro.
6734 Use `dotimes-with-progress-reporter' instead.
6735
6736 2005-01-19 Steven Tamm <steventamm@mac.com>
6737
6738 * term/mac-win.el (process-connection-type): Use new
6739 operating-system-release variable to use ptys on Darwin 7 (OSX
6740 10.3) when using carbon build.
6741
6742 2005-01-19 Jay Belanger <belanger@truman.edu>
6743
6744 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6745 flags if the last command was a tab or M-tab.
6746
6747 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6748 in formula editing buffer.
6749
6750 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6751
6752 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6753 breakpoint image symbol in margin.
6754
6755 2005-01-19 Jay Belanger <belanger@truman.edu>
6756
6757 * calc/calc-prog.el (calc-execute-kbd-macro):
6758 Ignore calc-keep-arg-flag.
6759
6760 2005-01-19 Kenichi Handa <handa@m17n.org>
6761
6762 * textmodes/ispell.el (ispell-looking-at): New function.
6763 (ispell-process-line): Use ispell-looking-at to compare the ispell
6764 output and the buffer contents.
6765
6766 2005-01-18 Jay Belanger <belanger@truman.edu>
6767
6768 * calc/calc.el (calc-display-raw): Fix docstring.
6769
6770 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * simple.el (blink-matching-open): Strip extra info from syntax.
6773
6774 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6775 funny chars in the end-of-here-doc marker.
6776
6777 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6778
6779 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6780 that enable/disabled state of breakpoints is shown correctly in
6781 fringe and on ttys.
6782 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6783 Add breakpoint information as text properties.
6784 (gdb-mouse-toggle-breakpoint):
6785 Rename to gdb-mouse-set-clear-breakpoint.
6786 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6787 breakpoints in the margin.
6788 (gdb-remove-strings): Simplify.
6789
6790 2005-01-17 Jay Belanger <belanger@truman.edu>
6791
6792 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6793 erasing buffer.
6794
6795 2005-01-17 Richard M. Stallman <rms@gnu.org>
6796
6797 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6798 for calling grep-compute-defaults.
6799
6800 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6801 if buffer is empty.
6802
6803 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6804
6805 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6808
6809 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6810 non-preloaded variables.
6811
6812 2005-01-17 Steven Tamm <steventamm@mac.com>
6813
6814 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6815 tex-shell cause to force interactivity when using pipes.
6816
6817 2005-01-17 Kim F. Storm <storm@cua.dk>
6818
6819 * simple.el (just-one-space): Make arg optional.
6820
6821 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6822
6823 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6824 posn-at-x-y to t to access left-margin.
6825
6826 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6827
6828 Sync with Tramp 2.0.47.
6829
6830 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6831 catching keep-date problems in cp/scp operations.
6832 (tramp-handle-copy-file): Don't call `set-file-modes'
6833 unconditionally. Specialized functions should know better what is
6834 necessary. This improves performance a little bit, and the
6835 functions could catch errors with `cp -p' and `scp -p'.
6836 (tramp-do-copy-or-rename-file-via-buffer)
6837 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6838 when appropriate.
6839 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6840 Call `set-file-modes' when appropriate.
6841 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6842 Johnsson <isak@hypergene.com>
6843 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6844 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6845 <joakim@verona.se>
6846 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6847 Emacs only.
6848
6849 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6850 `find-file-hooks' and `dired-mode-hook'.
6851 (tramp-minor-mode-map): Respective map. Add remapping for
6852 `compile' and `recompile'.
6853 (tramp-remap-command, tramp-recompile): New defuns.
6854 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6855 in buffer "*Compilation*". Call the commands asynchronously.
6856
6857 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6858 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6859 `shell-command', because it isn't magic in XEmacs. Reported by
6860 Adrian Aichner <adrian@xemacs.org>.
6861
6862 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6863 `substitute-in-file-name.
6864 (tramp-smb-handle-substitute-in-file-name): New defun.
6865 (tramp-smb-advice-PC-do-completion): Delete advice.
6866
6867 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6868
6869 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6870 Fix error in deleting region.
6871
6872 2005-01-15 Richard M. Stallman <rms@gnu.org>
6873
6874 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6875 In non-temp buffer, switch syntax table temporarily.
6876
6877 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6878
6879 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6880
6881 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6882
6883 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6884 (imenu--generic-function): Use START, not BEG, as pos of definition.
6885
6886 * simple.el (just-one-space): Argument specifies number of spaces.
6887
6888 * simple.el (eval-expression-print-format): Avoid warning
6889 about edebug-active.
6890
6891 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6892
6893 * progmodes/sh-script.el: Code copied from make-mode.el
6894 with small changes,
6895 (sh-mode-map): Bind C-c C-\.
6896 (sh-backslash-column, sh-backslash-align): New variables.
6897 (sh-backslash-region, sh-append-backslash): New functions.
6898
6899 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6900
6901 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6902 (rmail-pop-password, rmail-pop-password-required): Move to
6903 rmail-obsolete group.
6904 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6905 All callers updated.
6906 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6907 Take an argument specifying whether it is POP or IMAP mailbox we
6908 are using. All callers updated.
6909 (rmail-pop-password-error): Rename to
6910 rmail-remote-password-error. Added mailutils-specific error message.
6911 (rmail-movemail-search-path)
6912 (rmail-movemail-variant-in-use): New variables.
6913 (rmail-remote-password, rmail-remote-password-required):
6914 New customization variables.
6915 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6916 (rmail-parse-url): New function.
6917 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6918 with GNU mailutils movemail.
6919
6920 2005-01-15 Kevin Ryde <user42@zip.com.au>
6921
6922 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6923 suffix to space, $ or '$, to correctly position point when going
6924 to @table style constants like DBL_MAX.
6925
6926 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6927
6928 * type-break.el (type-break-mode, type-break-file-time)
6929 (type-break-file-keystroke-count, type-break-choose-file):
6930 Don't store data in or load data from the file if type-break-file-name
6931 is nil.
6932 (type-break-file-name): Doc update as per the above.
6933
6934 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6935
6936 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6937 lookup-key might return nil; handle that.
6938
6939 2005-01-15 Alan Mackenzie <acm@muc.de>
6940
6941 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6942 rather than the element found, thus enabling the tree to be setcar'd.
6943
6944 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6945
6946 * textmodes/org.el (org-show-following-heading): New option.
6947 (org-show-hierarchy-above): Use `org-show-following-heading'.
6948 (org-cycle): Documentation fix.
6949
6950 * textmodes/org.el (orgtbl-optimized): New option
6951 (orgtbl-mode): New command, a minor mode.
6952 (orgtbl-mode-map): New variable.
6953 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6954 (orgtbl-error, orgtbl-self-insert-command)
6955 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6956
6957 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6958 a local variable in each org-mode buffer.
6959
6960 * textmodes/org.el (org-set-regexps-and-options): Rename from
6961 `org-set-regexps'. Added checking for STARTUP keyword.
6962 (org-get-current-options): Add STARTUP options.
6963 (org-table-insert-row): Mode mode intelligent about when
6964 realignment is needed.
6965 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6966 New commands.
6967 (org-enable-table-editor): New default value `optimized'.
6968 (org-table-blank-field): Support blanking regions if active.
6969
6970 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6971
6972 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6973 if the year is not given.
6974
6975 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6976 Add new escapes %m and %M, fixed bug with %F by adding
6977 save-match-data.
6978 (reftex-reference): Remove ?. from list of spaces.
6979 (reftex-label-info): Add automatic label prefix recognition.
6980
6981 * textmodes/reftex-index.el (reftex-index-next-phrase):
6982 Add slave parameter to call of `reftex-index-this-phrase'.
6983 (reftex-index-this-phrase): New optional argument.
6984 (reftex-index-region-phrases): Add slave parameter to call of
6985 `reftex-index-this-phrase'.
6986 (reftex-display-index): New argument redo.
6987 (reftex-index-rescan): Add 'redo to arguments of
6988 `reftex-display-index'.
6989 (reftex-index-Rescan, reftex-index-revert)
6990 (reftex-index-switch-index-tag): Add 'redo to arguments of
6991 `reftex-display-index'.
6992 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6993 indexing. Fix bug with matching is there is a quote before or
6994 after the word.
6995
6996 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6997 Fix bug when collecting citation keys in lines with comments.
6998 (reftex-citation): Prefix argument no longer rescans the document,
6999 but forces prompting for optional arguments of cite macros.
7000 (reftex-do-citation): Prompting for optional arguments implemented.
7001
7002 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7003 Add optional arguments to most cite commands.
7004 (reftex-cite-cleanup-optional-args): New option
7005 (reftex-cite-prompt-optional-args): New option.
7006 (reftex-trust-label-prefix): New option.
7007
7008 * textmodes/reftex-toc.el (reftex-toc-find-section):
7009 Add push-mark before changing the position in the buffer.
7010
7011 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7012 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7013
7014 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7015
7016 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7017 more carefully.
7018
7019 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7022 (sgml-mode): Use it.
7023 (sgml-get-context): Better keep track of implicitly closed tags.
7024
7025 2005-01-13 Kenichi Handa <handa@m17n.org>
7026
7027 * textmodes/ispell.el: These changes are to fix misalignment error
7028 caused by equivalent characters of different Emacs charsets.
7029 (ispell-unified-chars-table): New variable.
7030 (ispell-get-decoded-string): New function.
7031 (ispell-get-casechars, ispell-get-not-casechars)
7032 (ispell-get-otherchars): Call ispell-get-decoded-string.
7033
7034 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7035
7036 * custom.el (custom-declare-variable): Just put symbol instead
7037 of (defvar . symbol) in `current-load-list'.
7038
7039 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7040
7041 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7042
7043 2005-01-12 Jay Belanger <belanger@truman.edu>
7044
7045 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7046 to create a Calc summary.
7047
7048 2005-01-12 Kim F. Storm <storm@cua.dk>
7049
7050 * mouse.el (mouse-on-link-p): Change functionality and doc
7051 string to comply with latest description in lisp ref.
7052
7053 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7054
7055 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7056 Enable mouse clicks on mode-line, header-line and margin.
7057 (event-type): Give mouse event symbols an 'event-kind property
7058 with value 'mouse-click.
7059
7060 2005-01-12 Juri Linkov <juri@jurta.org>
7061
7062 * facemenu.el (list-colors-display): Add new arg buffer-name.
7063 Use it. Fix docstring. Replace code for identifying duplicate
7064 colors by the name with call to `list-colors-duplicates' which
7065 identifies duplicate colors by the value unless the color
7066 is one of special Windows colors. Set truncate-lines to t.
7067 Print sorted duplicate color names on each line. Indent to 22
7068 \(the longest color name in rgb.txt) instead of 20. Optimize.
7069 (list-colors-duplicates): New function.
7070 (facemenu-color-name-equal): Delete function.
7071
7072 * facemenu.el (list-colors-print): New function created from code
7073 in list-colors-display. Print #RRGGBB at the window right edge.
7074 (list-colors-display): When temp-buffer-show-function is not
7075 defined, call list-colors-print from temp-buffer-show-hook
7076 to get the right value of window-width in list-colors-print
7077 after the buffer is displayed.
7078
7079 * simple.el (pop-mark): Move deactivate-mark out of conditional
7080 part to deactivate the active mark regardless of the state of the
7081 mark ring.
7082
7083 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7084 variables line in desktop files.
7085
7086 2005-01-12 Juri Linkov <juri@jurta.org>
7087
7088 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7089 Bring together isearch highlight related options.
7090 (lazy-highlight): Replace group `replace' by `matching'.
7091 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7092 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7093 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7094 and declare them obsolete.
7095 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7096 (isearch-faces): Remove defgroup.
7097 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7098 Move isearch highlighting code closer to lazy highlighting code.
7099
7100 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7101 (query-replace-highlight, query-replace-lazy-highlight)
7102 (query-replace): Move definitions to the beginning of the file.
7103
7104 2005-01-11 Juri Linkov <juri@jurta.org>
7105
7106 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7107 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7108 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7109
7110 * info.el (Info-history-forward): New variable.
7111 (Info-select-node): Reset Info-history-forward to nil.
7112 (Info-last): Turn into defalias.
7113 (Info-history-back): Rename from Info-last.
7114 Add current node to Info-history-forward.
7115 (Info-history-forward): New fun.
7116 (Info-mode-map): Replace Info-last by Info-history-back.
7117 Bind Info-history-forward to "r".
7118 (Info-mode-menu): Replace Info-last by Info-history-back.
7119 Fix menu item text. Add menu item for Info-history-forward.
7120 (info-tool-bar-map): Replace Info-last by Info-history-back.
7121 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7122 for Info-history-forward.
7123 (Info-mode): Replace Info-last by Info-history-back in docstring.
7124 Add local variable Info-history-forward.
7125 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7126
7127 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7130 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7131 Ignore select-window events rather than fiddle with
7132 mouse-autoselect-window.
7133
7134 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7135
7136 * type-break.el (type-break-mode): Fix previous change.
7137
7138 2005-01-10 Jay Belanger <belanger@truman.edu>
7139
7140 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7141 calculator; only reset when point is inside a calculator.
7142 Don't adjust the window height if the window takes up the whole height
7143 of the frame.
7144
7145 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7146
7147 * ebuff-menu.el (Electric-buffer-menu-mode):
7148 Preserve value of buffer-local var header-line-format.
7149
7150 2005-01-09 Jay Belanger <belanger@truman.edu>
7151
7152 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7153 Make sure settings file exists before accessing it.
7154
7155 * calc/calc-embed.el (calc-embedded-subst):
7156 Replace math-multi-subst-rec, which is only supposed to be called
7157 by math-multi-subst, by math-multi-subst.
7158
7159 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7160
7161 * vc.el (vc-allow-async-revert): New user option.
7162 (vc-disable-async-diff): New internal variable.
7163 (vc-revert-buffer): Use them to disable asynchronous diff.
7164
7165 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7166 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7167 asynchronously if vc-disable-async-diff is t.
7168
7169 2005-01-09 Jay Belanger <belanger@truman.edu>
7170
7171 * calc/calc.el (defcalcmodevar): New macro.
7172 (calc-mode-var-list-restore-default-values)
7173 (calc-mode-var-list-restore-saved-values): New functions.
7174 (calc-mode-var-list): Use defcalcmodevar to define it.
7175 (calc-always-load-extensions, calc-line-numbering)
7176 (calc-line-breaking, calc-display-just, calc-display-origin)
7177 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7178 (calc-group-char, calc-point-char, calc-frac-format)
7179 (calc-prefer-frac, calc-hms-format, calc-date-format)
7180 (calc-float-format, calc-full-float-format, calc-complex-format)
7181 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7182 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7183 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7184 (calc-matrix-brackets, calc-language, calc-language-option)
7185 (calc-left-label, calc-right-label, calc-word-size)
7186 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7187 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7188 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7189 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7190 (calc-window-height, calc-display-trail, calc-show-selections)
7191 (calc-use-selections, calc-assoc-selections)
7192 (calc-display-working-message, calc-auto-why, calc-timing)
7193 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7194 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7195 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7196 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7197 (calc-gnuplot-geometry, calc-graph-default-resolution)
7198 (calc-graph-default-resolution-3d, calc-invocation-macro)
7199 (calc-show-banner): Use defcalcmodevar to declare them and set
7200 their default values.
7201
7202 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7203 instead of default values (but restore default values if there is
7204 an argument of 0).
7205
7206 2005-01-09 David Kastrup <dak@gnu.org>
7207
7208 * desktop.el (desktop-restore-eager): Fix typo in type.
7209
7210 2005-01-08 Richard M. Stallman <rms@gnu.org>
7211
7212 * cus-edit.el (customize): Delete :link.
7213
7214 2005-01-08 Jay Belanger <belanger@truman.edu>
7215
7216 * calc/calc.el (calc-mode): Remove the extension from the
7217 `calc-settings-file' file name when loading it.
7218
7219 2005-01-08 Kim F. Storm <storm@cua.dk>
7220
7221 * info.el (Info-mode-map, Info-next-link-keymap)
7222 (Info-prev-link-keymap, Info-up-link-keymap):
7223 Map follow-link to mouse-face.
7224 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7225
7226 2005-01-08 Jay Belanger <belanger@truman.edu>
7227
7228 * calc/calc.el (calc-settings-file): Change default value.
7229 Suggested by cgw in a comment in calc-mode.el.
7230
7231 * calc/calc-mode.el (calc-settings-file-name):
7232 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7233 Replace ~/.emacs in a prompt by calc-settings-file.
7234
7235 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7236
7237 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7238 (desktop-lazy-idle-delay): New customizable variables.
7239 (desktop-buffer-args-list): New variable.
7240 (desktop-append-buffer-args): New function.
7241 (desktop-save): Call desktop-append-buffer-args for some buffers.
7242 (desktop-lazy-create-buffer): New function.
7243 (desktop-idle-create-buffers): New function.
7244 (desktop-read): Add message about buffers to restore lazily.
7245 (desktop-lazy-abort): New command.
7246 (desktop-clear): Call desktop-lazy-abort.
7247 (desktop-lazy-complete): New command.
7248
7249 2005-01-06 Richard M. Stallman <rms@gnu.org>
7250
7251 * emacs-lisp/find-func.el (find-face-definition):
7252 Rename from find-face.
7253
7254 2005-01-06 Kim F. Storm <storm@cua.dk>
7255
7256 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7257
7258 * man.el (Man-xref-man-page, Man-xref-header-file)
7259 (Man-xref-normal-file): Add follow-link property.
7260
7261 2005-01-06 Jay Belanger <belanger@truman.edu>
7262
7263 * calc/calc-units.el: Make sure the proper macro definitions are
7264 available when compiling.
7265
7266 2005-01-06 Juri Linkov <juri@jurta.org>
7267
7268 * isearch.el (isearch-lazy-highlight-update):
7269 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7270
7271 2005-01-06 Miles Bader <miles@gnu.org>
7272
7273 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7274 (isearch-lazy-highlight-face): Use new name.
7275
7276 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * uniquify.el (uniquify-rationalize-file-buffer-names):
7279 Re-add an interactive spec.
7280 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7281 to the same name.
7282
7283 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7284 (isearch-update, isearch-done): Adjust calls accordingly.
7285
7286 2005-01-05 Richard M. Stallman <rms@gnu.org>
7287
7288 * custom.el (custom-set-variables, custom-theme-set-variables):
7289 Clarify documentation.
7290
7291 * emacs-lisp/find-func.el (find-variable)
7292 (find-variable-other-window, find-variable-other-frame):
7293 Fix the TYPE args to find-function-read and find-function-do-it.
7294 (find-function): Doc fix.
7295 (find-function-at-point): Replace function-at-point alias.
7296
7297 2005-01-04 Richard M. Stallman <rms@gnu.org>
7298
7299 * cus-face.el (custom-declare-face):
7300 Record defface in current-load-list.
7301
7302 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7303
7304 * emacs-lisp/find-func.el: Doc fixes.
7305 (find-face-regexp): New variable.
7306 (find-function-regexp-alist): New variable.
7307 (find-function-C-source): Third arg is now TYPE.
7308 (find-function-search-for-symbol): Handle general TYPE.
7309 (find-function-read, find-function-do-it): Handle general TYPE.
7310 (find-definition-noselect, find-face): New functions.
7311 (function-at-point): Alias deleted.
7312
7313 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * battery.el (display-battery-mode): Rename from display-battery.
7316 Handle the case where it gets turned off.
7317
7318 2005-01-04 Richard M. Stallman <rms@gnu.org>
7319
7320 * cus-edit.el (customize): Make :link point to user doc.
7321
7322 * man.el (Man-fontify-manpage): Turn off undo generation.
7323
7324 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7325
7326 2005-01-04 Andreas Schwab <schwab@suse.de>
7327
7328 * files.el (insert-directory): Only look for error lines in
7329 inserted text. Don't move too far after processing --dired markers.
7330
7331 2005-01-04 Richard M. Stallman <rms@gnu.org>
7332
7333 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7334 Don't expand if the character is @, period, dash, etc.
7335 (define-mail-abbrev): Quote names that contain problem characters.
7336
7337 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7338
7339 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7340
7341 2005-01-03 Richard M. Stallman <rms@gnu.org>
7342
7343 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7344 (query-replace-highlight, query-replace-lazy-highlight)
7345 (query-replace): Definitions moved up. Doc fix.
7346
7347 2005-01-03 Richard M. Stallman <rms@gnu.org>
7348
7349 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7350 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7351 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7352 (lazy-highlight-face): Rename from isearch-lazy-...
7353 Change all references to them.
7354
7355 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7356
7357 * cus-edit.el (custom-file): Doc fix for defcustom.
7358 (custom-file): The function no longer sets the variable
7359 `custom-file' to its return value.
7360
7361 * startup.el (command-line): No longer load `custom-file'.
7362
7363 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7366
7367 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7368 Don't confuse module-prefixed identifiers for labels.
7369 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7370
7371 2005-01-02 Richard M. Stallman <rms@gnu.org>
7372
7373 * files.el (basic-save-buffer-1): Fix previous change.
7374
7375 * loadhist.el (file-loadhist-lookup): New function.
7376 (file-provides, file-requires): Use it.
7377
7378 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7379 instead of calculating the right size.
7380
7381 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7382
7383 * vc-svn.el (vc-svn-diff): Stay local if possible.
7384
7385 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7388
7389 * files.el (hack-local-variables): Fix last change.
7390
7391 2005-01-02 Jay Belanger <belanger@truman.edu>
7392
7393 * calc/calc-yank.el (calc-edit-top): New variable.
7394 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7395 object. Change header properties.
7396 (calc-edit-finish, calc-edit-finish-stack-object)
7397 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7398 edited object.
7399 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7400 for the beginning of the edited object.
7401 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7402 for the beginning of the edited object.
7403 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7404 (calc-finish-formula-edit, calc-macro-repeats)
7405 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7406 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7407 beginning of the edited object.
7408 (calc-user-define-edit): Change the header for editing macros.
7409 Remove unnecessary variable.
7410
7411 2005-01-01 Jay Belanger <belanger@truman.edu>
7412
7413 * calc/calc-yank.el (calc-edit-mode): Change default header.
7414 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7415 * calc/calc-store.el (calc-edit-variable): Change title to match new
7416 header.
7417 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7418 mode to match new header.
7419 (calc-user-define-edit): Change titles to include names of commands.
7420 (calc-finish-formula-edit): Adjust to handle new header.
7421 (calc-finish-macro-edit): Remove.
7422 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7423 (calc-edit-macro-command, calc-edit-macro-command-type)
7424 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7425 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7426 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7427 (calc-edit-macro-finish-edit): New functions.
7428 (calc-user-define-edit): Use new functions to edit named calc macros.
7429
7430 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7431
7432 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7433
7434 * ses.el (copy-region-as-kill): Deactivate mark.
7435
7436 2005-01-01 Richard M. Stallman <rms@gnu.org>
7437
7438 * replace.el (occur-1): If the output buffer is also an input,
7439 don't kill it, rename it.
7440
7441 * faces.el (set-face-background, set-face-foreground): Doc fix.
7442
7443 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7444 for :foreground and :background.
7445
7446 * dired.el (dired-view-command-alist): Variable deleted.
7447 (dired-view-file, dired-mouse-find-file-other-window):
7448 Delete the code to use it.
7449
7450 2005-01-01 Kim F. Storm <storm@cua.dk>
7451
7452 * image.el (insert-sliced-image): Use t for line-height property.
7453
7454 2004-12-31 Jay Belanger <belanger@truman.edu>
7455
7456 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7457 for "var-" at the beginning of the minibuffer.
7458
7459 2004-12-31 Richard M. Stallman <rms@gnu.org>
7460
7461 * faces.el (read-face-name):
7462 Don't treat an attribute spec as a list of faces.
7463
7464 * simple.el (undo): Use undo-equiv-table to detect
7465 unexpected changes since previous undo.
7466 (undo-list-saved): Variable deleted.
7467 (buffer-disable-undo): Don't alter undo-list-saved.
7468
7469 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7470 (mode-require-final-newline): New option.
7471 (after-find-file): Handle require-final-newline with new values.
7472 (basic-save-buffer): Handle new values of require-final-newline.
7473
7474 * progmodes/sh-script.el (sh-require-final-newline):
7475 Alist value now controls whether to use mode-require-final-newline.
7476 (sh-set-shell): Implement that new meaning.
7477
7478 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7479 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7480 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7481 Delete old-Emacs compatibility code.
7482 (antlr-c-common-init): Function deleted.
7483
7484 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7485 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7486 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7487 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7488 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7489 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7490 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7491 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7492 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7493 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7494 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7495 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7496 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7497 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7498 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7499 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7500
7501 2004-12-31 Jay Belanger <belanger@truman.edu>
7502
7503 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7504 way to return to Calc.
7505
7506 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7507 finish, C-xk as the way to cancel the edit. Add cancel routine to
7508 kill-buffer-hook.
7509
7510 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7511 MacEdit code.
7512
7513 * calc/calc-prog.el: Remove obsolete MacEdit code.
7514 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7515 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7516
7517 2004-12-31 Kenichi Handa <handa@m17n.org>
7518
7519 * international/mule.el (buffer-file-coding-system-explicit):
7520 Rename for explicit-buffer-file-coding-system.
7521 (after-insert-file-set-coding): Adjust for the above change.
7522
7523 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7524 to buffer-file-coding-system-explicit.
7525 (basic-save-buffer-1): Likewise.
7526
7527 2004-12-30 Richard M. Stallman <rms@gnu.org>
7528
7529 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7530 (artist-butlast, artist-last): Functions deleted.
7531 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7532 (artist-compute-key-compl-table): Call remq directly.
7533 (artist-remove-nulls): Function deleted.
7534 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7535 (artist-push, artist-pop): Macro deleted.
7536
7537 2004-12-30 Andreas Leue <al@sphenon.de>
7538
7539 * textmodes/artist.el (artist-version): 1.2.6
7540 (artist-prev-next-op-alist): New variable.
7541 (artist-select-next-op-in-list): New function.
7542 (artist-select-prev-op-in-list): New function.
7543 (artist-make-prev-next-op-alist): New function.
7544 (artist-is-in-op-list-p): New function.
7545 (artist-get-first-non-nil-op): New function.
7546 (artist-get-last-non-nil-op): New function.
7547 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7548 artist-prev-next-op-alist.
7549 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7550 change drawing operation.
7551
7552 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7553
7554 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7555
7556 2004-12-31 Masatake YAMATO <jet@gyve.org>
7557
7558 * server.el (server-process-filter): Suppress `error', too.
7559
7560 2004-12-30 Jay Belanger <belanger@truman.edu>
7561
7562 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7563 Change the way a variable is displayed in a message.
7564
7565 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7566 (calc-user-define-permanent, calc-execute-kbd-macro):
7567 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7568
7569 2004-12-30 Kenichi Handa <handa@m17n.org>
7570
7571 * files.el (basic-save-buffer-1):
7572 Set explicit-buffer-file-coding-system to last-coding-system-used.
7573 (revert-buffer): Pay attention to
7574 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7575 on bind coding-system-for-read.
7576
7577 * international/mule.el (explicit-buffer-file-coding-system):
7578 New buffer local variable.
7579 (after-insert-file-set-coding): Set it to coding-system-for-read.
7580
7581 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7582
7583 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7584
7585 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7586
7587 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7588 that include line numbers.
7589
7590 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7591
7592 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7593 Redundant variable PREFIXLEN removed.
7594
7595 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7596
7597 * eshell/em-hist.el (eshell-previous-matching-input):
7598 Start the deletion from the end of the output.
7599
7600 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7601
7602 * term/mac-win.el: Require x-dnd.
7603 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7604
7605 2004-12-29 David Kastrup <dak@gnu.org>
7606
7607 * international/mule.el (decode-coding-inserted-region):
7608 Don't barf if `buffer-undo-list' is already set to `t'.
7609
7610 2004-12-29 Jay Belanger <belanger@truman.edu>
7611
7612 * calc/calc-prog.el (calc-user-define-formula): Put default values
7613 for function names in prompts.
7614 (calc-user-define-permanent, calc-user-define-composition)
7615 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7616 default input for algebraic functions.
7617
7618 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7619
7620 * vc-rcs.el (vc-rcs-annotate-command):
7621 Fix omission bug: Call `vc-setup-buffer'.
7622
7623 2004-12-29 Kenichi Handa <handa@m17n.org>
7624
7625 * international/mule.el (recode-region): New function.
7626
7627 2004-12-28 Richard M. Stallman <rms@gnu.org>
7628
7629 * simple.el (undo-extra-outer-limit): New variable.
7630 (undo-outer-limit-truncate): Test and set it.
7631
7632 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7633 enables the feature to extend the existing region.
7634
7635 * simple.el (mark-word): New arg ALLOW-EXTEND
7636 enables the feature to extend the existing region.
7637
7638 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7639 enables the feature to extend the existing region.
7640
7641 * startup.el (site-run-file): Don't allow setting it with Custom.
7642
7643 * simple.el (buffer-disable-undo): Fix previous change.
7644
7645 2004-12-27 Masatake YAMATO <jet@gyve.org>
7646
7647 * hexl.el (hexlify-buffer): Remove fontification here.
7648 Use font lock mechanism instead.
7649 (hexl-font-lock-keywords): New font lock kewords.
7650 (hexl-mode-old-font-lock-keywords): New variable.
7651 (hexl-mode): Store the old font lock keywords.
7652 (hexl-mode-exit): Restore the old font lock keywords.
7653
7654 2004-12-27 Richard M. Stallman <rms@gnu.org>
7655
7656 * simple.el (undo): Fix previous change.
7657
7658 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7659
7660 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7661 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7662 Call x-open-connection on Mac OS X.
7663
7664 2004-12-27 Richard M. Stallman <rms@gnu.org>
7665
7666 * files.el (buffer-save-without-query): New var (buffer-local).
7667 (save-some-buffers): Save those buffers first, w/o asking.
7668
7669 * files.el (insert-directory-ls-version): New variable.
7670 (insert-directory): When ls returns an error, test the version
7671 number to decide what the return code means.
7672 With --dired output format, detect and distinguish lines
7673 that are really error messages.
7674 (insert-directory-adj-pos): New function.
7675
7676 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7677
7678 * battery.el (battery-mode-line-format): Remove initial spaces.
7679
7680 * uniquify.el (uniquify-rationalize-file-buffer-names):
7681 Delete interactive spec.
7682
7683 * type-break.el (type-break-mode): Set buffer-save-without-query.
7684 Remove code that tried to set save-some-buffers-always.
7685 (type-break-file-keystroke-count): Bind deactivate-mark.
7686
7687 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7688
7689 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7690 Test that the buffer is live, and maybe reject current buffer too.
7691 Clarify.
7692 (next-error-find-buffer): Rewrite for clarity.
7693
7694 * loadup.el: Don't use buffer-disable-undo; do it directly.
7695
7696 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7697 (describe-variable): Call symbol-file with `defvar'.
7698
7699 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7700 (symbol-file): Rewritten to handle new load-history format.
7701 Now takes an arg TYPE to specify looking for a particular
7702 type of definition only.
7703
7704 * emacs-lisp/debug.el (debugger-make-xrefs):
7705 Call symbol-file with `defun'.
7706
7707 * emacs-lisp/find-func.el (find-function-noselect):
7708 Call symbol-file with `defun'.
7709 (find-variable-noselect): Call symbol-file with `defvar'.
7710
7711 * eshell/esh-cmd.el (eshell-find-alias-function):
7712 Call symbol-file with `defun'.
7713
7714 * eshell/esh-test.el (eshell-test-goto-func):
7715 Call symbol-file with `defun'.
7716
7717 * mail/rmail.el (rmail-resend):
7718 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7719
7720 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7721
7722 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7723
7724 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7725 Call buffer-disable-undo.
7726
7727 * simple.el (undo-list-saved): New variable (buffer-local).
7728 (undo): Set and test it.
7729 (buffer-disable-undo): Move here from buffer.c.
7730 Clear out undo-list-saved.
7731
7732 * international/mule.el (decode-coding-inserted-region):
7733 Set buffer-undo-list in a correct and optimal way.
7734
7735 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7736 (cperl-font-lock-unfontify-region-function): No need to save and
7737 restore info, since font-lock.el does it for us.
7738
7739 * ansi-color.el (save-buffer-state): Definition deleted.
7740 (ansi-color-unfontify-region): Don't use save-buffer-state.
7741
7742 2004-12-27 Dave Love <fx@gnu.org>
7743
7744 * wid-edit.el (function): Use restricted-sexp as parent.
7745
7746 2004-12-27 Kevin Ryde <user42@zip.com.au>
7747
7748 * simple.el (next-matching-history-element): Use same
7749 `interactive' form as previous-matching-history-element.
7750
7751 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7752 it can appear unencoded and has been seen from yahoo.
7753
7754 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7755
7756 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7757 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7758
7759 2004-12-27 Kenichi Handa <handa@m17n.org>
7760
7761 * international/utf-8.el (utf-translate-cjk-load-tables):
7762 Bind coding-system-for-read to nil while loading subst-*.
7763
7764 2004-12-26 Jay Belanger <belanger@truman.edu>
7765
7766 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7767 default input.
7768
7769 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7770
7771 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7772 before reverting and disable undo recording while reverting.
7773
7774 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7775
7776 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7777 (hs-make-overlay): New function.
7778 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7779 (hs-flag-region): Delete function.
7780 (hs-hide-comment-region): No longer use `hs-flag-region'.
7781 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7782 (hs-hide-block-at-point): Likewise.
7783 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7784 (hs-hide-all, hs-show-all): Likewise.
7785 (hs-show-block): Likewise.
7786 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7787
7788 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7789
7790 * progmodes/hideshow.el: Require `cl' when compiling.
7791 Remove XEmacs and Emacs 19 compatibility.
7792 Use `dolist' and `add-to-list' for load-time actions.
7793 (hs-discard-overlays): Use `dolist'.
7794 (hs-show-block): Likewise.
7795
7796 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7797
7798 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7799
7800 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7801
7802 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7803 When extending backwards, move outside the current comment first.
7804
7805 2004-12-22 Kenichi Handa <handa@m17n.org>
7806
7807 * international/quail.el (quail-start-translation): Fix prompt
7808 string for the case if input-method-use-echo-area being non-nil.
7809 (quail-start-conversion): Likewise.
7810 (quail-show-guidance): Don't show guidance if
7811 input-method-use-echo-area is non-nil.
7812
7813 2004-12-21 Richard M. Stallman <rms@gnu.org>
7814
7815 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7816
7817 2004-12-21 Markus Rost <rost@ias.edu>
7818
7819 * calendar/diary-lib.el (mark-diary-entries):
7820 Set mark-diary-entries-in-calendar only after checking for diary-file.
7821
7822 2004-12-21 Richard M. Stallman <rms@gnu.org>
7823
7824 * faces.el (escape-glyph): Use blue against light foreground.
7825
7826 * simple.el (undo-outer-limit-truncate): New function.
7827 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7828
7829 2004-12-21 Eli Barzilay <eli@barzilay.org>
7830
7831 * calculator.el (calculator-radix-grouping-mode)
7832 (calculator-radix-grouping-digits)
7833 (calculator-radix-grouping-separator):
7834 New defcustoms for the new radix grouping mode functionality.
7835 (calculator-mode-hook): Now used in electric mode too,
7836 (calculator): Call it.
7837 (calculator-mode-map): Some new keys.
7838 (calculator-message): New function. Some new calls.
7839 (calculator-op, calculator-set-register): Use it.
7840 (calculator-string-to-number): New function, mostly moved and
7841 updated code from calculator-curnum-value.
7842 (calculator-curnum-value): Use it.
7843 (calculator-paste): Use it, and update grabbing the current-kill.
7844 (calculator-rotate-displayer)
7845 (calculator-rotate-displayer-back): Toggle digit grouping when
7846 in radix mode, use calculator-message.
7847 (calculator-displayer-prev, calculator-displayer-next):
7848 Change digit group size when in radix mode.
7849 (calculator-number-to-string): Rename from
7850 calculator-num-to-string. Now deals with digit grouping in
7851 radix mode.
7852 (calculator-update-display, calculator-put-value): Use the new name.
7853 (calculator-fact): Return a floating point number.
7854 (calculator-mode): Doc fix.
7855
7856 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7857
7858 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7859 * calendar/diary-lib.el (view-other-diary-entries):
7860 Use current-prefix-arg in interactive spec.
7861
7862 2004-12-19 Jay Belanger <belanger@truman.edu>
7863
7864 * calc/calc-aent.el (calcAlg-blank-matching-open):
7865 Temporarily adjust the syntax of both delimiters of half-open intervals.
7866
7867 2004-12-19 Kim F. Storm <storm@cua.dk>
7868
7869 * mouse.el (mouse-1-click-follows-link): Doc fix.
7870
7871 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7872
7873 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7874 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7875 instead of centraleuropean as the name
7876
7877 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7878
7879 Sync with Tramp 2.0.46.
7880
7881 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7882 parameters wrt Tramp convention.
7883 (tramp-handle-file-attributes-with-perl)
7884 (tramp-handle-directory-files-and-attributes): Apply it.
7885 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7886 `copy-program'. Reported by Zack Weinberg
7887 <zack@codesourcery.com>.
7888 (top): Set `edebug-form-spec' property directly rather than
7889 calling `def-edebug-spec'.
7890
7891 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7892 advice less fragile. Surround temporary redefinition of
7893 `substitute-in-file-name' with `unwind-protect'. Suggested by
7894 Matt Hodges <MPHodges@member.fsf.org>.
7895
7896 2004-12-17 Juri Linkov <juri@jurta.org>
7897
7898 * replace.el (occur-accumulate-lines, occur-engine):
7899 Make forcing deferred font-lock fontification jit-specific.
7900
7901 2004-12-17 Kim F. Storm <storm@cua.dk>
7902
7903 * mouse.el (mouse-1-click-follows-link): New defcustom.
7904 (mouse-on-link-p): New function.
7905 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7906 functionality. Map a mouse-1 click event into a mouse-2 (or
7907 other) event when position is inside a link.
7908
7909 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7910 prefix in tooltip text with "mouse-1" when this is a link
7911 recognized by mouse-1-click-follows-link functionality.
7912
7913 * help.el (describe-key): Report effective and original binding
7914 for mouse-1 when clicked on a link.
7915 (describe-mode): Add follow-link property to "minor-mode" button.
7916
7917 * help-fns.el (describe-variable): Add follow-link property to
7918 "below" button.
7919
7920 * help-mode.el (help-xref): Add follow-link property.
7921
7922 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7923 (apropos-command, apropos-variable, apropos-face, apropos-group)
7924 (apropos-widget, apropos-plist): Add follow-link property.
7925
7926 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7927 checks if position is in a filename, rather than some other
7928 clickable item. Function looks for cvs-filename-face at position.
7929
7930 * wid-edit.el (widget-specify-field, widget-specify-button):
7931 Map a :follow-link keyword into a follow-link property.
7932 (link): Add :follow-link keyword, map to RET binding.
7933
7934 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7935
7936 * progmodes/compile.el (compilation-minor-mode-map)
7937 (compilation-button-map, compilation-mode-map): Likewise.
7938
7939 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7940
7941 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7942 (zone-replace-char): Take `count' and `del-count'
7943 instead of `direction'. Update callers. When `del-count' is
7944 non-nil, delete that many characters, otherwise `count' characters
7945 backwards. Insert the newly-replaced string `count' times.
7946 (zone-fret): Handle chars w/ width greater than one.
7947 (zone-fall-through-ws): No longer take window width `ww'.
7948 Update callers. Add handling for `char-width' greater than one.
7949 (zone-pgm-drip): Update var holding window-end position every cycle.
7950
7951 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7952
7953 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7954 rather than insert-file.
7955
7956 2004-12-16 Jay Belanger <belanger@truman.edu>
7957
7958 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7959 (math-init-random-base, math-random-digit): Check to see if
7960 var-RandSeed is bound.
7961 (math-random-last): Declare it.
7962 (math-random-digit): Don't make math-random-last local.
7963
7964 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7965
7966 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7967 one-shot thunk for uniform (error, quit, normal) recovery.
7968 Reported by John Paul Wallington.
7969 (zone-pgm-random-life): Fix bug:
7970 Recognize empty initial field by lack of "@" chars.
7971
7972 2004-12-16 Juri Linkov <juri@jurta.org>
7973
7974 * help.el (function-called-at-point):
7975 * help-fns.el (variable-at-point): As a last resort try stripping
7976 non-word prefixes and suffixes.
7977
7978 * descr-text.el (describe-property-list): Don't treat syntax-table
7979 specially. Use describe-text-sexp which inserts [show] button
7980 for large objects and handles printing errors. Sort properties
7981 by names in alphabetical order instead of by value sizes.
7982 Add `mouse-face' to list of properties for `describe-face' widget.
7983 (describe-char): Mask out face-id from 19 bits of character.
7984 Print face-id separately.
7985
7986 * replace.el (occur-accumulate-lines, occur-engine):
7987 Fontify unfontified matching lines in the source buffer
7988 before copying them.
7989 (occur-engine): Don't put mouse-face on context lines.
7990 (occur-next-error): Set point to line beginning/end
7991 before searching for prev/next property to skip multiple
7992 matches on a line (not supported by occur engine).
7993 Remove redundant prefix-numeric-value.
7994
7995 2004-12-15 Juri Linkov <juri@jurta.org>
7996
7997 * replace.el (match): New face.
7998 (list-matching-lines-face): Change default from `bold' to `match'.
7999
8000 * progmodes/grep.el (grep-match-face): New defvar.
8001 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8002 compilation-column-face to highlight grep matches.
8003
8004 * apropos.el (apropos-match-face): Change default from
8005 `secondary-selection' to `match'.
8006
8007 * info-look.el (info-lookup-highlight-face): Change default from
8008 `highlight' to `match'.
8009
8010 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8011
8012 * progmodes/executable.el (executable-interpret): Eliminate
8013 obsolete compile-internal, and switch to comint for interaction.
8014
8015 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8016
8017 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8018 `&&' when skipping multiple statements on a line.
8019
8020 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8021
8022 * play/zone.el (zone): Set `truncate-lines'.
8023 Also, init `tab-width' with value from original buffer.
8024 (zone-shift-up): Rewrite for speed.
8025 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8026 (zone-pgm-jitter): Remove redundant entries from ops vector.
8027 (zone-exploding-remove): Reduce iteration count.
8028 (zone-cpos): Convert to defsubst.
8029 (zone-replace-char): New defsubst.
8030 (zone-park/sit-for): Likewise.
8031 (zone-fret): Take window-start arg.
8032 Update callers. Use `zone-park/sit-for'.
8033 (zone-fill-out-screen): Rewrite.
8034 (zone-fall-through-ws): Likewise. Update callers.
8035 (zone-pgm-drip): Use `zone-replace-char'.
8036 Move var inits before while-loop. Use `zone-park/sit-for'.
8037 (zone-pgm-random-life): Handle empty initial field.
8038 Use `zone-replace-char' and `zone-park/sit-for'.
8039
8040 2004-12-15 Juri Linkov <juri@jurta.org>
8041
8042 * isearch.el (isearch-update): Test isearch-lazy-highlight
8043 before calling isearch-lazy-highlight-new-loop.
8044 (isearch-lazy-highlight-new-loop):
8045 Don't test isearch-lazy-highlight.
8046
8047 * replace.el (perform-replace): Add isearch-case-fold-search.
8048 Use delimited-flag for isearch-regexp.
8049 Reset isearch-lazy-highlight-last-string to force lazy
8050 highlighting when called from isearch mode.
8051 (query-replace-highlight): Revert defcustom type to boolean.
8052 (query-replace-lazy-highlight): New defcustom.
8053 (query-replace): New face.
8054 (perform-replace, replace-highlight, replace-dehighlight):
8055 Test query-replace-lazy-highlight instead of special value
8056 `isearch' of query-replace-highlight.
8057 (replace-dehighlight): Don't call isearch-dehighlight.
8058 (replace-highlight): Don't call isearch-highlight.
8059 Use face `query-replace' unconditionally.
8060
8061 2004-12-14 Kim F. Storm <storm@cua.dk>
8062
8063 * simple.el (inhibit-mark-movement): Remove defvar.
8064 (beginning-of-buffer, end-of-buffer): Don't use it.
8065
8066 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8067 Don't use inhibit-mark-movement.
8068
8069 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8070 (cua--undo-push-mark): Remove.
8071 (cua--pre-command-handler, cua--post-command-handler):
8072 Don't fiddle with inhibit-mark-movement.
8073
8074 2004-12-14 Juri Linkov <juri@jurta.org>
8075
8076 * buff-menu.el (list-buffers-noselect): Collect internal info
8077 for every buffer in BUFFER-LIST arg too.
8078 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8079 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8080 Bind same-window-buffer-names and same-window-regexps to nil.
8081
8082 2004-12-13 Juri Linkov <juri@jurta.org>
8083
8084 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8085
8086 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8087 (sc-cite-region, sc-uncite-region, sc-recite-region):
8088 Fix previous change to handle not alist as a symbol, but
8089 a citation frame as a symbol that represents a variable name.
8090
8091 2004-12-13 Richard M. Stallman <rms@gnu.org>
8092
8093 * filecache.el (file-cache-add-directory-using-find):
8094 Only set up file-cache-find-command-posix-flag if we will use it.
8095
8096 * bindings.el (mode-line-buffer-identification-keymap):
8097 Don't cancel the mode-line's usual down-mouse-1 binding.
8098
8099 * cus-edit.el (custom-face-selected): Handle `default' specs.
8100 (custom-face-edit): Increase extra-offset.
8101 (custom-display): Handle `default' specs.
8102
8103 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8104
8105 * emacs-lisp/elint.el (elint-standard-variables)
8106 (elint-unknown-builtin-args): Move definitions up.
8107
8108 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8109
8110 * info.el (info-xref-visited): Use `default' instead of t.
8111 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8112
8113 * faces.el (header-line, mode-line-inactive, tool-bar):
8114 Use `default' instead of t for setting the defaults.
8115 (face-spec-choose): Separate `t' from `default'.
8116
8117 * subr.el (while-no-input): New macro.
8118
8119 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8120
8121 * filecache.el (file-cache-add-directory-using-find):
8122 Only test file-cache-find-command-posix-flag on some systems.
8123
8124 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8127 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8128 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8129 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8130 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8131
8132 2004-12-12 Juri Linkov <juri@jurta.org>
8133
8134 * files.el (find-file-other-window, find-file-other-frame):
8135 Add the first buffer to the returned value to return the complete
8136 list of all visited buffers.
8137 (find-file-read-only, find-file-read-only-other-window)
8138 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8139 `find-file-read-args'. Signal an error about non-existent file
8140 only if file name doesn't contain wildcards. Toggle read-only in
8141 all visited buffers.
8142 (find-alternate-file, find-alternate-file-other-window):
8143 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8144 called interactively. Pass arg `wildcards' to other functions.
8145 (find-file-noselect): Doc fix.
8146
8147 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8148 Doc fix.
8149 (ffap-directory-finder): New variable.
8150 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8151 (ffap-file-at-point): Add /* to immediately rejected names.
8152 Return absolute file names matching ffap-dired-wildcards.
8153 (ffap-read-file-or-url): Set default value for `completing-read'
8154 to `buffer-file-name'.
8155 (find-file-at-point): When filename matches ffap-dired-wildcards,
8156 call ffap-file-finder with t arg `wildcards', instead of dired.
8157 (ffap-other-window, ffap-other-frame): Return visited buffers.
8158 (ffap-read-only, ffap-read-only-other-window)
8159 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8160 (dired-at-point): Call ffap-directory-finder instead of dired.
8161 (ffap-dired-other-window, ffap-dired-other-frame)
8162 (ffap-list-directory): New commands.
8163 (ffap-bindings): New keybindings for new commands.
8164
8165 2004-12-12 Juri Linkov <juri@jurta.org>
8166
8167 * simple.el (beginning-of-buffer, end-of-buffer):
8168 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8169 Do not push mark when mark is active in transient-mark-mode.
8170
8171 * simple.el (mark-word):
8172 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8173 * textmodes/paragraphs.el (mark-paragraph):
8174 Extend the region when mark is active in transient-mark-mode,
8175 regardless of the last command. Doc fix.
8176
8177 * simple.el (mark-word): Preserve direction when repeating.
8178 Make arg optional. Interactive "p" -> "P".
8179 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8180
8181 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8182 preserving direction, to mark forward instead of backward when mark
8183 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8184
8185 2004-12-12 Juri Linkov <juri@jurta.org>
8186
8187 * isearch.el (isearch-edit-string): Set 7th arg of
8188 `read-from-minibuffer' to `t' to inherit the current input
8189 method (whose name is indicated by [IM] in the minibuffer prompt)
8190 from the current buffer to the minibuffer.
8191 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8192 to allow C-g quitting for lazy highlighting looping inside the
8193 search with nested repetition operators. Add overlay to the list
8194 before setting its face and other properties to avoid the case of
8195 code quitting after placing the new overlay but before it's
8196 recorded on the list. Select the window where isearch was
8197 activated, to highlight matches in the right window when isearch
8198 switches the current window to the minibuffer.
8199
8200 * international/isearch-x.el
8201 (isearch-process-search-multibyte-characters):
8202 Use `isearch-message' as initial input for `read-string' instead
8203 of adding it to the minibuffer prompt. After reading a string
8204 remove the initial value of `isearch-message' from the string.
8205
8206 * replace.el (replace-match-maybe-edit): Doc fix.
8207 (perform-replace): Don't call `replace-highlight' when automatic
8208 replacement is requested in literal mode, since it is intended
8209 only to highlight words during entering a new replacement string
8210 for \? in non-literal mode.
8211
8212 * replace.el (query-replace-highlight): Add new value `isearch'
8213 that allows query replacement to use isearch highlighting.
8214 Change type from `boolean' to `choice'. Doc fix.
8215 (replace-highlight, replace-dehighlight, perform-replace):
8216 Use isearch highlighting if query-replace-highlight eq `isearch'.
8217
8218 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8221 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8222
8223 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8224 case of \end{verbatim}.
8225
8226 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8227
8228 * term.el (term-termcap-format): Synchronyze with terminfo.
8229 (term-emulate-terminal): Handle reset.
8230 (term-reset-terminal): New function.
8231
8232 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8233
8234 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8235 (zone-fill-out-screen): New func.
8236 (zone-pgm-drip): Use `zone-fill-out-screen'.
8237 Also, no longer go to point-min on every cycle.
8238 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8239 (zone-pgm-random-life-wait): New user var.
8240 (zone-pgm-random-life): New func.
8241
8242 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8243
8244 * files.el (auto-mode-alist): Map .com to DCL mode.
8245
8246 2004-12-09 Richard M. Stallman <rms@gnu.org>
8247
8248 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8249
8250 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8251
8252 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8253 buffer with a display margin.
8254
8255 2004-12-08 Jay Belanger <belanger@truman.edu>
8256
8257 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8258 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8259
8260 2004-12-08 Richard M. Stallman <rms@gnu.org>
8261
8262 * faces.el: Delete code to set display table.
8263 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8264
8265 2004-12-08 Jay Belanger <belanger@truman.edu>
8266
8267 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8268
8269 * calc/calc-ext.el (math-read-replacement-list)
8270 (math-read-superscripts, math-read-preprocess-string): Move to
8271 calc-aent.el.
8272
8273 * calc/calc-aent.el (math-read-replacement-list)
8274 (math-read-superscripts, math-read-preprocess-string): Move from
8275 calc-ext.el.
8276
8277 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * isearch.el (isearch-quote-char): Fix up typo in last change.
8280
8281 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8282
8283 * mouse.el (mouse-set-font): Handle the case where the command was
8284 not invoked using the mouse.
8285
8286 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8287 (edmacro-finish-edit): Further update for keyboard macros that are
8288 lambda forms.
8289 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8290
8291 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8294 (font-lock-default-unfontify-region): Don't save buffer state any more.
8295
8296 2004-12-07 Jay Belanger <belanger@truman.edu>
8297
8298 * calc/calc-help.el (calc-describe-key):
8299 Set calc-summary-indentation even when Calc Summary buffer exists.
8300
8301 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8302
8303 * calendar/holidays.el (holiday-easter-etc): Make arguments
8304 optional for backwards compatibility. Doc fix.
8305 Remove un-necessary local vars mandatory, output-list.
8306 (holiday-advent): Make arguments optional for backwards
8307 compatibility. Doc fix.
8308
8309 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8310
8311 * paren.el (show-paren-function): Fix last change (2004-12-02).
8312
8313 * international/mule-util.el (char-displayable-p): Return nil for
8314 unibyte mode.
8315
8316 * subr.el (subregexp-context-p): New function.
8317
8318 * isearch.el (isearch-quote-char): Use it.
8319
8320 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8321 (regexp-opt-not-groupie*-re): Remove.
8322 (regexp-opt): Properly handle inputs with duplicate entries.
8323
8324 2004-12-06 Richard M. Stallman <rms@gnu.org>
8325
8326 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8327
8328 * cus-edit.el (custom-file): Doc fix.
8329
8330 * textmodes/org.el: New file.
8331
8332 2004-12-06 Kenichi Handa <handa@m17n.org>
8333
8334 * ldefs-boot.el: Update international/mule-util.el section.
8335
8336 2004-12-05 Sam Steingold <sds@gnu.org>
8337
8338 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8339 Fix `tramp-time-diff' comparison logic.
8340
8341 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8342
8343 * progmodes/which-func.el (which-function):
8344 Use `run-hook-with-args-until-success' instead of a custom loop.
8345 Fixes bug with local hooks.
8346
8347 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8348
8349 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8350 Use delete-dups when calculating the initial value.
8351 (bibtex-autokey-get-title): Use <=.
8352 (bibtex-goto-line): New function.
8353 (bibtex-reposition-window): Use line numbers instead of point
8354 positions. Use window-body-height.
8355 (bibtex-find-crossref): Use bibtex-reposition-window.
8356 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8357 position of entry if key is found or nil if not found.
8358
8359 2004-12-05 Richard M. Stallman <rms@gnu.org>
8360
8361 * cus-edit.el (custom-file): Doc fix.
8362
8363 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8364
8365 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * simple.el (blink-matching-open):
8368 * textmodes/tex-mode.el (tex-validate-region):
8369 Obey syntax-table text properties.
8370
8371 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8372
8373 * wid-edit.el (widget-specify-field): Add `real-field' property to
8374 boundary.
8375 (widget-field-at): Use it.
8376
8377 2004-12-02 Richard M. Stallman <rms@gnu.org>
8378
8379 * progmodes/cc-mode.el (awk-mode autoload):
8380 Supply t meaning interactive function.
8381
8382 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8383 (isearch-mode-map): No special definition for space.
8384 (isearch-whitespace-chars): Command deleted.
8385 (isearch-forward-regexp): Doc fix.
8386 (isearch-quote-char): When a space is not inside brackets,
8387 use `[ ]' instead of just space.
8388 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8389
8390 * imenu.el (imenu--generic-function): Delete code to exclude
8391 matches in comments.
8392
8393 * man.el (Man-reverse-face): Change default to `highlight'.
8394
8395 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8396 (occur-engine): Use `face' prop rather than `font-lock-face'
8397 when specifying use of `match-face'.
8398 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8399
8400 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8401
8402 * add-log.el (add-log-current-defun): Handle the case where point
8403 is in the header part of a DEFUN construct.
8404
8405 2004-12-02 Dave Love <fx@gnu.org>
8406
8407 * progmodes/python.el (python-font-lock-syntactic-keywords):
8408 Fix previous change.
8409
8410 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8411
8412 * paren.el (show-paren-function): Check for matching chars
8413 specified by text props.
8414
8415 2004-12-02 Jay Belanger <belanger@truman.edu>
8416
8417 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8418 when reading a new key sequence.
8419
8420 2004-12-02 Kim F. Storm <storm@cua.dk>
8421
8422 * faces.el (escape-glyph): Rename from glyph.
8423 (standard-display-table): Set it here. Add escape-glyph face to
8424 extra slot characters.
8425
8426 * disp-table.el: Undo 2004-12-01 change. Display table is now
8427 setup in faces.el.
8428
8429 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8430
8431 * xml.el (xml-parse-dtd): Don't show validity messages when
8432 xml-validating-parser is nil.
8433 (xml-substitute-special): Fix validity error messages to
8434 actually show the unexpandable entity. Added validity error if &
8435 isn't followed by an entity.
8436 (xml-parse-tag): Concatenate any string following the a
8437 <![CDATA[]]> section to the parsed CDATA.
8438 (xml-parse-dtd): Skip parameter entity declarations and use of
8439 parameter entities.
8440
8441 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8442
8443 * kmacro.el (kmacro-default-counter-format): New var.
8444 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8445 (kmacro-display): Remove `nil' from `and' form. Delete call to
8446 `format' inside `message'.
8447 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8448
8449 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * pcvs.el (cvs-header-msg): New function.
8452 (cvs-update-header): Use it. Change calling convention.
8453 Correctly handle the case of having simultaneous active processes.
8454 (cvs-sentinel): Don't call cvs-update-header any more.
8455 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8456
8457 2004-12-01 Jay Belanger <belanger@truman.edu>
8458
8459 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8460 Change message.
8461
8462 2004-12-01 Juri Linkov <juri@jurta.org>
8463
8464 * progmodes/prolog.el (prolog-mode-variables):
8465 Fix imenu-generic-expression.
8466
8467 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8468
8469 * faces.el (glyph): New face.
8470
8471 * disp-table.el: Add an autoloaded table, that doesn't require
8472 this library, with glyph face.
8473
8474 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8475 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8476 (conf-quote-normal): Allow normalizing only ' or ".
8477 (conf-mode): Regexp-quote constructed comment-start and don't
8478 match section {} where "name" contains braces.
8479
8480 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8481 files.
8482
8483 2004-12-01 Kenichi Handa <handa@m17n.org>
8484
8485 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8486 (x-select-text): Don't treat eight-bit-control/graphic chars
8487 specially. Store the encoded text in the X cut buffer.
8488 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8489 with x-last-selected-text-cut-encoded.
8490
8491 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8494
8495 2004-11-30 Markus Rost <rost@ias.edu>
8496
8497 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8498 AUCTeX.
8499
8500 2004-11-30 Jay Belanger <belanger@truman.edu>
8501
8502 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8503 on signs of intervals.
8504 (math-pow-of-zero): Strengthen checks for positive and negative
8505 exponents.
8506
8507 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8508 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8509 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8510 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8511 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8512 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8513 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8514 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8515 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8516 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8517 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8518 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8519 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8520 with provide statements.
8521
8522 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8523
8524 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8525
8526 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8527 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8528 functions by require statements.
8529 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8530
8531 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8532 (calc-gnuplot-print): Give them values.
8533
8534 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8535 autoloads.
8536 Add calc-do-embedded-activate to autoloads.
8537 (calc-gnuplot-name, calc-gnuplot-plot-command)
8538 (calc-gnuplot-print-command): Move them to calc-graph.el.
8539
8540 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8541
8542 * term/mac-win.el (ccl-encode-mac-roman-font)
8543 (ccl-encode-mac-cyrillic-font)
8544 (ccl-encode-mac-centraleuropean-font, encoder-list)
8545 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8546 Support Cyrillic, CentralEuropean, and Dingbat font display
8547
8548 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8549
8550 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8551
8552 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8553 still nil.
8554
8555 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8556
8557 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8558 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8559
8560 2004-11-29 Jay Belanger <belanger@truman.edu>
8561
8562 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8563 cases of the base and exponent.
8564
8565 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8566
8567 * simple.el (next-error-buffer-p): Allow for inclusive and
8568 exclusive tests for finding a buffer.
8569 (next-error-find-buffer): Pass the exclusive and inclusive tests
8570 to next-error-buffer-p.
8571
8572 * replace.el (occur-next-error): Switch to the Occur buffer when
8573 appropriate, use the exclusive filter to next-error-find-buffer to
8574 do it. Use the absolute value of the motion amount.
8575
8576 2004-11-29 Kenichi Handa <handa@m17n.org>
8577
8578 * startup.el (command-line): Decode all default-directory by
8579 locale-coding-system.
8580
8581 2004-11-29 Jay Belanger <belanger@truman.edu>
8582
8583 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8584 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8585 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8586 Replace calls to calc-extensions by appropriate require, replace
8587 calc-extensions-loaded by appropriate featurep.
8588
8589 * calc/calc-ext.el: Move require to end of file.
8590 Remove redundant loading of calc.el.
8591 (calc-extensions-loaded): Remove unnecessary variable.
8592 (calc-extensions): Remove unnecessary function.
8593 (calc-load-everything): Replace calc-need-macros by appropriate require.
8594
8595 * calc/calc-macs.el: Move provide to end of file.
8596 (calc-need-macros): Remove unnecessary function.
8597
8598 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8599 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8600 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8601 Replace calc-extensions by appropriate require.
8602 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8603
8604 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8605 Replace calc-need-macros by appropriate require.
8606
8607 * calc/calc.el: Move require to end of file.
8608 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8609 Remove unnecessary variable.
8610 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8611 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8612 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8613 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8614 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8615 (math-format-number, math-format-bignum, math-read-number)
8616 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8617 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8618 by appropriate require.
8619 (calc-check-defines): Replace calc-need-macros by appropriate require.
8620
8621 2004-11-29 Kim F. Storm <storm@cua.dk>
8622
8623 * macros.el (insert-kbd-macro): Handle kmacro functions.
8624
8625 2004-11-28 Juri Linkov <juri@jurta.org>
8626
8627 * compare-w.el (compare-windows-highlight): Attach each overlay
8628 to its window to properly highlight differences while comparing
8629 two windows of the same buffer. Fix arguments.
8630 (compare-windows-sync-default-function): Fix arguments of
8631 `compare-windows-highlight'.
8632
8633 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8634 Use `read-expression-history'. Set initial contents only if
8635 `edebug-global-break-condition' is non-nil. Set histpos to 1
8636 if initial contents is equal to the last history element.
8637 (edebug-set-conditional-breakpoint): Instead of temporarily
8638 prepending the current condition to the history, set initial
8639 contents to the current condition. Set histpos to 1 if initial
8640 contents is equal to the last history element.
8641
8642 * info.el (Info-search-whitespace-regexp): Remove shy group.
8643 (Info-search): Forward line if search is on the header line.
8644 Use search-whitespace-regexp in two other places.
8645
8646 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8647
8648 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8649 warning. Delay real definition, which uses
8650 `set-fringe-indicators-1' till after the definition of that function.
8651
8652 2004-11-28 Kim F. Storm <storm@cua.dk>
8653
8654 * fringe.el (fringe): New defgroup.
8655 (fringe-mode): Move to fringe group.
8656 (fringe-indicators): New defcustom.
8657 (set-fringe-indicators-1): New defun.
8658
8659 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8660 (menu-bar-showhide-fringe-ind-menu): New keymap.
8661 (menu-bar-showhide-fringe-ind-empty)
8662 (menu-bar-showhide-fringe-ind-mixed)
8663 (menu-bar-showhide-fringe-ind-box)
8664 (menu-bar-showhide-fringe-ind-right)
8665 (menu-bar-showhide-fringe-ind-left)
8666 (menu-bar-showhide-fringe-ind-none): New defuns.
8667 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8668
8669 2004-11-27 Richard M. Stallman <rms@gnu.org>
8670
8671 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8672
8673 * generic.el (define-generic-mode): Doc fix.
8674
8675 * menu-bar.el (menu-bar-options-save): For the options
8676 that are toggled with menu-bar-make-mm-toggle, don't check
8677 for customized-value prop.
8678
8679 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8680
8681 * mail/supercite.el (sc-cite-region): Handle the case where
8682 sc-cite-frame-alist is a symbol.
8683 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8684 a symbol.
8685 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8686 a symbol.
8687
8688 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8689
8690 * wid-edit.el (widget-narrow-to-field): New function.
8691 (widget-complete): Use it.
8692
8693 2004-11-27 Jay Belanger <belanger@truman.edu>
8694
8695 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8696 variable.
8697 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8698 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8699 (math-alg-inequalities): Move declaration to earlier in the file.
8700
8701 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8702 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8703 Declare them.
8704
8705 * calc/calc-lang.el (math-expr-data, math-expr-token)
8706 (math-exp-old-pos): Declare them.
8707
8708 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8709 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8710
8711 2004-11-27 Kim F. Storm <storm@cua.dk>
8712
8713 * progmodes/flymake.el: Use (featurep 'xemacs).
8714 (flymake-makehash): Change to defsubst. Use fboundp.
8715 (flymake-time-to-float): Remove.
8716 (flymake-float-time): Merge code from flymake-time-to-float here.
8717 (flymake-replace-regexp-in-string): Change to defsubst.
8718 (flymake-split-string-remove-empty-edges):
8719 Rename to flymake-split-string.
8720 (flymake-split-string): Remove previous defalias.
8721 (flymake-get-temp-dir): Change to defsubst.
8722 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8723 Define for xemacs only.
8724 (flymake-master-file-count-limit): Change into compiler defvar only.
8725 (flymake-find-possible-master-files): Let-bind it dynamically while
8726 sorting files using flymake-master-file-compare.
8727
8728 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8731 of defun-prompt-regexp matches inside a comment/string but the
8732 beginning is correctly outside everything.
8733
8734 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8735 appears within a string or a comment.
8736
8737 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8738 rather than make-symbol for symbols which are used in
8739 a symbol-macrolet or equivalent.
8740
8741 2004-11-26 Jay Belanger <belanger@truman.edu>
8742
8743 * calc-misc.el (calc-last-why-command): Declare it.
8744
8745 * calc-vec.el (math-grade-vec): New variable.
8746 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8747 Replace variable grade-vec by declared variable.
8748 (math-rb-close): New variable.
8749 (math-read-brackets, math-read-vector): Replace variable close by
8750 declared variable.
8751
8752 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8753 (calc-one-window, calc-edit-handler, calc-restore-trail)
8754 (calc-allow-ret): Declare them.
8755
8756 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8757 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8758 (math-radix-float-cache-tag, math-random-cache)
8759 (math-max-digits-cache, math-integral-cache, math-units-table)
8760 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8761 (math-moc-func): New variable.
8762 (math-map-over-constants, math-map-over-constants-rec):
8763 Replace variable func by declared variable.
8764
8765 * calc/calc-store.el (calc-given-value, calc-store-opers):
8766 Declare them.
8767 (calc-var-name-map): Move declaration to earlier in the file.
8768 (calc-pv-pos): New variable.
8769 (calc-permanent-variable, calc-insert-permanent-variable):
8770 Replace variable pos by declared variable.
8771
8772 * calc/calc-mtx.el (calc-det-lu): New variable.
8773 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8774
8775 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8776 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8777 and arg by declared variables.
8778 (calcFunc-reducer): Fix incorrect variable.
8779 (math-inner-mul-func, math-inner-add-func): New variables.
8780 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8781 and add-func by declared variables.
8782
8783 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8784 (calc-digit-value): Declare them.
8785
8786 * calc/calc-help.el (Info-history): Declare it.
8787 (calc-describe-key): Make calc-summary-indentation a local variable.
8788 (calc-help-long-names): Move declaration to earlier in file.
8789
8790 * calc/calc-embed.el (calc-original-buffer): Declare it.
8791 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8792 (calc-embed-bot): New variables.
8793 (calc-do-embedded, calc-embedded-mark-formula)
8794 (calc-embedded-find-bounds, calc-embedded-duplicate)
8795 (calc-embedded-new-formula, calc-embedded-make-info):
8796 Replace vars outer-top, outer-bot, bot and top by declared variables.
8797 (calc-embed-prev-modes): New variable.
8798 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8799 prev-modes with declared variable.
8800 (calc-embed-vars-used): New variable.
8801 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8802 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8803 vars-used by declared variable.
8804
8805 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8806 (math-format-radix-float): Remove unnecessary setq.
8807 (math-radix-float-cache): Declare it.
8808
8809 * calc/calcsel2.el (calc-keep-selection): Declare it.
8810
8811 * calc/calc-maint.el: Remove file.
8812
8813 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8814
8815 * textmodes/bibtex.el (bibtex-sort-entry-class)
8816 (bibtex-comment-start): Use defcustom.
8817 (bibtex-entry-field-alist): Use nil if initial content of the
8818 field is undefined. Fix docstring.
8819 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8820 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8821 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8822 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8823 Fix docstring.
8824 (bibtex-autokey-title-terminators): Use only one regexp.
8825 (bibtex-string-maybe-empty-head): New variable.
8826 (bibtex-remove-delimiters-string): New function.
8827 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8828 Use bibtex-remove-delimiters-string.
8829 (bibtex-progress-message, bibtex-field-left-delimiter)
8830 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8831 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8832 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8833 Simplify.
8834 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8835 Use eq and bibtex-remove-delimiters-string. For end markers use
8836 insertion type so that marker stays after inserted text.
8837 (bibtex-autokey-get-names): Return empty string if name is missing.
8838 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8839 calling bibtex-autokey-name-case-convert.
8840 (bibtex-autokey-demangle-title):
8841 Call bibtex-autokey-titleword-case-convert. Remove call to
8842 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8843 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8844 (bibtex-read-key): New optional arg global.
8845 (bibtex-files-expand): New optional arg force.
8846 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8847 (bibtex-complete-crossref-cleanup): Rename from
8848 bibtex-complete-key-cleanup. Simplify code.
8849 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8850 Operate on current entry.
8851 (bibtex-button): Add docstring.
8852 (bibtex-entry): Simplify.
8853 (bibtex-make-field): Replace optional arg called-by-yank with more
8854 specific args move and interactive.
8855 (bibtex-end-of-entry): Use forward-sexp.
8856 (bibtex-find-entry-globally): Remove.
8857 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8858 Bound to C-c C-x.
8859 (bibtex-find-entry): New optional args global and display.
8860 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8861 (bibtex-validate): Use arg force of bibtex-files-expand.
8862 (bibtex-clean-entry): Bugfix, clean string entries properly.
8863 Always keep point at beginning of entry.
8864 (bibtex-complete): Bugfix. Handle string entries properly.
8865 Call cleanup functions only if needed.
8866 (bibtex-String): Use bibtex-read-string-key.
8867 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8868 case of replacement text.
8869
8870 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8871
8872 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8873 (tramp-perl-directory-files-and-attributes): New constant.
8874 (tramp-file-name-handler-alist): Delete file-directory-files, add
8875 directory-files-and-attributes.
8876 (tramp-perl-file-attributes): Surround uid and gid by double
8877 quotes. Change parameter id-format from nonnumeric.
8878 (tramp-convert-file-attributes): New function.
8879 (tramp-handle-file-attributes): Use it.
8880 (tramp-maybe-send-perl-script): New function.
8881 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8882 file mode. Change parameter id-format from nonnumeric.
8883 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8884 from nonnumeric.
8885 (tramp-post-connection): Don't send tramp-perl-file-attributes
8886 script. Reset connection property "perl-scripts".
8887 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8888 in use.
8889
8890 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8891
8892 * desktop.el (desktop-read): Replace mapcar with mapc.
8893 (desktop-create-buffer): Replace mapcar with mapc.
8894 Remove redundant piece of code.
8895
8896 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8897
8898 * progmodes/gud.el (gud-display-line): Use display-buffer
8899 for GDB-UI as for GUD.
8900
8901 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8902 Delete variables.
8903 (gdb-ann3): Don't make GUD buffer dedicated.
8904 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8905 (gdb-display-source-buffer): Delete function.
8906 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8907 (menu): Delete menu bindings for viewing source/assembler.
8908 (gdb-setup-windows, gdb-restore-windows):
8909 Don't dedicate GUD. No assembler now.
8910 (gdb-reset): No need to undedicate source buffers now.
8911 (gdb-source-info): No assembler now.
8912
8913 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8914
8915 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8916 width to those for special frames.
8917 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8918 Use display-buffer.
8919 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8920 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8921 (gdb-frame-assembler-buffer): Rework like
8922 gdb-frame-breakpoints-buffer.
8923
8924 2004-11-25 Richard M. Stallman <rms@gnu.org>
8925
8926 * progmodes/flymake.el: Reindent.
8927 (flymake-split-string): Turn into defalias.
8928 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8929 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8930 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8931 (flymake-build-relative-filename): Rename from ...path.
8932 Fix error message.
8933
8934 2004-11-25 Cheng Gao <chenggao@gmail.com>
8935
8936 * progmodes/flymake.el: Much whitespace and capitalization change.
8937 Move `provide' to end. Require `compile' only when compiling.
8938
8939 2004-11-24 Jay Belanger <belanger@truman.edu>
8940
8941 * calc/calc-alg.el: Added comment.
8942 (math-polynomial-base): Replace variable mpb-top-expr by
8943 math-poly-base-top-expr.
8944
8945 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8946 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8947 variable.
8948 (math-poly-base-total-base): New variable.
8949 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8950 mpb-total-base by declared variable.
8951 (math-factored-vars, math-to-list): Declare it.
8952 (math-fact-expr): New variable.
8953 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8954 (math-factor-expr-try, math-factor-expr-part): Replace variable
8955 expr by declared variable.
8956 (math-fet-x): New variable.
8957 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8958 by declared variable.
8959 (math-factor-poly-coefs): Make temp a local variable.
8960
8961 * calc/calc-units.el (calc-convert-units): Make units a local
8962 variable.
8963 (calc-num-units, calc-den-units): New variables.
8964 (calc-explain-units, calc-explain-units-rec): Replace variables
8965 num-units and den-units by declared variables.
8966 (math-cu-unit-list): New variable.
8967 (math-build-units-table, math-compare-unit-names)
8968 (math-convert-units, math-convert-units-rec): Replace variable
8969 unit-list by declared variable.
8970 (math-fbu-base, math-fbu-entry): New variables.
8971 (math-find-base-units, math-find-base-units-rec): Replace variables
8972 base and entry by declared variables.
8973 (math-which-standard): New variable.
8974 (math-to-standard-units, math-to-standard-rec): Replace variable
8975 which-standard by declared variable.
8976 (math-fcu-u): New variable.
8977 (math-find-compatible-unit, math-find-compatible-unit-rec):
8978 Replace variable u by declared variable.
8979 (math-cu-new-units, math-cu-pure): New variables.
8980 (math-convert-units, math-convert-units-rec): Replace variables
8981 new-units and pure by declared variables.
8982 (math-try-cancel-units): New variable.
8983 (math-simplify-units-quotient): Replace variable try-cancel-units by
8984 declared variable.
8985
8986 2004-11-24 Richard M. Stallman <rms@gnu.org>
8987
8988 * textmodes/ispell.el (ispell-check-version):
8989 If default-directory is nonexistent, use home dir.
8990
8991 * progmodes/grep.el (grep-regexp-alist):
8992 Don't match parens around line numbers.
8993
8994 * progmodes/cperl-mode.el (cperl-indent-region)
8995 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8996 Don't print progress messages.
8997
8998 * progmodes/compile.el (compilation-mode-map):
8999 Don't inherit from compilation-minor-mode-map;
9000 copy its bindings instead. But the menu bar Compile
9001 entry now does inherit from compilation-menu-map.
9002
9003 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9004 Use with-no-warnings around compiler-macroexpand.
9005
9006 * imenu.el: Don't always require newcomment.
9007 (imenu--generic-function): Call comment-normalize-vars
9008 if we have a comment syntax.
9009 Exit the loop if REGEXP matches the null string.
9010 Test comment-start as well as comment-start-skip
9011 when deciding whether to check for comments.
9012
9013 * tooltip.el (tooltip-mode): Doc fix.
9014
9015 * term.el (term-escape-char, term-mode): Doc fixes.
9016
9017 2004-11-24 Dave Love <fx@gnu.org>
9018
9019 * progmodes/python.el (python-font-lock-syntactic-keywords):
9020 Check for escapes in the regexp.
9021 (python-quote-syntax): Don't do it here.
9022
9023 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9024
9025 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9026 (gdb-frames-mode-map, gdb-threads-mode-map)
9027 (gdb-registers-mode-map, gdb-locals-mode-map)
9028 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9029 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9030
9031 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9032 (dedicated-switch-to-buffer): Rework.
9033 (gdb-var-evaluate-expression-handler, gdb-put-string):
9034 Remove unused variable bindings.
9035 (gdb-setup-windows, gdb-display-buffer):
9036 Simplify. Use pop-to-buffer.
9037 (gdb-view-source-function): Simplify.
9038 (gdb-frame-breakpoints-buffer):
9039 Use pop-to-buffer, special-display-regexps.
9040
9041 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9042
9043 * progmodes/f90.el (f90-smart-end)
9044 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9045 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9046 (f90-end-of-block): Doc fix. Make check of outermost block
9047 conditional on value of `f90-smart-end'.
9048 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9049 Handle case where END-BLOCK is nil.
9050 (f90-match-end): Handle un-named PROGRAM blocks.
9051 (f90-backslash-not-special): New function.
9052
9053 2004-11-24 Jay Belanger <belanger@truman.edu>
9054
9055 * calc/calc.el (calc-embedded-active): Removed unnecessary
9056 declaration.
9057 (calc-show-banner): Removed redundant declaration.
9058
9059 * calc/calc-graph.el (calc-gnuplot-default-device)
9060 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9061 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9062 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9063 Remove redundant initial values.
9064
9065 * calc/calc-arith.el (math-scalar-functions)
9066 (math-nonscalar-functions, math-scalar-if-args-functions)
9067 (math-real-functions, math-positive-functions)
9068 (math-nonnegative-functions, math-real-scalar-functions)
9069 (math-real-if-arg-functions, math-integer-functions)
9070 (math-num-integer-functions, math-rounding-functions)
9071 (math-float-rounding-functions, math-integer-if-args-functions)
9072 (math-super-types): Move declarations to earlier in file.
9073 (math-unit-prefixes): Declared it.
9074 (math-floor-prec, math-trunc-prec): New variables.
9075 (math-trunc-fancy): Replace variable prec by declared variable.
9076 (math-floor-fancy): Replace variable prec by declared variable.
9077 (math-com-bterms): New variable.
9078 (math-commutative-equal, math-commutative-collect):
9079 Replace variable bterms by declared variable.
9080
9081 * calc/calc-misc.el (math-trunc): Replace variable prec by
9082 math-trunc-prec.
9083 (math-floor): Replace variable prec by math-floor-prec.
9084
9085 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9086 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9087 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9088 (math-format-date, math-format-date-part): Replace variables
9089 date, dt, year, month, day, weekday, hour, minute, second and
9090 bc-flag by declared variables.
9091 (math-pd-str): New variable.
9092 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9093 Replace variable str by declared variable.
9094 (math-daylight-savings-hook, math-tzone-names): Move definitions
9095 to earlier in the file.
9096 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9097 (math-sh-year): New variable.
9098 (math-setup-add-holidays, math-setup-holidays)
9099 (math-setup-year-holidays): Replace variable `year' by declared
9100 variable.
9101
9102 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9103 New variables.
9104 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9105 n, nf and nfm1 by declared variables.
9106 (math-nri-n): New variable.
9107 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9108 n by declared variable.
9109 (calcFunc-log): Removed misplaced condition.
9110
9111 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9114
9115 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9116
9117 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9118 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9119 Dedicate gdb-related windows.
9120 (gdb-display-buffer): Dedicate gdb-related windows.
9121 Don't grab other frames.
9122 (gdb-reset): Remove dedicated property after debugging.
9123
9124 2004-11-24 Jay Belanger <belanger@truman.edu>
9125
9126 * calc/calc-sel.el: Add comment.
9127
9128 * calc/calc.el (math-stack-value-offset): Replace variables c,
9129 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9130
9131 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9132 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9133 (math-stack-value-offset-fancy): Replace variables c, wid and off
9134 by declared variables.
9135 (math-comp-just, math-comp-comma-spc): New variables.
9136 (math-compose-expr, math-compose-matrix): Replace variables `just'
9137 and comma-spc by declared variable.
9138 (math-comp-vector-prec): New variable.
9139 (math-compose-expr, math-compose-matrix, math-compose-rows):
9140 Replace variable vector-prec by declared variable.
9141 (math-comp-left-bracket, math-comp-right-bracket)
9142 (math-comp-comma): New variables.
9143 (math-compose-expr, math-compose-rows): Replace variables
9144 left-bracket, right-bracket and comma by declared variables.
9145 (math-comp-full-width): New variable.
9146 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9147 Replace variable full-width by declared variable.
9148 (math-comp-highlight, math-comp-word, math-comp-level)
9149 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9150 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9151 New variables.
9152 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9153 (math-comp-sel-flat-term): Replace variables comp-highlight,
9154 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9155 declared variables.
9156 (math-comp-simplify, math-comp-simplify-term)
9157 (math-comp-add-string, math-comp-add-string-sel):
9158 Replace variables comp-highlight, comp-buf, comp-base,
9159 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9160
9161 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9162
9163 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9164
9165 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9166 and x-server-version may throw.
9167
9168 2004-11-23 Kim F. Storm <storm@cua.dk>
9169
9170 * subr.el (substitute-key-definition-key): Optimize.
9171 Don't call indirect-function for nil defn (always signals error).
9172
9173 * ido.el (ido-read-internal): Fix require-match check when
9174 ido-directory-too-big is set.
9175
9176 2004-11-23 Jay Belanger <belanger@truman.edu>
9177
9178 * calc/calc-ext.el (math-read-replacement-list)
9179 (math-read-superscripts): New variables.
9180 (math-read-preprocess-string): New function.
9181 (math-read-expr): Filter input through math-read-preprocess-string.
9182
9183 * calc/calc-aent.el (math-read-exprs): Filter input through
9184 math-read-preprocess-string.
9185
9186 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9187
9188 * progmodes/compile.el (compilation-start): In cd command use
9189 substitute-env-vars -- not quite shell compatible but better than
9190 nothing.
9191 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9192 handle the newer versions messages, which are more parseable.
9193
9194 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * reveal.el (reveal-mode-map): New var.
9197 (reveal-mode): Use it.
9198
9199 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9200
9201 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9202 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9203
9204 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9207 header-line when needed.
9208 Use fixed-pitch only in the header-line.
9209 Build the underline automatically. Use emdash if available.
9210
9211 2004-11-22 Richard M. Stallman <rms@gnu.org>
9212
9213 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9214 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9215
9216 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9217
9218 * progmodes/gdb-ui.el (gdb-resync): New function.
9219 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9220 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9221 Use it to fail more gracefully.
9222 (gdb-variables): Delete variable.
9223 Re-order variables to reduce byte-compiler warnings.
9224
9225 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * descr-text.el (describe-char):
9228 * paren.el (show-paren-function):
9229 * subr.el (syntax-after): Undo last change.
9230
9231 * progmodes/python.el (run-python): Don't hard code *Python*.
9232 Don't modify global process-environment.
9233 (python-send-region, python-load-file): Don't assume that
9234 python-buffer == (process-buffer (python-proc)).
9235 (python-switch-to-python): Simplify.
9236
9237 * dired.el (dired-align-file): Don't assume line starts with spaces.
9238
9239 2004-11-21 Jay Belanger <belanger@truman.edu>
9240
9241 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9242 Replace variable `lines' by math-read-big-lines.
9243 (math-read-big-expr): Replace variables the-baseline, the-h2
9244 and err-msg by math-read-big-baseline, math-read-big-h2 and
9245 math-read-err-msg.
9246 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9247
9248 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9249 (math-read-big-balance): Replace unbound variable by value.
9250 (math-read-big-lines): New variable.
9251 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9252 (math-read-big-error, math-read-big-balance): Replace variable
9253 `lines' by declared variable.
9254 (math-read-big-baseline, math-read-big-h2): New variables.
9255 (math-read-big-rec): Replace variables the-baseline and the-h2
9256 by declared variables.
9257 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9258 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9259 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9260 declared variables.
9261 (math-read-big-err-msg): New variable.
9262 (math-read-big-error): Replace variable err-msg by declared variable.
9263
9264 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * ses.el: Add coding cookie.
9267 Fix up docstrings, follow new commenting conventions.
9268 (ses-header-line-menu): Fix missing variable rename for header-row.
9269 (ses-cell-size): Remove.
9270 (ses-make-cell): New function.
9271 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9272 (ses-calculate-cell): Remove unused var `symbol'.
9273 (ses-narrowed-p): New function.
9274 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9275 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9276 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9277 (ses-setup): Use restore-buffer-modified-p.
9278 (ses-cleanup): Remove unused var `end'.
9279 (ses-header-string-left-offset): Remove.
9280 (ses-create-header-string): Adjust to new behavior of `align-to'.
9281 Truncate excessively large fields to preserve alignment.
9282 (ses-reconstruct-all): Remove unused var `refs'.
9283 (ses-read-cell-printer): Remove unused var `prompt'.
9284 (ses-delete-row): Remove unused var `pos'.
9285 (ses-delete-column): Remove unused var `new'.
9286
9287 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9288
9289 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9290 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9291 Eliminate eval-and-compile usage.
9292 (ps-insert-file): Use insert-file-contents instead of insert-file.
9293 (ps-setup): Code fix.
9294
9295 * printing.el (pr-setup, lpr-setup): Code fix.
9296
9297 2004-11-21 Jay Belanger <belanger@truman.edu>
9298
9299 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9300 (calc-original-buffer): Declare them.
9301 (calc-user-formula-alist): New variable.
9302 (calc-user-define-formula, calc-fix-user-formula)
9303 (calc-user-define-composition, calc-finish-formula-edit):
9304 Replace variable `alist' by declared variable.
9305 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9306 (var-q7, var-q7, var-q8, var-q9): Declare them.
9307 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9308 are bound.
9309 (calcFunc-typeof): Replace undeclared variable by expression.
9310 (math-exp-env): New variable.
9311 (math-define-body, math-define-exp): Replace exp-env by declared var.
9312 (math-define-exp): Replace misplaced variable by expression.
9313
9314 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9315 (calc-curve-model, calc-curve-coefnames): New variables.
9316 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9317 varnames, model and coefnames by declared variables.
9318 (math-root-widen): New variable.
9319 (math-search-root, math-find-root): Replace variable root-widen by
9320 declared variable.
9321 (var-DUMMY): Declare it.
9322 (math-root-vars, math-min-vars): Move the declarations to earlier in
9323 the file.
9324 (math-brent-min): Make d a local variable.
9325 (math-find-minimum): Replace non-existent variable.
9326 (math-ninteg-romberg): Remove unnecessary variable.
9327 (math-ninteg-temp): New variable.
9328 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9329 integ-temp by declared variable.
9330 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9331 New variables.
9332 (math-general-fit): Replace variables first-var, first-coef and
9333 new-coefs by declared variables.
9334 (calcFunc-fitvar): Replace variable first-var by declared variable.
9335 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9336 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9337 (math-all-vars-vars, math-all-vars-found): New variables.
9338 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9339 found by declared variable math-all-vars-vars.
9340
9341 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9342
9343 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9344 of `defconst'.
9345
9346 2004-11-20 Richard M. Stallman <rms@gnu.org>
9347
9348 * isearch.el (isearch-mode-map): Don't bind SPC.
9349 (isearch-whitespace-chars): Function deleted.
9350 (isearch-search): Bind search-spaces-regexp.
9351 (isearch-lazy-highlight-search): Likewise.
9352 (search-whitespace-regexp): Doc fix.
9353 (isearch-forward-regexp): Doc fix.
9354
9355 * emacs-lisp/bytecomp.el (byte-compile-form):
9356 Move the calls to byte-compile-set-symbol-position,
9357 to avoid having two for the same symbol occurrence.
9358
9359 * comint.el (comint-input-ring-size): Increase to 150.
9360
9361 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9362 New variables.
9363 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9364 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9365
9366 * imenu.el (imenu--generic-function):
9367 Ensure we keep moving backward even if BEG isn't further back.
9368
9369 * replace.el (query-replace-read-to, query-replace-read-from):
9370 Specify t for KEEP-ALL in read-from-minibuffer.
9371
9372 * progmodes/python.el (python-switch-to-python):
9373 If Python isn't running, start it.
9374 Don't alter debug-ignored-errors.
9375
9376 * progmodes/cperl-mode.el (cperl-indent-region):
9377 Don't mind imenu-scanning-message.
9378
9379 * bindings.el (global-map): Bind C-e to move-end-of-line.
9380
9381 * simple.el (line-move-finish): New arg FORWARD.
9382 Ignore invisible newlines, not intangible ones.
9383 Conditions for acceptable stopping positions depend on FORWARD.
9384 (line-move): Pass FORWARD arg to line-move-finish.
9385
9386 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9387 of HEADER. Compensate for this change in the code to add display
9388 properties. Don't make the first line intangible.
9389
9390 * info.el (Info-search): Fix previous change.
9391
9392 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9393
9394 * Makefile.in (recompile): Revert 2004-11-19 change.
9395 (compile): Likewise.
9396
9397 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9398
9399 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9400
9401 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9402
9403 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9404 defgroup and defcustom. Eliminate eval-and-compile usage.
9405
9406 * progmodes/ebnf-otz.el: Fix typos.
9407
9408 2004-11-19 Jay Belanger <belanger@truman.edu>
9409
9410 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9411 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9412 disp-trail by declared variable.
9413
9414 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9415 (calc-finish-selection-edit): Replace variable disp-trail by
9416 declared variable.
9417 (calc-selection-cache-entry): Move declaration to earlier in the file.
9418 (calc-selection-cache-num, calc-selection-cache-comp)
9419 (calc-selection-cache-offset, calc-selection-true-num)
9420 (calc-final-point-line, calc-final-point-column)
9421 (calc-original-buffer): Declare them.
9422 (calc-fnp-op, calc-fnp-num): New variables.
9423 (calc-find-nth-part, calc-find-nth-part-rec)
9424 (calc-select-previous): Replace op and num by declared variables.
9425 (calc-rsf-old, calc-rsf-new): New variables.
9426 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9427 Replace variables old and new by declared variables.
9428 (calc-sel-reselect): New variable.
9429 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9430 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9431 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9432 reselect with declared variable.
9433
9434 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9435 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9436 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9437 (math-import-list, math-rewrite-phase): Declare them.
9438 (math-rewrite): Use let* to declare variables.
9439 (calc-rewrite-selection): Make rules a local variable.
9440 (calc-rewr-sel): New variable.
9441 (calc-rewrite-selection, calc-locate-selection-marker)
9442 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9443 of sel.
9444 (math-rewrite-whole-expr): New variable.
9445 (math-rewrite, math-rewrite-phase): Replace variable expr by
9446 declared variable.
9447 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9448 (math-rewrite-heads-blanks ): New variables.
9449 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9450 heads, skips and blanks by declared variables.
9451 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9452 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9453 New variables.
9454 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9455 old, new, old-func and new-func by declared variables.
9456 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9457 Remove unnecessary variable.
9458 (math-apply-rw-regs): New variable.
9459 (math-apply-rewrites, math-rwapply-replace-regs)
9460 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9461 (math-apply-rw-ruleset): New variable.
9462 (math-apply-rewrites, math-rwapply-remember): Replace variable
9463 ruleset by declared variable.
9464
9465 2004-11-19 Richard M. Stallman <rms@gnu.org>
9466
9467 * info.el (Info-search): Use search-whitespace-regexp.
9468
9469 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9470
9471 * vc-rcs.el (vc-rcs-parse): New function.
9472 (vc-rcs-annotate-command): Likewise.
9473 (vc-rcs-annotate-current-time): Likewise.
9474 (vc-rcs-annotate-time): Likewise.
9475 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9476
9477 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9478
9479 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9480
9481 2004-11-18 Jay Belanger <belanger@truman.edu>
9482
9483 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9484
9485 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9486
9487 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9488 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9489 Use make-temp-file to generate PostScript files in any situation.
9490 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9491 (pr-interactive-p): Eliminate var.
9492 (pr-save-interactive): Eliminate macro.
9493 (pr-interface, pr-ps-directory-preview)
9494 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9495 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9496 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9497 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9498 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9499 (pr-ps-region-ps-print, pr-ps-mode-preview)
9500 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9501 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9502 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9503 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9504 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9505 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9506 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9507 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9508 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9509 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9510 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9511 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9512 Eliminate pr-save-interactive usage.
9513 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9514 Eliminate pr-interactive-p usage.
9515 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9516 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9517 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9518 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9519 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9520 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9521 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9522 New funs.
9523 (pr-ps-file): Use make-temp-file to generate a temporary file.
9524
9525 2004-11-17 Jay Belanger <belanger@truman.edu>
9526
9527 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9528 a local variable.
9529 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9530 (math-top-only): New variable.
9531 (math-simplify, math-simplify-step): Replace variable top-only by
9532 declared variable math-top-only.
9533 (math-simplify-expr): Declare it.
9534 Replace argument expr in all calls of math-defsimplify by
9535 math-simplify-expr.
9536 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9537 (math-simplify-divisor, math-simplify-one-divisor)
9538 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9539 (math-simplify-pow): Replace variable expr by declared variable
9540 math-simplify-expr.
9541 (math-simplify-divisor): Remove local variables temp and op.
9542 (math-simplify-one-divisor): Make temp and op local variables.
9543 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9544 New variables.
9545 (math-simplify-divisor, math-simplify-one-divisor):
9546 Replace variables nover and dover by declared variables.
9547 (math-expr-subst-new, math-expr-subst-old): New variables.
9548 (math-expr-subst, math-expr-subst-rec): Replace variables new
9549 and old by declared variables.
9550 (math-is-poly-degree, math-is-poly-loose): New variables.
9551 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9552 and loose by declared variables.
9553 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9554 (math-polynomial-base, math-polynomial-base-rec):
9555 Replace variables const-ok and mpb-pred by declared variables.
9556
9557 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9558
9559 * calc/calc-ext.el (math-defsimplify): Change the argument in
9560 the created function to math-simplify-expr.
9561
9562 * calc/calc-units.el (math-simplify-expr): Declare it.
9563 Replace argument expr in all calls of math-defsimplify by
9564 math-simplify-expr.
9565 (math-simplify-units-prod): Replace variable expr by declared
9566 variable math-simplify-expr.
9567
9568 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9571 Replace mapcar->dolist, format->string.
9572
9573 2004-11-17 Miles Bader <miles@gnu.org>
9574
9575 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9576 * progmodes/idlwave.el: Remove RCS keywords.
9577
9578 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9579
9580 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9581 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9582 Update to IDLWAVE version 5.5. Too many changes to list them here.
9583 * progmodes/idlw-help.el: New file.
9584
9585 2004-11-16 Richard M. Stallman <rms@gnu.org>
9586
9587 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9588 Discard spaces after \i according to TeX rules.
9589
9590 * international/mule.el (set-buffer-file-coding-system):
9591 New arg NOMODIFY.
9592 (after-insert-file-set-coding): Pass that new arg.
9593 Prevent set-buffer-multibyte from trying to lock the file.
9594
9595 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9596
9597 * saveplace.el (save-place): Doc fix.
9598
9599 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9600 temporarily widen before finding the following word to copy.
9601
9602 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9603 (cl-map-keymap): Definition deleted.
9604
9605 * subr.el (map-keymap-internal): New function.
9606
9607 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9610 when pressing rather than when releasing mouse-2. Simplify.
9611
9612 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9615 (compilation-mode): Set it here instead.
9616
9617 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9618
9619 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9620 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9621
9622 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * progmodes/compile.el (compilation-internal-error-properties):
9625 Fix up a transposition-typo. Check end-col before using it.
9626
9627 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9628
9629 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9630 Discard whitespace after macro \i when converting it.
9631
9632 2004-11-16 Juri Linkov <juri@jurta.org>
9633
9634 * emacs-lisp/find-func.el (find-function-regexp):
9635 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9636 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9637 Remove invalid `\W' from [^cgv\W]. Doc fix.
9638 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9639
9640 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9641
9642 * play/life.el: Maintainer is now FSF.
9643 (life-patterns, life-neighbor-deltas, life-window-start)
9644 (life-current-generation, life-generation-string): Use defvar
9645 instead of defconst.
9646
9647 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 * progmodes/compile.el (compilation-move-to-column): New fun.
9650 (compilation-internal-error-properties)
9651 (compilation-next-error-function): Use it to make sure we don't go past
9652 the end of line.
9653
9654 2004-11-15 John Paul Wallington <jpw@gnu.org>
9655
9656 * autoinsert.el (auto-insert-alist): Insert the user's name in
9657 copyright notice, rather than Free Software Foundation, for the
9658 Emacs Lisp header case too.
9659
9660 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9661
9662 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9663 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9664 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9665 return the list of string in a string.
9666 (pr-call-process): Message if calling process returns an error, that
9667 is, the exit status is different of zero.
9668
9669 2004-11-15 Jay Belanger <belanger@truman.edu>
9670
9671 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9672 variable var-thing.
9673 (math-integ-depth, math-integ-level, math-integral-limit)
9674 (math-enable-subst, math-any-substs, math-integ-msg)
9675 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9676 (math-int-threshold, math-int-factors, math-double-roots)
9677 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9678 (var-GenCount): Declare these variables.
9679 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9680 (math-integral-cache, math-integral-cache-state):
9681 Move declarations to earlier in the file.
9682 (math-deriv-var, math-deriv-total, math-deriv-symb)
9683 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9684 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9685 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9686 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9687 (math-solve-res): New variables
9688 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9689 (math-integral, math-replace-integral-parts)
9690 (math-integrate-by-parts, calc-dump-integral-cache)
9691 (math-try-integral, math-do-integral, math-do-integral)
9692 (math-do-integral-methods, math-try-solve-for)
9693 (math-try-solve-prod, math-solve-poly-funny-powers)
9694 (math-solve-crunch-poly, math-decompose-poly)
9695 (math-solve-find-root-term, math-find-root-in-prod)
9696 (math-integ-try-linear-substitutions)
9697 (math-integ-try-substitutions, math-expr-rational-in)
9698 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9699 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9700 (math-solve-for, math-solve-system, math-solve-system-rec)
9701 (math-solve-get-sign, math-solve-get-int)
9702 (math-solve-system-subst): Replace undeclared variables with newly
9703 declared variables.
9704
9705 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * winner.el (winner-active-region, winner-edges, winner-window-list):
9708 Define at toplevel.
9709 (winner-mode-map): Move init inside declaration.
9710
9711 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9712
9713 * files.el (convert-standard-filename): Doc fix.
9714
9715 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9716
9717 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9718 passwd, group, shadow, default/* and pam.d/*.
9719
9720 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9721
9722 * printing.el (pr-menu-spec): Adjust menu specification.
9723
9724 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9725
9726 * printing.el: Doc fix. Insert :version tag into all defcustom.
9727 Handle interactive-p as is recommended in Emacs Lisp Reference.
9728 Set the file permission bits for newly created files.
9729 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9730 The printing menu specification (in `pr-menu-spec') was merged.
9731 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9732 (pr-version): New version number (6.8.3).
9733 (pr-file-modes): New option.
9734 (pr-interactive-p): New var.
9735 (pr-save-interactive, pr-save-file-modes): New macros.
9736 (pr-setup): Code fix.
9737 (pr-menu-spec): Menu specification merged.
9738 (pr-call-process, pr-text2ps): Set file permission bits.
9739 (pr-despool-print): Set file permission bits. Handle interactive-p as
9740 is recommended.
9741 (pr-interface, pr-ps-directory-preview)
9742 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9743 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9744 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9745 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9746 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9747 (pr-ps-region-ps-print, pr-ps-mode-preview)
9748 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9749 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9750 (pr-despool-using-ghostscript, pr-despool-ps-print)
9751 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9752 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9753 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9754 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9755 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9756 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9757 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9758 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9759 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9760 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9761 Handle interactive-p as is recommended.
9762
9763 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9766 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9767
9768 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9769 so it doesn't forget to highlight the beginning of the region either.
9770
9771 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9772
9773 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9774 (c-font-lock-init): Eliminate obsolete make-local-hook.
9775 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9776 (awk-mode): Use run-mode-hooks.
9777
9778 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9779
9780 2004-11-13 Kim F. Storm <storm@cua.dk>
9781
9782 * mouse.el (mouse-drag-copy-region): Add :version.
9783 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9784 while dragging mode line, so mode line can be dragged downwards.
9785 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9786 while pressing mouse button so window doesn't scroll until we
9787 release the mouse if clicking on partially visible line.
9788
9789 2004-11-12 Jay Belanger <belanger@truman.edu>
9790
9791 * calc/calc-graph.el (calc-dumb-map): Declare it.
9792 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9793 than unbound.
9794 (calc-graph-name): Made `end' a local variable.
9795 (calc-graph-lookup): Made `varname' a local variable.
9796 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9797 Declare them.
9798 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9799 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9800 the unused variable y3vec.
9801 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9802 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9803 calc-graph-prev-kill-hook.
9804 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9805 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9806 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9807 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9808 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9809 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9810 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9811 (calc-graph-y3value, calc-graph-y3name)
9812 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9813 (calc-graph-stepcount, calc-graph-is-splot)
9814 (calc-graph-surprise-splot, calc-graph-blank)
9815 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9816 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9817 (calc-graph-recompute-2d, calc-graph-compute-3d)
9818 (calc-graph-format-data): Replace undeclared variables with the
9819 above newly declared variables.
9820
9821 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9822
9823 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9824 `rsf-beep' and `rsf-sleep-after-message'.
9825
9826 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9827 list if `message-sender' is non-nil.
9828
9829 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9830
9831 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9832 consing by using mapc instead of mapcar.
9833
9834 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9835
9836 * tooltip.el (require): Explain why CL is needed.
9837
9838 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9839
9840 * printing.el: Insert :version into defgroup (printing). All reference
9841 to Files option in menubar were changed to File.
9842 (pr-version): New version number (6.8.2).
9843 (pr-get-symbol): Call easy-menu-intern.
9844 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9845 compilation gripes.
9846
9847 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9850 new byte-compile-function-environment binding to t.
9851
9852 * font-lock.el (font-lock-fontify-syntactically-region):
9853 Don't forget to highlight the last char when we hit `end'.
9854
9855 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9856 (mwheel-scroll): Adjust accordingly.
9857
9858 * cvs-status.el: Reduce spurious warnings.
9859 (cvs-status-checkout): Remove.
9860 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9861
9862 * pcvs.el (cvs-mode-checkout): New command.
9863
9864 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9865
9866 * tooltip.el: Require CL.
9867
9868 * emacs-lisp/bytecomp.el: Use push.
9869 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9870 (defalias): Remove the `byte-compile' property and add
9871 a `byte-hunk-handler'.
9872
9873 2004-11-11 Juri Linkov <juri@jurta.org>
9874
9875 * info.el (Info-search): Save match data for isearch.
9876 Skip Tag Table node.
9877
9878 * descr-text.el (describe-char): Replace syntax-after with code
9879 from its previous version.
9880
9881 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9882 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9883
9884 * international/mule.el (sgml-html-meta-auto-coding-function):
9885 Remove > after <html to allow HTML attributes.
9886
9887 2004-11-11 Jay Belanger <belanger@truman.edu>
9888
9889 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9890 a variable.
9891 (calcFunc-dfac): Replace unbound max by n.
9892 (math-stirling-local-cache): New variable.
9893 (math-stirling-number, math-stirling-1, math-stirling-2):
9894 Replace the variable `cache' by the declared variable
9895 math-stirling-local-cache.
9896 (var-RandSeed): Declare it as a variable.
9897 (math-init-random-base, math-random-digit): Don't check to see if
9898 var-RandSeed is bound.
9899 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9900 Declare them instead of just setting them.
9901 (math-init-random-base): Made i a local variable.
9902 (math-random-digit): Made math-random-last a local variable.
9903 (math-prime-test-cache): Move declaration to before it is used.
9904 (math-prime-test-cache-k, math-prime-test-cache-q)
9905 (math-prime-test-cache-nm1, math-prime-factors-finished):
9906 Declare them as variables.
9907
9908 2004-11-11 Jay Belanger <belanger@truman.edu>
9909
9910 * calc/calc-ext.el (math-defcache): Use defvar for the new
9911 variables it creates.
9912
9913 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9914
9915 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9916 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9917 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9918 (desktop-save): Add :version.
9919
9920 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * printing.el (pr-get-symbol): Don't downcase.
9923
9924 2004-11-10 Jay Belanger <belanger@truman.edu>
9925
9926 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9927 string to kill-ring.
9928
9929 * calc/calc-aent.el (calc-alg-exp, math-toks)
9930 (math-exp-pos,math-exp-old-pos, math-exp-token)
9931 (math-exp-keep-spaces, math-exp-str): New variables.
9932 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9933 (calcAlg-enter): Use declared variable calc-alg-exp.
9934 (math-build-parse-table, math-find-user-token): Use declared
9935 variable math-toks.
9936 (math-read-exprs, math-read-token, calc-check-user-syntax)
9937 (calc-match-user-syntax, match-factor-after, math-read-factor):
9938 Use declared variables math-exp-pos math-exp-old-pos.
9939 (math-read-exprs, math-read-token, math-read-expr-level)
9940 (calc-check-user-syntax, calc-match-user-syntax)
9941 (match-factor-after, math-read-factor): Use declared variable
9942 math-exp-token.
9943 (math-read-exprs, math-read-expr-list, math-read-token)
9944 (math-read-factor): Use declared variable math-exp-keep-spaces.
9945 (math-read-exprs, math-read-token): Use declared variable
9946 math-exp-str.
9947 (calc-match-user-syntax): Make m a local variable.
9948
9949 * calc/calc-ext.el (math-read-expr): Use declared variables
9950 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9951 math-exp-keep-spaces.
9952
9953 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9954 variables math-exp-pos, math-exp-str.
9955
9956 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9957 math-exp-old-pos.
9958 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9959 (math-parse-eqn-prime): Use declared variable math-exp-token.
9960
9961 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9962 Use declared variable math-exp-pos.
9963 (math-check-for-commas): Use declared variable math-exp-str.
9964 (math-read-brackets): Use declared variables math-exp-old-pos,
9965 math-exp-keep-spaces.
9966 (math-read-brackets, math-read-vector, math-read-matrix):
9967 Use declared variable math-exp-token.
9968
9969 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9972 where the keymap is a symbol.
9973 (easy-menu-add-item): Use keymap-prompt. Simplify.
9974
9975 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9976
9977 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9978 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9979
9980 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9981
9982 * ebuff-menu.el: Doc fixes throughout.
9983 (electric-buffer-menu-mode-hook): New defvar.
9984
9985 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9986
9987 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9988 The resulting compiler warnings appear to be harmless.
9989
9990 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9991
9992 * textmodes/conf-mode.el: New file.
9993
9994 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9995
9996 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9997
9998 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9999
10000 2004-11-09 Jay Belanger <belanger@truman.edu>
10001
10002 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10003
10004 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10005 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10006 (calc-z-prefix-help, calc-user-function-list): Use declared
10007 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10008 (math-map-tree, math-map-tree-rec): Use declared variables
10009 math-mt-many, math-mt-func.
10010 (math-read-expression, math-read-string): Use declared variable
10011 math-expr-data.
10012
10013 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10014 variable math-normalize-a.
10015
10016 * calc/calc.el (math-normalize-a): New variable.
10017 (math-normalize): Use declared variable math-normalize-a.
10018
10019 * calc/calc-poly.el (math-expand-form): Use declared variable
10020 math-mt-many.
10021
10022 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10023 Use declared variable math-mt-many.
10024 (math-rewrite): Use declared variable math-mt-func.
10025
10026 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10027 (math-read-matrix): Use declared variable math-expr-data.
10028
10029 * calc/calc-lang.el (math-parse-fortran-vector)
10030 (math-parse-fortran-vector-end, math-parse-tex-sum)
10031 (math-parse-eqn-matrix, math-parse-eqn-prime)
10032 (math-read-math-subscr): Use declared variable math-expr-data.
10033
10034 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10035 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10036 (calc-match-user-syntax, math-read-if, math-factor-after)
10037 (math-read-factor): Use declared variable math-expr-data.
10038
10039 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10040
10041 * calendar/diary-lib.el (diary-from-outlook)
10042 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10043 interactive-p; but rather new optional argument NOCONFIRM.
10044
10045 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10048 (easy-menu-name-match): Revert correspondingly.
10049
10050 2004-11-09 Richard M. Stallman <rms@gnu.org>
10051
10052 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10053 Turn off warnings for the new function even if definition not constant.
10054 If the definition isn't a quoted symbol, record (FUNCTION . t).
10055 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10056 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10057 (display-call-tree, byte-compile-arglist-warn):
10058 Handle t returned by byte-compile-fdefinition.
10059
10060 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10061
10062 * Makefile.in (maintainer-clean): Depend on distclean.
10063
10064 * help-fns.el (help-C-file-name): File name must be in build-files
10065 to be returned.
10066
10067 2004-11-09 Jay Belanger <belanger@truman.edu>
10068
10069 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10070 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10071
10072 * calc/calc.el (calc, calc-trail-display, calc-mode):
10073 Remove obsolete sections.
10074
10075 * calc/calc.el (calc-x-paste-text): Remove.
10076
10077 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10078 mouse-2.
10079
10080 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10081
10082 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10083 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10084 current frame (in case of recursive calls).
10085 (gdb-show-changed-values): Add :version keyword.
10086
10087 2004-11-09 Kenichi Handa <handa@m17n.org>
10088
10089 * international/mule-cmds.el: Change coding: tag back to
10090 iso-2022-7bit.
10091
10092 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * international/mule-cmds.el: Change coding-system to utf-8.
10095 (select-safe-coding-system-interactively):
10096 New function extracted from select-safe-coding-system.
10097 (select-safe-coding-system): Use it.
10098
10099 2004-11-08 Richard M. Stallman <rms@gnu.org>
10100
10101 * subr.el (syntax-after): Doc fix.
10102
10103 * paren.el (show-paren-function): Change calls to syntax-after
10104 for new way of returning the value.
10105
10106 * menu-bar.el (menu-bar-file-menu): Make this the real name
10107 and menu-bar-files-menu the alias. Use the former.
10108 (global-map): Use `file', not `files', as the symbol.
10109
10110 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10111
10112 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10113 Don't use beginning-of-buffer.
10114 (filesets-cmd-show-result): Use with-no-warnings.
10115
10116 2004-11-08 Juri Linkov <juri@jurta.org>
10117
10118 * progmodes/compile.el (compile): Don't overwrite last command in
10119 minibuffer history with default command if they are not equal.
10120
10121 2004-11-08 Jay Belanger <belanger@truman.edu>
10122
10123 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10124 non-linear substitutions.
10125
10126 2004-11-08 Jay Belanger <belanger@truman.edu>
10127
10128 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10129 (math-do-integral): Set `math-linear-subst-tried' to nil.
10130 (math-do-integral-methods): Use `math-linear-subst-tried' to
10131 determine what type of substitution to try.
10132 (math-integ-try-linear-substituion):
10133 Set `math-linear-subst-tried' to t.
10134
10135 2004-11-08 Kim F. Storm <storm@cua.dk>
10136
10137 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10138
10139 2004-11-07 Juri Linkov <juri@jurta.org>
10140
10141 * info-look.el (info-lookup): Allow reusing in the current buffer
10142 not only *info* buffer, but all (even renamed) Info buffers
10143 by checking for major-mode instead of *info* buffer name.
10144 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10145 (octave-mode, maxima-mode) <doc-spec>:
10146 Allow long dashes generated by Texinfo 4.7 before definitions.
10147 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10148 definitions with argument separated by space.
10149
10150 2004-11-06 Richard M. Stallman <rms@gnu.org>
10151
10152 * simple.el (next-error group, face): Move before first use.
10153 (next-error-highlight, next-error-highlight-no-select): Likewise.
10154
10155 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10156 (line-move): New args NOERROR and TO-END.
10157 Return t if if succeed in moving specified number of lines.
10158 (move-end-of-line): New function.
10159
10160 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10161 (end-of-buffer-other-window): Likewise.
10162
10163 * simple.el (line-move-ignore-invisible): Default to t.
10164
10165 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10166
10167 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10168
10169 * international/iso-cvt.el (iso-cvt-define-menu):
10170 Rename menu-bar-files-menu to menu-bar-file-menu.
10171
10172 * net/browse-url.el (browse-url-gnome-moz-program)
10173 (browse-url-gnome-moz-arguments): Move up before first use.
10174
10175 * net/tramp.el (tramp group): Add :version.
10176
10177 * progmodes/ada-xref.el (ada-gdb-application):
10178 Use goto-char instead of beginning-of-buffer.
10179
10180 * progmodes/cperl-mode.el (cperl-info-on-command):
10181 Use goto-char instead of beginning-of-buffer.
10182
10183 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10184 Move up before first use.
10185 (idlwave-shell-temp-pro-file): Likewise.
10186 (idlwave-shell-temp-rinfo-save-file): Likewise.
10187 (idlwave-shell-temp-file): Minor doc fix.
10188
10189 * textmodes/flyspell.el (flyspell-external-point-words):
10190 Use goto-char instead of beginning-of-buffer.
10191
10192 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10193
10194 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10195 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10196 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10197
10198 2004-11-06 David Ponce <david@dponce.com>
10199
10200 * recentf.el (recentf-menu-path): Use menu item name.
10201
10202 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10203
10204 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10205 display doesn't support images.
10206
10207 2004-11-06 Andreas Schwab <schwab@suse.de>
10208
10209 * tempo.el (tempo-match-finder): Doc fix.
10210
10211 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10212
10213 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10216 (easy-menu-lookup-name): New fun to replace it.
10217 (easy-menu-get-map): Use it to obey menu item names (rather than just
10218 keys) when looking up `path'.
10219 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10220 (easy-menu-convert-item-1): Adjust to new name.
10221
10222 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10223
10224 * outline.el (hide-body): Don't hide lines at the top of the file
10225 that precede the first header line.
10226
10227 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10228
10229 * align.el (align-areas): Delete whitespace before reindenting, so
10230 that tabs are never placed after spaces.
10231
10232 2004-11-06 Alan Shutko <ats@acm.org>
10233
10234 * macros.el (insert-kbd-macro): Do completions based on macros,
10235 rather than all commands.
10236
10237 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10238
10239 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10240 to solve a bug whereby tags with 'b' don't match.
10241
10242 2004-11-05 Juri Linkov <juri@jurta.org>
10243
10244 * info.el (Info-search): Don't search in node header lines
10245 and file headers.
10246
10247 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10248 symbol-constituent characters after dot, not only digits.
10249
10250 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10251
10252 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10253
10254 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10255
10256 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10257 if a dialog will be used, read-file-name otherwise.
10258
10259 2004-11-04 Richard M. Stallman <rms@gnu.org>
10260
10261 * textmodes/table.el (table group): Add :version.
10262
10263 * textmodes/ispell.el (ispell-word):
10264 Don't alter args; set them only thru `interactive' spec.
10265
10266 * textmodes/flyspell.el (flyspell-word):
10267 Don't alter FOLLOWING; set it only thru `interactive' spec.
10268
10269 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10270
10271 * net/browse-url.el (browse-url-maybe-new-window):
10272 Use called-interactively-p.
10273
10274 * mail/supercite.el (sc-cite-region):
10275 Don't use interactive-p. Add arg INTERACTIVE.
10276 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10277
10278 * international/mule-cmds.el (set-input-method, toggle-input-method):
10279 Don't use interactive-p. Add arg INTERACTIVE.
10280
10281 * eshell/esh-mode.el (eshell-show-maximum-output):
10282 Don't use interactive-p.
10283 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10284
10285 * mouse.el (mouse-show-mark): Get positions to delete from mark
10286 and point, not from mouse-drag-overlay.
10287
10288 * imenu.el (imenu-eager-completion-buffer): Add :version.
10289
10290 * filesets.el (filesets group): Add :version.
10291
10292 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10293
10294 * files.el (xml-based-modes): Delete var.
10295 (magic-mode-alist): New more general var.
10296 (set-auto-mode): Use it.
10297
10298 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10299 when clicking from another window.
10300
10301 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10302
10303 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10304 (vc-cvs-annotate-time): Incorporate value of deleted var.
10305 Remove special-case handling of beginning-of-buffer cruft.
10306 Cache ending position (point) and return value in text property
10307 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10308
10309 * vc-cvs.el (vc-cvs-annotate-command):
10310 Delete extraneous lines from beginning of buffer.
10311 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10312
10313 * progmodes/grep.el (grep-default-command): Take empty string
10314 for tag if all other methods yield nil. Shell-quote the tag.
10315
10316 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10317 spec in `interactive' form, and mention it in the docstring.
10318 Also, make sure point is at bol after calling `annotate-time'.
10319
10320 2004-11-02 Richard M. Stallman <rms@gnu.org>
10321
10322 * cus-edit.el (customize-group-other-window):
10323 Select the window that displays the custom buffer.
10324 (custom-buffer-create-other-window): Likewise.
10325
10326 * comint.el (comint-insert-input): Fix previous change.
10327
10328 * emacs-lisp/elp.el (elp-instrument-function):
10329 Use called-interactively-p.
10330
10331 * emacs-lisp/easymenu.el (easy-menu-intern):
10332 Don't downcase; rather, case-flip the first letter of each word.
10333
10334 * emacs-lisp/easy-mmode.el (define-minor-mode):
10335 Use called-interactively-p.
10336
10337 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10338 Add interactive-only.
10339 (byte-compile-warnings): Add interactive-only as option.
10340 (byte-compile-interactive-only-functions): New variable.
10341 (byte-compile-form): Warn about calls to functions
10342 in byte-compile-interactive-only-functions.
10343
10344 * emacs-lisp/autoload.el (update-file-autoloads):
10345 Don't use interactive-p; take new arg SAVE-AFTER.
10346
10347 * emacs-lisp/advice.el (ad-make-advised-definition):
10348 Use called-interactively-p.
10349
10350 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10351
10352 * files.el (find-file-existing): New function.
10353
10354 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10355 find-file-existing. Add "New File..." that calls find-file.
10356
10357 * diropen.pbm, diropen.xpm: New files.
10358
10359 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10360 icon diropen. New tool bar item find-file-existing uses icon open.
10361
10362 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10363 instead of read-file-name.
10364
10365 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10366
10367 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10368 (icalendar--split-value): Change name of work buffer.
10369 (icalendar--get-weekday-abbrev): Return nil on error.
10370 (icalendar--date-to-isodate): New function.
10371 (icalendar-convert-diary-to-ical)
10372 (icalendar-extract-ical-from-buffer): Use only two args for
10373 make-obsolete (XEmacs compatibility).
10374 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10375 (icalendar-export-region): Doc fix.
10376 If error, return non-nil and write errors to a buffer.
10377 Use correct weekday for weekly recurring events.
10378 Check whether date has been parsed for ordinary events.
10379 Make weekly events start in the year 2000.
10380 DTEND is non-inclusive, shift end date by one day if
10381 necessary (not for entries that have date and time).
10382 Rename local let variables: oops -> found-error, datestring ->
10383 startdatestring.
10384
10385 2004-11-02 Kim F. Storm <storm@cua.dk>
10386
10387 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10388 keep-mode-if-same variable. Add it as optional arg instead.
10389 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10390
10391 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10392 substitute-command-keys will select lower-case bindings like those
10393 used in the static help texts.
10394
10395 * descr-text.el (describe-text-properties): Don't err if called in
10396 the *Help* buffer; output to *Help-2* buffer instead.
10397
10398 * kmacro.el (group kmacro): Add :version.
10399 (kmacro-keyboard-quit): New function to cleanup on C-g.
10400 (kmacro-start-macro): Set defining-kbd-macro to append when
10401 appending to last macro.
10402
10403 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10404
10405 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10406
10407 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10408 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10409 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10410 Add :version keyword.
10411
10412 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10413
10414 * progmodes/flymake.el (flymake-err-line-patterns):
10415 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10416 `compilation-error-regexp-alist-alist' to internal Flymake format.
10417
10418 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10419
10420 2004-11-01 Jay Belanger <belanger@truman.edu>
10421
10422 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10423 with `interactive "s"'.
10424
10425 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10426
10427 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10428 Revert change from 2004-10-16. '*' checks the current buffer, but the
10429 mouse click may be in another buffer.
10430
10431 2004-11-01 John Paul Wallington <jpw@gnu.org>
10432
10433 * files.el (large-file-warning-threshold): Add :version keyword.
10434 (kill-some-buffers): Doc fix.
10435
10436 * thumbs.el (group thumbs): Add :version keyword.
10437
10438 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10439
10440 2004-11-01 Richard M. Stallman <rms@gnu.org>
10441
10442 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10443
10444 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10445
10446 * allout.el (allout group): Add :version.
10447 (allout-init): Don't use interactive-p.
10448 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10449 (allout-forward-current-level, allout-backward-current-level):
10450 Don't use interactive-p.
10451
10452 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10453 (bibtex-find-text): Likewise.
10454
10455 * progmodes/vhdl-mode.el (vhdl-fill-region)
10456 (vhdl-beginning-of-statement): Don't use interactive-p.
10457
10458 * progmodes/idlwave.el (idlwave-update-routine-info):
10459 Don't use interactive-p.
10460
10461 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10462 Don't use interactive-p.
10463
10464 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10465 Don't use interactive-p.
10466
10467 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10468 Don't use interactive-p.
10469
10470 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10471 (fortune-in-buffer): Doc fix.
10472
10473 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10474
10475 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10476 don't select the temporary buffer.
10477 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10478 (eudc-get-phone): Likewise.
10479
10480 2004-11-01 Kim F. Storm <storm@cua.dk>
10481
10482 * man.el (Man-xref-normal-file): Fix help-echo.
10483
10484 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * reveal.el (reveal-last-tick): New var.
10487 (reveal-post-command): Use it to avoid closing overlays when we're
10488 appending text to them.
10489
10490 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10491
10492 * textmodes/bibtex.el: Require button.
10493 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10494 (bibtex-reference-keys): Distinguish between header keys and
10495 crossref keys.
10496 (bibtex-beginning-of-field): New function.
10497 (bibtex-url-map): Remove.
10498 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10499 (bibtex-font-lock-url-regexp): Assume that field names begin at
10500 the beginning of a line.
10501 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10502 Remove field delimiters. Use bibtex-beginning-of-field.
10503 Bugfix, point can be inside a field with a url.
10504 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10505 New functions.
10506 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10507 (bibtex-key-in-head): Simplify.
10508 (bibtex-current-line): Use bolp.
10509 (bibtex-parse-keys): Remove unused arg `add'.
10510 Use bibtex-type-in-head and bibtex-key-in-head.
10511 (bibtex-parse-entry, bibtex-autofill-entry):
10512 Use bibtex-type-in-head and bibtex-key-in-head.
10513 (bibtex-autokey-get-field): Do not alter case of replacement text.
10514 (bibtex-autokey-get-names): Do all processing of name list.
10515 (bibtex-autokey-get-year): New function.
10516 (bibtex-autokey-get-title): Do all processing of title words.
10517 (bibtex-generate-autokey): Simplify.
10518 (bibtex-string-files-init): Use default-directory.
10519 Allow for absolute file names in bibtex-string-files.
10520 (bibtex-files, bibtex-file-path): New variables.
10521 (bibtex-files-expand): New function.
10522 (bibtex-find-entry-globally): New command.
10523 (bibtex-summary-function): New variable.
10524 (bibtex-summary): Default value of bibtex-summary-function.
10525 (bibtex-find-crossref): New optional args pnt and split.
10526 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10527 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10528 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10529 Fix handling of required and alternative fields.
10530 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10531 Use cons and display-buffer.
10532 (bibtex-validate-globally): New command.
10533 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10534 bibtex-parse-keys and bibtex-parse-strings for updating
10535 bibtex-reference-keys and bibtex-strings.
10536 (bibtex-realign): Remove blank lines past the last entry.
10537 (bibtex-reformat): Use bibtex-entry-format as default.
10538 (bibtex-choose-completion-string): Remove.
10539 (bibtex-complete): Do not use bibtex-choose-completion-string.
10540 (bibtex-url): Simplify.
10541
10542 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10543
10544 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10545 (x-dnd-types-alist, x-dnd-open-file-other-window)
10546 (x-dnd-known-types): Add :version.
10547
10548 2004-10-31 John Paul Wallington <jpw@gnu.org>
10549
10550 * ibuffer.el (group ibuffer): Add :version keyword.
10551
10552 2004-10-31 Kim F. Storm <storm@cua.dk>
10553
10554 * ido.el (group ido): Add :version keyword.
10555 (ido-mode): Remove :version keyword.
10556
10557 * emulation/cua-base.el (group cua): Add :version keyword.
10558 (cua-mode): Remove :version keyword.
10559
10560 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10561
10562 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10563
10564 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10565 compiler warning.
10566 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10567 function.
10568 (help-at-pt-display-when-idle): Remove autoload.
10569
10570 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10573
10574 2004-10-30 Juri Linkov <juri@jurta.org>
10575
10576 * help.el (function-called-at-point):
10577 * help-fns.el (variable-at-point): Read -> intern.
10578
10579 2004-10-30 Simon Josefsson <jas@extundo.com>
10580
10581 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10582 Recognize AS_* too.
10583
10584 2004-10-29 Simon Josefsson <jas@extundo.com>
10585
10586 * subr.el (read-passwd): Move back from password.el.
10587
10588 * password.el: Remove, not ready yet.
10589
10590 2004-10-29 Andreas Schwab <schwab@suse.de>
10591
10592 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10593
10594 2004-10-29 Sam Steingold <sds@gnu.org>
10595
10596 * mouse.el (mouse-show-mark): Replace the last occurrence of
10597 x-lost-selection-hooks with x-lost-selection-functions.
10598
10599 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10602 x-lost-selection-functions is bound.
10603
10604 * mouse-sel.el (mouse-sel-mode):
10605 * emacs-lisp/lselect.el: Adjust to new names for
10606 x-(lost|sent)-selection-functions.
10607
10608 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10609 New obsolete aliases of x-lost-selection-functions and
10610 x-sent-selection-functions.
10611
10612 2004-10-28 Kim F. Storm <storm@cua.dk>
10613
10614 * imenu.el (imenu-scanning-message): Remove.
10615 (imenu-progress-message): Make it a no-op.
10616
10617 2004-10-28 John Paul Wallington <jpw@gnu.org>
10618
10619 * files.el (set-auto-mode): Call `throw' correctly.
10620
10621 2004-10-28 Juri Linkov <juri@jurta.org>
10622
10623 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10624 to search `Info-...' commands in `info' manual.
10625 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10626 Add 'info-file "emacs" property.
10627 (Info-find-emacs-command-nodes): Fix index line number regexp.
10628 Set real line number (instead of fake 0) in first element of the
10629 returned list.
10630 (Info-goto-emacs-command-node): Use line number of first element
10631 to set point in the first found Info node.
10632
10633 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10634 code to `grep-mode-font-lock-keywords'.
10635 (grep-mode-font-lock-keywords): Delete grep markers instead
10636 of making them invisible.
10637
10638 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10639
10640 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10641 and x-server-version in bug report.
10642
10643 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10644
10645 * files.el (set-auto-mode-0): New function.
10646 (set-auto-mode): Use it to handle aliased modes and to
10647 be consistent between C-x C-f and C-x C-w.
10648
10649 2004-10-28 Kenichi Handa <handa@m17n.org>
10650
10651 * international/utf-8.el (utf-translate-cjk-charsets):
10652 Add katakana-jisx0201.
10653
10654 * international/subst-jis.el: Add data for JISX0201.
10655
10656 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10657
10658 * obsolete/hilit19.el (hilit-mode): New function.
10659 Move all the toplevel side-effecting stuff into it, so that loading
10660 hilit19 doesn't mess everything up any more.
10661
10662 2004-10-27 Richard M. Stallman <rms@gnu.org>
10663
10664 * add-log.el (add-change-log-entry): Set up mailing address
10665 and full name later, and don't alter add-log-mailing-address
10666 or add-log-full-name.
10667
10668 * elide-head.el (elide-head): Change error to message.
10669 (elide-head-show): Likewise.
10670
10671 * apropos.el (apropos-macrop): Doc fix.
10672
10673 * mouse.el (mouse-show-mark): Do most processing the same
10674 regardless of transient-mark-mode.
10675
10676 * shadowfile.el (shadow-copy-files): Use interactive-p
10677 only to control whether to print a message.
10678
10679 * tar-mode.el (tar-mode): Use write-contents-functions,
10680 not write-contents-hooks.
10681
10682 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10683 directory-sep-char.
10684
10685 2004-10-27 Richard M. Stallman <rms@gnu.org>
10686
10687 * strokes.el (strokes-unload-hook): Fix previous change.
10688
10689 * type-break.el (type-break-run-at-time): Always use run-at-time;
10690 forget the alternatives.
10691 (type-break-cancel-function-timers): Always use cancel-function-timers;
10692 forget the alternatives.
10693
10694 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10695
10696 2004-10-27 Kenichi Handa <handa@m17n.org>
10697
10698 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10699
10700 * international/subst-gb2312.el: Likewise.
10701
10702 * international/subst-big5.el: Likewise.
10703
10704 * international/subst-ksc.el: Likewise.
10705
10706 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10707 New variable.
10708 (utf-translate-cjk-set-unicode-range): New function.
10709 (utf-translate-cjk-unicode-range): Make it customizable.
10710 (utf-8-post-read-conversion):
10711 Use utf-translate-cjk-unicode-range-string.
10712 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10713 Unicode ranges.
10714
10715 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10716
10717 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10718 trivial variants to shorten the list.
10719 (xml-based-modes): New var.
10720 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10721 declaration higher priority than auto-mode-alist.
10722
10723 * find-file.el (cc-other-file-alist): Bring it in line with
10724 cc-mode's auto-mode-alist entries and use \' instead of $.
10725
10726 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10727 and add "Id" and "Name" submenus to it.
10728
10729 * imenu.el (imenu--generic-function): Skip matches in comments.
10730
10731 2004-10-26 Jay Belanger <belanger@truman.edu>
10732
10733 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10734 (full-calc-keypad, calc-trail-display): Use an extra argument
10735 instead of `interactive-p'.
10736
10737 * calc/calc-misc.el (calc-other-window): Use an extra argument
10738 instead of `interactive-p'.
10739
10740 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10741 `interactive-p'.
10742
10743 2004-10-26 Kim F. Storm <storm@cua.dk>
10744
10745 * help.el (describe-key): Describe both down-event and up-event
10746 for a mouse click.
10747
10748 2004-10-26 Richard M. Stallman <rms@gnu.org>
10749
10750 * woman.el (woman): Don't call interactive-p.
10751
10752 * pcomplete.el (pcomplete): Instead of interactive-p,
10753 use an arg set non-nil by the interactive spec.
10754
10755 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10756 use an arg set non-nil by the interactive spec.
10757
10758 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10759 use an arg set non-nil by the interactive spec.
10760
10761 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10762
10763 * progmodes/flymake.el (flymake-split-string):
10764 Use `flymake-split-string-remove-empty-edges' in any case.
10765
10766 2004-10-26 Masatake YAMATO <jet@gyve.org>
10767
10768 * progmodes/flymake.el (flymake-err-line-patterns):
10769 Use `compilation-error-regexp-alist-alist' instead of
10770 `compilation-error-regexp-alist'.
10771
10772 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10775 verbatim face on the \ of \end{verbatim}.
10776
10777 2004-10-25 Jay Belanger <belanger@truman.edu>
10778
10779 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10780 erasing minibuffer.
10781
10782 2004-10-25 Simon Josefsson <jas@extundo.com>
10783
10784 * subr.el (read-passwd): Move to net/password.el.
10785
10786 * net/password.el (read-passwd): Add. Autoload it.
10787
10788 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10789
10790 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10791
10792 * simple.el (process-file): Fix logic.
10793
10794 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10795
10796 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10797 (increase-right-margin): Remove erroneous call to `interactive-p'.
10798
10799 2004-10-24 Kim F. Storm <storm@cua.dk>
10800
10801 * help.el (describe-mode): Fix 2004-10-13 change.
10802 Copy pure "Auto Fill" string so it can be propertized later
10803 without causing a read-only error.
10804
10805 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10806
10807 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10808 style indexes.
10809
10810 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10811
10812 * simple.el (process-file): Accept nil for INFILE. Reported by
10813 Luc Teirlinck.
10814
10815 2004-10-24 Masatake YAMATO <jet@gyve.org>
10816
10817 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10818 Handle periods and underscores in a function name.
10819 Remove the address fontification.
10820
10821 2004-10-24 Masatake YAMATO <jet@gyve.org>
10822
10823 * progmodes/asm-mode.el (asm-font-lock-keywords):
10824 Use font-lock-variable-name-face for registers.
10825
10826 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10827
10828 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10829 kill-all-local-variables.
10830 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10831 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10832 Use kill-all-local-variables and provide mode-hooks.
10833 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10834 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10835 Suggested by Masatake YAMATO <jet@gyve.org>.
10836
10837 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10838
10839 * simple.el (process-file): New function, similar to call-process
10840 but supports file handlers.
10841 * vc.el (vc-do-command): Use it, instead of call-process.
10842 * net/tramp-vc.el (vc-do-command): Do not advise it if
10843 process-file is fboundp.
10844 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10845 process-file.
10846 (tramp-handle-process-file): New function.
10847 (tramp-file-name-for-operation): Support process-file.
10848
10849 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10850
10851 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10852 (icalendar-weekdayabbrev-table)
10853 (icalendar-monthnumber-table): Delete.
10854 (icalendar--get-month-number): Use calendar-month-name-array.
10855 (icalendar--get-weekday-number): New function.
10856 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10857 (icalendar-export-region): Handle multi-line entries.
10858 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10859
10860 2004-10-23 John Paul Wallington <jpw@gnu.org>
10861
10862 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10863 `wildcards' set to t in interactive spec.
10864
10865 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10866 interactive spec rather than use `interactive-p'.
10867 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10868 rather than use function `interactive-p'.
10869
10870 2004-10-22 Kenichi Handa <handa@m17n.org>
10871
10872 * international/mule.el (translate-region): Implement it in Lisp
10873 as a front end of translate-region-internal.
10874
10875 2004-10-21 Jay Belanger <belanger@truman.edu>
10876
10877 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10878 Declare these variables with defvar.
10879
10880 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10881 is bound, only check to see if it is bound.
10882
10883 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10886 Don't output messages.
10887
10888 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10889
10890 2004-10-21 John Paul Wallington <jpw@gnu.org>
10891
10892 * calc/calc-graph.el (calc-graph-init):
10893 Use `set-process-query-on-exit-flag'.
10894
10895 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10896
10897 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10898 dir right and also allow argumentless cd.
10899
10900 2004-10-19 Richard M. Stallman <rms@gnu.org>
10901
10902 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10903
10904 * eshell/em-unix.el (eshell-grep):
10905 Don't bind compilation-process-setup-function.
10906
10907 * comint.el (comint-insert-input): Use @ in `interactive'.
10908 (comint-input-filter-functions): Doc fix.
10909 (comint-kill-whole-line, comint-get-source): Doc fix.
10910
10911 * progmodes/compile.el (compilation-setup):
10912 Don't set buffer-read-only if MINOR is non-nil.
10913
10914 2004-10-19 Jay Belanger <belanger@truman.edu>
10915
10916 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10917 (calc-emacs-type-gnu19): Remove.
10918 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10919 Remove check for old emacs versions.
10920
10921 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10922 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10923 for current Emacs.
10924
10925 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10926 the end of the minibuffer.
10927 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10928 copy `esc-map'.
10929
10930 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10931
10932 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10933 call that would be given when the current emacs was used.
10934
10935 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10936
10937 * calendar/icalendar.el: Set coding to utf-8.
10938 (icalendar-version): Increase to 0.07.
10939 (icalendar-monthnumber-table): Change March pattern.
10940 (icalendar-get-all-event-properties)
10941 (icalendar-set-event-property): Delete.
10942 (icalendar-all-events): No longer interactive.
10943 (icalendar-convert-diary-to-ical)
10944 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10945 their replacements.
10946 (icalendar-export-file, icalendar-export-region): New functions;
10947 essentially old `icalendar-convert-diary-to-ical' but appending to
10948 target rather than overwriting.
10949 (icalendar-import-file): Append to target file rather than
10950 overwriting. Fourth arg deleted.
10951 (icalendar-import-buffer): New name for old
10952 `icalendar-extract-ical-from-buffer'.
10953 (icalendar--convert-string-for-import): New name for
10954 old `icalendar-convert-for-import'.
10955 (include-icalendar-files): Delete.
10956 Prefix for all internal functions changed from `icalendar-'
10957 to `icalendar--'.
10958
10959 2004-10-19 Richard M. Stallman <rms@gnu.org>
10960
10961 * paths.el (news-path): Fix previous change.
10962
10963 2004-10-18 Jay Belanger <belanger@truman.edu>
10964
10965 * calc/calc-help.el (calc-describe-bindings):
10966 Set `buffer-read-only' to nil while working in the keybindings buffer;
10967 remove some extra information from the keybindings buffer.
10968
10969 2004-10-18 David Ponce <david@dponce.com>
10970
10971 * mouse.el (mouse-drag-move-window-top): New function.
10972 (mouse-drag-mode-line-1): Use it.
10973
10974 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10975
10976 * info.el (Info-fontify-node): For multiline refs,
10977 arrange to unfontify newline and surrounding whitespace.
10978
10979 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10980
10981 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10982 directory is missing.
10983
10984 2004-10-17 John Paul Wallington <jpw@gnu.org>
10985
10986 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10987 New customizable variable; whether to display buffers that match
10988 `ibuffer-maybe-show-predicates' by default.
10989 (ibuffer-maybe-show-predicates): Mention it in docstring.
10990 (ibuffer-display-maybe-show-predicates): New variable.
10991 (ibuffer-update): Prefix arg now toggles whether buffers that
10992 match `ibuffer-maybe-show-predicates' should be displayed.
10993 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10994 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10995 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10996
10997 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10998
10999 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11000 work correctly.
11001
11002 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11003
11004 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11005 (Buffer-menu-beginning): New helper function.
11006 (Buffer-menu-execute): Use it.
11007 (Buffer-menu-select): Use it.
11008 (Buffer-menu-sort): Use it and also keep markers.
11009
11010 2004-10-17 Richard M. Stallman <rms@gnu.org>
11011
11012 * paths.el (news-directory): Rename from news-path. Old name alias.
11013 (rmail-spool-directory): Use defvar.
11014 (sendmail-program): Use defcustom.
11015 (remote-shell-program): Use defcustom.
11016 (term-file-prefix): Use defvar.
11017 (abbrev-file-name): Use defvar.
11018
11019 * term.el: Add maintainer.
11020
11021 * subr.el (with-local-quit): Return nil if there's a quit.
11022 (read-passwd): Use with-local-quit. Doc fix.
11023
11024 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11025 (strokes-unload-hook): Set as a variable with add-hook.
11026
11027 * startup.el (fancy-splash-tail, normal-splash-screen):
11028 Update copyright year.
11029
11030 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11031
11032 * server.el (server-unload-hook): Set as a variable with add-hook.
11033
11034 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11035
11036 * frame.el (special-display-popup-frame):
11037 Make the buffer current as its frame is created.
11038
11039 * delsel.el (delsel-unload-hook): Set as a variable.
11040
11041 * comint.el (comint-output-filter-functions):
11042 Add comint-watch-for-password-prompt.
11043 (comint-read-noecho): Function deleted.
11044 (send-invisible): Use read-passwd.
11045
11046 * fringe.el (fringe-mode-initialize): New function.
11047 (fringe-mode): Use fringe-mode-initialize as :initialize.
11048
11049 2004-10-17 Kim F. Storm <storm@cua.dk>
11050
11051 * language/indian.el (indian-script-language-alist): Swap value and doc.
11052 (indian-font-char-index-table): Doc fix.
11053
11054 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11055
11056 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11057
11058 2004-10-16 Juri Linkov <juri@jurta.org>
11059
11060 * progmodes/compile.el (compilation-start): Move let-binding of
11061 `process-environment' into `with-current-buffer' body.
11062 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11063
11064 2004-10-16 Richard M. Stallman <rms@gnu.org>
11065
11066 * pcvs-util.el (cvs-bury-buffer):
11067 Don't call get-buffer-window for effect.
11068
11069 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11070
11071 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11072
11073 * msb.el (msb-unload-hook): Set the variable.
11074
11075 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11076 Use * to err if buffer is readonly.
11077
11078 * subr.el (looking-back): Return only t or nil.
11079
11080 * whitespace.el (whitespace-unload-hook): Set the variable.
11081
11082 * view.el (view-mode-enable): Set view-page-size and
11083 view-half-page-size to nil.
11084 (view-set-half-page-size-default): view-half-page-size = nil
11085 means the default.
11086 (View-scroll-page-forward): Use view-page-size-default.
11087 (View-scroll-page-backward): Likewise.
11088 (view-page-size, view-half-page-size): Doc fixes.
11089
11090 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11091
11092 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11093
11094 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11095 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11096 (byte-compile-log-1): Bind inhibit-read-only.
11097 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11098 (byte-compile-log-warning): Likewise.
11099 (byte-compile-file-form-require): Detect "cl" from the arg value.
11100
11101 * progmodes/compile.el (compilation-start): Assume compilation-mode
11102 will make the buffer read-only.
11103 (compilation-mode): Take arg name-of-mode.
11104 (compilation-setup): Make buffer read-only.
11105 (compilation-handle-exit): Bind inhibit-read-only.
11106
11107 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11108 (ispell-message): Likewise.
11109 (ispell-show-choices): Don't call get-buffer-window uselessly.
11110 (ispell-init-process): Use set-process-query-on-exit-flag.
11111
11112 2004-10-16 Kim F. Storm <storm@cua.dk>
11113
11114 * fringe.el (fringe-bitmaps): Only initialize when defined.
11115
11116 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11117 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11118
11119 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11120
11121 2004-10-15 Simon Josefsson <jas@extundo.com>
11122
11123 * net/password.el: Add.
11124
11125 2004-10-14 Masatake YAMATO <jet@gyve.org>
11126
11127 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11128 (gdb-script-end-of-defun): New function.
11129 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11130 `gdb-script-end-of-defun' as *-of-defun-function.
11131
11132 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11133
11134 * button.el (button-activate): Allow a marker to display as an action.
11135
11136 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11137
11138 * help.el (describe-mode): Use it to make minor mode list into
11139 hyperlinks.
11140
11141 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11142
11143 * vc.el (vc-annotate-display-select): Fix typo.
11144
11145 * subr.el (substitute-key-definition-key): New function.
11146 (substitute-key-definition): Use it with map-keymap.
11147 (event-modifiers): Use push.
11148 (mouse-movement-p, with-temp-buffer): Simplify.
11149
11150 2004-10-12 Jay Belanger <belanger@truman.edu>
11151
11152 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11153 New variables.
11154 (calc-help-index-entries): New function.
11155 (calc-describe-function): Use `calc-help-function-list' instead of
11156 obarray for completion.
11157 (calc-describe-variable): Use `calc-help-variable-list' instead
11158 of obarray for completion.
11159
11160 2004-10-12 Richard M. Stallman <rms@gnu.org>
11161
11162 * info-look.el (info-lookup-file): Add info-file property.
11163 (info-lookup-symbol): Likewise.
11164
11165 * info.el (info-xref): Add underlining.
11166 (info): Add info-file property.
11167 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11168
11169 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11170
11171 Sync with Tramp 2.0.45.
11172
11173 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11174 defined. This is not the case for XEmacs without package "edebug".
11175 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11176 remote files to the permissions of the original file. This is not
11177 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11178 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11179 (tramp-perl-decode): Fix an error in Perl implementation.
11180 $pending must be cleared every loop. Reported by Benjamin Place
11181 <benjaminplace@sprintmail.com>
11182
11183 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11184 Don't activate advice during definition. This is done later on,
11185 depending on test result of `substitute-in-file-name'.
11186 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11187
11188 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11191
11192 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11193
11194 2004-10-12 David Ponce <david@dponce.com>
11195
11196 * recentf.el (recentf-edit-list): Update the menu when the recentf
11197 list has been modified.
11198
11199 2004-10-12 Simon Josefsson <jas@extundo.com>
11200
11201 * net/tls.el (tls-certtool-program): New variable.
11202 (tls-certificate-information): New function, based on
11203 ssl-certificate-information.
11204
11205 2004-10-12 Kenichi Handa <handa@m17n.org>
11206
11207 * international/mule.el (coding-system-equal): Move from mule-util.el.
11208
11209 * international/mule-util.el (coding-system-equal): Move to mule.el.
11210
11211 2004-10-12 Kim F. Storm <storm@cua.dk>
11212
11213 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11214 reset kmacro-initial-counter-value if set.
11215 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11216 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11217 (kmacro-display): Show macro counter if non-zero.
11218
11219 * subr.el (substitute-key-definition): Mention command remapping
11220 in doc string.
11221
11222 2004-10-11 Jay Belanger <belanger@truman.edu>
11223
11224 * calc/calc-misc.el (calc-info-goto-node): New function.
11225 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11226 node in one step.
11227 (calc-describe-copying, calc-describe-distribution)
11228 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11229 Go to appropriate info node in one step.
11230
11231 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11234
11235 * font-lock.el (font-lock-apply-highlight): Fix last change.
11236
11237 2004-10-11 Simon Josefsson <jas@extundo.com>
11238
11239 * mail/smtpmail.el (smtpmail-open-stream): Look for
11240 starttls-gnutls-program instead of starttls-program iff
11241 starttls-use-gnutls is non-nil.
11242 (smtpmail-open-stream): Don't overwrite user settings of
11243 starttls-extra-arguments and starttls-extra-args.
11244
11245 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * comint.el (comint-mouse-insert-input): Remove.
11248 (comint-insert-input): Make it work for mouse bindings.
11249 (comint-mode-map): Move defs into the declaration.
11250 (comint-output-filter): Typo.
11251
11252 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11253
11254 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11255
11256 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11257 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11258 ange-ftp-remote-shell.
11259
11260 2004-10-10 Andreas Schwab <schwab@suse.de>
11261
11262 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11263 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11264 Reported by <sri@asu.edu>.
11265
11266 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11267
11268 * vc.el (vc-annotate-mode): Remove variable.
11269 (vc-annotate-display-select): Only call vc-annotate-mode
11270 if we're not in that mode already.
11271
11272 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11273
11274 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11275 (imenu-choose-buffer-index): Check here for rescan instead.
11276
11277 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11278 where the face expression evals to nil.
11279
11280 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11281 (tex-font-lock-keywords-2): Use it.
11282 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11283
11284 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11285
11286 2004-10-09 Kim F. Storm <storm@cua.dk>
11287
11288 * subr.el (progress-reporter-update): Define before first usage.
11289 (make-progress-reporter): Doc fix.
11290
11291 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11292
11293 * textmodes/paragraphs.el (sentence-end-double-space)
11294 (sentence-end-without-period, sentence-end-without-space)
11295 (sentence-end): Doc fixes.
11296
11297 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11298
11299 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11300 Change paragraph-start regexp so we don't fill code starting with #'(.
11301
11302 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11303
11304 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11305 New defcustom.
11306 (extract-address-components): Use it.
11307
11308 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11309
11310 * subr.el (make-progress-reporter, progress-reporter-update)
11311 (progress-reporter-force-update, progress-reporter-do-update)
11312 (progress-reporter-done): New functions.
11313
11314 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11315
11316 * progmodes/etags.el (etags-tags-completion-table): Use progress
11317 reporter.
11318 (etags-tags-apropos): Likewise.
11319
11320 2004-10-08 Alan Mackenzie <acm@muc.de>
11321
11322 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11323 of current line.
11324
11325 2004-10-08 Masatake YAMATO <jet@gyve.org>
11326
11327 * server.el (server-process-filter): Wrap `process-send-region'
11328 by `condition-case' to guard the case when the pipe to PROC is closed.
11329
11330 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11331
11332 * xml.el (xml-substitute-special): Limit handling of external entities.
11333
11334 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11335
11336 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11337
11338 2004-10-06 John Paul Wallington <jpw@gnu.org>
11339
11340 * xml.el (xml-parse-dtd): Fix `error' call.
11341
11342 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11343
11344 * xml.el (xml-substitute-special): Return a single string instead
11345 of a list of strings if an entity substitution is made.
11346
11347 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11348
11349 * calendar/icalendar.el: New file.
11350
11351 2004-10-05 Juri Linkov <juri@jurta.org>
11352
11353 * isearch.el (isearch-done): Set mark after running hook.
11354 Reported by Drew Adams <drew.adams@oracle.com>.
11355
11356 * info.el (Info-history, Info-toc): Fix Info headers.
11357 (Info-toc): Narrow buffer before Info-fontify-node.
11358 (Info-build-toc): Don't check for special Info file names.
11359 Set main-file to nil if Info-find-file returns a symbol.
11360
11361 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11362
11363 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11364 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11365 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11366
11367 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11368
11369 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11370 for old interactive spec from calendar-goto-iso-date.
11371 (calendar-goto-iso-date): Use it.
11372 (calendar-goto-iso-week): New function. Suggested by Emilio
11373 C. Lopes <eclig@gmx.net>.
11374
11375 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11376
11377 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11378 `set-right-margin' bindings that follow the minor mode conventions.
11379
11380 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11383 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11384 (latex-block-args-alist): Add minipage and picture.
11385 (latex-block-body-alist): Use reftex-label if enabled.
11386 (latex-insert-block): Don't insert a \n if not necessary.
11387 (tex-compile-commands): Make sure dvips doesn't send to printer.
11388 (tex-compile-default): Handle the case where no executable is found.
11389 (latex-noindent-environments): New var.
11390 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11391 If tex-indent-allhanging is non-nil, make sure we only align for macros
11392 at beginning of line.
11393
11394 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11395
11396 * newcomment.el (comment-beginning): Doc fix and don't choke on
11397 unset `comment-end-skip' when at beginning of comment.
11398
11399 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11400
11401 * term.el (term-adjust-current-row-cache): Don't allow the current
11402 row to become negative.
11403 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11404 the end of the line. Fix scroll down. Add comments.
11405 (term-handle-ansi-escape): Don't exceed terminal width when moving
11406 right.
11407 (term-scroll-region): Move the cursor after setting the scroll region.
11408
11409 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11410
11411 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11412 to `width' for consistency with docstring. Doc fix.
11413
11414 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11415
11416 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11417 This is necessary for derived modes.
11418
11419 2004-09-30 Kim F. Storm <storm@cua.dk>
11420
11421 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11422 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11423
11424 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11425 kmacro-extract-lambda functions.
11426 (edit-kbd-macro): Handle kmacro lambda forms.
11427 Include counter and counter format in edit buffer.
11428 (edmacro-finish-edit): Get counter and format from edit buffer and
11429 update kmacro bindings when found.
11430
11431 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11432
11433 * textmodes/paragraphs.el (forward-paragraph):
11434 Avoid args-out-of-range error when point winds up at the beginning of
11435 the buffer and hard newlines are enabled.
11436
11437 * newcomment.el (comment-multi-line): Doc fix.
11438
11439 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11442 (diff-fixup-modifs): Catch unified-diff file-headers.
11443
11444 2004-09-29 Kim F. Storm <storm@cua.dk>
11445
11446 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11447 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11448 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11449
11450 * fringe.el (fringe-bitmap-p): New macro.
11451 (fringe-bitmaps): Add standard fringe bitmaps on load.
11452
11453 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11454
11455 * dired.el (dired-view-command-alist): Use more efficient regexps.
11456 Remove dubious arguments.
11457 (dired-align-file): New function.
11458 (dired-insert-directory): Use it.
11459 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11460 (dired-buffers-for-dir): Remove unused var `pattern'.
11461
11462 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11463
11464 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11465 from diary display excursion. Store diary buffer's point for
11466 `simple-diary-display'.
11467 (simple-diary-display): Set window point and start when
11468 displaying buffer, to preserve point.
11469
11470 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11471
11472 * textmodes/enriched.el (enriched-translations): Replace defconst
11473 with defvar.
11474
11475 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11476
11477 * printing.el: Doc fix.
11478 (pr-version): New version number (6.8.1).
11479 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11480 make-temp-name.
11481 (pr-delete-file): Check if file exists before deleting it.
11482 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11483
11484 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * term.el (term-display-table): New variable.
11487 (term-mode): Use it.
11488 (term-exec-1): Set the coding system to binary.
11489 (term-emulate-terminal): Decode the string before inserting it.
11490
11491 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11492
11493 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11494 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11495 (map): Bind S-prior, S-next and S-insert.
11496 (term-mode): Set `indent-tabs-mode' to nil.
11497 (term-paste): New function to be bound to S-insert.
11498 (term-send-del, term-send-backspace): Change the strings sent.
11499 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11500 (term-handle-colors-array): Fix handling of underline and reverse.
11501 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11502 (term-erase-in-line): Fix comparison.
11503 (term-emulate-terminal): Fix line wrap handling.
11504 (term-start-output-log): Rename from `term-set-output-log'.
11505 (term-stop-output-log): Rename from `term-stop-photo'.
11506 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11507
11508 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * dired.el (dired-move-to-filename): Don't output a message if
11511 raise-error is non-nil. Fix return position and value.
11512
11513 * files.el (insert-directory): Obey --dired even with symlinks.
11514
11515 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11516
11517 * ls-lisp.el (ls-lisp-format): Mark file names with property
11518 dired-filename.
11519
11520 2004-09-25 Kim F. Storm <storm@cua.dk>
11521
11522 * ido.el (ido-max-directory-size): New defcustom.
11523 (ido-decorations): Add "too big" element.
11524 (ido-directory-too-big): New dynamic var.
11525 (ido-may-cache-directory): Don't cache big directories.
11526 (ido-directory-too-big-p): New defun.
11527 (ido-set-current-directory): Update ido-directory-too-big.
11528 (ido-read-internal): Make empty ido-cur-item if too-big.
11529 (ido-buffer-internal): Use ido-read-internal directly instead of
11530 ido-read-buffer.
11531 (ido-file-internal): Init ido-directory-too-big.
11532 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11533 and redo completion with full list.
11534 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11535 it, and show completions.
11536 (ido-all-completions): Let bind ido-directory-too-big to nil.
11537 (ido-exhibit): Handle ido-directory-too-big.
11538 (ido-read-buffer): Handle fallback to read-buffer.
11539 Init ido-directory-too-big.
11540 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11541 Init ido-directory-too-big.
11542
11543 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11544
11545 * subr.el (delay-mode-hooks): Doc fix.
11546
11547 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11548
11549 * textmodes/enriched.el
11550 (enriched-default-text-properties-local-flag): New variable.
11551 (enriched-mode): Make sure that enabling and disabling the mode is
11552 a no-op. Doc fix.
11553
11554 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11555
11556 * calendar/holidays.el (holiday-advent): Report on a specified day
11557 offset from advent, not just advent.
11558 (holiday-easter-etc): Report on one specified day offset from
11559 easter, not all easter holidays. Various Easter holidays moved to
11560 `christian-holidays' variable in calendar.el.
11561 * calendar/calendar.el (christian-holidays): Adapt for new
11562 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11563
11564 2004-09-23 Kim F. Storm <storm@cua.dk>
11565
11566 * image.el (insert-sliced-image): Add doc string.
11567
11568 * ido.el (ido-choice-list): New dynamic var for `list' context.
11569 (ido-context-switch-command): New dynamic var.
11570 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11571 (ido-read-internal): Handle new `list' context.
11572 Handle insert-buffer and insert-file ido-exit values.
11573 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11574 ido-context-switch-command. Handle insert-file ido-exit value.
11575 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11576 unless it is already bound by caller.
11577 (ido-file-internal): New arg switch-cmd. Use it to setup
11578 ido-context-switch-command. Handle insert-buffer ido-exit value.
11579 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11580 used for context switching.
11581 (ido-all-completions): Handle new `list' context.
11582 (ido-make-choice-list): Return choices for `list' context.
11583 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11584 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11585 (ido-insert-buffer, ido-insert-file): Setup context switching.
11586 (ido-exhibit): Handle `list' context.
11587 (ido-read-file-name): Disable context switching. Handle fallback.
11588 (ido-read-directory-name): Disable context switching.
11589 (ido-completing-read): New defun like completing-read. Setup and
11590 use new `list' context.
11591
11592 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11593
11594 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11595
11596 2004-09-21 Jay Belanger <belanger@truman.edu>
11597
11598 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11599 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11600 separate window.
11601
11602 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11603
11604 * subr.el (after-change-major-mode-hook): Doc fix.
11605
11606 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11607
11608 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11609 of ghostscript for monochrome PostScript file in Windows.
11610
11611 2004-09-21 Kenichi Handa <handa@m17n.org>
11612
11613 * descr-text.el (describe-char): Checking of quail activation fixed.
11614
11615 2004-09-21 Jay Belanger <belanger@truman.edu>
11616
11617 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11618
11619 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11620
11621 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11622 after the mode hooks instead of before. Doc fix.
11623
11624 2004-09-20 Jason Rumney <jasonr@gnu.org>
11625
11626 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11627 _emacs, but revert to .emacs if neither exists in home directory.
11628
11629 2004-09-20 John Paul Wallington <jpw@gnu.org>
11630
11631 * bindings.el (completion-ignored-extensions): Add .dfsl.
11632
11633 2004-09-20 Richard M. Stallman <rms@gnu.org>
11634
11635 * bindings.el (scroll-left): Make it disabled.
11636
11637 * files.el (enable-local-eval): Doc fix.
11638
11639 * indent.el (move-to-left-margin): Special case for minibuffer.
11640
11641 * term.el (term-emulate-terminal): Turn off undo for output.
11642 Use with-current-buffer and save-selected-window.
11643
11644 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11645
11646 * progmodes/make-mode.el (makefile-fill-paragraph):
11647 Don't insist on spaces when looking for comments. # is enough.
11648
11649 * files.el (hack-local-variables): Copy the variables list
11650 to another buffer, strip prefixes and suffixes there, then read.
11651 (enable-local-eval): Doc fix.
11652 (ignored-local-variables): Initialize to nil.
11653 (risky-local-variable-p): Don't check ignored-local-variables here.
11654 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11655
11656 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11657
11658 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11659 of = to "." (punctuation).
11660
11661 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11664
11665 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11666
11667 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11668 (enriched-before-change-major-mode): New function.
11669 Add it to `change-major-mode-hook'.
11670 (enriched-after-change-major-mode): New function.
11671 Add it to `after-change-major-mode-hook'.
11672 (enriched-mode): Make it work correctly if called from
11673 `after-change-major-mode-hook'.
11674 No longer set `indent-line-function'.
11675
11676 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11677
11678 * subr.el (after-change-major-mode-hook): New variable.
11679 (run-mode-hooks): Implement it.
11680
11681 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * battery.el (battery-linux-proc-apm): Use string-to-number.
11684 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11685 Use dolist (and less indentation). Use erase-buffer.
11686 Pre-initialize `design-capacity', `warn', and `low'.
11687 (battery-format): Use replace-regexp-in-string.
11688
11689 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11690
11691 * battery.el: Delete superfluous empty lines.
11692 (battery-linux-proc-acpi): Attempt to gather information from all
11693 battery subdirectories regardless of their file name.
11694 (battery-linux-proc-apm): Replace all occurrences of
11695 battery-hex-to-int-2 with string-to-int (base 16).
11696 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11697 (battery-hex-map): Delete variable.
11698
11699 2004-09-18 John Paul Wallington <jpw@gnu.org>
11700
11701 * calc/calc-units.el (calc-quick-units): Fix overzealous
11702 s/or/unless/.
11703
11704 2004-09-17 Jay Belanger <belanger@truman.edu>
11705
11706 * calc/calc.el (calc-mode-var-list): Fix the value of
11707 `calc-matrix-brackets'.
11708
11709 2004-09-17 Romain Francoise <romain@orebokech.com>
11710
11711 * ibuf-ext.el (define-ibuffer-filter filename):
11712 Expand dired-directory since buffer-file-name is absolute.
11713
11714 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11715
11716 * ediff-init.el (ediff-current-diff-face-A)
11717 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11718 (ediff-current-diff-face-Ancestor)
11719 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11720 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11721 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11722 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11723 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11724 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11725 Use min-colors.
11726
11727 * term.el (term-down): Perform vertical motion if DOWN is negative.
11728 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11729 (term-termcap-format): Synchronyze with the eterm terminfo entry
11730 in etc/e/eterm.ti.
11731 (term-handle-colors-array): If the current foreground or
11732 background are zero (i.e. unspecified), use the foreground and
11733 background of the default face for reverse video.
11734 (term-ansi-at-eval-string, term-ansi-default-fg)
11735 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11736 (term-mem): Delete ununsed function.
11737 (term-protocol-version): Increment.
11738 (term-current-face): Set to default.
11739
11740 2004-09-15 Jay Belanger <belanger@truman.edu>
11741
11742 * calc/calc.el (calc-mode-var-list): Define this variable.
11743 (calc-always-load-extensions, calc-line-numbering)
11744 (calc-line-breaking, calc-display-just, calc-display-origin)
11745 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11746 (calc-group-char, calc-point-char, calc-frac-format)
11747 (calc-prefer-frac, calc-hms-format, calc-date-format)
11748 (calc-float-format, calc-full-float-format, calc-complex-format)
11749 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11750 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11751 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11752 (calc-matrix-brackets, calc-language, calc-language-option)
11753 (calc-left-label, calc-right-label, calc-word-size)
11754 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11755 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11756 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11757 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11758 (calc-window-height, calc-display-trail, calc-show-selections)
11759 (calc-use-selections, calc-assoc-selections)
11760 (calc-display-working-message, calc-auto-why, calc-timing)
11761 (calc-mode-save-mode, calc-standard-date-formats)
11762 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11763 (calc-user-parse-tables, calc-gnuplot-default-device)
11764 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11765 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11766 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11767 (calc-invocation-macro, calc-show-banner): Give these values as
11768 part of `calc-mode-var-list's initialization after the variables
11769 are declared with defvar.
11770 (calc-bug-address): Change email address to send bug reports to.
11771 Change the maintainer address at the top.
11772 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11773 than "\\.emacs" to determine if it is the user-init-file.
11774
11775 * calc/calc-embed.el (calc-embedded-set-modes): Use
11776 `calc-mode-var-list' correctly.
11777
11778 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11779
11780 * vc.el (annotate-time): Document point handling.
11781 (vc-annotate-display-autoscale): Doc fix.
11782
11783 2004-09-15 Miles Bader <miles@gnu.org>
11784
11785 * generic.el (generic-make-keywords-list): Use symbol rather than
11786 word anchors in regexp.
11787
11788 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11789
11790 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11791 no file name consider `dired-directory'.
11792
11793 2004-09-14 Kim F. Storm <storm@cua.dk>
11794
11795 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11796
11797 2004-09-14 Simon Josefsson <jas@extundo.com>
11798
11799 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11800
11801 * textmodes/dns-mode.el: Add.
11802
11803 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11804
11805 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11806 (disabled-command-function): Make the ?\ char more obvious.
11807
11808 * vc-arch.el (vc-arch-root, vc-arch-registered):
11809 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11810
11811 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11812
11813 * windmove.el (windmove-frame-edges): Report coordinates of
11814 outside edges of frame, not inside edges.
11815 (windmove-coordinates-of-position): Convert into wrapper to new
11816 function `windmove-coordinates-of-window-position';
11817 `compute-motion' always applies to selected window.
11818 (windmove-coordinates-of-position): Update documentation to refer
11819 to Emacs 21 Lisp Reference Manual.
11820 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11821
11822 2004-09-13 Kim F. Storm <storm@cua.dk>
11823
11824 * isearch.el (isearch-resume-in-command-history): Rename from
11825 isearch-resume-enabled and change default to nil.
11826
11827 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11830 (vc-registered): Use it.
11831 (vc-find-root): New fun.
11832
11833 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11834 Don't tell to use \\{...} when it's already done.
11835
11836 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11837 Provide a sample complex default.
11838 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11839 (bibtex-entry): Use mapc.
11840
11841 2004-09-12 Kim F. Storm <storm@cua.dk>
11842
11843 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11844
11845 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11846 inhibit-field-text-motion to t so rectangles work in comint buffers.
11847
11848 * simple.el (choose-completion-string): Set buffer before running
11849 choose-completion-string-functions hook so it can be buffer-local.
11850
11851 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11852
11853 * progmodes/compile.el (compilation-start): Parse command to see
11854 if it starts with a cd, and if so perform it for the *compilation*
11855 buffer. Change the header to reflect this.
11856
11857 2004-09-11 Kim F. Storm <storm@cua.dk>
11858
11859 * ido.el (ido-enable-dot-prefix): Doc fix.
11860 (ido-enable-dot-prefix): New defcustom.
11861 (ido-set-matches1): Use it.
11862
11863 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * textmodes/bibtex.el (bibtex-mark-active)
11866 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11867
11868 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11869
11870 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11871 used in a case insensitive environment.
11872 (bibtex-mode-map): Rearrange order of menus.
11873 (bibtex-quoted-string-re): Obsolete.
11874 (bibtex-complete-key-cleanup): Variable replaced by new function.
11875 (bibtex-font-lock-keywords): Use backquotes.
11876 (bibtex-font-lock-url-regexp): New internal variable.
11877 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11878 "OPT" and "ALT".
11879 (bibtex-insert-current-kill, bibtex-make-field)
11880 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11881 (bibtex-parse-field-text): Simplify.
11882 (bibtex-string=): New helper function.
11883 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11884 (bibtex-map-entries): Use bibtex-string=.
11885 (bibtex-search-entry): Use not.
11886 (bibtex-enclosing-field): Fix docstring.
11887 (bibtex-assoc-regexp): Obsolete.
11888 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11889 (bibtex-autokey-get-names): Handle empty name field.
11890 (bibtex-parse-strings): Use assoc-string and unless.
11891 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11892 Use assoc-string.
11893 (bibtex-pop): Simplify.
11894 (bibtex-mode): Set font-lock-extra-managed-props.
11895 (bibtex-entry-update): Use assoc-string.
11896 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11897 (bibtex-autofill-entry): Use bibtex-string=.
11898 (bibtex-print-help-message): Simplify.
11899 (bibtex-find-entry): New optional arg START.
11900 (bibtex-validate): Use bibtex-string= and assoc-string.
11901 Do not call obsolete function compilation-parse-errors.
11902 (bibtex-remove-delimiters): Only remove delimiters if present.
11903 (bibtex-copy-entry-as-kill): Add docstring.
11904 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11905 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11906 (bibtex-complete): Use bibtex-predefined-month-strings,
11907 bibtex-string=, and new function bibtex-complete-key-cleanup.
11908 (bibtex-generate-url-list): New variable.
11909 (bibtex-url): New command bound to C-c C-l and mouse-2.
11910 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11911 (bibtex-font-lock-url): New function.
11912
11913 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11914
11915 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11916
11917 2004-09-09 Kim F. Storm <storm@cua.dk>
11918
11919 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11920 counter and format with binding.
11921 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11922 the declared macro uses own macro counter and format. Give symbol
11923 kmacro property.
11924 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11925 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11926 (kmacro-end-and-call-macro): Doc fix.
11927
11928 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11929
11930 * desktop.el (desktop-clear-preserve-buffers):
11931 Remove make-obsolete-variable.
11932
11933 2004-09-08 Richard M. Stallman <rms@gnu.org>
11934
11935 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11936 with the buffer as argument.
11937
11938 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11941
11942 2004-09-08 Juri Linkov <juri@jurta.org>
11943
11944 * replace.el (perform-replace): Use `query-replace-descr'.
11945
11946 * cus-start.el (history-delete-duplicates): Specify customization.
11947
11948 * diff-mode.el (diff-mode-map):
11949 * progmodes/compile.el (compilation-mode-map):
11950 * progmodes/grep.el (grep-mode-map):
11951 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11952 to `next-error-follow-minor-mode'.
11953
11954 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11955
11956 * isearch.el (isearch-lazy-highlight-update): Take into account
11957 the case of zero-length match at the search bound.
11958
11959 2004-09-08 Kim F. Storm <storm@cua.dk>
11960
11961 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11962 change. Use zero width overlays when necessary.
11963
11964 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11965
11966 * subr.el (split-string): Docfix.
11967
11968 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11969
11970 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11971 (display-call-tree): Ensure newline after caller/calls blocks.
11972
11973 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11974
11975 * startup.el (command-line-1): Make option
11976 --directory/-L modify `load-path' straight away.
11977
11978 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11979
11980 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11981
11982 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11983
11984 * emacs-lisp/autoload.el (make-autoload):
11985 Handle `define-compilation-mode'.
11986
11987 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11988 Specify `doc-string-elt' property.
11989
11990 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11991
11992 * bs.el (bs-mode): Doc fix.
11993
11994 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11995
11996 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11997
11998 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11999
12000 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12001
12002 2004-09-08 Kenichi Handa <handa@m17n.org>
12003
12004 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12005 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12006 ps-mule-next-point -> 1+).
12007
12008 * composite.el (encode-composition-rule): Add autoload cooky.
12009
12010 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12011
12012 * format.el (buffer-auto-save-file-format): Make it permanent local.
12013
12014 2004-09-07 Kim F. Storm <storm@cua.dk>
12015
12016 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12017 (authors-fixed-entries): Fix typo.
12018 (authors-canonical-author-name): Compact multiple spaces.
12019 Ignore trivial names (e.g. only first name).
12020
12021 * term.el (term-window-width): Only use full window width on
12022 window system if overflow-newline-into-fringe is enabled.
12023 (term-mode): Don't disable overflow-newline-into-fringe.
12024
12025 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12026
12027 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12028 motion as seen on my Mac OS X xterms.
12029
12030 * newcomment.el (uncomment-region-default, comment-region-default):
12031 New functions extracted from uncomment-region and comment-region.
12032 (comment-region, comment-region-function, uncomment-region)
12033 (uncomment-region-function): Use them.
12034
12035 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12036
12037 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12038 It's not crucial but can make sense at times.
12039
12040 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12041 the first commit.
12042
12043 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12044 Disable obsolete code.
12045
12046 2004-09-07 Juri Linkov <juri@jurta.org>
12047
12048 * progmodes/grep.el (grep-highlight-matches): Change default from
12049 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12050 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12051 if grep option `--color' is available, or to `nil' otherwise.
12052 (grep-process-setup): Call `grep-compute-defaults' if
12053 `grep-highlight-matches' is not computed. Set env-vars only
12054 if `grep-highlight-matches' is `t'.
12055 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12056 is already defined).
12057
12058 * progmodes/compile.el (compilation-start): Use copy of
12059 `process-environment' created by `copy-sequence' to not
12060 modify env-vars in the global `process-environment'.
12061
12062 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12063
12064 * simple.el (next-error-follow-minor-mode): Fix last change.
12065
12066 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12067
12068 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12069 permanent local.
12070
12071 2004-09-04 Richard M. Stallman <rms@gnu.org>
12072
12073 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12074 highlighting if the search string is empty.
12075
12076 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12077
12078 * facemenu.el (facemenu-active-faces): Change condition of inner
12079 `while' loop to also check the first two elements of `face-atts'
12080 and `mask-atts'.
12081
12082 2004-09-04 John Paul Wallington <jpw@gnu.org>
12083
12084 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12085 (thumbs-view-image-mode): Make buffer read-only.
12086
12087 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12088
12089 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12090 (ispell-check-version): Set it.
12091 (ispell-send-replacement): New function.
12092 (ispell-process-line): Call ispell-send-replacement.
12093
12094 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12095
12096 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12097 Support choosing seconds with "s".
12098
12099 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12100
12101 * terminal.el (te-escape): Show `?' in prompt for help key.
12102
12103 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12104
12105 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12106
12107 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12108
12109 * simple.el (next-error-follow-minor-mode)
12110 (next-error-follow-mode-post-command-hook): New functions.
12111 (next-error-follow-last-line): New defvar.
12112
12113 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12114 * progmodes/compile.el (compilation-mode-map): Likewise.
12115 * progmodes/grep.el (grep-mode-map): Likewise.
12116 * replace.el (occur-mode-map): Likewise.
12117
12118 * newcomment.el (uncomment-region): Bind comment-use-global-state
12119 to nil.
12120
12121 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12122
12123 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12124 locally around the call to `revert-buffer'.
12125
12126 2004-09-03 Juri Linkov <juri@jurta.org>
12127
12128 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12129 `isearch-adjusted' to `t'.
12130 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12131 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12132 (isearch-other-meta-char): Restore isearch-point unconditionally.
12133 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12134 Set point to start of match if region is not active in transient
12135 mark mode (to include the current match to region boundaries).
12136 Push the search string to `query-replace-from-history-variable'.
12137 Add prompt "Query replace regexp" for isearch-regexp.
12138 Add region beginning/end as last arguments of `perform-replace.'
12139 (isearch-query-replace-regexp): Replace code by the call to
12140 `isearch-query-replace' with arg `t'.
12141
12142 2004-09-03 Richard M. Stallman <rms@gnu.org>
12143
12144 * startup.el (normal-top-level): Undo previous TERM change.
12145
12146 2004-09-03 Kim F. Storm <storm@cua.dk>
12147
12148 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12149 highlight overlays; allow using RET when cursor is over a button.
12150 (cua--highlight-rectangle): Use it.
12151 (cua--rectangle-set-corners): Don't move backwards at eol.
12152 (cua--forward-line): Don't move into void after eob.
12153
12154 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12155 point is set (and displayed) inside rectangle.
12156 (cua--rectangle-operation): Fix for highlight of empty lines.
12157 (cua--highlight-rectangle): Fix highlight for tabs.
12158 Position cursor at left/right edge of rectangle using new `cursor'
12159 property on overlay strings.
12160 (cua--indent-rectangle): Don't tabify.
12161 (cua-rotate-rectangle): Ignore that point has moved.
12162
12163 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12164
12165 * term/mac-win.el: Add ASCII equivalents for some function keys.
12166 (mode-line-frame-identification): Sync with x-win.el.
12167
12168 2004-09-02 Juri Linkov <juri@jurta.org>
12169
12170 * progmodes/compile.el (compilation-buffer-name): Compare major
12171 mode with second element of compilation-arguments instead of third
12172 to reflect latest changes in compilation-arguments structure.
12173 (recompile): Use global variable `compilation-directory' to get
12174 recent compilation directory only when `recompile' is invoked NOT
12175 in the compilation buffer. Otherwise, use `default-directory' of
12176 the compilation buffer.
12177 (compilation-error-properties): Allow to funcall col and end-col.
12178 (compilation-mode-font-lock-keywords): Check col and end-col by
12179 `integerp'.
12180 (compilation-goto-locus): If end-mk is non-nil in transient mark
12181 mode don't activate the mark (and don't display message in
12182 push-mark), but highlight overlay between mk and end-mk.
12183
12184 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12185 (grep-regexp-alist): Add rule to highlight grep matches.
12186 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12187
12188 * info.el (Info-fontify-node): Don't compute other-tag
12189 if Info-hide-note-references=hide.
12190
12191 * help.el (function-called-at-point):
12192 * help-fns.el (variable-at-point):
12193 Try `find-tag-default' when other methods failed.
12194
12195 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12196 Do not push mark if inhibit-mark-movement is non-nil.
12197
12198 * textmodes/ispell.el (ispell-html-skip-alists):
12199 Fix backslashes in docstring.
12200
12201 2004-09-01 Juri Linkov <juri@jurta.org>
12202
12203 * isearch.el (isearch-wrap-function)
12204 (isearch-push-state-function): New defvars.
12205 (isearch-pop-fun-state): New defsubst.
12206 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12207 (isearch-push-state): Set the result of calling
12208 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12209 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12210 restore the mode-specific starting point of terminated search.
12211 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12212 (isearch-repeat): Call `isearch-wrap-function' if defined.
12213 (isearch-message-prefix): Don't add prefix "over" to the message
12214 for wrapped search if `isearch-wrap-function' is defined.
12215 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12216 restore the mode-specific starting point of failed search.
12217
12218 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12219 (Info-search): Add new optional arguments for the sake of isearch.
12220 Replace whitespace in Info-search-whitespace-regexp literally.
12221 Add backward search. Don't call `Info-select-node' if regexp is
12222 found in the same Info node. Don't add node to Info-history for
12223 wrapped isearch.
12224 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12225 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12226 (Info-mode): Set local variables `isearch-search-fun-function',
12227 `isearch-wrap-function', `isearch-push-state-function',
12228 `search-whitespace-regexp'.
12229
12230 * isearch.el: Remove ancient Change Log section.
12231 (isearch-string, isearch-message-string, isearch-point)
12232 (isearch-success, isearch-forward-flag, isearch-other-end)
12233 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12234 (isearch-barrier, isearch-within-brackets)
12235 (isearch-case-fold-search): Add suffix `-state' to state-related
12236 defsubsts to avoid name clashes with other function names.
12237
12238 * simple.el (next-error): New defgroup and defface.
12239 (next-error-highlight, next-error-highlight-no-select):
12240 New defcustoms.
12241 (next-error-no-select): Let-bind next-error-highlight to the value
12242 of next-error-highlight-no-select before calling `next-error'.
12243
12244 * progmodes/compile.el (compilation-goto-locus):
12245 Use `next-error' face instead of `region'. Set 4-th argument of
12246 `move-overlay' to `current-buffer' to move overlay to different
12247 source buffers. Use new variable `next-error-highlight'.
12248
12249 * simple.el (next-error-find-buffer): Move the rule
12250 "if current buffer is a next-error capable buffer" after the
12251 rule "if next-error-last-buffer is set to a live buffer".
12252 Simplify to test all rules in one `or'.
12253 (next-error): Doc fix.
12254 (next-error, previous-error, first-error)
12255 (next-error-no-select, previous-error-no-select):
12256 Make arguments optional.
12257
12258 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12259
12260 * macros.el (apply-macro-to-region-lines): Make it operate on all
12261 lines that begin in the region, rather than on all complete lines
12262 in the region.
12263
12264 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12265
12266 * x-dnd.el (x-dnd-protocol-alist): Document update.
12267 (x-dnd-known-types): Defcustom it.
12268 (x-dnd-handle-motif): Print message-atom in error message.
12269
12270 2004-08-30 John Paul Wallington <jpw@gnu.org>
12271
12272 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12273 strings rather than programatically constructing message.
12274
12275 2004-08-30 Richard M. Stallman <rms@gnu.org>
12276
12277 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12278 Don't return a string that would read as the wrong character code.
12279
12280 2004-08-29 Kim F. Storm <storm@cua.dk>
12281
12282 * emulation/cua-base.el (cua-auto-expand-rectangles):
12283 Remove automatic rectangle padding feature; replace by non-destructive
12284 virtual rectangle edges feature.
12285 (cua-virtual-rectangle-edges): New defcustom.
12286 (cua-auto-tabify-rectangles): New defcustom.
12287 (cua-paste): If paste into a marked rectangle, insert rectangle at
12288 current column, even if virtual; also paste exactly as many lines
12289 as has been marked (ignore additional lines or add empty lines),
12290 but paste whole source if only one line is marked.
12291 (cua--update-indications): No longer use overwrite-cursor to
12292 indicate rectangle padding
12293
12294 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12295 (cua--rectangle-virtual-edges): New defun.
12296 (cua--rectangle-get-corners): Remove optional PAD arg.
12297 (cua--rectangle-set-corners): Never do padding.
12298 (cua--forward-line): Remove optional PAD arg. Simplify.
12299 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12300 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12301 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12302 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12303 (cua--rectangle-move): Never do padding. Simplify.
12304 (cua--tabify-start): New defun.
12305 (cua--rectangle-operation): Add tabify arg. All callers changed.
12306 (cua--pad-rectangle): Remove.
12307 (cua--delete-rectangle): Handle delete with virtual edges.
12308 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12309 (cua--insert-rectangle): Handle insert at virtual column.
12310 Perform auto-tabify if necessary.
12311 (cua--activate-rectangle): Remove optional FORCE arg.
12312 Never do padding. Simplify.
12313 (cua--highlight-rectangle): Enhance for virtual edges.
12314 (cua-toggle-rectangle-padding): Remove command.
12315 (cua-toggle-rectangle-virtual-edges): New command.
12316 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12317 (cua--rectangle-post-command): Don't force rectangle padding.
12318 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12319
12320 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12321
12322 * indent.el (edit-tab-stops-buffer): Doc fix.
12323
12324 2004-08-28 Richard M. Stallman <rms@gnu.org>
12325
12326 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12327 (grep-tag-default): Function deleted.
12328
12329 * subr.el (find-tag-default): Move from etags.el.
12330
12331 * progmodes/etags.el (find-tag-default): Move to subr.el.
12332
12333 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12334 into the basic character if it has an uppercase form.
12335
12336 2004-08-27 Kenichi Handa <handa@m17n.org>
12337
12338 * international/utf-8.el (utf-8-post-read-conversion): If the
12339 buffer is unibyte, temporarily make it multibyte.
12340
12341 2004-08-27 Masatake YAMATO <jet@gyve.org>
12342
12343 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12344
12345 2004-08-25 John Paul Wallington <jpw@gnu.org>
12346
12347 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12348 0, 1, and many mismatches in message.
12349 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12350
12351 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12352 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12353
12354 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12355
12356 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12357 vc-diff-switches differently.
12358
12359 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12360
12361 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12362 before and a real defvar after
12363 `speedbar-supported-extension-expressions'. This is to silence
12364 the compiler without breaking bootstrapping.
12365
12366 2004-08-22 Richard M. Stallman <rms@gnu.org>
12367
12368 * textmodes/flyspell.el (flyspell-word):
12369 Use set-process-query-on-exit-flag.
12370 (flyspell-highlight-duplicate-region): Take POSS as arg.
12371 (flyspell-word): Pass POSS as arg.
12372
12373 * progmodes/ada-xref.el: Many doc and style fixes.
12374 (ada-find-any-references): Use compilation-start.
12375 (ada-get-ali-file-name): Improve error msg.
12376 (ada-get-ada-file-name): Likewise.
12377
12378 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12379 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12380
12381 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12382 Add forward defvar.
12383
12384 * whitespace.el (global-whitespace-mode): New alias
12385 for whitespace-global-mode.
12386
12387 * speedbar.el (speedbar-file-regexp): Move definition up.
12388 (speedbar-mode, speedbar-set-mode-line-format):
12389 Use with-no-warnings.
12390 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12391
12392 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12393 controls whether to display the error buffer.
12394
12395 * ps-mule.el: Delete compatibility code for old Emacses.
12396 (ps-mule-find-wrappoint): Don't use chars-in-region.
12397
12398 * frame.el (display-mouse-p, display-selections-p):
12399 Use with-no-warnings.
12400
12401 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12402
12403 2004-08-22 David Kastrup <dak@gnu.org>
12404
12405 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12406 information.
12407
12408 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12409
12410 2004-08-22 Andreas Schwab <schwab@suse.de>
12411
12412 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12413
12414 2004-08-22 Masatake YAMATO <jet@gyve.org>
12415
12416 * cvs-status.el (cvs-status-checkout): New function.
12417 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12418
12419 2004-08-21 David Kastrup <dak@gnu.org>
12420
12421 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12422 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12423 has been converted to use hashtables, the relation `nil=none' is
12424 no longer valid, as `nil' is not a hashtable. This patch tries to
12425 reduce the number of resulting errors.
12426
12427 2004-08-21 John Paul Wallington <jpw@gnu.org>
12428
12429 * subr.el (process-kill-without-query): Made obsolete in
12430 version 21.4, not 21.5.
12431
12432 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12433 (vc-previous-comment, vc-next-comment)
12434 (vc-comment-search-reverse, vc-comment-search-forward)
12435 (vc-comment-to-change-log): Likewise.
12436
12437 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12438
12439 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12440
12441 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12442 Correct indentation of DEFMETHODS with non-standard method
12443 combinations (e.g., PROGN, MIN, MAX).
12444
12445 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * startup.el (normal-top-level-add-subdirs-to-load-path):
12448 Avoid unnecessarily checking system-type.
12449 (normal-top-level): Set TERM to "dumb". Simplify.
12450
12451 * avoid.el (mouse-avoidance-ignore-p): New fun.
12452 Also ignore switch-frame, select-window, double, and triple clicks.
12453 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12454 (mouse-avoidance-fancy-hook): Use it.
12455
12456 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12457
12458 * avoid.el (mouse-avoidance-nudge-mouse)
12459 (mouse-avoidance-banish-destination): Stay within the current window
12460 to avoid problems with mouse-autoselect-window.
12461
12462 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12463
12464 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12465 the newer format of some messages in cvs-1.12.1.
12466
12467 2004-08-19 Masatake YAMATO <jet@gyve.org>
12468
12469 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12470 (elp-results-jump-to-definition-by-mouse)
12471 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12472 (elp-output-result): Use elp-output-insert-symname.
12473
12474 2004-08-18 Kenichi Handa <handa@m17n.org>
12475
12476 * language/cyrillic.el: Register koi8-r in
12477 ctext-non-standard-encodings-alist.
12478 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12479
12480 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12481
12482 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12483 that replaces 20xy with xy.
12484
12485 2004-08-17 John Paul Wallington <jpw@gnu.org>
12486
12487 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12488 (reb-force-update): Doc fix.
12489
12490 2004-08-16 Richard M. Stallman <rms@gnu.org>
12491
12492 * progmodes/which-func.el (which-func-update-1): Doc fix.
12493
12494 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12495 (sh-mode-abbrev-table): New variable.
12496
12497 * progmodes/compile.el (compilation-mode): Doc fix.
12498
12499 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12500 Don't cons a new symbol each time.
12501 (eval-last-sexp-fake-value): New variable.
12502
12503 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12504 (copyright-update-year): Detect continuation of list of years.
12505
12506 * term.el (term-default-fg-color, term-default-bg-color)
12507 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12508
12509 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12510
12511 2004-08-16 Davis Herring <herring@lanl.gov>
12512
12513 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12514 (isearch-success, isearch-forward-flag, isearch-other-end)
12515 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12516 (isearch-barrier, isearch-within-brackets)
12517 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12518
12519 2004-08-16 Kenichi Handa <handa@m17n.org>
12520
12521 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12522
12523 2004-08-15 Kenichi Handa <handa@m17n.org>
12524
12525 * term/x-win.el (x-selection-value): If utf8 was successful but
12526 ctext was not, use utf8 string.
12527
12528 2004-08-14 Davis Herring <herring@lanl.gov>
12529
12530 * isearch.el: Remove accidental changes of March 4. Fix backing
12531 up when a regexp isearch is made more general. Use symbolic
12532 accessor functions for isearch stack frames to make usage clearer.
12533 (search-whitespace-regexp): Made groups in documentation shy (as
12534 is the group in the default value).
12535 (isearch-fallback): New function, addresses problems with regexps
12536 liberalized by `\|', adds support for liberalization by `\}' (the
12537 general repetition construct), and incorporates behavior for
12538 `*'/`?'.
12539 (isearch-}-char): New command, calls `isearch-fallback' with
12540 arguments appropriate to a typed `}'.
12541 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12542 appropriately.
12543 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12544 (isearch-string, isearch-message,string, isearch-point)
12545 (isearch-success, isearch-forward-flag, isearch-other-end)
12546 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12547 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12548 New inline functions to read fields of a stack frame.
12549
12550 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12551
12552 * battery.el (battery-linux-proc-acpi): Look into battery
12553 directories matching the literal string "CMB", too (required for
12554 Linux kernel version 2.6.7).
12555
12556 2004-08-14 John Paul Wallington <jpw@gnu.org>
12557
12558 * cus-start.el (read-file-name-completion-ignore-case): Add.
12559 (blink-cursor-alist): Change version to "21.4".
12560
12561 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12562
12563 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12564
12565 * speedbar.el (speedbar-scan-subdirs): New option.
12566 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12567 dolist.
12568 (speedbar-insert-files-at-point): Take an extra argument and use
12569 it to optionally find out if a subdir is empty. Also unreadable
12570 files don't get expand buttons.
12571 (speedbar-directory): New image (unused pixmap already existed).
12572 (speedbar-expand-image-button-alist): Use it.
12573
12574 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12575
12576 CC Mode update to 5.30.9:
12577
12578 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12579 Move from cc-vars to cc-defs for dependency reasons. Fix the
12580 POSIX char class test to check that it works in
12581 `skip-chars-(forward|backward)' too.
12582
12583 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12584 first argument starts with a special brace list.
12585
12586 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12587 when `c-opt-type-concat-key' is used (i.e. in Pike).
12588
12589 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12590 Fix bug when the inner char pair doesn't have paren syntax,
12591 i.e. "(<>)".
12592
12593 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12594 whitespace safe.
12595
12596 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12597 position for `arglist-intro', `arglist-cont-nonempty' and
12598 `arglist-close' when there are two arglist open parens on the same
12599 line and there's nothing in front of the first.
12600
12601 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12602 locking of qualified names in Java, which previously could fontify
12603 common indexing expressions in many cases. The standard Java
12604 naming conventions are used to tell them apart.
12605
12606 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12607 Fix inconsistency wrt opening parens on the first line inside a paren
12608 block.
12609
12610 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12611 compile time for the sake of `c-major-mode-is'.
12612
12613 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12614 `c-major-mode-is' in the event that this is used inside a
12615 `c-lang-defconst'.
12616
12617 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12618 `c-lang-defconst' so that it works better with fallback languages.
12619
12620 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12621 it to fail to record the base mode.
12622
12623 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12624 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12625 is used. Reorder the syntax checks to get more efficient
12626 skipping in some situations.
12627
12628 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12629 continuation which might precede the newly inserted '{'.
12630
12631 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12632 Fix cases where it could loop indefinitely.
12633
12634 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12635 size specs correctly. Only fontify identifiers in front of '('
12636 with as functions - don't accept any paren char. Tighten up
12637 initializer skipping to stop before function and class blocks.
12638
12639 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12640 the point could be left directly after an open paren when finding
12641 the beginning of the first decl in the block.
12642
12643 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12644 table when filtering out legitimate open parens to be recorded.
12645 This could cause cache inconsistencies when e.g.
12646 `c++-template-syntax-table' was temporarily in use.
12647
12648 * progmodes/cc-engine.el (c-on-identifier)
12649 (c-simple-skip-symbol-backward): Small fix for handling "-"
12650 correctly in `skip-chars-backward'. Affected the operator lfun
12651 syntax in Pike.
12652
12653 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12654 Fix bug that could cause an error from `after-change-functions' when
12655 the changed region is at bob.
12656
12657 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12658
12659 CC Mode update to 5.30.9:
12660
12661 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12662 to say that <TAB> doesn't insert WS into a CPP line.
12663 (c-indent-command, c-tab-always-indent): Amend doc strings.
12664
12665 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12666 checks for user errors, thus eliminating cryptic and unhelpful
12667 Emacs error messages. (1) Check the arg to `c-set-style' is a
12668 string. (2) Check that settings to `c-offsets-alist' are not
12669 spuriously quoted.
12670
12671 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12672 which precedes the newly inserted `{'.
12673
12674 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12675
12676 Sync with Tramp 2.0.44.
12677
12678 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12679 function "tramp_file_attributes". Otherwise, file names
12680 containing spaces are misinterpreted. Reported by Magnus Henoch
12681 <mange@freemail.hu>.
12682 (tramp-handle-file-truename): FILENAME must be expanded first.
12683 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12684 obscure results. Reported by D. Goel <deego@gnufans.org>.
12685 (tramp-handle-verify-visited-file-modtime): If file does not
12686 exist, say it is not modified if and only if that agrees with the
12687 buffer's record. Check whether a file is visiting the buffer, or
12688 the buffer has no recorded last modification time. Return t in
12689 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12690 <teirllm@auburn.edu>.
12691 (tramp-handle-write-region): Pass modtime explicitely to
12692 `set-visited-file-modtime', because filename can be different
12693 from (buffer-file-name) if `file-precious-flag' is set.
12694 `set-visited-file-modtime' must be called always when `visit' is t
12695 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12696 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12697 nil, don't apply the whole body. If the file doesn't exists, set
12698 modtime to '(-1 65535). Suggested by Luc Teirlinck
12699 <teirllm@auburn.edu>.
12700
12701 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12702
12703 * help.el (describe-bindings): Doc fix.
12704
12705 * subr.el (kbd): Doc fix.
12706
12707 2004-08-08 John Paul Wallington <jpw@gnu.org>
12708
12709 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12710 instead of `string-to-int'.
12711 (define-ibuffer-column mode): Fix indentation.
12712
12713 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12714
12715 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12716
12717 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12718
12719 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12720
12721 * novice.el (disabled-command-function): New variable renamed from
12722 `disabled-command-hook'.
12723 (disabled-command-hook): Keep the _variable_ as alias for
12724 `disabled-command-function' and make obsolete.
12725 (disabled-command-function): Function renamed from
12726 `disabled-command-hook'. Adapt code to name change of the variable.
12727
12728 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12729
12730 * simple.el (completion-root-regexp): New defvar.
12731 (completion-setup-function): Use it instead of a literal string.
12732
12733 2004-08-07 John Paul Wallington <jpw@gnu.org>
12734
12735 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12736 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12737 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12738 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12739
12740 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12741
12742 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12743 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12744
12745 2004-08-04 Kenichi Handa <handa@m17n.org>
12746
12747 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12748 Fix previous change.
12749
12750 2004-08-03 Kenichi Handa <handa@m17n.org>
12751
12752 * international/encoded-kb.el: The following changes are to
12753 utilize key-translation-map instead of minor mode map.
12754 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12755 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12756 (encoded-kbd-last-key): New function.
12757 (encoded-kbd-iso2022-single-shift): New function.
12758 (encoded-kbd-iso2022-designation)
12759 (encoded-kbd-self-insert-iso2022-7bit)
12760 (encoded-kbd-self-insert-iso2022-8bit)
12761 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12762 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12763 key-translation-map.
12764 (encoded-kbd-setup-keymap): Setup key-translation-map.
12765 (saved-key-translation-map): New variable.
12766 (encoded-kbd-mode): Save/restore key-translation-map.
12767 Adjust for the change of encoded-kbd-setup-keymap.
12768
12769 2004-08-02 Kim F. Storm <storm@cua.dk>
12770
12771 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12772 and call compute-motion with nil for topos and width to get proper
12773 usable width and height for both window and non-window systems.
12774
12775 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12776 calculate usable window width and height.
12777
12778 * window.el (window-buffer-height): Call compute-motion with nil width.
12779
12780 2004-08-01 David Kastrup <dak@gnu.org>
12781
12782 * replace.el (query-replace-read-from):
12783 Use `query-replace-compile-replacement'.
12784 (query-replace-compile-replacement): New function.
12785 (query-replace-read-to): Use `query-replace-compile-replacement'
12786 for repeating the last command.
12787
12788 2004-08-01 John Paul Wallington <jpw@gnu.org>
12789
12790 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12791 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12792 (pr-switches): Remove period from end of error messages.
12793
12794 * help-mode.el (help-go-back): Likewise.
12795
12796 * abbrev.el (only-global-abbrevs): Doc fix.
12797 (edit-abbrevs-map): Define within defvar.
12798 (quietly-read-abbrev-file): Doc fix.
12799
12800 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12801
12802 * novice.el (enable-command, disable-command): Doc fixes.
12803
12804 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12805
12806 2004-07-30 Richard M. Stallman <rms@gnu.org>
12807
12808 * subr.el (with-local-quit): Doc fix.
12809
12810 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12811
12812 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12813
12814 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12815
12816 * custom.el (defcustom): Doc fix.
12817
12818 2004-07-28 Masatake YAMATO <jet@gyve.org>
12819
12820 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12821
12822 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * imenu.el (imenu-prev-index-position-function)
12825 (imenu-extract-index-name-function, imenu-name-lookup-function)
12826 (imenu--index-alist): Docstring redundancy fix.
12827
12828 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12829
12830 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12831 binding dired-backup-overwrite.
12832
12833 2004-07-25 John Paul Wallington <jpw@gnu.org>
12834
12835 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12836
12837 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12838
12839 * term/tty-colors.el (tty-color-approximate): Doc fix.
12840
12841 * select.el (x-get-selection, x-set-selection): Doc fixes.
12842
12843 * frame.el (make-frame): Doc fix.
12844
12845 2004-07-24 Richard M. Stallman <rms@gnu.org>
12846
12847 * mail/rmail.el (rmail-mime-charset-pattern):
12848 Don't include semicolon in the charset value.
12849
12850 * replace.el (occur-next-error): Call set-window-point.
12851 (occur-engine): Handle negative NLINES.
12852
12853 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12854
12855 * frame.el (modify-all-frames-parameters): Minor doc fix.
12856 (set-frame-configuration): Doc fix.
12857
12858 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12859
12860 * simple.el (completion-setup-function): Compute the common parts
12861 and the first difference place correctly when
12862 partial-completion-mode is on.
12863
12864 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12865
12866 * ps-print.el: Doc fix.
12867 (ps-print-version): New version 6.6.5.
12868 (ps-printing-region): Doc fix.
12869 (ps-generate-string-list): Comment fix.
12870 (ps-message-log-max): Code fix.
12871
12872 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12873
12874 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12875 generated PostScript.
12876
12877 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12878
12879 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12880 with Gnus v5_10 branch.)
12881
12882 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12883
12884 * calendar/time-date.el (time-to-number-of-days): New function.
12885 Imported from from Gnus.
12886
12887 2004-07-22 Kim F. Storm <storm@cua.dk>
12888
12889 * progmodes/make-mode.el: Fix comments.
12890
12891 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12892
12893 * printing.el: Doc fix.
12894
12895 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12896
12897 * frame.el (modify-all-frames-parameters): Minor doc fix.
12898
12899 2004-07-20 Richard M. Stallman <rms@gnu.org>
12900
12901 * textmodes/fill.el (fill-nobreak-p): If this break point is
12902 at the end of the line, don't consider the newline which follows
12903 as a reason to return t.
12904
12905 2004-07-19 John Paul Wallington <jpw@gnu.org>
12906
12907 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12908
12909 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12910
12911 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12912 Delete irrelevant code.
12913
12914 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12915
12916 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12917 New docstring. From Luc Teirlinck.
12918
12919 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12920
12921 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12922 section.
12923 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12924 non-file buffers. We know it is nil.
12925
12926 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12927
12928 Sync with Tramp 2.0.43.
12929
12930 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12931 Remove outdated comment.
12932 (tramp-locked, tramp-locker): New variables for implementing a
12933 global lock.
12934 (tramp-sh-file-name-handler): Use them to implement the global lock.
12935
12936 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12937
12938 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12939 calls to respective `xxx` calls.
12940 (tramp-process-alive-regexp): Precise doc string.
12941 (tramp-multi-action-process-alive): New defun.
12942 (tramp-multi-actions): Use it.
12943 (tramp-handle-find-backup-file-name): `copy-tree' is available
12944 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12945 in order to avoid this function.
12946 (tramp-handle-write-region): Set current buffer. If connection
12947 wasn't open, `file-modes' has changed it accidently. Reported by
12948 David Kastrup <dak@gnu.org>.
12949 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12950 HOST.
12951 (tramp-action-password, tramp-multi-action-password): Apply it.
12952 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12953 name must still contain the port number. Otherwise, we have two
12954 Tramp buffers, with all the confusion. Reported by Myron Selby
12955 <myron@xytech.com> and Rolf Dubitzky
12956 <Dubitzky@physi.uni-heidelberg.de>.
12957
12958 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12959 HOST to `tramp-enter-passwd'.
12960
12961 * net/tramp-vc.el (all): Code cleanup. Change all
12962 `tramp-handle-xxx' calls to respective `xxx` calls.
12963
12964 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12965
12966 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12967 functions that are not erroneous if either 1-valued or
12968 multi-valued. Detect functions in this class.
12969 (testcover-1value-functions, testcover-compose-functions)
12970 (testcover-progn-functions) Add some additional functions to lists.
12971 (testcover-mark): Bugfix when marking up the definition for an
12972 empty function.
12973
12974 2004-07-17 Richard M. Stallman <rms@gnu.org>
12975
12976 * replace.el (occur-read-primary-args): Pass default to
12977 read-from-minibuffer.
12978
12979 * mail/footnote.el (footnote-section-tag): Use defcustom.
12980
12981 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12982 Compile font-lock-keywords, not KEYWORDS.
12983 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12984 Add warn, check-type. Handle cerror like error.
12985
12986 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12987
12988 * progmodes/which-func.el (which-func-keymap): New var.
12989 (which-func-face): New face.
12990 (which-func-format): Use them.
12991
12992 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12993
12994 * buff-menu.el (list-buffers-noselect): Append the buffer's
12995 process status to its mode name.
12996
12997 2004-07-16 Kim F. Storm <storm@cua.dk>
12998
12999 * simple.el (inhibit-mark-movement): New defvar.
13000 (beginning-of-buffer, end-of-buffer): Do not push mark if
13001 inhibit-mark-movement is non-nil or C-u prefix is given.
13002
13003 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13004 Init to beginning-of-buffer and end-of-buffer.
13005 (cua--undo-push-mark): New defvar.
13006 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13007 already active and command is in cua--preserve-mark-commands.
13008 Also fix check for shift modifier on non-window systems.
13009 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13010
13011 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13012
13013 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13014 of two integers, instead of a cons.
13015
13016 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13017 `visited-file-modtime' now returns a list of two integers, instead
13018 of a cons.
13019
13020 * dired.el (dired-directory-changed-p): Ditto.
13021
13022 * progmodes/grep.el (grep): Doc fix.
13023
13024 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13025
13026 * autorevert.el (auto-revert-tail-mode)
13027 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13028 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13029 in both at the same time.
13030 (auto-revert-tail-mode): New command.
13031 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13032 (auto-revert-handler): Revert only either tail or whole file.
13033
13034 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13035 add auto-revert-tail-mode.
13036
13037 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13038
13039 * printing.el: Doc fix. Change name of some funs.
13040 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13041 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13042 (pr-standard-file-name): New fun. Replace pr-standard-path.
13043 (pr-call-process): Code fix.
13044
13045 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13046
13047 * subr.el (with-selected-window): Doc fix.
13048
13049 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13050
13051 * subr.el (get-buffer-window-list): Doc fix.
13052
13053 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13054
13055 * files.el (switch-to-buffer-other-window): Doc fix.
13056
13057 * window.el (save-selected-window, one-window-p)
13058 (split-window-keep-point, split-window-vertically)
13059 (split-window-horizontally): Doc fixes.
13060
13061 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13062
13063 * printing.el: Doc fix. Now it uses call-process instead of
13064 shell-command for low command execution.
13065 (pr-version): New version number (6.8).
13066 (pr-shell-file-name): Option removed.
13067 (pr-shell-command): Fun removed.
13068 (pr-call-process): New fun. Replace pr-shell-command.
13069 (pr-standard-path, pr-remove-nil-from-list): New funs.
13070 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13071 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13072 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13073 (pr-ps-utility-process, pr-txt-print): Code fix.
13074
13075 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13076
13077 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13078 boolean.
13079
13080 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13081
13082 * wid-edit.el (widget-field-buffer): Doc fix.
13083
13084 2004-07-09 John Paul Wallington <jpw@gnu.org>
13085
13086 * emacs-lisp/re-builder.el (reb-update-overlays):
13087 Distinguish between one and several matches in message.
13088
13089 2004-07-09 Richard M. Stallman <rms@gnu.org>
13090
13091 * mouse.el (mouse-set-region-1): If transient-mark-mode
13092 is `identity', change it to `only'.
13093
13094 * simple.el (current-word): Doc fix.
13095
13096 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13097
13098 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13099 so that it is more understanding of whitespace.
13100
13101 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13102 (("ns" . "element") (attr-list) children) instead of
13103 ((:ns . "element") (attr-list) children) in order to reduce the
13104 number of symbols used.
13105 (xml-skip-dtd): Change to use xml-parse-dtd but set
13106 xml-validating-parsing to nil.
13107 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13108 (xml-substitute-entity): Remove in favor of new entity substitution.
13109 (xml-substitute-special): Rewrite in to substitute complex
13110 entities from DOCTYPE declarations.
13111 (xml-parse-fragment): Parse fragments from entity deleclarations.
13112 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13113 (xml-parse-dtd, xml-substitute-special): Make validity checks
13114 conditioned on xml-validating-parser. Add "Not Well Formed" to
13115 error messages about well-formedness.
13116
13117 2004-07-08 Steven Tamm <steventamm@mac.com>
13118
13119 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13120 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13121 Do not treat double clicks and triple clicks specially in the
13122 scroll bar (preventing strange repositioning problems)
13123
13124 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * replace.el (query-replace-regexp-eval): Fix last change.
13127
13128 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * replace.el (query-replace-descr): New fun.
13131 (query-replace-read-from, query-replace-read-args): Default to the
13132 previous from&to.
13133 (query-replace-read-to): Quote the `from' string when displaying it.
13134 (query-replace-regexp-eval): Immediately check read-only status.
13135 Use query-replace-read-from to get the \n checking.
13136 Quote the `from' string when displaying it.
13137 (map-query-replace-regexp, occur-read-primary-args):
13138 Quote the `from' string when displaying it.
13139
13140 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13141 delimited-ness of the search to query-replace.
13142
13143 * replace.el (query-replace-read-from, query-replace-read-to):
13144 New funs extracted from query-replace-read-args.
13145 (query-replace-read-args): Use them.
13146
13147 * replace.el (query-replace-interactive, query-replace-read-args):
13148 Remove the `initial' special value.
13149 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13150 (occur-engine): Remove unused var `matchend'.
13151
13152 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13153 Use the search string without prompting.
13154
13155 2004-07-05 Kenichi Handa <handa@m17n.org>
13156
13157 * international/mule.el (decode-coding-inserted-region):
13158 Set last-coding-system-used only when coding is nil.
13159
13160 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13161
13162 * progmodes/grep.el (grep-compute-defaults, grep-command)
13163 (grep-program, find-program, grep-find-use-xargs, grep-history)
13164 (grep-find-history, grep-tag-default, grep-find-command)
13165 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13166 Add autoload cookies, for unbundled packages that load `compile'
13167 and expect all grep-related symbols to become defined.
13168
13169 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13170
13171 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13172 (iimage-mode-image-search-path): New user option to search the
13173 image file.
13174 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13175 have locate-file.
13176 (iimage-mode-buffer): Use it.
13177
13178 2004-07-03 Nick Roberts <nickrob@gnu.org>
13179
13180 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13181 carefully.
13182 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13183
13184 2004-07-03 Juri Linkov <juri@jurta.org>
13185
13186 * replace.el (query-replace-read-args): Swallow space after 'foo,
13187 not after (quote foo). Match space only immediately after symbol,
13188 not anywhere in the whole string.
13189
13190 2004-07-02 Richard M. Stallman <rms@gnu.org>
13191
13192 * replace.el (query-replace-read-args): Swallow space after
13193 symbols, not after closeparens. But avoid error if string ends there.
13194
13195 * progmodes/python.el (python-beginning-of-statement):
13196 Exit the loop if backward-up-list gets error.
13197
13198 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13199
13200 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13201
13202 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13203 only if vc-consult-headers is non-nil.
13204
13205 2004-07-02 Juri Linkov <juri@jurta.org>
13206
13207 * pcvs.el (cvs-mode-diff-repository): New command.
13208
13209 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13210
13211 2004-07-01 Juri Linkov <juri@jurta.org>
13212
13213 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13214 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13215 C-M-% to isearch-query-replace-regexp.
13216 (minibuffer-local-isearch-map): Add arrow key bindings.
13217 Bind C-f to isearch-yank-char-in-minibuffer.
13218 (isearch-forward): Doc fix.
13219 (isearch-edit-string): Doc fix.
13220 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13221 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13222 (isearch-yank-char): Add optional arg.
13223 (isearch-yank-char-in-minibuffer): New fun.
13224
13225 * replace.el (query-replace-interactive): Change type from boolean
13226 to choice. Add value `initial'.
13227 (query-replace-read-args): Handle value `initial' of
13228 query-replace-interactive.
13229
13230 2004-06-29 Kim F. Storm <storm@cua.dk>
13231
13232 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13233 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13234
13235 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13236 Add :group 'ada.
13237
13238 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13239
13240 2004-06-29 Juri Linkov <juri@jurta.org>
13241
13242 * replace.el (query-replace-read-args): Swallow a space after
13243 everything except )]" which in most cases means after a symbol.
13244
13245 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13246
13247 2004-06-28 Richard M. Stallman <rms@gnu.org>
13248
13249 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13250 More changes to go with previous change in font-lock.el.
13251
13252 2004-06-26 David Kastrup <dak@gnu.org>
13253
13254 * replace.el (perform-replace): Highlight the match even in
13255 non-query mode if there is potential replace string editing.
13256
13257 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13258
13259 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13260 agree with new return value of `file-remote-p'.
13261 This syncs with Tramp 2.0.42.
13262
13263 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13264 according to new documentation of `file-remote-p'.
13265
13266 * files.el (file-remote-p): Fix doc to say that return value is
13267 identification of remote system, if not nil.
13268 (file-relative-name): Use new return value of `file-remote-p'.
13269
13270 2004-06-26 Nick Roberts <nickrob@gnu.org>
13271
13272 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13273 (gdb-goto-breakpoint): Fix breakage.
13274
13275 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13276
13277 * man.el (Man-getpage-in-background): Add windows-nt to the list
13278 of systems where shell-file-name should be used instead of
13279 literal "sh".
13280
13281 2004-06-25 Sam Steingold <sds@gnu.org>
13282
13283 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13284 function names `(setf symbol)'.
13285
13286 2004-06-24 Richard M. Stallman <rms@gnu.org>
13287
13288 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13289
13290 * font-lock.el (font-lock-keywords): Change format of compiled values.
13291 Document it.
13292 (font-lock-add-keywords): If font-lock-keywords is compiled,
13293 extract the uncompiled version, modify, then recompile.
13294 (font-lock-remove-keywords): Likewise.
13295 (font-lock-fontify-keywords-region): Handle changed format.
13296 (font-lock-compile-keywords): Handle changed format.
13297 (font-lock-set-defaults): Compile the keywords explicitly here.
13298
13299 2004-06-24 David Kastrup <dak@gnu.org>
13300
13301 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13302 replacements here.
13303 (query-replace-regexp): Doc string explaining this and the new
13304 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13305 is better placed in `query-replace-read-args'.
13306 (replace-regexp): Explain `\,', `\#' and `\?'.
13307 (replace-match-data): New function for thorough reuse/destruction
13308 of old match-data.
13309 (replace-match-maybe-edit): Function for implementing `\?' editing.
13310 (perform-replace): Fix maintaining of the match stack including
13311 already matched regions, implement `\?', fix various problems
13312 with regions while editing and other stuff.
13313 (replace-highlight): Simplify.
13314
13315 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13316
13317 * progmodes/grep.el (grep-error-screen-columns): New variable.
13318 (grep-regexp-alist): Give it the full functionality of gnu style
13319 compilation messages with line and column ranges. Ask me for the
13320 perl script I'm working on, that uses these.
13321
13322 2004-06-23 Nick Roberts <nickrob@gnu.org>
13323
13324 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13325 Remove.
13326 (comint-insert-input, comint-mouse-insert-input): New functions
13327 based on comint-insert-clicked-input for two bindings but just
13328 one functionality.
13329
13330 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13331
13332 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13333
13334 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13335
13336 * files.el (write-contents-functions): Doc fix.
13337
13338 2004-06-21 Juanma Barranquero <lektu@terra.es>
13339
13340 * image.el (image-library-alist): Rewrite docstring in active voice.
13341
13342 2004-06-20 Richard M. Stallman <rms@gnu.org>
13343
13344 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13345
13346 * isearch.el (isearch-repeat): Avoid testing old match data.
13347 (isearch-message): Display trailing space in special font
13348 when search is failing.
13349 (isearch-search-fun-function): Doc fix.
13350
13351 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13352
13353 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13354
13355 * frame.el (show-trailing-whitespace): Doc fix.
13356
13357 * cus-edit.el (custom-variable-documentation): New function.
13358 (custom-variable): Use it.
13359
13360 2004-06-19 Nick Roberts <nickrob@gnu.org>
13361
13362 * man.el (Man-getpage-in-background): Revert previous change but
13363 make cygwin a special case.
13364
13365 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13366
13367 * autorevert.el (global-auto-revert-non-file-buffers):
13368 Update docstring.
13369
13370 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13371
13372 * progmodes/compile.el (compilation-error-properties): Store one
13373 more than end-col, if present, so that transient-mark-mode will
13374 highlight last char too.
13375 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13376 ranges, if present.
13377
13378 2004-06-18 Jason Rumney <jasonr@gnu.org>
13379
13380 * makefile.w32-in: Double percent signs in for loops.
13381
13382 2004-06-17 David Kastrup <dak@gnu.org>
13383
13384 * replace.el (query-replace-read-args): Only warn about use of \n
13385 and \t when we are doing a regexp replacement and the actual
13386 escaped character is n or t.
13387 (query-replace-regexp): Add \, and \# interpretation to
13388 interactive call and document it.
13389 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13390 as shortkey for replace-count.
13391 (replace-quote): New function for doubling backslashes.
13392
13393 2004-06-17 Juanma Barranquero <lektu@terra.es>
13394
13395 * files.el (parse-colon-path, cd): Mention in docstring that the
13396 path separator is colon in GNU-like systems.
13397
13398 * newcomment.el (comment-region-internal): Fix docstring.
13399
13400 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13401 (ewoc-invalidate, ewoc-collect): Doc fixes.
13402 (ewoc--create-node, ewoc--delete-node-internal):
13403 Fix typos in docstring.
13404
13405 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13406
13407 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13408 manual to docstring.
13409
13410 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13411
13412 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13413
13414 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13415
13416 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13417 Add hyperlink to emacs-xtra manual to docstring.
13418
13419 * autorevert.el (global-auto-revert-non-file-buffers):
13420 Add hyperlink to emacs-xtra manual to docstring, as well as an
13421 info-link.
13422
13423 2004-06-14 Juanma Barranquero <lektu@terra.es>
13424
13425 * image.el (image-library-alist): New variable to map image types
13426 to external libraries. Initialized to nil, unless system-specific
13427 configs change it.
13428 (image-type-available-p): Determine whether an image type is
13429 available by calling `init-image-library'.
13430
13431 * term/w32-win.el (image-library-alist): Initialize to a known set
13432 of probable library names.
13433
13434 2004-06-14 Kenichi Handa <handa@m17n.org>
13435
13436 * international/code-pages.el (windows-1256, cp1125): Fix tables
13437 for several characters.
13438
13439 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13440
13441 2004-06-13 Richard M. Stallman <rms@gnu.org>
13442
13443 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13444
13445 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13446 not "`pc-selection-mode'".
13447
13448 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13449
13450 * simple.el (previous-matching-history-element): Specify a default.
13451
13452 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13453
13454 * cus-face.el (custom-declare-face): Simplify code.
13455
13456 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13457
13458 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13459
13460 * files.el (before-save-hook): Add `time-stamp' to the options.
13461
13462 * time-stamp.el (time-stamp): Recommend adding it to
13463 `before-save-hook', rather than `write-file-functions'.
13464 Make a similar change in `Commentary' section.
13465
13466 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13467
13468 * diff-mode.el (diff-current-defun): If at start of hunk, use
13469 position of first change.
13470
13471 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13472
13473 * dired-x.el (dired-mark-omitted): Bind to "*O".
13474
13475 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13476
13477 * bookmark.el (bookmark-bmenu-relocate): New function, as
13478 suggested by David J. Biesack <David.Biesack@sas.com>.
13479 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13480 (bookmark-bmenu-mode): Describe binding in doc string.
13481 (bookmark-set-filename): Save the bookmark list if it's time.
13482
13483 2004-06-13 Kenichi Handa <handa@m17n.org>
13484
13485 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13486 (ccl-untranslated-to-ucs): Fix typo.
13487
13488 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13489
13490 * progmodes/python.el (python-open-block-statement-p):
13491 Fix indentation after a block opening that contains a comment.
13492
13493 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13494
13495 * bindings.el (completion-ignored-extensions): Add file extensions
13496 of Python byte-compiled files.
13497
13498 2004-06-12 Juri Linkov <juri@jurta.org>
13499
13500 * info.el (Info-goto-node): Add autoload.
13501 (Info-toc): Add substring-no-properties on Info file name.
13502 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13503 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13504
13505 2004-06-12 Kenichi Handa <handa@m17n.org>
13506
13507 * international/mule-cmds.el (set-language-environment):
13508 Load subst tables if necessary.
13509
13510 * international/mule.el (decode-char): Load subst tables if necessary.
13511 (encode-char): Likewise.
13512
13513 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13514 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13515 (utf-16le-decode-loop): Set r5 to -1 before loop.
13516 (utf-16be-decode-loop): Likewise.
13517 (ccl-decode-mule-utf-16le): Add EOF processing block.
13518 (ccl-decode-mule-utf-16be): Likewise.
13519 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13520 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13521 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13522 (ccl-mule-utf-16-encode-untrans): New CCL.
13523 (utf-16-decode-to-ucs): Handle pre-read character.
13524 (utf-16le-encode-loop): Handle surrogate pair.
13525 (utf-16be-encode-loop): Likewise.
13526 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13527 of utf-16le-encode-loop.
13528 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13529 of utf-16be-encode-loop.
13530 (mule-utf-16-post-read-conversion):
13531 Call utf-8-post-read-conversion at first.
13532 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13533 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13534 Add post-read-conversion and pre-write-conversion.
13535
13536 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13537 (utf-translate-cjk-unicode-range): New variable.
13538 (utf-translate-cjk-load-tables): New function.
13539 (utf-lookup-subst-table-for-decode): New function.
13540 (utf-lookup-subst-table-for-encode): New function.
13541 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13542 tables here. Update safe-charsets of utf-* coding systems.
13543 (ccl-mule-utf-untrans): New CCL.
13544 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13545 at end of each branch.
13546 (ccl-mule-utf-8-encode-untrans): New CCL.
13547 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13548 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13549 length of encoding. Don't return r0.
13550 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13551 (utf-8-post-read-conversion): Narrow to region properly.
13552 If utf-translate-cjk-mode is on, load tables if necessary.
13553 Call utf-8-compose with hash-table arg if necessary.
13554 Call XXX-compose-region instead of XXX-post-read-convesion.
13555 (utf-8-pre-write-conversion): New function.
13556 (mule-utf-8): Include CJK charsets in safe-charsets if
13557 utf-translate-cjk-mode is on. Add pre-write-conversion.
13558
13559 * international/characters.el: Temporarily set
13560 utf-translate-cjk-mode to nil.
13561
13562 * language/devan-util.el (devanagari-compose-region):
13563 Add autoload cookie.
13564
13565 * international/ccl.el (ccl-dump-call): Fix printing the
13566 subroutine name.
13567
13568 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13569
13570 * dired.el (dired-revert): If buffer is marked unmodified before
13571 reverting, keep it marked unmodified.
13572 Adapt to new conventions for commenting out code.
13573 (dired-make-relative): Adapt to new conventions for commenting out code.
13574
13575 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13576
13577 * eshell/esh-module.el (eshell-load-defgroups):
13578 Bind `vc-handled-backends' to nil when opening files.
13579
13580 2004-06-11 Juanma Barranquero <lektu@terra.es>
13581
13582 * files.el (parse-colon-path, cd): Doc fixes (refer to
13583 `path-separator', not colon).
13584
13585 2004-06-10 Juanma Barranquero <lektu@terra.es>
13586
13587 * newcomment.el (comment-search-forward)
13588 (comment-search-backward): Fix typos in docstring.
13589 (comment-region): Doc fix.
13590
13591 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13592
13593 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13594 switch is no longer stored in `dired-switches-alist'.
13595
13596 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13597 `dired-switches-alist'.
13598
13599 2004-06-10 Kim F. Storm <storm@cua.dk>
13600
13601 * pcvs.el (cvs-mode-diff-yesterday): New command.
13602
13603 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13604
13605 2004-06-10 Juri Linkov <juri@jurta.org>
13606
13607 * emacs-lisp/edebug.el (edebug-eval-defun):
13608 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13609 Fix docstring.
13610
13611 * simple.el (eval-expression-print-format): Don't print additional
13612 information on the first call to `eval-print-last-sexp'.
13613 (next-error-find-buffer): Fix punctuation.
13614 (killing) <defgroup>: Fix punctuation.
13615 (yank-excluded-properties): Change group from editing to killing.
13616
13617 * replace.el (perform-replace): Use `limit' to terminate the
13618 while-loop explicitly.
13619
13620 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13621
13622 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13623 Use lc-*.xpm as prefix instead of *-locol.xpm.
13624
13625 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13626 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13627 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13628 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13629 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13630 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13631 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13632 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13633 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13634 * toolbar/lc-up_arrow.xpm:
13635 Rename from *-locol.xpm.
13636
13637 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13638
13639 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13640 include forms like &<str>; as valid url patterns.
13641
13642 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13643
13644 * dired.el (dired-diff, dired-backup-diff)
13645 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13646 (dired-do-chown, dired-do-touch, dired-do-print)
13647 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13648 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13649 (dired-create-directory, dired-do-copy, dired-do-symlink)
13650 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13651 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13652 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13653 (dired-maybe-insert-subdir, dired-next-subdir)
13654 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13655 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13656 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13657 (dired-run-shell-command, dired-query): Remove redundant,
13658 or incorrect, autoloads.
13659
13660 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13661 does not end in a slash. Add optional argument KILL-ROOT.
13662 Update docstring.
13663 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13664 (dired-query): Add autoloads.
13665
13666 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13667
13668 * progmodes/compile.el (compilation-set-window-height):
13669 Rearrange the save-* functions because a buffer can have several current
13670 point in different windows.
13671 (compilation-error-regexp-alist-alist): Recognize {standard input}
13672 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13673
13674 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13675
13676 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13677 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13678 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13679 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13680 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13681 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13682 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13683 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13684 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13685 * toolbar/up_arrow-locol.xpm:
13686 New versions of icons that uses fewer colors.
13687
13688 * toolbar/tool-bar.el (tool-bar-local-item)
13689 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13690 if display-color-cells is 256 or less.
13691
13692 2004-06-08 Kim F. Storm <storm@cua.dk>
13693
13694 * wid-edit.el (widget-specify-button): Use hand pointer rather
13695 than mouse-face as visible mouse-over effect.
13696
13697 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13698
13699 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13700 and `print-level' to nil when writing out `save-place-alist'.
13701 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13702
13703 2004-06-07 Juanma Barranquero <lektu@terra.es>
13704
13705 * completion.el (completion-kill-region): Doc fix.
13706
13707 * format.el (format-insert-annotations)
13708 (format-annotate-location): Doc fixes.
13709 (format-subtract-regions): Make arguments match their use in docstring.
13710
13711 * simple.el (kill-region): Doc fix.
13712
13713 * subr.el (insert-buffer-substring-no-properties)
13714 (insert-buffer-substring-as-yank): Doc fixes.
13715
13716 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13717
13718 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13719 Update docstring.
13720 (dired-reset-subdir-switches): New function.
13721
13722 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13723 Limit scope of `buffer-read-only' binding.
13724
13725 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13726
13727 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13728 eshell-explicit-command-char.
13729
13730 2004-06-06 Juanma Barranquero <lektu@terra.es>
13731
13732 * help-fns.el (help-argument-name): Inherit from italic face only
13733 if the frame supports it.
13734
13735 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13736
13737 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13738 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13739 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13740 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13741 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13742 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13743 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13744 New conversions from xpm files.
13745
13746 * toolbar/README: New file.
13747
13748 2004-06-06 Richard M. Stallman <rms@gnu.org>
13749
13750 * isearch.el (isearch-mode-map): Undo previous change.
13751
13752 2004-06-05 Juri Linkov <juri@jurta.org>
13753
13754 * bindings.el (debug-ignored-errors): Add regexps for history
13755 related messages. Remove $ from "No further undo information".
13756 Move Ediff's messages to ediff.el.
13757
13758 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13759
13760 * cus-edit.el (custom-display): Add `min-colors'.
13761
13762 * custom.el (defface): Add `supports' to docstring.
13763
13764 * help-fns.el (help-argument-name): Add :group 'help.
13765
13766 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13767
13768 * find-dired.el (find-ls-subdir-switches): New user option.
13769 (find-dired): No longer call `abbreviate-file-name' on DIR.
13770 Set `dired-subdir-switches' buffer-locally.
13771
13772 * locate.el: Merge the two `Commentary' sections.
13773 (locate-ls-subdir-switches): New user option.
13774 (locate): Update for other changes.
13775 (locate-mode-map): Restore Dired binding for mouse-2.
13776 Bind `locate-mouse-view-file' to M-mouse-2.
13777 Bind `l' to `locate-do-redisplay'.
13778 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13779 (locate-mouse-view-file, locate-tags, locate-find-directory):
13780 Print message if used outside main listing.
13781 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13782 Various changes to support inserted subdirectories.
13783 (locate-insert-header): Change header of *Locate* buffer.
13784
13785 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13786 Change interactive default switches.
13787 (dired-rename-subdir-2): Update `dired-switches-alist'.
13788 (dired-insert-subdir, dired-kill-subdir):
13789 Handle `dired-switches-alist'. Do not mark buffer modified.
13790 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13791 (dired-insert-subdir-doinsert): Omit messages.
13792 Handle `dired-subdir-switches'.
13793 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13794
13795 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13796 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13797 subdirs if -R switch is used for a subdir.
13798 (dired-mode): Set `dired-switches-alist'.
13799 (dired-build-subdir-alist): Only print number of directories in
13800 echo area when invoked interactively.
13801
13802 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13803
13804 * dired-x.el (dired-omit-mode): Rename from
13805 dired-omit-files-p. Use define-minor-mode to define it.
13806 (dired-omit-files-p): Add as alias for dired-omit-mode.
13807 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13808 dired-mark-omitted.
13809 (dired-mark-omitted): Add. Bind to M-O.
13810
13811 2004-06-05 Kenichi Handa <handa@m17n.org>
13812
13813 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13814
13815 2004-06-05 Juanma Barranquero <lektu@terra.es>
13816
13817 * help-fns.el (help-argument-name): Reintroduce face.
13818 (help-default-arg-highlight): Use it, now that
13819 `face-differs-from-default-p' can be trusted.
13820
13821 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13822
13823 * textmodes/table.el: Sentence commands added to Point Motion
13824 group; kill and backward-kill commands added to Extraction group.
13825
13826 2004-06-04 Mario Lang <mlang@delysid.org>
13827
13828 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13829 systems appear to use mW, make the code handle this. Fix a
13830 division-by-zero bug while at it, and handle kernels with
13831 a slightly different layout in /proc/acpi.
13832
13833 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13834
13835 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13836 because the latter is a CL-ism. This fixes the bug reported by
13837 Shawn Boyette <mdxi@collapsar.net> in
13838 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13839
13840 2004-06-04 Miles Bader <miles@gnu.org>
13841
13842 * faces.el (display-supports-face-attributes-p): Function moved to
13843 C code. Previously only the tty-related portion of this function
13844 was done in C; however the previous attempt to do a halfway-proper
13845 job for non-tty displays in lisp didn't work properly because of
13846 funny conditions during Emacs startup.
13847 (face-differs-from-default-p): Simplify, now that
13848 display-supports-face-attributes-p works properly on all display
13849 types. Remove :stipple from comparison; it doesn't really work
13850 in emacs anyway.
13851
13852 2004-06-04 Miles Bader <miles@gnu.org>
13853
13854 * faces.el (face-differs-from-default-p): Use a different
13855 implementation, so we can really check whether FACE displays
13856 differently or not.
13857
13858 2004-06-04 Miles Bader <miles@gnu.org>
13859
13860 * faces.el (display-supports-face-attributes-p): Implement a
13861 `different from default' check for non-tty displays.
13862
13863 2004-06-03 David Kastrup <dak@gnu.org>
13864
13865 * woman.el (woman-mapcan): More concise code.
13866 (woman-topic-all-completions, woman-topic-all-completions-1)
13867 (woman-topic-all-completions-merge): Replace by a simpler and
13868 much faster implementation based on O(n log n) sort/merge instead
13869 of the old O(n^2) behavior.
13870
13871 2004-06-03 Miles Bader <miles@gnu.org>
13872
13873 * subr.el (read-number): Use canonical format for default in prompt.
13874
13875 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13876 Add regexp for " [...]" style defaults.
13877
13878 2004-06-02 Romain Francoise <romain@orebokech.com>
13879
13880 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13881 groups: if the user asks for a hidden buffer, open the
13882 corresponding filter group to expose it.
13883
13884 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13885 `ibuffer-jump-to-buffer'.
13886 (ibuffer-jump-offer-only-visible-buffers): New user option.
13887
13888 2004-06-02 Juanma Barranquero <lektu@terra.es>
13889
13890 * faces.el (frame-update-faces): Add empty docstring so the one
13891 for `ignore' doesn't show through.
13892
13893 * subr.el (process-kill-without-query): Remove spurious "\n" on
13894 obsolescence string.
13895 (focus-frame, unfocus-frame): Add obsolescence declaration and
13896 empty docstring.
13897
13898 * international/mule.el (register-char-codings): Make alias for
13899 `ignore'. Move docstring to obsolescence info and remove redundancy.
13900
13901 2004-06-02 Kim F. Storm <storm@cua.dk>
13902
13903 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13904 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13905
13906 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13907
13908 * comint.el (comint-replace-by-expanded-history-before-point):
13909 Obey `start' as the docstring says.
13910 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13911 (comint-update-fence): Prevent font-lock from running unnecessarily.
13912 (comint-dynamic-list-completions): Use with-current-buffer.
13913
13914 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13915
13916 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13917 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13918 (bibtex-entry-update): Handle alternatives and optional fields.
13919 (bibtex-parse-entry): Bugfix, handle empty key.
13920
13921 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13922
13923 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13924
13925 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13926
13927 * desktop.el (desktop-save): Don't save minor modes without a
13928 known mode initialization function.
13929
13930 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13931
13932 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13933
13934 * autorevert.el: Update `Commentary' section.
13935
13936 2004-05-30 Juanma Barranquero <lektu@terra.es>
13937
13938 * dos-fns.el (convert-standard-filename):
13939 * files.el (convert-standard-filename):
13940 * w32-fns.el (convert-standard-filename):
13941 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13942
13943 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13944
13945 Sync with Tramp.
13946
13947 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13948 (tramp-let-maybe): Move to an earlier spot in the file.
13949 Patch by Andreas Schwab.
13950
13951 2004-05-30 Andreas Schwab <schwab@suse.de>
13952
13953 * dired.el (dired-get-filename): Don't use dired-re-dot.
13954
13955 2004-05-30 Richard M. Stallman <rms@gnu.org>
13956
13957 * files.el (find-file): Doc fix.
13958
13959 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13960
13961 2004-05-30 Nick Roberts <nickrob@gnu.org>
13962
13963 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13964 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13965 modeline of the locals buffer.
13966 (gdb-goto-breakpoint): Handle gdbmi.
13967 (gdb-get-frame-number): Change for gdbmi.
13968
13969 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13970
13971 * files.el (file-remote-p): Apply file name handler for operation
13972 `file-remote-p'. It isn' a property any longer.
13973 (file-relative-name): `fh' and `fd' get the required value via
13974 `find-file-name-handler' already.
13975
13976 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13977 (top): Remove setting of `file-remote-p' property for
13978 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13979
13980 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13981
13982 Version 2.0.41 of Tramp released.
13983
13984 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13985 Throw away if process has died.
13986 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13987 (tramp-out-of-band-prompt-regexp): Rename to
13988 `tramp-process-alive-regexp', because its usage is widen.
13989 (tramp-actions-copy-out-of-band): Apply it.
13990 (tramp-actions-before-shell, tramp-multi-actions):
13991 Add `tramp-action-process-alive' action.
13992 (tramp-action-process-alive): New defun.
13993 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13994 Add entry for `file-remote-p'.
13995 (tramp-handle-file-remote-p): New defun.
13996 (top): Remove setting of `file-remote-p'. Don't set
13997 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13998
13999 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14000 `file-remote-p'.
14001
14002 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14003 counted for (last) line. [They should or they shouldn't? --Stef]
14004 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14005
14006 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14007
14008 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14009 not really necessary but seems to keep the shell history smaller
14010 in some cases. It is no substitute for setting HISTFILE and
14011 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14012 though. Suggested by Luc Teirlinck.
14013 (tramp-open-connection-setup-interactive-shell): Export variables
14014 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14015 (tramp-set-process-query-on-exit-flag): New compat function.
14016 (tramp-open-connection-multi, tramp-open-connection-su)
14017 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14018 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14019 (tramp-let-maybe): New macro, let-binds a variable only if it
14020 isn't obsolete.
14021 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14022 (tramp-handle-file-truename): Use it.
14023 (tramp-completion-file-name-regexp-unified): Avoid matching
14024 filenames starting with "/:" -- those are reserved for
14025 file-name-non-special.
14026
14027 * tramp-smb.el (tramp-smb-open-connection):
14028 Use tramp-set-process-query-on-exit-flag compat function.
14029
14030 2004-05-29 Richard M. Stallman <rms@gnu.org>
14031
14032 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14033
14034 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14035 (eval-last-sexp-print-value): Print char equivalent regardless
14036 of standard-output value.
14037
14038 * thumbs.el (thumbs-subst-char-in-string): Delete.
14039 (thumbs-thumbname): Use subst-char-in-string.
14040 (thumbs-resize-image): Use condition-case, not ignore-errors.
14041 (thumbs-kill-buffer): Likewise.
14042
14043 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14044 (thumbs-mode): Make buffer read-only.
14045 (thumbs-make-thumb): Unconditionally accept an existing file.
14046 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14047 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14048 (thumbs-show-thumbs-list): Error if images not supported.
14049 (thumbs-save-current-image): Improve prompt string.
14050 (thumbs-mode-map): Define u, R, x.
14051 (thumbs-unmark): New command.
14052 (thumbs-emboss-image): Minor cleanup.
14053 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14054 (thumbs-rename-images): New command.
14055 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14056
14057 * thumbs.el (thumbs-current-image): New function.
14058 (thumbs-file-list, thumbs-file-alist): New functions.
14059 (thumbs-find-image): Delete arg L.
14060 Don't set up thumbs-fileL as buffer-local global var.
14061 (thumbs-find-image-at-point): Use thumbs-current-image.
14062 (thumbs-set-image-at-point-to-root-window): Likewise.
14063 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14064 Record and warn about errors. Update thumbs-markedL for deletions.
14065 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14066 (thumbs-redraw-buffer): Use thumbs-file-list.
14067 (thumbs-mark): Use thumbs-current-image.
14068 (thumbs-show-name): Use thumbs-current-image.
14069
14070 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14071 and imenu--last-menubar-index-alist.
14072
14073 * subr.el (with-selected-window): Undo previous change.
14074
14075 2004-05-29 John Paul Wallington <jpw@gnu.org>
14076
14077 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14078 (thumbs-mouse-find-image): New command.
14079 (thumbs-mode-map): Bind it to mouse-2.
14080 (thumbs-mode): Make mode-class special.
14081 (thumbs-view-image-mode): Likewise.
14082
14083 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14084
14085 * flymake.el: New file.
14086
14087 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14088
14089 * files.el (find-file-noselect-1): Do not bind
14090 `inhibit-read-only' to t during execution of
14091 `find-file-not-found-functions'.
14092
14093 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14094
14095 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14096 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14097
14098 2004-05-28 Juri Linkov <juri@jurta.org>
14099
14100 * simple.el (eval-expression-print-format): New fun.
14101
14102 * simple.el (eval-expression):
14103 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14104 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14105 (edebug-eval-expression): Print additionally the value returned by
14106 `eval-expression-print-format'.
14107
14108 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14109 (insert-pair): Make arguments optional. Find character pair
14110 from `insert-pair-alist' according to the last input event.
14111 (insert-parentheses): Make arguments optional.
14112 (raise-sexp, delete-pair): New funs.
14113
14114 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14115 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14116 Bind C-M-q to `indent-pp-sexp'.
14117
14118 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14119 `pp-to-string' modified to be able to format text with newlines.
14120 (pp-to-string): Move the buffer-formatting part of the code to
14121 `pp-buffer'. Call `pp-buffer'.
14122
14123 * info.el (Info-desktop-buffer-misc-data): Don't save information
14124 about virtual files.
14125 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14126 buffers with names obtained from the desktop file instead of the
14127 default *info* buffer.
14128
14129 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14130
14131 * subr.el (with-selected-window): Only save/restore the selected window.
14132
14133 * progmodes/compile.el (compilation-error-regexp-alist):
14134 Use expand-file-name and data-directory.
14135
14136 * progmodes/grep.el (grep-tree): Rework previous fix.
14137
14138 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14139 after the user marked text with the mouse.
14140
14141 * startup.el (command-line): Keep the first regexp of
14142 auto-save-file-name-transforms intact.
14143
14144 2004-05-28 Juanma Barranquero <lektu@terra.es>
14145
14146 * cus-edit.el (customize-face, customize-face-other-window)
14147 (custom-face-edit-delete): Make arguments match their use in
14148 docstring.
14149 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14150 docstring.
14151
14152 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14153 not `cvs-butlast'.
14154
14155 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14156 `nbutlast' are in subr.el).
14157
14158 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14159 (set-w32-system-coding-system): Doc fixes.
14160
14161 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14162 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14163 Make arguments match their use in docstring.
14164 (artist-draw-region-trim-line-endings)
14165 (artist-mouse-choose-operation): Fix typo in docstring.
14166 (artist-key-set-point-common): Doc fix.
14167
14168 2004-05-28 Simon Josefsson <jas@extundo.com>
14169
14170 * mail/smtpmail.el (smtpmail-open-stream):
14171 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14172
14173 2004-05-26 Simon Josefsson <jas@extundo.com>
14174
14175 * starttls.el: Merge with my GNUTLS based starttls.el.
14176 (starttls-gnutls-program, starttls-use-gnutls)
14177 (starttls-extra-arguments, starttls-process-connection-type)
14178 (starttls-connect, starttls-failure, starttls-success): New variables.
14179 (starttls-program, starttls-extra-args): Doc fix.
14180 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14181 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14182 and pass on to corresponding *-gnutls function if it is set.
14183
14184 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14185
14186 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14187 remote files.
14188
14189 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14190
14191 * files.el (file-name-non-special): There are more operations
14192 which need handling: `find-backup-file-name',
14193 `insert-file-contents', `verify-visited-file-modtime',
14194 `write-region'. Rename t value of method to `add'. Add new
14195 methods `quote' and `unquote-then-quote' to file-arg-indices.
14196
14197 2004-05-25 Juri Linkov <juri@jurta.org>
14198
14199 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14200 (Info-index-nodes): Enclose code in condition-case to catch errors.
14201 (Info-index-node): Don't search all index nodes if request is only
14202 for the current node and file is not in the cache of index nodes.
14203 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14204 for consistency with dired-copy-filename-as-kill.
14205 Bind `S' to Info-search-case-sensitively.
14206 (Info-copy-current-node-name): New arg. With zero prefix arg put
14207 the name inside a function call to `info'. Display copied text in
14208 the echo area.
14209
14210 2004-05-25 Sam Steingold <sds@gnu.org>
14211
14212 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14213 strip the package prefix from the symbol name, if any.
14214 Make it the `find-tag-default-function' for `lisp-mode'.
14215
14216 2004-05-25 John Paul Wallington <jpw@gnu.org>
14217
14218 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14219 instead of obsolete `process-kill-without-query'.
14220
14221 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14222 Declare as variable, not constant.
14223
14224 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14225
14226 * files.el (find-file-noselect-1): Fix bug introduced by
14227 Revision 1.694. As a side effect, `inhibit-read-only'
14228 is again, by default, t during execution of
14229 `find-file-not-found-functions'.
14230 (insert-directory): Check that lines were really inserted by
14231 the --dired switch, before erasing them.
14232
14233 2004-05-24 Nick Roberts <nickrob@gnu.org>
14234
14235 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14236 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14237 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14238 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14239 gud-minor-mode (gdbmi).
14240
14241 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14242
14243 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14244 explicitly select the text to be taken as URL.
14245
14246 2004-05-23 Juri Linkov <juri@jurta.org>
14247
14248 * info.el (Info-index-nodes): New var and fun.
14249 (Info-goto-index, Info-index, info-apropos)
14250 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14251 (Info-index): Fix docstring. Store and restore Info-history-list.
14252 (Info-complete-nodes): New var.
14253 (Info-complete-menu-item): Use it.
14254 (Info-index-node): New fun.
14255 (Info-final-node, Info-forward-node, Info-backward-node)
14256 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14257 Use Info-index-node.
14258 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14259 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14260 (Info-find-node-2): If a node with period in its name not found,
14261 try to find a node without the name part after period.
14262 (Info-select-node): Call Info-fontify-node only if
14263 Info-fontify-maximum-menu-size is not nil.
14264 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14265 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14266 Preserve Info-history-list.
14267 (Info-toc): Set Info-current-file.
14268 (Info-build-toc): Move point to the beginning of the buffer.
14269 Add main-file variable.
14270 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14271 Use backslashed representation of the control character ^_.
14272
14273 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14274 numbers in the new Texinfo 4.7 format.
14275
14276 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14277 regexps for function and variable names.
14278
14279 * descr-text.el (describe-property-list): Add [show] button for
14280 `syntax-table' property with action to pp to a separate buffer.
14281 (describe-char): Replace search-forward by re-search-forward with
14282 whitespace regexp after "character:" to not fail in too narrow windows.
14283
14284 * simple.el (next-error-find-buffer): Add a rule to return
14285 next-error capable buffer if one window on the selected frame
14286 displays such buffer.
14287
14288 2004-05-23 Nick Roberts <nickrob@gnu.org>
14289
14290 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14291 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14292 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14293 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14294 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14295 Handle new value for gud-minor-mode (gdbmi).
14296 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14297 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14298 Change from local to global gdb variable set.
14299 (gdb-ann3): Initialise above gdb variable set.
14300 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14301 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14302 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14303 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14304 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14305 (gdb-info-locals-handler, gdb-invalidate-assembler)
14306 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14307 set as global variables.
14308 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14309 Handle gdbmi.
14310 (gdb-info-breakpoints-custom): Fix regexp.
14311 (def-gdb-var): Delete.
14312
14313 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14314 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14315 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14316 a new mode. The file (gdb-mi.el) for this mode will be included
14317 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14318 primary interface.
14319
14320 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14321
14322 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14323 interpreted as a directory.
14324
14325 2004-05-22 Richard M. Stallman <rms@gnu.org>
14326
14327 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14328 as a close quote.
14329
14330 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14331
14332 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14333 Use assoc-string, not assoc-ignore-case.
14334
14335 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14336
14337 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14338 If moving back then fwd gets a defun that ends before point,
14339 try again moving fwd then back.
14340
14341 * files.el (file-name-non-special): Allow t in file-arg-indices
14342 to mean requote the return value. Use `identity' as an element
14343 rather than as the whole value.
14344
14345 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14346
14347 2004-05-22 Juanma Barranquero <lektu@terra.es>
14348
14349 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14350 `help-make-usage'.
14351 (help-highlight-arguments): Skip function name before searching
14352 for arguments.
14353
14354 2004-05-21 Juanma Barranquero <lektu@terra.es>
14355
14356 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14357 Don't mention in the docstring these arguments meant for
14358 internal (recursive) use only.
14359 (allout-char-spec): Comment out (it's not implemented).
14360 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14361 obsolescence declaration.
14362 (allout-flatten-exposed-to-buffer)
14363 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14364 (my-mark-marker): Doc fix.
14365 (produce-allout-mode-map, allout-sibling-index)
14366 (allout-isearch-expose, allout-distinctive-bullet)
14367 (allout-open-topic, allout-reindent-body)
14368 (allout-rebullet-heading, allout-process-exposed)
14369 (allout-insert-listified, allout-latex-verb-quote)
14370 (allout-insert-latex-header, allout-insert-latex-trailer):
14371 Make arguments match their use in docstring.
14372 (allout-primary-bullet, allout-old-style-prefixes)
14373 (allout-inhibit-protection, allout-init, allout-mode)
14374 (allout-before-change-protect, allout-flag-region):
14375 Use "Emacs" instead of "emacs" in docstrings.
14376
14377 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14378
14379 * international/characters.el: Modify syntax of more characters.
14380
14381 2004-05-21 Masatake YAMATO <jet@gyve.org>
14382
14383 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14384 (etags-tags-completion-table): Show parsing progress.
14385
14386 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14387
14388 * locate.el (locate-prompt-for-command): Shorten first line of
14389 docstring.
14390 (locate-mode): Expand docstring and include keymap summary.
14391
14392 * files.el (find-file-noselect-1): Limit the scope of the
14393 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14394 is, by default, nil during the execution of
14395 `find-file-not-found-functions' and `find-file-hook'.
14396
14397 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14398
14399 * facemenu.el (facemenu-color-name-equal): New function.
14400 (list-colors-display): Use it to compare colors instead of
14401 facemenu-color-equal.
14402
14403 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14404
14405 * compare-w.el (compare-windows-face): Use min-colors instead of
14406 checking for tty or pc types.
14407
14408 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14409
14410 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14411 (completion-setup-function): Use with-current-buffer.
14412 Properly save excursion. Simplify.
14413 Don't assume there is necessarily a `mouse-face' property somewhere.
14414
14415 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14416
14417 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14418
14419 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14420 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14421 Use with-current-buffer.
14422 (byte-goto-log-buffer): Delete.
14423 (byte-compile-log-file): Call compilation-forget-errors.
14424
14425 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14426
14427 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14428 output messages into the search result.
14429
14430 2004-05-19 Masatake YAMATO <jet@gyve.org>
14431
14432 * wid-edit.el (widget-radio-button-notify): Revert my last
14433 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14434
14435 2004-05-19 Kenichi Handa <handa@m17n.org>
14436
14437 * international/characters.el: Fix syntax (open/close) of CJK chars.
14438
14439 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14440
14441 * help-mode.el (help-go-back): Don't depend on position of back button.
14442
14443 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14446 files files don't contain an accidental additional /.
14447
14448 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14449 in source buffer.
14450
14451 2004-05-18 Masatake YAMATO <jet@gyve.org>
14452
14453 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14454 to widget-apply. :action method assumes 2 arguments, not 3.
14455
14456 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14457
14458 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14459 New constants.
14460 (hs-special-modes-alist): Add an f90-mode entry.
14461
14462 2004-05-17 Sam Steingold <sds@gnu.org>
14463
14464 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14465 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14466
14467 2004-05-16 Kim F. Storm <storm@cua.dk>
14468
14469 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14470
14471 2004-05-15 John Wiegley <johnw@newartisans.com>
14472
14473 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14474 (eshell-output-object-to-target): Improve output speed 20% by not
14475 calling `eshell-stringify' if something is already known to be a string.
14476
14477 2004-05-15 Alex Ott <ott@jet.msk.su>
14478
14479 * textmodes/ispell.el (ispell-local-dictionary-alist):
14480 Add windows-1251 to the choice of coding systems.
14481 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14482 encoded in cp1251.
14483
14484 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14485
14486 * progmodes/compile.el (compilation-warning-face)
14487 (compilation-info-face): Use min-colors.
14488
14489 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14490
14491 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14492 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14493 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14494 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14495 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14496 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14497 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14498 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14499 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14500 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14501 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14502 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14503 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14504 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14505
14506 2004-05-15 Kim F. Storm <storm@cua.dk>
14507
14508 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14509 Use it to set triggered-p element of timer.
14510 (timer-event-handler): Set triggered-p element non-nil while running
14511 the timer function.
14512
14513 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14514
14515 * descr-text.el (describe-char-unicode-data)
14516 (describe-char-unicodedata-file): Re-enable the unicode code now that
14517 the licensing issues have been cleared in the unicode-4 license.
14518 (describe-text-properties-1): Remove unused `overlay' var.
14519 (describe-char): Remove unused var `buffer'.
14520
14521 2004-05-14 David Ponce <david@dponce.com>
14522
14523 * tree-widget.el: New file.
14524
14525 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14526
14527 * language/european.el ("Brazilian Portuguese"): Add support for
14528 Brazilian Portuguese.
14529
14530 2004-05-13 John Wiegley <johnw@newartisans.com>
14531
14532 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14533 `recentf-mode' if this variable has been customized to t.
14534
14535 * eshell/esh-test.el (eshell-test): Call the function
14536 `emacs-version' rather than trying to build a custom version string.
14537
14538 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14539
14540 * net/telnet.el (telnet-mode): Use define-derived-mode.
14541 Don't modify the global value of comint-prompt-regexp.
14542
14543 2004-05-13 John Paul Wallington <jpw@gnu.org>
14544
14545 * version.el (emacs-version): Check for `gtk' feature before
14546 `x-toolkit' feature.
14547
14548 2004-05-13 Juanma Barranquero <lektu@terra.es>
14549
14550 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14551 arguments in the docstring, they're used only in recursive calls.
14552
14553 * help-fns.el (help-arg-highlighting-function)
14554 (help-argument-name): Delete.
14555 (help-default-arg-highlight): New function.
14556 (help-do-arg-highlighting): Use it.
14557
14558 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14559
14560 * calendar/appt.el (appt-disp-window):
14561 Use `calendar-set-mode-line' for a centered mode-line.
14562
14563 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14564
14565 * calendar/appt.el (appt-disp-window): Do not split window
14566 excessively when `split-height-threshold' is low.
14567
14568 2004-05-12 Nick Roberts <nickrob@gnu.org>
14569
14570 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14571 kill-buffer-hook here and make it local.
14572 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14573
14574 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14575
14576 * progmodes/compile.el (compilation-set-window-height):
14577 Use save-excursion to protect against misplaced marker.
14578
14579 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14580
14581 * custom.el (defface): Document that type can have value gtk.
14582
14583 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14584
14585 2004-05-12 Kenichi Handa <handa@m17n.org>
14586
14587 * descr-text.el: Require quail at comile time.
14588 (describe-char): If an input method is on and it supports the
14589 character, show how to input it.
14590
14591 * international/quail.el (quail-install-decode-map): Accept a
14592 char-table whose subtype is `quail-decode-map'.
14593 (quail-store-decode-map-key, quail-gen-decode-map1)
14594 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14595 (quail-show-key): New functions.
14596
14597 2004-05-12 Juanma Barranquero <lektu@terra.es>
14598
14599 * generic.el (define-generic-mode): Remove redundant arglist info.
14600
14601 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14602 Make arguments match their use in docstring.
14603 (help-arg-highlighting-function): New variable.
14604 (help-argument-name): Mention it in the docstring.
14605 (help-do-arg-highlight): Use it. Expand regexp to accept also
14606 ARG-xxx and xxx-ARG references.
14607
14608 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14609
14610 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14611 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14612 and "mailto:addr1?to=addr2" equal.
14613
14614 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14615
14616 * man.el (Man-getpage-in-background): Use shell-file-name
14617 and shell-command-switch variables instead of hard-coded values.
14618
14619 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14620
14621 * iimage.el: New file.
14622
14623 2004-05-11 Juanma Barranquero <lektu@terra.es>
14624
14625 * custom.el (custom-initialize-default, defcustom):
14626 Fix typo in docstring.
14627
14628 * files.el (set-visited-file-name, file-expand-wildcards):
14629 Fix docstring.
14630
14631 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14632
14633 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14634
14635 * subr.el (eventp): Be more discriminating with integers.
14636
14637 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14638
14639 * progmodes/compile.el (compile): Add universal prefix arg.
14640 (compilation-error-regexp-alist-alist): Add edg patterns.
14641
14642 2004-05-10 Sam Steingold <sds@gnu.org>
14643
14644 * textmodes/ispell.el (ispell-message):
14645 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14646
14647 2004-05-10 Dave Love <fx@gnu.org>
14648
14649 * progmodes/python.el (help-buffer): Autoload when compiling.
14650 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14651 (run-python): Prepend to any existing PYTHONPATH.
14652
14653 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14654
14655 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14656 for pending breakpoints.
14657
14658 2004-05-10 Richard M. Stallman <rms@gnu.org>
14659
14660 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14661 directly without calling any functions in Rmail.
14662 (unrmail-unprune): Function deleted.
14663
14664 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14665
14666 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14667 C-c C-z binding.
14668
14669 2004-05-10 Kenichi Handa <handa@m17n.org>
14670
14671 * descr-text.el (describe-char): Fix previous change. Don't make
14672 a unibyte character to multibyte in the *Help* buffer.
14673
14674 2004-05-10 Miles Bader <miles@gnu.org>
14675
14676 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14677 buffer an error if the debugger process is actually running.
14678
14679 2004-05-10 Juanma Barranquero <lektu@terra.es>
14680
14681 * help-fns.el (help-argument-name): Default to italic.
14682 (help-highlight-arguments): Return always (usage . doc), even when
14683 usage is nil.
14684
14685 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14686 (define-ibuffer-filter): Add usage info.
14687 (define-ibuffer-op): Add usage info (but CL-style defaults for
14688 keyword args are not shown).
14689
14690 * subr.el (remove-overlays, read-passwd): Fix docstring.
14691 (start-process-shell-command): Fix docstring. Put usage info in a
14692 format usable by `describe-function'.
14693 (open-network-stream, open-network-stream-nowait)
14694 (open-network-stream-server): Fix docstring.
14695
14696 2004-05-09 Jason Rumney <jasonr@gnu.org>
14697
14698 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14699 Only define cp125* if windows-125* is already defined.
14700
14701 * language/korean.el (cp949): Add alias.
14702
14703 * language/chinese.el (cp936, cp950): Add aliases.
14704
14705 * language/japanese.el (cp932): Add alias.
14706
14707 * term/w32-win.el: Require code-pages.
14708
14709 * international/mule-cmds.el (set-locale-environment):
14710 On MS-Windows use ansi code-page for default coding-systems.
14711 Set up paper sizes for Windows 3 letter languages.
14712
14713 * international/code-pages.el (cp932, cp936, cp949, cp950):
14714 Add aliases. Also add cp125* if not already defined.
14715
14716 2004-05-09 Juanma Barranquero <lektu@terra.es>
14717
14718 * help-fns.el (help-highlight-arguments): Don't try to highlight
14719 missing or autoloaded arglists. Accept structured arguments, like
14720 the first ones of `do' and `flet'.
14721
14722 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14723 (cvs-get-marked): Remove redundant arglist info.
14724
14725 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14726 Don't use CL-style default args.
14727
14728 2004-05-08 Andreas Schwab <schwab@suse.de>
14729
14730 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14731
14732 * international/subst-ksc.el: Fix references to utf-translate-cjk
14733 into utf-translate-cjk-mode.
14734 * international/subst-big5.el: Likewise.
14735 * international/subst-gb2312.el: Likewise.
14736 * international/subst-jis.el: Likewise.
14737 * international/utf-16.el: Likewise.
14738 * international/utf-8.el: Likewise.
14739
14740 2004-05-08 John Wiegley <johnw@newartisans.com>
14741
14742 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14743 "virtual buffers" (off by default), which makes it possible to
14744 switch to the "virtual" buffers of recently visited files. When a
14745 buffer name search fails, and this option is on, iswitchb will
14746 look at the list of recently visited files, and permit matching
14747 against those names. When the user hits RET on a match, it will
14748 revisit that file.
14749 (iswitchb-read-buffer): Add two optional arguments, which makes
14750 isearchb.el possible.
14751 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14752 (iswitchb-next-match): Add support for virtual buffers.
14753
14754 * isearchb.el: This module extends iswitchb to provide "as you
14755 type" buffer selection.
14756
14757 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14758 Ignore the read-only property when flyspell highlighting is on.
14759 Not ignoring it leads to a series of confusing errors.
14760 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14761 but also make sure to call flyspell-incorrect-hook.
14762 (flyspell-maybe-correct-transposition): Perform transposition test
14763 by bit twiddling a string, rather than using a temp buffer.
14764 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14765 buffer. This is also the original version of the code, which
14766 could not be checked in before due to a previous lack of
14767 assignment papers. This version has seen heavy usage on my system
14768 for several years now.
14769
14770 * calendar/cal-bahai.el: New file, which adds support for the
14771 Baha'i calendar to Emacs. This calendar is based on a solar year
14772 of 19 months of 19 days, with 4 intercalary days. Each year
14773 begins on March 21, with the calendar starting in 1844.
14774
14775 * calendar/cal-menu.el, calendar/calendar.el
14776 * calendar/diary-lib.el, calendar/holidays.el:
14777 Added support for using cal-bahai.el.
14778
14779 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14780 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14781 function can be used outside of eshell buffers.
14782 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14783
14784 2004-05-08 Juanma Barranquero <lektu@terra.es>
14785
14786 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14787 word constituent so FOO-ARG is not recognized as an arg.
14788 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14789
14790 * simple.el (next-error): Fix typo in docstring.
14791 (open-line): Make argument names match their use in docstring.
14792 (split-line): Fix docstring.
14793
14794 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14795 usable by `describe-function'.
14796 (gensym, gentemp, typep, ignore-errors): Make argument names match
14797 their use in docstring.
14798
14799 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14800 argument to `help-setup-xref'.
14801
14802 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14803
14804 Version 2.0.40 of Tramp released.
14805
14806 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14807 Use symbol-function to invoke functions only known on some Emacs
14808 flavors. This avoids byte-compiler warnings. Reported by Kevin
14809 Scaldeferri <kevin@scaldeferri.com>.
14810 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14811 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14812 consistent with the other tramp-do-* functions.
14813 (tramp-do-copy-or-rename-file): Calls adjusted.
14814 (tramp-process-initial-commands): Avoid liveness check on shell --
14815 we know that it must be alive since we're opening a connection at
14816 this moment.
14817 (tramp-last-cmd): New internal variable.
14818 (tramp-process-echoes): New tunable.
14819 (tramp-send-command): Set tramp-last-cmd.
14820 (tramp-wait-for-output): Delete echo, if applicable.
14821 (tramp-read-passwd): Construct the key for the password cache in a
14822 way that works for multi methods, too.
14823 (tramp-bug): Add backup-directory-alist and
14824 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14825
14826 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14827
14828 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14829
14830 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14831 (tramp-actions-copy-out-of-band): New defcustoms.
14832 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14833 used instead of a synchronous one. Allows password entering.
14834 (tramp-action-out-of-band): New defun.
14835 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14836 Remove restriction with password from doc string.
14837 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14838 `tramp-out-of-band-prompt-regexp',
14839 `tramp-actions-copy-out-of-band', `password-cache' and
14840 `password-cache-expiry'.
14841 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14842 password caching.
14843 (tramp-touch): FILE can be a local file, too.
14844 (TODO): Remove items done.
14845 (tramp-handle-insert-directory): Properly quote file name also if
14846 not full-directory-p. Handle wildcard case. Reported by Andreas
14847 Schwab <schwab@suse.de>.
14848 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14849 new file.
14850 (tramp-handle-file-local-copy, tramp-handle-write-region):
14851 The permissions of the temporary file are set if filename exists.
14852 Reported by Ted Stern <stern@cray.com>.
14853 (tramp-backup-directory-alist)
14854 (tramp-bkup-backup-directory-info): New defcustoms.
14855 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14856 (tramp-handle-find-backup-file-name): New function.
14857 Implements Tramp's find-backup-file-name.
14858
14859 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14860 for `find-backup-file-name'.
14861
14862 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14863 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14864
14865 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14866
14867 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14868
14869 2004-05-07 Juanma Barranquero <lektu@terra.es>
14870
14871 * subr.el (lambda): Add arglist description to docstring.
14872 (declare): Fix typo in docstring.
14873 (open-network-stream): Fix docstring.
14874 (process-kill-without-query): Fix docstring and add obsolescence info.
14875 (last, butlast, nbutlast): Make arguments match their use in docstring.
14876 (insert-buffer-substring-no-properties): Likewise.
14877 (insert-buffer-substring-as-yank): Likewise.
14878 (split-string): Fix docstring.
14879
14880 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14881 Make argument names match their use in docstring.
14882
14883 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14884
14885 2004-05-06 Nick Roberts <nickrob@gnu.org>
14886
14887 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14888 Fit first sentence on one line for apropos-command.
14889
14890 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14891
14892 Changes largely merged in from Dave Love's code.
14893 * progmodes/python.el: Doc fixes.
14894 (python-mode-map): Add python-complete-symbol.
14895 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14896 (python-comment-indent, python-complete-symbol)
14897 (python-symbol-completions, python-partial-symbol)
14898 (python-try-complete): New.
14899 (python-indent-line): Remove optional arg. Use python-block-end-p.
14900 (python-check): Bind compilation-error-regexp-alist.
14901 (inferior-python-mode): Use rx. Move keybindings to top level.
14902 Set comint-input-filter.
14903 (python-preoutput-filter): Use rx.
14904 (python-input-filter): Re-introduce.
14905 (python-proc): Start new process if necessary.
14906 Check python-buffer non-nil.
14907 (view-return-to-alist): Defvar.
14908 (python-send-receive): New.
14909 (python-eldoc-function): Use it.
14910 (python-mode-running): Don't defvar.
14911 (python-mode): Set comment-indent-function.
14912 Maybe update hippie-expand-try-functions-list.
14913 (python-indentation-levels): Initialize differently.
14914 (python-block-end-p): New.
14915 (python-indent-line): Use it.
14916 (python-compilation-regexp-alist): Augment.
14917 (run-python): Import `emacs' module to Python rather than loading
14918 code directly. Set python-buffer differently.
14919 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14920 Use python-proc.
14921 (python-send-command): Go to end of comint buffer.
14922 (python-load-file): Use python-proc, emacs.eimport.
14923 (python-describe-symbol): Simplify interactive form.
14924 Use emacs.help. Do use temp-buffer-show-hook.
14925 Call print-help-return-message.
14926 (hippie-exp): Require when compiling.
14927 (python-preoutput-continuation): Use rx.
14928
14929 * diff-mode.el (diff-make-unified): Fix regexp.
14930
14931 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14932
14933 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14934 filter groups from the buffer when rebuilding the Ibuffer buffer
14935 and `ibuffer-show-empty-filter-groups' is nil.
14936
14937 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14938
14939 * ps-print.el (ps-print-quote): Call ps-value-string.
14940 (ps-setup): Call ps-comment-string.
14941 (ps-value-string, ps-comment-string): New funs.
14942
14943 2004-05-06 Juanma Barranquero <lektu@terra.es>
14944
14945 * ehelp.el (electric-help-command-loop): Check whether the last
14946 character is visible, not (point-max).
14947
14948 * help-fns.el (help-argument-name): Default to bold; don't inherit
14949 from font-lock-variable-name-face.
14950 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14951
14952 2004-05-05 Kenichi Handa <handa@m17n.org>
14953
14954 * descr-text.el (describe-char): Copy the character with text
14955 properties and overlays into the first line, and call
14956 describe-text-properties on it.
14957
14958 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14959
14960 * iswitchb.el (iswitchb-global-map): Fix typo.
14961 Remove unwanted ###autoloads from source file.
14962
14963 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14964
14965 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14966 in run-hooks. Use substitute-command-keys in message.
14967 (wdired-abort-changes): Add message.
14968
14969 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14970
14971 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14972 (sql-emacs20-p): Remove.
14973 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14974 (sql-builtin-face, sql-doc-face): Remove.
14975 (sql-mode-ansi-font-lock-keywords)
14976 (sql-mode-oracle-font-lock-keywords)
14977 (sql-mode-postgres-font-lock-keywords)
14978 (sql-mode-linter-font-lock-keywords)
14979 (sql-mode-ms-font-lock-keywords)
14980 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14981 (sql-product-font-lock): Fix font-lock reset when font rules change.
14982 (sql-highlight-product): Remove incorrect font-lock reset logic.
14983
14984 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14985
14986 * ses.el (ses-set-parameter): Fix typo.
14987
14988 2004-05-04 Kim F. Storm <storm@cua.dk>
14989
14990 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14991 Must expand directory for completion to work; and don't mess with
14992 process-environment.
14993 (ido-read-file-name): If command has ido property, don't use ido
14994 if value is ignore, or read as directory if value is dir.
14995 Set ido ignore property for dired-do-rename command.
14996
14997 2004-05-04 Juanma Barranquero <lektu@terra.es>
14998
14999 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15000 (electric-help-help): Check against unmapped commands.
15001
15002 * help-fns.el (help-argument-name): New face, inheriting from
15003 font-lock-variable-name-face, to highlight function arguments in
15004 `describe-function' and `describe-key'.
15005 (help-do-arg-highlight): Auxiliary function to highlight a given
15006 list of arguments in a string.
15007 (help-highlight-arguments): Highlight the function arguments and
15008 all uses of them in the docstring.
15009 (describe-function-1): Use it. Do docstring output via `insert',
15010 not 'princ', so text attributes are preserved.
15011
15012 * winner.el (winner-mode-map): Move `winner-undo' and
15013 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15014 previous bindings conflict with `prev-buffer', `next-buffer').
15015
15016 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15017
15018 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15019 (bibtex-entry-update): New command bound to C-c C-u.
15020 (bibtex-text-in-string): Fix regexp.
15021 (bibtex-assoc-of-regexp): Remove.
15022 (bibtex-progress-message): Fix docstring.
15023 (bibtex-inside-field): Use if.
15024 (bibtex-assoc-regexp): New function.
15025 (bibtex-format-entry): Make code more robust so that it formats
15026 also old entries.
15027 (bibtex-autokey-demangle-title): Merge with obsolete function
15028 bibtex-assoc-of-regexp.
15029 (bibtex-field-list): New function.
15030 (bibtex-entry): Use bibtex-field-list.
15031 (bibtex-parse-entry): Fix docstring.
15032 (bibtex-print-help-message): Use bibtex-field-list.
15033 (bibtex-make-field): Use bibtex-field-list.
15034 (bibtex-entry-index): Bugfix. Return crossref key if required.
15035 (bibtex-lessp): Fix docstring.
15036
15037 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15038
15039 * select.el (xselect-convert-to-string): Move comment to intended line.
15040
15041 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15042
15043 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15044 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15045
15046 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15047
15048 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15049 x-get-selection.
15050
15051 2004-05-03 Jason Rumney <jasonr@gnu.org>
15052
15053 * makefile.nt: Remove.
15054
15055 2004-05-03 Kim F. Storm <storm@cua.dk>
15056
15057 * emulation/cua-base.el (cua--update-indications): Fix last change.
15058 (cua-mode): Deactivate mark when cua-mode is enabled.
15059
15060 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15061
15062 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15063
15064 2004-05-03 Nick Roberts <nickrob@gnu.org>
15065
15066 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15067 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15068 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15069 window over visible frames.
15070 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15071
15072 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15073
15074 * progmodes/compile.el (compilation-gcpro): New var.
15075 (compilation-fake-loc): Use it.
15076 (compilation-forget-errors): Reset it.
15077
15078 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15079
15080 * diff-mode.el (diff-header-face, diff-file-header-face):
15081 Use min-colors.
15082
15083 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15084
15085 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15086 (bibtex-clean-entry): Disentangle code.
15087 (bibtex-realign): New function.
15088 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15089 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15090 Remove undocumented optional arg called-by-convert-alien.
15091 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15092 for sorting instead of bibtex-sort-buffer.
15093
15094 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15095
15096 * progmodes/compile.el (compilation-start): In the
15097 no-async-subprocesses branch, call sit-for to give redisplay a
15098 chance to show the updated process status in the mode line, and
15099 fontify the buffer explicitly after the process exits.
15100
15101 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15102
15103 * progmodes/python.el (python-compilation-line-number): Remove.
15104 (python-compilation-regexp-alist): Don't use it any more.
15105 (python-orig-start, python-input-filter): Remove.
15106 (inferior-python-mode): Don't set up comint-input-filter-functions.
15107 (python-send-region): Use compilation-fake-loc.
15108
15109 * progmodes/compile.el (compilation-messages-start): New var.
15110 (compilation-mode): Don't setup next-error-function here.
15111 (compilation-setup): Set it up here instead (for minor modes as well).
15112 Make compilation-messages-start buffer local.
15113 (compilation-next-error-function): Use it.
15114 (compilation-forget-errors): Set compilation-messages-start.
15115
15116 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15117
15118 * ielm.el (ielm-prompt-read-only): Update docstring.
15119
15120 * comint.el (comint-prompt-read-only): Update docstring.
15121 (comint-update-fence, comint-kill-whole-line)
15122 (comint-kill-region): New functions.
15123
15124 * simple.el (kill-whole-line): Use "p" instead of "P" in
15125 interactive form.
15126
15127 2004-05-01 Juanma Barranquero <lektu@terra.es>
15128
15129 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15130 format arglist so default values in CL-style argument lists are
15131 correctly shown.
15132
15133 2004-05-01 Jason Rumney <jasonr@gnu.org>
15134
15135 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15136
15137 2004-05-01 Kenichi Handa <handa@m17n.org>
15138
15139 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15140 quail file if it is up to date.
15141
15142 2004-04-30 Juri Linkov <juri@jurta.org>
15143
15144 * cus-edit.el (custom-mode-map):
15145 Add key binding `C-x C-s' to `Custom-save'.
15146
15147 * outline.el (outline-blank-line): New var.
15148 (outline-next-preface, outline-show-heading)
15149 (outline-end-of-subtree): Use it.
15150
15151 * dired-aux.el (dired-touch-initial): New fun.
15152 (dired-do-chxxx): Call it for op-symbol `touch'.
15153 (dired-diff): Use `dired-dwim-target-directory'
15154 if current dired buffer has no buffer mark.
15155
15156 * bindings.el (propertized-buffer-identification):
15157 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15158 Add C-M-arrow keys for consistency.
15159
15160 * files.el (confirm-kill-emacs):
15161 Change group from top-level `emacs' to `convenience'.
15162
15163 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15164 Push mark on the first call of successive command calls.
15165 (insert-pair): New fun created from `insert-parentheses' with
15166 `open' and `close' arguments added. Enclose active regions
15167 in paired characters. Compare adjacent characters syntax with
15168 inserted characters syntax before inserting a space.
15169 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15170
15171 * delsel.el: Don't put `delete-selection' property
15172 on `insert-parentheses' symbol to take advantage of
15173 region handling in `insert-pair' function.
15174 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15175
15176 2004-04-30 Kim F. Storm <storm@cua.dk>
15177
15178 * emulation/cua-base.el: Add support for changing cursor types;
15179 based on patch from Michael Mauger.
15180 (cua-normal-cursor-color, cua-read-only-cursor-color)
15181 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15182 Customization cursor type and/or cursor color.
15183 (cua--update-indications): Handle cursor type changes.
15184 (cua-mode): Update cursor indications if enabled.
15185
15186 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15187
15188 * mouse.el (mouse-drag-copy-region): New defcustom.
15189 (mouse-set-region, mouse-drag-region-1): Use it.
15190
15191 * simple.el (kill-ring-save): If region face background color is
15192 unspecified (if no highlighting), show extent of fully visible
15193 region even if transient-mark-mode is enabled.
15194
15195 * emulation/cua-base.el (cua--standard-movement-commands):
15196 Add cua-scroll-up and cua-scroll-down.
15197 (cua-scroll-up, cua-scroll-down): New commands.
15198 (cua--init-keymaps): Remap scroll-up and scroll-down.
15199
15200 * emulation/cua-rect.el (cua--convert-rectangle-as):
15201 New defmacro.
15202 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15203 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15204 New commands (suggested by Jordan Breeding).
15205
15206 2004-04-30 Juanma Barranquero <lektu@terra.es>
15207
15208 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15209
15210 2004-04-30 Mario Lang <mlang@delysid.org>
15211
15212 * diff.el (diff-switches): Fix typo in docstring.
15213
15214 2004-04-30 Alex Schroeder <alex@gnu.org>
15215
15216 * xml.el (xml-debug-print-internal): Don't add newline and
15217 indentation to text nodes and write empty elements as empty tags
15218 instead of opening and closing tags.
15219 (xml-debug-print): Take optional indent-string argument.
15220 (xml-print): Alias for xml-debug-print.
15221
15222 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15223
15224 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15225 than duplicate call to `line-beginning-position'.
15226
15227 * progmodes/f90.el (f90-get-present-comment-type):
15228 Return whitespace, as well as comment chars, for consistent filling
15229 of comment blocks. Use `match-string-no-properties'.
15230 (f90-break-line): Trim trailing whitespace when filling comments.
15231
15232 2004-04-30 Dave Love <fx@gnu.org>
15233
15234 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15235 (diary-from-outlook-internal, diary-from-outlook)
15236 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15237 New functions to import diary entries from Outlook-format
15238 appointments in mail messages.
15239
15240 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * progmodes/python.el (python-send-command): New fun.
15243 (python-send-region, python-load-file): Use it.
15244
15245 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15246
15247 * help-fns.el (help-C-file-name): Use new subr-name.
15248 Prepend `src/' to the file name.
15249 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15250 (describe-function-1, describe-variable): Only find a C source file
15251 name if DOC is already loaded.
15252
15253 * help-mode.el (help-function-def, help-variable-def):
15254 Use the new find-function-search-for-symbol functionality.
15255 Allow FILE to be `C-source'.
15256
15257 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15258 (find-function-C-source): New fun.
15259 (find-function-search-for-symbol): Use it.
15260
15261 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15262
15263 * progmodes/sql.el (sql-product-alist): Rename variable
15264 `sql-product-support'. Add Postgres login parameters.
15265 (sql-set-product, sql-product-feature): Update with renamed variable.
15266 (sql-connect-postgres): Add username prompt.
15267 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15268 Make patterns less product specific.
15269 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15270 (sql-mode-abbrev-table): Modify initialization.
15271 (sql-builtin-face): Add variable.
15272 (sql-keywords-re): Add macro.
15273 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15274 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15275 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15276 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15277 (sql-mode-linter-font-lock-keywords)
15278 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15279 (sql-mode-sybase-font-lock-keywords)
15280 (sql-mode-informix-font-lock-keywords)
15281 (sql-mode-interbase-font-lock-keywords)
15282 (sql-mode-ingres-font-lock-keywords)
15283 (sql-mode-solid-font-lock-keywords)
15284 (sql-mode-sqlite-font-lock-keywords)
15285 (sql-mode-db2-font-lock-keywords): Default to nil.
15286 (sql-product-font-lock): Always highlight ANSI keywords.
15287 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15288 (sql-send-string): Add function.
15289
15290 2004-04-29 Dave Love <fx@gnu.org>
15291
15292 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15293 (cfengine-end-of-defun): Ensure progress through buffer.
15294
15295 * info-look.el (cfengine-mode): Accept a terminal ().
15296
15297 2004-04-29 Juri Linkov <juri@jurta.org>
15298
15299 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15300 instead of isearch-yank-word-or-char. Add new key bindings for
15301 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15302 (isearch-del-char): New fun.
15303 (isearch-forward, isearch-edit-string): Update docstring.
15304 (isearch-yank-char): Doc fix.
15305 (isearch-other-meta-char): Restore point after scrolling.
15306
15307 * progmodes/compile.el (compilation-context-lines): Add nil option
15308 to disable compilation output window scrolling.
15309 (compilation-set-window): Use it.
15310
15311 * outline.el (outline-next-preface, outline-show-heading):
15312 Don't leave unhidden blank line before heading.
15313 (outline-end-of-subtree): Include last newline into subtree.
15314 (hide-entry): Leave point at beginning of heading instead of end.
15315 (outline-up-heading): Push mark for the first call of successive
15316 command calls.
15317
15318 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15319
15320 * comint.el (comint-prompt-read-only): New variable.
15321 (comint-output-filter): Implement it.
15322
15323 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15324 (ielm-prompt-internal): New variable.
15325 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15326 (ielm-send-input): Delete unused variable `buf'.
15327 (ielm-eval-input): Use `ielm-prompt-internal'.
15328 (inferior-emacs-lisp-mode): Use new variables
15329 `comint-prompt-read-only' and `ielm-prompt-internal'.
15330 Get rid of obsolete variable `directory-sep-char'.
15331 (ielm): Use `zerop'.
15332
15333 2004-04-29 John Paul Wallington <jpw@gnu.org>
15334
15335 * thumbs.el (toplevel): Require cl at compile time.
15336 Remove conditional definitions of `ignore-errors' and `caddar'
15337 because they occur at run time.
15338
15339 2004-04-28 Nick Roberts <nickrob@gnu.org>
15340
15341 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15342 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15343 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15344 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15345
15346 * progmodes/gud.el (gud-common-init): Throw an error if program is
15347 already running under gdb.
15348
15349 2004-04-28 John Paul Wallington <jpw@gnu.org>
15350
15351 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15352 (thumbs-show-image-num): Move assignment of
15353 `thumbs-current-image-filename' within scope of `i'.
15354 (thumbs-emboss-image): Don't use `evenp'.
15355
15356 2004-04-28 Richard M. Stallman <rms@gnu.org>
15357
15358 * progmodes/compile.el (compilation-context-lines): Default now 0.
15359
15360 2004-04-28 Juanma Barranquero <lektu@terra.es>
15361
15362 Use `time-less-p' from calendar/time-date.el instead of defining
15363 custom versions of it.
15364
15365 * pcomplete.el (pcomplete-time-less-p): Remove.
15366
15367 * thumbs.el (time-less-p): Remove.
15368
15369 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15370 (timeclock-generate-report): Use `time-less-p'.
15371
15372 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15373 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15374
15375 2004-04-28 Masatake YAMATO <jet@gyve.org>
15376
15377 * subr.el (remove-overlays): Make arguments optional.
15378
15379 * wid-edit.el (widget-specify-button): Put evaporate to the
15380 overlay for sample.
15381 (widget-specify-sample): Put evaporate to the overlay for sample.
15382 (widget-specify-doc): Put evaporate to the overlay for documentation.
15383
15384 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15385
15386 * info.el (info-apropos): Make it an index node. Align node names
15387 like makeinfo.
15388
15389 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15390
15391 * net/browse-url.el (browse-url-netscape-sentinel)
15392 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15393 (browse-url-epiphany-sentinel, browse-url-mosaic):
15394 Use browse-url-*-program instead of a literal program name.
15395
15396 2004-04-27 Kevin Ryde <user42@zip.com.au>
15397
15398 * eshell/em-alias.el:
15399 * eshell/em-dirs.el:
15400 * eshell/em-hist.el:
15401 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15402 features when M-x customize-group loads modules before the main
15403 eshell.el.
15404
15405 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15406
15407 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15408 either a character representation of an event or an event
15409 description list.
15410
15411 * type-break.el: Capitalise Emacs and Lisp.
15412 (type-break-good-break-interval, type-break-demo-boring-stats)
15413 (type-break-terse-messages, type-break-file-name): New defcustoms.
15414 (type-break-post-command-hook)
15415 (type-break-warning-countdown-string): Quote variable names in doc.
15416 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15417 (type-break-mode): Document type-break-good-break-interval and the
15418 "session" file. Schedule break according to the session file.
15419 Kill session file buffer on exit. Organise for save-some-buffers
15420 to always save the session file.
15421 (type-break-mode-line-message-mode, type-break-query-mode):
15422 Uppercase arguments.
15423 (type-break-file-time, type-break-file-keystroke-count, timep)
15424 (type-break-choose-file, type-break-get-previous-time)
15425 (type-break-get-previous-count): New defuns.
15426 (type-break): Avoid break querying after a completed break in the
15427 case where the query was initiated during user invocation of the
15428 break. Optional terse messages.
15429 Use type-break-good-break-interval if type-break-good-rest-interval is
15430 nil. File the break time.
15431 (type-break-schedule): New optional args for overriding the use of
15432 the current time.
15433 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15434 after a break.
15435 (type-break-check): File the keystroke count.
15436 (type-break-do-query): Prevent a second query when the break is
15437 interrupted. Optional terse message.
15438 (type-break-keystroke-reset): Record the start of a typing interval.
15439 (type-break-demo-boring): Optional terse messages. Display word
15440 per minute and keystroke counts according to
15441 type-break-demo-boring-stats.
15442
15443 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15444
15445 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15446 directories, make sure they exist under archive-tmpdir.
15447
15448 2004-04-27 Juri Linkov <juri@jurta.org>
15449
15450 * help.el (view-emacs-news): With argument, display info for the
15451 selected version by finding it among different NEWS files, and
15452 narrowing the buffer to the selected version.
15453
15454 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15455 same-window-buffer-names.
15456 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15457 non-numeric prefix argument, append the number to the buffer name
15458 for numeric prefix argument.
15459 (info-other-window): Bind same-window-regexps to nil.
15460 (Info-reference-name): Rename to Info-point-loc.
15461 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15462 and Info-find-index-name for stringy Info-point-loc.
15463 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15464 without middle `.', but with final `.' and optional line number
15465 for it. Set Info-point-loc for index nodes.
15466 (Info-index): Remove middle `.' from index entry regexp.
15467 Modify line number regexp.
15468 (Info-index-next): Decrement line number.
15469 (info-apropos): Remove middle `.' from index entry regexp.
15470 Add optional line number regexp at the end. Add matched value
15471 for line number to the result list and insert it to the buffer.
15472 Replace match-string by match-string-no-properties.
15473 Reorder result list.
15474 (Info-fontify-node): Hide index line numbers.
15475 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15476 empty matches.
15477 (Info-follow-reference): Use `str' instead of
15478 Info-following-node-name-re.
15479 (Info-toc): Use full file names. Set Info-current-node to "Top".
15480 (Info-fontify-node): Compare file names without directory name.
15481 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15482 Set second arg of Info-extract-menu-node-name for index nodes.
15483 (info-xref-visited): Use magenta3 instead of magenta4.
15484 (Info-mode): Add info-apropos to docstring.
15485
15486 * log-view.el (log-view-diff): Replace interactive code "r"
15487 by a list to allow to call it even if region is not active.
15488
15489 * paren.el (show-paren-highlight-openparen): New var.
15490 (show-paren-function): Turn on openparen highlighting when
15491 matching forward if show-paren-highlight-openparen is non-nil.
15492
15493 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15494 the constant value 1.
15495 (completions-common-part): Expand docstring.
15496
15497 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15498
15499 2004-04-27 Kim F. Storm <storm@cua.dk>
15500
15501 * image.el (insert-sliced-image): Use line-height instead of
15502 line-spacing property on newline.
15503
15504 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15505
15506 * desktop.el (desktop-buffer-misc-data-function): Rename to
15507 desktop-save-buffer and change docstring.
15508 (desktop-buffer-modes-to-save): Delete.
15509 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15510 desktop-buffer-modes-to-save.
15511 (desktop-save): Rename desktop-buffer-misc-data-function to
15512 desktop-save-buffer and allow non-function value.
15513 (desktop-missing-file-warning): Correct docstring.
15514
15515 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15516 to desktop-save-buffer.
15517
15518 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15519 desktop-save-buffer.
15520
15521 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15522
15523 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15524
15525 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15526
15527 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15528
15529 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15530
15531 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15532 (ielm): Only go to the end of the buffer when starting a new process.
15533
15534 2004-04-25 Juanma Barranquero <lektu@terra.es>
15535
15536 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15537 mode line. Bind `inhibit-read-only' to t before modifying
15538 properties of text in the buffer.
15539 (ielm): Force point to the end of buffer, even when running ielm
15540 from inside itself.
15541
15542 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15543
15544 * info.el (info-apropos): Reset Info-complete-cache.
15545
15546 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15547
15548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15549 Also recognize severe Irix et al. messages.
15550 (compilation-normalize-filename, compile-abbreviate-directory):
15551 Delete functions.
15552 (compilation-get-file-structure): New function inherits
15553 functionality of the two preceding ones.
15554 (compilation-internal-error-properties, compilation-fake-loc):
15555 Use it so that different paths to the same file share the same
15556 markers. Also optimize finding adjacent marker slightly.
15557
15558 2004-04-25 Kim F. Storm <storm@cua.dk>
15559
15560 * image.el (insert-sliced-image): Add line-spacing t property
15561 to newlines separating image lines.
15562
15563 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15564
15565 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15566
15567 * ielm.el (ielm-prompt-read-only): New user option.
15568 (ielm-prompt): Expand docstring to describe new behavior.
15569 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15570 mention it in the docstring.
15571
15572 2004-04-24 Andreas Schwab <schwab@suse.de>
15573
15574 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15575
15576 * diff.el (diff): Set default-directory in diff buffer.
15577
15578 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15579
15580 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15581 mail was being composed if the terminal cannot display more than
15582 one frame; instead, switch to previous frame.
15583
15584 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15585 (rmail-start-mail): Support rmail-mail-new-frame even on
15586 terminals that can display only one frame at a time.
15587
15588 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15589
15590 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15591 (checkdoc-output-font-lock-keywords): Remove error regexp.
15592 (checkdoc-output-mode-map): Remove.
15593 (checkdoc-output-mode): Derive from compilation-mode.
15594 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15595
15596 * dired.el (dired-mode-map): Add a menu entry for wdired.
15597
15598 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15599 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15600
15601 * wdired.el (wdired-mode-map): Move init into declaration.
15602 Fix `return' binding.
15603 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15604 Use force-mode-line-update.
15605 (wdired-get-filename): Use `unless'.
15606 (wdired-preprocess-files): Don't assume names have no \n and use / for
15607 dir separator.
15608 (wdired-normalize-filename): Use replace-regexp-in-string.
15609 (wdired-load-hooks): Remove.
15610 (wdired-mode-hooks): Rename to wdired-mode-hook.
15611
15612 * info-look.el: Add support for cfengine-mode.
15613 (info-lookup-setup-mode): Use dolist.
15614
15615 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15616
15617 * wdired.el: New file.
15618
15619 2004-04-23 Juanma Barranquero <lektu@terra.es>
15620
15621 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15622
15623 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15624 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15625 (pcomplete--help, pcomplete--here): Doc fixes.
15626
15627 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15628
15629 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15630 handles wrong-number-of-arguments in backend call.
15631
15632 * vc.el (vc-print-log): Likewise.
15633
15634 2004-04-20 Dave Love <fx@gnu.org>
15635
15636 * emacs-lisp/rx.el: Doc fixes.
15637 (rx-constituents): Add/extend many forms.
15638 (rx-check): Check form is a list.
15639 (bracket): Defvar.
15640 (rx-check-any, rx-any, rx-check-not): Modify.
15641 (rx-not): Simplify.
15642 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15643 (rx-kleene): Use rx-trans-forms.
15644 (rx-quote-for-set): Delete.
15645 (rx): Allow multiple args.
15646
15647 2004-04-23 Kenichi Handa <handa@m17n.org>
15648
15649 * international/mule-util.el (char-displayable-p): Simplify by
15650 using internal-char-font.
15651
15652 2004-04-23 Juanma Barranquero <lektu@terra.es>
15653
15654 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15655
15656 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15657
15658 * diff-mode.el (diff-next-error): New fun.
15659 (diff-mode): Use it.
15660
15661 * simple.el (next-error): Change arg name.
15662 Add support for the documented C-u C-x ` usage.
15663
15664 * frame.el (special-display-popup-frame, next-multiframe-window)
15665 (previous-multiframe-window): Only consider frames on same display.
15666
15667 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15668
15669 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15670 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15671
15672 2004-04-22 Kim F. Storm <storm@cua.dk>
15673
15674 * net/telnet.el (telnet): Add optional port arg.
15675
15676 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15677
15678 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15679 Minor sanity check on the `hyperlink' slot.
15680
15681 * Makefile.in (recompile): Compile new files.
15682
15683 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15684 Add byte-recompile-directory's optional `arg'.
15685
15686 * cvs-status.el (cvs-tree-use-charset): New var.
15687 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15688 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15689 (cvs-status-cvstrees): Use it.
15690
15691 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15692 Make it a normal major mode.
15693 (checkdoc-buffer-label): Make sure the file name is meaningful.
15694 (checkdoc-output-to-error-buffer): Remove.
15695 (checkdoc-error, checkdoc-start-section): Rewrite.
15696
15697 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15698 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15699 (Info-title-4-face): Use new syntax.
15700 (info-xref-visited): Inherit from info-xref.
15701
15702 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15703
15704 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15705
15706 * simple.el (next-error-last-buffer, next-error-function):
15707 New variables for the next-error framework.
15708 (next-error-buffer-p): New function.
15709 (next-error-find-buffer): Generalize compilation-find-buffer.
15710 (next-error, previous-error, first-error, next-error-no-select)
15711 (previous-error-no-select): Move from compile.el.
15712
15713 * replace.el (occur-next-error, occur-1): Hook into the next-error
15714 framework.
15715
15716 * progmodes/compile.el (compilation-start):
15717 Set next-error-last-buffer so next-error knows where to jump.
15718 (compilation-setup): Set the buffer-local variable
15719 next-error-function to 'compilation-next-error-function.
15720 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15721 alternate way to find if a buffer is a compilation buffer, for
15722 next-error convenience.
15723 (next-error-no-select, previous-error-no-select, next-error)
15724 (previous-error, first-error): Move to simple.el.
15725 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15726 (compilation-last-buffer): Remove.
15727 (compilation-start, compilation-next-error, compilation-setup)
15728 (compilation-next-error-function, compilation-find-buffer):
15729 Remove compilation-last-buffer use.
15730
15731 2004-04-21 Juanma Barranquero <lektu@terra.es>
15732
15733 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15734 (font-lock-warning-face): Fix spacing.
15735
15736 * makefile.w32-in (WINS): Add url/ directory.
15737
15738 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15739
15740 * desktop.el (desktop-buffer-mode-handlers): New variable.
15741 Alist of major mode specific functions to restore a desktop buffer.
15742 (desktop-buffer-handlers): Make variable obsolete.
15743 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15744 Catch errors signaled in handlers. Update buffer count.
15745 Evaluate desktop-buffer-point.
15746 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15747 move to dired.el.
15748 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15749 move to info.el.
15750 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15751 move to mail/rmail.el.
15752 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15753 to mh-e/mh-e.el.
15754 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15755 On fail, print message (to message buffer) even if
15756 desktop-missing-file-warning is nil.
15757 (desktop-buffer-misc-data-function): New buffer local variable.
15758 Function returning major mode specific data.
15759 (desktop-buffer-misc-functions): Make variable obsolete.
15760 (desktop-save): Use desktop-buffer-misc-data-function.
15761 (desktop-buffer-dired-misc-data): Rename to
15762 dired-desktop-buffer-misc-data and move to dired.el.
15763 (desktop-buffer-info-misc-data): Rename to
15764 Info-desktop-buffer-misc-data and move to info.el.
15765 (desktop-read): Add message about number of buffers restored/failed.
15766
15767 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15768 Add parameters. Pause to display error only when
15769 desktop-missing-file-warning is non-nil.
15770 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15771 (dired-mode): Bind desktop-buffer-misc-data-function.
15772
15773 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15774 Add Parameters.
15775 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15776 (Info-mode): Bind desktop-buffer-misc-data-function.
15777
15778 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15779 Add Parameters.
15780
15781 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15782 Add Parameters.
15783
15784 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15785
15786 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15787 the case of letters in case-insensitive expansions when the
15788 abbrev is preceded by characters with letter syntax.
15789
15790 2004-04-21 Richard M. Stallman <rms@gnu.org>
15791
15792 * progmodes/cperl-mode.el (cperl-putback-char):
15793 Delete Emacs 18 definition.
15794
15795 * international/mule.el (ctext-post-read-conversion):
15796 Use assoc-string, not assoc-ignore-case.
15797
15798 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15799
15800 * emacs-lisp/easymenu.el (easy-menu-add):
15801 Do call x-popup-menu, but only if it's defined.
15802
15803 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15804
15805 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15806 Handle multiple args: compile like progn.
15807
15808 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15809 take all args as &rest arg.
15810
15811 * autoinsert.el (auto-insert-alist): Insert the user's name in
15812 copyright notice, rather than Free Software Foundation.
15813
15814 2004-04-21 Kenichi Handa <handa@m17n.org>
15815
15816 * descr-text.el (describe-char): Make it work on *Help* buffer.
15817
15818 2004-04-21 Kim F. Storm <storm@cua.dk>
15819
15820 * image.el (insert-image): Add optional SLICE arg.
15821 (insert-sliced-image): New defun.
15822
15823 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15824
15825 * subr.el (read-number): Check whether `default' is nil.
15826
15827 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15828
15829 * progmodes/compile.el (compilation-error-properties):
15830 Split into two.
15831 (compilation-internal-error-properties): New one.
15832 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15833
15834 2004-04-20 Richard M. Stallman <rms@gnu.org>
15835
15836 * window.el (split-window-save-restore-data):
15837 Don't update the data if OLD-INFO is nil.
15838
15839 * view.el (view-return-to-alist): Mark it permanent local.
15840
15841 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15842
15843 * recentf.el (recentf-save-list): Catch and warn about errors.
15844
15845 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15846 so "Buffers" won't be pure.
15847
15848 * help-mode.el (help-mode-finish): Set help-return-alist first
15849 thing, setting only the entry for the selected window.
15850
15851 * help-fns.el (describe-function-1): If many non-control non-meta
15852 keys run the command, don't list all of them.
15853
15854 2004-04-20 Juanma Barranquero <lektu@terra.es>
15855
15856 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15857 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15858
15859 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15860
15861 2004-04-20 Kenichi Handa <handa@m17n.org>
15862
15863 * international/quail.el (quail-lookup-key): New optional arg
15864 NOT-RESET-INDICES.
15865 (quail-get-translations): Call quail-lookup-key with
15866 NOT-RESET-INDICES t.
15867 (quail-completion): Likewise.
15868 (quail-lookup-map-and-concat): Likewise.
15869
15870 2004-04-20 Kenichi Handa <handa@m17n.org>
15871
15872 * international/quail.el (quail-update-translation): Don't insert
15873 such an unsupported multibyte char in a unibyte buffer.
15874
15875 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15876
15877 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15878 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15879 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15880 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15881 (gdb-frame-assembler-buffer): Improve behaviour with
15882 multiple frames.
15883 (gdb-display-buffer): Extend search to all visible frames.
15884
15885 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15886
15887 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15888 characters left after base64 decoding.
15889 (rmail-decode-region): Use -dos variety of `coding', to remove any
15890 ^M characters left after qp or base64 decoding.
15891
15892 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15893
15894 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15895 messages.
15896
15897 2004-04-19 Stephen Eglen <stephen@gnu.org>
15898
15899 * add-log.el (add-change-log-entry): Update doc string to mention
15900 add-log-full-name and add-log-mailing-address.
15901
15902 2004-04-18 Juri Linkov <juri@jurta.org>
15903
15904 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15905 (Info-find-node-2): Simplify error message.
15906 (Info-insert-dir): Use Info-following-node-name.
15907 (Info-goto-node): Remove *info-history* and *info-toc*.
15908 (Info-history): Create a node of the virtual history file.
15909 (Info-toc): Create a node of the virtual toc file.
15910 (Info-insert-toc): New arg `curr-file' for reference file names.
15911 (info-apropos): Remove redundant var binding for temp-file.
15912 (Info-index, Info-index-next, Info-mode): Doc fix.
15913 (Info-goto-emacs-command-node): Don't jump to *info* from
15914 non-*info* Info buffers.
15915 (Info-fontify-node): Don't show the file name of external
15916 references if `Info-hide-note-references' is `hide'. Don't hide
15917 newlines at the end of paragraphs.
15918
15919 * international/mule-diag.el (list-input-methods):
15920 Fix args to help-xref-button.
15921
15922 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15923 to put into effect local variables from TUTORIAL files.
15924
15925 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15926 with default value taken from the variable `sentence-end'.
15927 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15928 Add nil const to :type.
15929 (sentence-end-without-period, sentence-end-double-space)
15930 (sentence-end-without-space): Doc fix.
15931
15932 * textmodes/paragraphs.el (forward-sentence):
15933 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15934 (fill-delete-newlines):
15935 * progmodes/cc-cmds.el (c-beginning-of-statement):
15936 Use function `sentence-end' instead of variable `sentence-end'.
15937
15938 2004-04-18 Andreas Schwab <schwab@suse.de>
15939
15940 * progmodes/compile.el (compilation-start): Set window start to
15941 point-min if compilation-scroll-output is nil.
15942
15943 2004-04-18 John Wiegley <johnw@newartisans.com>
15944
15945 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15946
15947 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15948
15949 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15950 (gdb-info-breakpoints-custom): Revert previous change.
15951 (gdb-view-assembler): Update assembler if necessary.
15952 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15953 (gdb-display-source-buffer): Update properly when both source and
15954 assembler are visible.
15955
15956 2004-04-17 John Wiegley <johnw@newartisans.com>
15957
15958 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15959 which limits the number of names shown in the minibuffer. Off by
15960 default.
15961 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15962 up iswitchb for users with a multitude of open buffers by showing
15963 only the first and last N/2 buffers in the completion list (which
15964 is enough to aid C-s/C-r, and to know that more characters are
15965 needed to refine the completion list).
15966
15967 2004-04-17 Richard M. Stallman <rms@gnu.org>
15968
15969 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15970 (file-truename): Expand all ~ constructs directly.
15971 (insert-directory): Delete any error msg output by the
15972 `insert-directory-program'.
15973
15974 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15975 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15976 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15977 (allout-init): Use find-file-hook, not find-file-hooks.
15978 (allout-mode): Eliminate Emacs 18 support.
15979 Use write-contents-functions, not local-write-file-hooks.
15980
15981 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15982
15983 * progmodes/compile.el (compilation-error-properties): Fix for
15984 adding messages when there are already markers for their file.
15985 (compilation-fake-loc): New function.
15986
15987 2004-04-16 Dave Love <fx@gnu.org>
15988
15989 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15990 (python-load-file): Fix python-orig-start setting.
15991
15992 * progmodes/compile.el: Doc fixes.
15993 (compilation-error-regexp-alist-alist)
15994 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15995 (compilation-assq): Wrap in eval-when-compile.
15996 (compilation-mode-font-lock-keywords): Don't use list*.
15997 (compilation-start): Avoid warning.
15998 (compilation-compat-error-properties)
15999 (compilation-directory-properties): Add keymap property.
16000 (compilation-parsing-end): Make it a marker for better compatibility.
16001
16002 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16003
16004 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16005
16006 * xml.el: Doc fixes.
16007 (xml-get-children): Only looks at sub-tags and ignore strings.
16008
16009 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16010
16011 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16012
16013 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16014
16015 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16016
16017 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16018
16019 * vc.el (vc-print-log): Likewise.
16020
16021 2004-04-16 Masatake YAMATO <jet@gyve.org>
16022
16023 * simple.el (completion-setup-function): Set an initial value
16024 to `element-common-end' before entering loop. Set a value
16025 to `element-common-end' at the end of loop.
16026 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16027 (completions-common-part): Rename from completion-de-emphasis.
16028 (completions-first-difference): Rename from completion-emphasis.
16029 Suggested by RMS.
16030
16031 2004-04-16 Juanma Barranquero <lektu@terra.es>
16032
16033 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16034 (bookmark-edit-annotation-mode): Add mode name.
16035
16036 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16037
16038 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16039 for nested conflict markers.
16040 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16041
16042 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16043
16044 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16045
16046 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16047
16048 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16049
16050 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16051 Give a backtrace if requested.
16052
16053 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16054
16055 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16056 Remove unused functions.
16057 (python-orig-start-line, python-orig-file): Remove.
16058 (python-orig-start): New var.
16059 (python-input-filter, python-compilation-line-number)
16060 (python-send-region, python-load-file): Use it.
16061
16062 * info.el (info): Always jump to *info*.
16063
16064 * subr.el (posn-set-point): New function.
16065
16066 * mouse.el (mouse-set-point): Use it.
16067
16068 * progmodes/compile.el (compile-goto-error): Use it.
16069 (compilation-button-map): New keymap.
16070 (compilation-error-properties): Use it.
16071 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16072
16073 * smerge-mode.el (smerge-popup-context-menu): Use it.
16074
16075 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16076 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16077 mouse and non-mouse case.
16078
16079 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16080 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16081
16082 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16083 Make it work for non-mouse events.
16084
16085 * pcvs-info.el (cvs-status-map): Update binding name.
16086
16087 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16088
16089 * xml.el (xml-maybe-do-ns): New function to handle namespace
16090 parsing of both attribute and element names.
16091 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16092 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16093 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16094 (xml-parse-attlist): Make it do its own namespace parsing.
16095
16096 2004-04-14 Dave Love <fx@gnu.org>
16097
16098 * progmodes/python.el (run-python): Fix use of \n.
16099 (python-load-file): Remove `try' from Python fragment.
16100 (python-describe-symbol): Fix message.
16101
16102 * comint.el: Doc fixes.
16103 (comint-last-input-start, comint-last-input-end)
16104 (comint-last-output-start): Give them values.
16105 (comint-arguments): Avoid warning.
16106 (comint-skip-prompt): Use line-end-position.
16107 (comint-backward-matching-input): Rename arg to agree with doc.
16108 (comint-extract-string): Use syntax-ppss.
16109 (comint-dynamic-simple-complete): Delete useless list construction.
16110 (comint-redirect-subvert-readonly): New.
16111 (comint-redirect-preoutput-filter): Use it.
16112
16113 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16114 Correctly handle negative arguments when calling hook functions.
16115
16116 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16117
16118 * info.el (info-apropos): Don't clobber Info-history-list.
16119
16120 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16121
16122 * progmodes/compile.el (compilation-setup):
16123 Localize overlay-arrow-position.
16124 (compilation-sentinel): Restructure code equivalently.
16125 (compilation-next-error): Find message on same line after point if
16126 not found before point.
16127 (compile-mouse-goto-error): Restore function so that compilation
16128 buffer need not be current and use compile-goto-error.
16129 (compile-goto-error): Restore function.
16130 (next-error): Set overlay-arrow-position.
16131 (compilation-forget-errors): Don't localize already local
16132 compilation-locs and remove FIXME about refontifying.
16133
16134 2004-04-14 Kim F. Storm <storm@cua.dk>
16135
16136 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16137 (command-line): New option -Q. Like -q --no-site-file, but
16138 in addition it also disables menu-bar, tool-bar, scroll-bars,
16139 tool-tips, and the blinking cursor.
16140 (command-line-1): Skip startup screen if -Q.
16141 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16142
16143 * emulation/cua-base.el (cua-read-only-cursor-color)
16144 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16145
16146 2004-04-13 Dave Love <fx@gnu.org>
16147
16148 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16149 (syntax): Don't require.
16150 (python) <defgroup>: Add :version.
16151 (python-quote-syntax): Re-written.
16152 (inferior-python-mode): Move stuff here from run-python and add
16153 some more.
16154 (python-preoutput-continuation, python-preoutput-result)
16155 (python-dotty-syntax-table): New.
16156 (python-describe-symbol): Use them.
16157 (run-python): Move stuff to inferior-python-mode. Modify code
16158 loaded into Python.
16159 (python-send-region): Use python-proc, python-send-string.
16160 (python-send-string): Send newlines too. Callers changed.
16161 (python-load-file): Re-written.
16162 (python-eldoc-function): New.
16163 (info-look): Don't require.
16164 (python-after-info-look): New. A modified version of former
16165 top-level code for use with eval-after-load.
16166 (python-maybe-jython, python-guess-indent): Use widened buffer.
16167 (python-fill-paragraph): Re-written.
16168 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16169 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16170
16171 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16172
16173 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16174 Set compilation-error-regexp-alist earlier.
16175
16176 * progmodes/compile.el (compilation-minor-mode-map)
16177 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16178 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16179
16180 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16181
16182 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16183 corresponding to the event.
16184
16185 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16186
16187 * loadup.el: Add cygwin to system-type list, for unexec() support.
16188
16189 2004-04-12 John Paul Wallington <jpw@gnu.org>
16190
16191 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16192 (ibuffer-restore-window-config-on-quit): New variable to replace
16193 `ibuffer-delete-window-on-quit'. Update all references.
16194 (ibuffer-prev-window-config): New variable.
16195 (ibuffer-quit): Restore previous window configuration instead of
16196 deleting window.
16197 (ibuffer): Save window configuration before showing Ibuffer buffer.
16198
16199 * help.el (describe-mode): Doc fix.
16200
16201 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16202
16203 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16204 not to treat nil as a function.
16205
16206 * vc-arch.el (vc-arch-root): Be a bit more careful.
16207 (vc-arch-register): Save the buffer if we modified it.
16208 (vc-arch-delete-rej-if-obsolete): Save excursion.
16209 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16210 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16211
16212 * net/ldap.el (ldap-search): Use list*.
16213
16214 2004-04-12 Juri Linkov <juri@jurta.org>
16215
16216 * info.el (Info-follow-reference): Allow multiline reference name.
16217
16218 2004-04-11 Dave Love <fx@gnu.org>
16219
16220 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16221
16222 * progmodes/python.el: New file.
16223
16224 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16225
16226 * vc-hooks.el (vc-arg-list): Function removed.
16227 (vc-default-workfile-unchanged-p): Use condition-case to check for
16228 backward compatibility.
16229
16230 * vc.el (vc-print-log): Use condition-case to check for backward
16231 compatibility.
16232
16233 2004-04-11 Juri Linkov <juri@jurta.org>
16234
16235 * dired.el (dired-faces): New defgroup.
16236 (dired-header, dired-mark, dired-marked, dired-flagged)
16237 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16238 New faces.
16239 (dired-header-face, dired-mark-face, dired-marked-face)
16240 (dired-flagged-face, dired-warning-face, dired-directory-face)
16241 (dired-symlink-face, dired-ignored-face): New face variables.
16242 (dired-font-lock-keywords): Use them instead of font-lock faces.
16243 Split the rule for dired marks into 3 separate rules: for marks,
16244 marked file names and flagged file names.
16245
16246 * help-mode.el (help-make-xrefs): Add a final newline to the
16247 *Help* buffer.
16248
16249 2004-04-11 John Paul Wallington <jpw@gnu.org>
16250
16251 * replace.el (occur-engine): Distinguish between one and several
16252 matches in the matches per buffer heading.
16253
16254 2004-04-11 Kim F. Storm <storm@cua.dk>
16255
16256 * ido.el (ido-confirm-unique-completion): New defcustom.
16257 (ido-complete): Use it.
16258 (ido-write-file): Set it to t unconditionally.
16259
16260 2004-04-10 Miles Bader <miles@gnu.org>
16261
16262 RCS keyword removal (only non-comment changes are enumerated here):
16263
16264 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16265 (byte-compile-insert-header): Don't use `byte-compile-version'.
16266 * forms.el (forms-version): Variable removed.
16267 (forms-mode): Don't use `forms-version'.
16268 * recentf.el (recentf-version): Variable removed.
16269 * progmodes/delphi.el (delphi-version): Variable removed.
16270 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16271
16272 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16273
16274 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16275
16276 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16277
16278 * info.el (info-apropos): Improve menu item regexp.
16279
16280 2004-04-09 Simon Josefsson <jas@extundo.com>
16281
16282 * mail/smtpmail.el: Add comment, based on report by
16283 kdc@rcn.com (Kevin D. Clark).
16284
16285 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16286
16287 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16288 Redo one more thing that I didn't notice Daniel had undone.
16289
16290 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16291
16292 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16293 (gdb-goto-breakpoint, gdb-display-buffer)
16294 (gdb-display-source-buffer, gdb-view-source-function)
16295 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16296 (gdb-source-info, gdb-frame-handler): Don't specify a window
16297 for display.
16298 (gdb-info-breakpoints-custom): Remove superfluous update of
16299 assembler buffer.
16300 (gdb-many-windows): Make settable outside gdb.
16301
16302 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16303
16304 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16305 Derive from fundamental-mode rather than text-mode.
16306
16307 2004-04-08 Juri Linkov <juri@jurta.org>
16308
16309 * info.el (Info-history): Doc fix.
16310 (Info-history-list): New var.
16311 (info-xref): Change magenta4 to blue, remove bold for dark and
16312 light backgrounds, change bold to underline for non-color classes.
16313 (info-xref-visited): New face.
16314 (Info-fontify-visited-nodes): New custom.
16315 (Info-hide-note-references): Add new value `hide'. Doc fix.
16316 (Info-reference-name): New var.
16317 (Info-selection-hook): New custom.
16318 (Info-edit-mode-hook): New var.
16319 (Info-find-file): New fun.
16320 (Info-find-node): Move part of code to Info-find-file.
16321 (Info-find-node-2): Add anchors to Info-history-list. Move point
16322 to the place with the reference name if name is defined.
16323 (Info-select-node): Add current node to Info-history-list.
16324 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16325 (Info-search-whitespace-regexp): New custom.
16326 (Info-search-case-fold): New var.
16327 (Info-search): Add "case-sensitively" to the prompt.
16328 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16329 (Info-search-case-sensitively, Info-search-next): New fun.
16330 (Info-up): Move point to the menu item of the current node.
16331 (Info-history): New fun. Add *info-history* to
16332 same-window-buffer-names.
16333 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16334 (Info-insert-toc): New fun.
16335 (Info-build-toc): New fun.
16336 (Info-follow-reference): Add new arg `fork'. Doc fix.
16337 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16338 with the same name prefer the reference closest to point.
16339 (Info-next-reference): Replace * by + in the *Note regexp.
16340 Add regexp for http:// and ftp://. Skip the *Note prefix.
16341 (Info-prev-reference): Replace * by + in the *Note regexp.
16342 Add regexp for http:// and ftp://. Skip the *Note prefix.
16343 (Info-follow-nearest-node): Add new arg `fork'.
16344 (Info-try-follow-nearest-node): Add new arg `fork'.
16345 Call browse-url for http:// and ftp:// references.
16346 Set Info-reference-name for index entries.
16347 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16348 Info-search-next, Info-history, Info-toc, clone-buffer.
16349 (Info-menu-update): Replace * by + in the *Note regexp.
16350 (Info-mode): Add documentation for Info-history, Info-toc,
16351 Info-search-case-sensitively, Info-search-next, clone-buffer.
16352 (Info-fontify-menu-headers): Remove fun. Move code to
16353 Info-fontify-node.
16354 (Info-fontify-node): Add docstring. Add local vars
16355 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16356 then fontify header line, titles, menu headers, http and ftp
16357 references, refill paragraphs. If not-fontified-p is t or
16358 fontify-visited-p is t then fontify cross references, menu items.
16359 Fontify menu headers. Fontify http and ftp references.
16360 Change regexp for cross references to require whitespace after *Note,
16361 add matching groups for file and node names. Remove hack for quote.
16362 Use display property for Info-hide-note-references=t. Use fifth
16363 or fourth match for help-echo. Display visited nodes in a
16364 different face. Unhide file names of external references.
16365 Unhide newlines. Display visited menu items in a different face.
16366
16367 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16368
16369 * progmodes/compile.el: Require CL.
16370 (compilation-mode-font-lock-keywords): Re-install the "line as
16371 function" patch.
16372
16373 * help-fns.el (help-C-source-directory): New var.
16374 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16375 (describe-function-1, describe-variable): Use them.
16376
16377 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16378 to C source files specially.
16379
16380 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16381
16382 * info.el (Info-hide-cookies-node): New function.
16383 (Info-select-node): Use it.
16384 (Info-display-images-node): Remove message with image file name.
16385
16386 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16387
16388 * progmodes/compile.el (compilation-warning-face)
16389 (compilation-info-face, compilation-skip-threshold)
16390 (compilation-skip-visited, compilation-context-lines):
16391 Declare :version when added to Emacs.
16392 (compilation-error-regexp-alist-alist): Extend caml and irix.
16393 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16394 (compilation-mode-font-lock-keywords): Temporarily undo line as
16395 function patch, which wasn't ready.
16396
16397 2004-04-07 Kenichi Handa <handa@m17n.org>
16398
16399 * international/latin1-disp.el (latin1-display-setup): Check each
16400 character is displayable or not instead of calling
16401 latin1-display-check-font.
16402
16403 2004-04-06 Kenichi Handa <handa@m17n.org>
16404
16405 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16406 New variable.
16407 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16408 instead of sera-being-called-by-w3.
16409 (ethio-fidel-to-sera-buffer): Likewise.
16410 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16411 instead of sera-being-called-by-w3.
16412 (ethio-write-file): Likewise.
16413
16414 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16415
16416 * printing.el: Doc fix.
16417
16418 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16419
16420 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16421 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16422 (gdb-setup-windows): Only use separate IO buffer if required.
16423
16424 2004-04-06 Kim F. Storm <storm@cua.dk>
16425
16426 * term.el (term-is-xemacs): Remove.
16427 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16428 (term-window-width): New function.
16429 (term-mode, term-check-size): Use it.
16430 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16431
16432 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16433
16434 * cus-edit.el (custom-add-parent-links): Change unbound variable
16435 `symbol' to `name'.
16436
16437 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16438 * info.el (info-apropos): New function.
16439 (Info-mode-menu): Add it.
16440 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16441
16442 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16443 inherited docstring.
16444
16445 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16446
16447 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16450
16451 * progmodes/compile.el (font-lock): Don't require any more.
16452 (compilation-error-properties, compilation-start, compilation-sentinel)
16453 (compilation-filter, next-error): Use with-current-buffer.
16454 (compilation-skip-to-next-location, compilation-skip-threshold)
16455 (compilation-skip-visited): Move to silence the byte-compiler.
16456 (compilation-setup): Simplify.
16457 (compilation-next-error): Use line-(beginning|end)-position.
16458 Make sure `pt' is non-nil before using compilation-loop.
16459 (compile-goto-error): Add optional event arg. Use it.
16460 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16461 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16462 Update the binding for mouse-2.
16463 (first-error): Set compilation-current-error to nil rather than bob.
16464 (compilation-parsing-end, compilation-parse-errors-function)
16465 (compilation-error-list, compilation-old-error-list):
16466 "New" compatibility variables.
16467 (compile-buffer-substring, compilation-compat-error-properties)
16468 (compilation-compat-parse-errors, compilation-forget-errors):
16469 New compatibility functions.
16470 (compilation-mode-font-lock-keywords): Use them.
16471
16472 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16473
16474 * autorevert.el (auto-revert-handler): If point (or a window
16475 point) is at the end of the buffer, keep it there after
16476 reverting. This allows to tail a file.
16477 Mention this in the `Commentary'.
16478
16479 * format.el (format-write-file): Add optional argument CONFIRM
16480 and make it behave like the analogous argument to `write-file'.
16481
16482 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16483
16484 * progmodes/ebnf2ps.el: Doc fix.
16485 (ebnf-version): New version number (4.2).
16486 (ebnf-syntax): Customization and docstring fix.
16487 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16488 Put autoloaded funs before first use.
16489 (ebnf-style-database): Add dtd entry.
16490 (ebnf-syntax-alist): Add dtd initialization.
16491 (ebnf-token-sequence): New fun.
16492 (ebnf-comment-table): Add new comment action character.
16493 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16494
16495 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16496 Type Definition for XML).
16497
16498 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16499 * progmodes/ebnf-bnf.el (ebnf-sequence):
16500 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16501 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16502 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16503 Code simplification: call ebnf-token-sequence.
16504
16505 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16506
16507 * calendar/timeclock.el (timeclock-relative)
16508 (timeclock-get-project-function, timeclock-get-workday-function)
16509 (timeclock-query-out, timeclock-when-to-leave)
16510 (timeclock-when-to-leave-string, timeclock-log-data)
16511 (timeclock-generate-report, timeclock-in): Doc fixes.
16512
16513 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16514
16515 * url/: New dir. Import the URL package from its repository.
16516
16517 2004-04-03 Andreas Schwab <schwab@suse.de>
16518
16519 * diff-mode.el (diff-mode): Fix missing quote.
16520
16521 2004-04-03 Juri Linkov <juri@jurta.org>
16522
16523 * descr-text.el (describe-property-list): Add `font-lock-face'.
16524
16525 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16526
16527 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16528
16529 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16530 Use utf-16le on little endian machines and utf-16be otherwise.
16531
16532 2004-04-02 David Kastrup <dak@gnu.org>
16533
16534 * net/browse-url.el (browse-url-generic): Use call-process
16535 instead of start-process to allow browsers that fork and detach.
16536
16537 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16538
16539 * compile.el (compilation-current-error): New var.
16540 (compilation-setup, compile-mouse-goto-error)
16541 (compile-goto-error, next-error): Use it.
16542 (compilation-skip-to-next-location): Default to t, which gives
16543 contiguous skipping like old compile (where this was redundant).
16544 (compilation-next-error): Prevent previous-* commands from moving
16545 back to message at or just before point.
16546
16547 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16548
16549 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16550 (gdb-source-info): Don't display source at startup, if required.
16551 (gdb-show-main): New option.
16552 (gdba): Update documentation.
16553 (gdb-source): Cover case of auto-display output.
16554
16555 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16556
16557 * autorevert.el: Delete obsolete autoload's and defvar's.
16558 (auto-revert-check-vc-info): New user option.
16559 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16560 (auto-revert-handler-vc): Delete.
16561 (auto-revert-handler): Treat return value `fast' of
16562 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16563
16564 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16565 return `fast'.
16566
16567 * files.el (buffer-stale-function): Doc change.
16568
16569 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16570
16571 * printing.el: New tip on Tips section.
16572 (pr-version): New version number (6.7.4).
16573 (pr-shell-file-name): Initialization fix.
16574
16575 2004-03-31 Juri Linkov <juri@jurta.org>
16576
16577 * dired.el: Add autoload for `dired-do-touch'.
16578 (dired-touch-program): New var.
16579 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16580 (dired-no-confirm): Add `touch' to docstring.
16581
16582 * dired-aux.el (dired-do-touch): New fun.
16583 (dired-do-chxxx): Add argument -t for touch operation.
16584
16585 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16586 `dired-move-to-filename-regexp'.
16587
16588 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16589
16590 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16591
16592 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16593
16594 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16595 and only if the buffer was modified.
16596
16597 2004-03-30 Kenichi Handa <handa@m17n.org>
16598
16599 * international/characters.el: Delete pairs for U+2308..U+230B.
16600
16601 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16602
16603 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16604 to detect the beginning of a level 2 or 3 annotation.
16605
16606 2004-03-29 Kenichi Handa <handa@m17n.org>
16607
16608 * international/ucs-tables.el (ucs-insert): Fix the error message.
16609
16610 2004-03-29 Kenichi Handa <handa@m17n.org>
16611
16612 * international/mule-util.el (char-displayable-p): Fix generation
16613 of XLFD file name.
16614
16615 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16616 before finding directories by `find'.
16617
16618 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16619
16620 * subr.el (interactive-form): Delete. Now implemented in C.
16621
16622 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16623
16624 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16625 (vc-diff-label): New fun.
16626 (vc-diff-internal): Use it.
16627
16628 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16629
16630 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16631
16632 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16633
16634 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16635 specify XML (EBNFX).
16636
16637 * progmodes/ebnf2ps.el: Doc fix.
16638 (ebnf-version): New version number (4.1).
16639 (ebnf-syntax): Adjust customization.
16640 (ebnf-style-database): Add ebnfx entry.
16641 (ebnf-syntax-alist): Add ebnfx initialization.
16642 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16643
16644 * printing.el: Doc fix.
16645 (pr-version): New version number (6.7.3).
16646 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16647 returns nil for mouse position. Reported by Drew Adams
16648 <drew.adams@oracle.com>.
16649 (pr-update-menus): Modify interactive declaration. Reported by Drew
16650 Adams <drew.adams@oracle.com>.
16651
16652 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16653
16654 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16655 (gud-gdba-marker-filter): Log the process input and output, if
16656 required. From Stefan Monnier.
16657 (gdb-debug-log, gdb-enable-debug-log): New variables.
16658 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16659
16660 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16661
16662 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16663 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16664
16665 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16666
16667 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16668 Call vc-find-file-hook here instead of in auto-revert-buffers.
16669 (auto-revert-buffers): Delete call to vc-find-file-hook.
16670 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16671 (global-auto-revert-mode, auto-revert-set-timer)
16672 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16673
16674 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16675
16676 * woman.el (woman-change-fonts): Rename local variable
16677 woman-font-alist to font-alist to avoid a compiler warning.
16678
16679 2004-03-27 Dave Love <fx@gnu.org>
16680
16681 * emacs-lisp/rx.el (rx): Doc fix.
16682 Fix copyright years.
16683
16684 * strokes.el (strokes-global-set-stroke-string): New function.
16685 (strokes-list-strokes): Cope with strings, not just commands.
16686 Set foreground colour of image.
16687 (strokes-global-set-stroke): Doc fix.
16688
16689 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16690
16691 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16692 Auto Revert mode.
16693 (Buffer-menu-files-only): New variable.
16694 (Buffer-menu-toggle-files-only): New function.
16695 (Buffer-menu-mode-map): Bind it to `T'.
16696 (Buffer-menu-mode): Mention `T' in docstring.
16697 Set buffer-stale-function.
16698 (list-buffers-noselect): Mark buffer non-modified and set
16699 Buffer-menu-files-only.
16700
16701 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16702
16703 * autorevert.el (auto-revert-handler): Print revert message
16704 before, rather than after, reverting.
16705 (buffer-stale-function): Move to files.el.
16706
16707 * files.el (buffer-stale-function): Move here from autorevert.el.
16708
16709 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16710
16711 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16712
16713 * calc/calc.el (calc-mode-map): Use mapc.
16714
16715 * apropos.el (apropos-mode): Don't autoload.
16716 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16717 (apropos): Use it.
16718 (apropos-print): Add optional `text' argument.
16719 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16720 Don't assume point-min == 1.
16721
16722 * bs.el (bs-buffer-list): Use buffer-local-value.
16723 (bs--set-toggle-to-show): Use with-current-buffer.
16724
16725 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16726 New funs.
16727 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16728
16729 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16730
16731 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16732 (dabbrev--find-expansion): Use pop.
16733 (dabbrev--search): Use match-string-no-properties.
16734
16735 * dired.el (dired-mode): Use run-mode-hooks.
16736 (dired-move-to-end-of-filename): Use match-string.
16737
16738 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16739 is bound before using it.
16740 (ediff-verbose-p): Make it into a var since it's not constant.
16741
16742 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16743
16744 * faces.el (read-face-font): Don't cons up unnecessarily.
16745 (header-line, tool-bar): Share common parts.
16746
16747 * files.el (file-relative-name): Use compare-strings.
16748
16749 * finder.el (finder-mode): Follow coding convention.
16750
16751 * subr.el (read-number): New function.
16752
16753 * ses.el (ses-read-number): Move to subr.el.
16754 (ses-set-header-row): Use read-number.
16755
16756 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16757
16758 * vc-hooks.el (vc-arg-list): New function, which handles both
16759 compiled and uncompiled code.
16760 (vc-default-workfile-unchanged-p): Use it.
16761
16762 * vc.el (vc-print-log): Undo prev change, use new function
16763 vc-arg-list from vc-hooks.el.
16764
16765 2004-03-26 Masatake YAMATO <jet@gyve.org>
16766
16767 * simple.el (completion-setup-function): Emphasize the
16768 first uncommon characters in the completions; and de-emphasize
16769 the common prefix substrings.
16770 (completion-emphasis): New face.
16771 (completion-de-emphasis): New face.
16772
16773 2004-03-25 Juanma Barranquero <lektu@terra.es>
16774
16775 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16776 Comment out (it's unused and unfinished code).
16777
16778 2004-03-25 Sam Steingold <sds@gnu.org>
16779
16780 * vc.el (vc-print-log): Fix a bug in the last patch:
16781 backend-function may be a byte-compiled object, not a lambda.
16782
16783 2004-03-25 Juri Linkov <juri@jurta.org>
16784
16785 * descr-text.el (describe-property-list): Add a button
16786 for `face' property that calls `describe-face'.
16787 Suggested by luis fernandes <elf@ee.ryerson.ca>
16788
16789 * international/mule.el (keyboard-coding-system):
16790 * kmacro.el (kmacro-call-macro): Fix docstring.
16791
16792 * dired.el: Fix comments.
16793
16794 * textmodes/fill.el (fill): Fix Info link.
16795
16796 * font-lock.el (fast-lock, lazy-lock):
16797 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16798 Info node.
16799
16800 * eshell/eshell.el (eshell): Fix broken info-link.
16801
16802 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16803 * eshell/em-banner.el (eshell-banner):
16804 * eshell/em-smart.el (eshell-smart):
16805 * eshell/esh-cmd.el (eshell-cmd):
16806 Comment out broken info-links to incomplete Info manual.
16807
16808 * info-xref.el: Fix commentary.
16809
16810 2004-03-25 Kevin Ryde <user42@zip.com.au>
16811
16812 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16813 Remove spurious node duplicate suppression, doesn't work, not wanted.
16814 (info-xref-output): Take format style args, add "sit-for 0" to let
16815 user see the results as they progress.
16816 (info-xref-check-all-custom): New function.
16817
16818 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16819
16820 * gdb-ui.el: Moved to progmodes.
16821
16822 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16823
16824 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16825
16826 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16827
16828 * calendar/appt.el (appt-check): Remove superfluous progn.
16829 When finished with diary buffer: if it was not being displayed
16830 before, kill it; otherwise restore its original state.
16831 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16832
16833 * calendar/calendar.el (calendar-set-mode-line): Use total
16834 available mode-line width, rather than frame-width.
16835
16836 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16837 after mode change so effect not lost.
16838
16839 2004-03-23 Dave Love <fx@gnu.org>
16840
16841 * dired.el (dired) <defgroup>: Add link to manual.
16842 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16843 (dired-revert): Use dolist.
16844 (dired-mode-map): Add U binding.
16845 (dired-mode): Add font-lock-beginning-of-syntax-function.
16846 (dired-garbage-files-regexp): Make it a defcustom.
16847
16848 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16849
16850 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16851 is equivalent to nil.
16852 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16853 (vc-arch-mode-line-string): Accept `added' state.
16854 (vc-arch-state): Use inode-sigs if available.
16855 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16856 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16857 (vc-arch-tagline-re): New var.
16858 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16859 New functions.
16860 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16861 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16862
16863 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16864 (vc-file-not-found-hook): Use it.
16865
16866 * diff-mode.el (diff-default-read-only): Change default.
16867 (diff-mode-hook): Make it a defcustom. Add some options.
16868 (diff-mode-map): Bind diff-refine-hook.
16869 (diff-yank-handler): New var.
16870 (diff-yank-function): New fun.
16871 (diff-font-lock-keywords): Use them.
16872 (diff-end-of-file): Handle case where file-header looks like diff text.
16873 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16874 (diff-file-kill): Delete a subsequent empty line, if applicable.
16875 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16876 (diff-find-file-name): Use it.
16877 (diff-tell-file-name): New command.
16878 (diff-mode): Be careful with view-mode.
16879 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16880 New functions, for use in diff-mode-hook.
16881 (diff-find-source-location): Catch "regex too large" errors.
16882 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16883 (diff-refine-hunk): New command.
16884
16885 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16886 (smerge-context-menu-map): Remove unused var.
16887 (smerge-keep-all): Preserve markers.
16888 (smerge-keep-n): New fun.
16889 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16890 (smerge-keep-current, smerge-ediff): Use it.
16891 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16892 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16893 (smerge-resolve): Resolve trivial 3-part conflicts.
16894
16895 2004-03-23 Juri Linkov <juri@jurta.org>
16896
16897 * man.el (Man-width): New var.
16898 (Man-getpage-in-background): Use it.
16899 (Man-support-local-filenames): New var and fun.
16900 (Man-build-man-command): Don't add a second %s.
16901 (Man-fontify-manpage): Clean up message.
16902 (Man-mode): Set outline-regexp, outline-level,
16903 imenu-generic-expression.
16904
16905 * woman.el (woman-fill-frame): Doc fix.
16906 (woman-decode-region): Use window-width instead of frame-width.
16907
16908 * abbrevlist.el (list-one-abbrev-table):
16909 * descr-text.el (describe-char):
16910 * international/mule-diag.el (describe-current-coding-system):
16911 * international/quail.el (quail-insert-decode-map):
16912 Use window-width instead of frame-width.
16913
16914 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16915 (jka-compr-mode-alist-additions): Add tbz.
16916 (jka-compr-write-region, jka-compr-insert-file-contents):
16917 Add message for undefined compress-program.
16918 (jka-compr-write-region): Remove redundant var bindings.
16919
16920 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16921 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16922 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16923 (dired-man): Use dired-guess-shell-command.
16924 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16925 Change default nil to t.
16926
16927 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16928 (dired-compare-directories): Add default value for empty input.
16929
16930 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16931
16932 * time.el (display-time-string-forms): Fix help-echo date format.
16933
16934 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16935
16936 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16937 (buffer-stale-function): New variable.
16938 (auto-revert-list-diff, auto-revert-dired-file-list)
16939 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16940 (auto-revert-handler): Take over some functionality of deleted
16941 functions.
16942 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16943
16944 * dired.el (dired-directory-changed-p): New fun, extracted from
16945 dired-internal-noselect.
16946 (dired-buffer-stale-p): New fun.
16947 (dired-internal-noselect): Use dired-directory-changed-p.
16948 Eliminate revert messages.
16949 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16950
16951 2004-03-23 Kenichi Handa <handa@m17n.org>
16952
16953 * international/characters.el: Setup syntaxes for more parentheses
16954 Unicode characters.
16955
16956 * international/mule-cmds.el (select-safe-coding-system):
16957 Merge coding-system and auto-cs before comparing them.
16958
16959 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16962
16963 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16964 normal-auto-fill-function and comment-indent-function.
16965 The default values now work just as well.
16966 Don't set font-lock-beginning-of-syntax-function since we already set
16967 syntax-begin-function.
16968 (lisp-outline-level): Put ;;;###autoload at same level as (.
16969 (prin1-char): Quote special chars.
16970
16971 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16972 than with-no-warnings.
16973
16974 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16975 if the source location can't be found.
16976 (edebug-compute-previous-result): Use prin1-char.
16977
16978 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16979 (debug-ignored-errors): Add an entry.
16980
16981 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16982 (byte-compile-file): Output warning when deleting a file.
16983
16984 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16985 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16986
16987 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16988 (byte-compile-inline-expand): Use backquote.
16989 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16990 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16991
16992 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16993
16994 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16995
16996 2004-03-22 Juri Linkov <juri@jurta.org>
16997
16998 * finder.el (finder-known-keywords): Fix data, tex, unix.
16999
17000 * play/landmark.el: Fix keywords.
17001
17002 * language/ethio-util.el (ethio-find-file): Doc fix.
17003
17004 * emacs-lisp/warnings.el: Doc fix.
17005
17006 * textmodes/ispell.el (ispell-help): Doc fix.
17007
17008 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17009
17010 * format.el (format-insert-file): Always return a list of two
17011 elements, like insert-file-contents does.
17012
17013 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17014
17015 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17016 and vc-BACKEND-diff.
17017 (vc-print-log): If the print-log implementation supports it, use
17018 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17019 (vc-version-diff, vc-diff-internal): Doc fixes.
17020
17021 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17022 implementation supports it, let diff output go to *vc*,
17023 not *vc-diff*, since this is an internal call.
17024
17025 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17026
17027 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17028
17029 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17030
17031 2004-03-21 Dave Love <fx@gnu.org>
17032
17033 * progmodes/cfengine.el (cfengine-mode):
17034 Set parse-sexp-ignore-comments.
17035
17036 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17037
17038 2004-03-21 Juanma Barranquero <lektu@terra.es>
17039
17040 * allout.el (allout-mode): Fix docstring.
17041
17042 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17043
17044 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17045
17046 * autorevert.el (auto-revert-interval): Make new value take
17047 effect immediately when set through Custom.
17048 (auto-revert-set-timer): Add interactive declaration.
17049
17050 2004-03-19 David Ponce <david@dponce.com>
17051
17052 * ruler-mode.el (ruler-mode-header-line-format-old):
17053 Don't `make-variable-buffer-local'.
17054 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17055 (ruler-mode-header-line-format): Simply funcall the above.
17056 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17057 to save/restore a previous header line format.
17058 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17059 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17060 fringes and margins width.
17061 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17062
17063 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17064
17065 * log-edit.el (log-edit-font-lock-keywords): Typo.
17066
17067 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17068 (tex-send-tex-command): Rather than here.
17069 (tex-compilation-parse-errors): Simplify.
17070
17071 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17072
17073 * time.el (display-time-string-forms): Add help-echo with date on time.
17074
17075 * composite.el (compose-region): Use restore-buffer-modified-p.
17076
17077 * disp-table.el (standard-display-8bit): Simplify.
17078
17079 * server.el (server-process-filter): Delete temp frame.
17080
17081 * add-log.el (add-change-log-entry): Simplify.
17082
17083 2004-03-19 Kim F. Storm <storm@cua.dk>
17084
17085 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17086 (hexl-follow-line): Don't require 'fringe.
17087
17088 * progmodes/compile.el (compilation-start): Always set
17089 compilation-last-buffer and return it.
17090
17091 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17092
17093 * simple.el (clone-buffer): Doc fix.
17094
17095 2004-03-18 Juanma Barranquero <lektu@terra.es>
17096
17097 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17098
17099 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17100
17101 * log-edit.el (log-edit-font-lock-keywords): New var.
17102 (log-edit-mode): Use it.
17103
17104 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17105
17106 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17107 properly for watching in speedbar.
17108
17109 2004-03-17 Masatake YAMATO <jet@gyve.org>
17110
17111 * smerge-mode.el (smerge-popup-context-menu):
17112 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17113
17114 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17115
17116 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17117 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17118 Take sealed revisions into account.
17119 (vc-arch-checkin): Extract a summary line from the message.
17120
17121 2004-03-16 Masatake YAMATO <jet@gyve.org>
17122
17123 * register.el (register): Provide `register' feature.
17124
17125 2004-03-15 Masatake YAMATO <jet@gyve.org>
17126
17127 Added context menu support in smerge mode.
17128 Most of the part is written by Stefan Monnier.
17129
17130 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17131 New keymap and menu.
17132 (smerge-text-properties): New function.
17133 (smerge-remove-props): New function.
17134 (smerge-popup-context-menu): New function.
17135 (smerge-resolve): Call `smerge-remove-props'.
17136 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17137 (smerge-keep-current): Ditto.
17138 (smerge-kill-current): New function.
17139 (smerge-match-conflict): Put text properties.
17140 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17141
17142 2004-03-15 David Ponce <david@dponce.com>
17143
17144 * ruler-mode.el (ruler-mode-left-fringe-cols)
17145 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17146 (ruler-mode-right-scroll-bar-cols): Remove.
17147 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17148 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17149 Use fringe-columns and scroll-bar-columns.
17150
17151 2004-03-15 Masatake YAMATO <jet@gyve.org>
17152
17153 * hl-line.el (hl-line-range-function): New variable.
17154 (hl-line-move): New function.
17155 (global-hl-line-highlight): Use `hl-line-move'.
17156 (hl-line-highlight): Ditto.
17157
17158 * scroll-bar.el (scroll-bar-columns):
17159 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17160
17161 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17162 (ruler-mode-left-fringe-cols)
17163 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17164 (ruler-mode-right-scroll-bar-cols)
17165 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17166 (ruler-mode-ruler-function): New variable.
17167 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17168 if the value for `ruler-mode-ruler-function'is given.
17169
17170 * hexl.el (hexl-mode-hook): Make the hook customizable.
17171 (hexl-address-area, hexl-ascii-area): New customize variables.
17172 (hexlify-buffer): Put font-lock-faces on the address area and
17173 the ascii area.
17174 (hexl-activate-ruler): New function.
17175 (hexl-follow-line): New function.
17176 (hexl-highlight-line-range): New function.
17177 (hexl-mode-ruler): New function.
17178
17179 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17180
17181 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17182 (vc-default-find-file-hook): New fun.
17183 (vc-find-file-hook): Call new find-file-hook operation.
17184
17185 * vc-arch.el: New file.
17186
17187 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17188
17189 * info-look.el (info-lookup): Reuse an existing Info window.
17190
17191 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17192
17193 * woman.el (woman-preserve-ascii): Default value changed to t and
17194 doc string revised.
17195
17196 2004-03-12 Richard M. Stallman <rms@gnu.org>
17197
17198 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17199 Fix minor bug.
17200
17201 * replace.el (occur-engine): Change message for count of matches.
17202
17203 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17204 For strings, do compare text properties.
17205
17206 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17207
17208 * progmodes/compile.el (compile-auto-highlight)
17209 (compilation-error-list, compilation-old-error-list)
17210 (compilation-parse-errors-function, compilation-parsing-end)
17211 (compilation-error-message, compilation-directory-stack)
17212 (compilation-enter-directory-regexp-alist)
17213 (compilation-leave-directory-regexp-alist)
17214 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17215 (compilation-current-file, compilation-regexps): Remove vars.
17216
17217 (compile-error-at-point, compilation-error-filedata)
17218 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17219 (compilation-next-error-locus, compilation-forget-errors)
17220 (count-regexp-groupings, compilation-parse-errors)
17221 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17222
17223 (compile-internal): Make obsolete.
17224
17225 (compilation-first-column, compilation-error)
17226 (compilation-directory-matcher, compilation-page-delimiter)
17227 (compilation-mode-font-lock-keywords, compilation-debug)
17228 (compilation-error-face, compilation-warning-face)
17229 (compilation-info-face, compilation-line-face)
17230 (compilation-column-face, compilation-enter-directory-face)
17231 (compilation-leave-directory-face, compilation-skip-threshold)
17232 (compilation-skip-visited, compilation-context-lines): New vars.
17233
17234 (compilation-warning-face, compilation-info-face)
17235 (compilation-message-face): New faces.
17236
17237 (compilation-error-regexp-alist-alist): New constant.
17238
17239 (compilation-face, compilation-directory-properties)
17240 (compilation-assq, compilation-error-properties, compilation-start)
17241 (define-compilation-mode, compilation-loop)
17242 (compilation-set-window): New functions.
17243
17244 (compile): Additional argument for interactive compiles like TeX.
17245
17246 * progmodes/grep.el (kill-grep): Move here from compile.el
17247 (grep-error, grep-hit-face, grep-error-face)
17248 (grep-mode-font-lock-keywords): New variables.
17249 (grep-regexp-alist): Simplify regexp and add `binary' case.
17250 (grep-mode): New mode.
17251 (grep-process-setup): Simplify.
17252
17253 2004-03-11 Jason Rumney <jasonr@gnu.org>
17254
17255 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17256 letters on DOS/Windows.
17257
17258 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17259
17260 * server.el (server-name): New var.
17261 (server-socket-dir): New var to replace server-socket-name.
17262 (server-start): Use them.
17263
17264 2004-03-11 Simon Josefsson <jas@extundo.com>
17265
17266 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17267 died to avoid infloop. Reported by Jonathan Glauner
17268 <jglauner@sbum.org>.
17269
17270 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17271
17272 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17273 (smerge-mode-menu): Use it to deactivate menu entries.
17274 (smerge-keep-current): New fun.
17275 (smerge-keep-current): Use it.
17276
17277 2004-03-10 John Paul Wallington <jpw@gnu.org>
17278
17279 * foldout.el (foldout-fold-list, foldout-modeline-string):
17280 Declare them as variables, not constants.
17281
17282 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17283
17284 * ps-print.el: Modification to print *Messages* buffer.
17285 (ps-print-version): New version 6.6.4.
17286 (ps-message-log-max): New fun.
17287 (ps-spool-without-faces, ps-spool-with-faces)
17288 (ps-count-lines-preprint): Code fix.
17289
17290 * printing.el: New tips in Tips section.
17291
17292 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17293
17294 * delim-col.el: Doc fix.
17295
17296 * printing.el: Doc fix. New doc section (Tips).
17297
17298 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17299
17300 * type-break.el (type-break-emacs-variant): Remove.
17301 (type-break-run-at-time, type-break-cancel-function-timers):
17302 Use fboundp rather than version name and number.
17303
17304 2004-03-09 Masatake YAMATO <jet@gyve.org>
17305
17306 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17307 `make-variable-buffer-local'.
17308
17309 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17310
17311 * find-dired.el (find-dired): Call `shell-command' instead of
17312 `start-process-shell-command'. By this, Tramp takes over
17313 handling of remote directories.
17314
17315 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17316
17317 * newcomment.el (comment-use-global-state): New var.
17318 (comment-search-forward): Use it.
17319
17320 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17321
17322 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17323
17324 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17325 (enable-kinsoku): Make it a defcustom.
17326 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17327 paragraph to same-comment-start-marker.
17328
17329 2004-03-07 Dave Love <fx@gnu.org>
17330
17331 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17332 (browse-url-mail): Use it.
17333
17334 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17335 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17336
17337 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17338
17339 * woman.el (woman-man.conf-path): Doc fix.
17340 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17341
17342 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17343
17344 * sort.el (sort-columns): Remove ms-dos from the list of systems
17345 where the external `sort' command is not used.
17346
17347 2004-03-07 Kim F. Storm <storm@cua.dk>
17348
17349 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17350 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17351 from overlay-arrow-variable-list.
17352 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17353
17354 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17355
17356 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17357 overlay arrow string properly for the assembler buffer.
17358
17359 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17360
17361 * mail/sendmail.el (mail-mode): Fix last change.
17362
17363 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17364
17365 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17366 for the assembler buffer.
17367 (gdb-assembler-custom): Position the overlay arrow.
17368 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17369
17370 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17371
17372 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17373
17374 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17375 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17376
17377 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17378
17379 * newcomment.el (uncomment-region): Allow non-terminated comment.
17380 (comment-normalize-vars): Check the user-specified comstart marker.
17381
17382 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17383
17384 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17385 Otherwise, do use it if the region only contains font-lock text
17386 properties.
17387
17388 2004-03-04 Masatake YAMATO <jet@gyve.org>
17389
17390 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17391 as the callback function for eldoc.
17392 (hexl-print-current-point-info): New function.
17393 (hexl-current-address): Print the address in both decimal
17394 and hexadecimal format.
17395
17396 2004-03-04 Richard M. Stallman <rms@gnu.org>
17397
17398 * mail/rmail.el (rmail-convert-to-babyl-format):
17399 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17400
17401 * mail/mail-utils.el (mail-unquote-printable-region):
17402 New arg UNIBYTE.
17403
17404 * startup.el (command-switch-alist): Doc fix.
17405
17406 * simple.el (undo): Temporarily set this-command to `undo-start',
17407 then set it to `undo' once undo-start returns without error.
17408
17409 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17410
17411 * simple.el (kill-line): Don't disregard trailing whitespace
17412 in eol condition, if show-trailing-whitespace is set.
17413
17414 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17415 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17416 When disabling, restore old values only if mouse-sel-has-been-enabled.
17417
17418 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17419 (isearch-{-char): New function.
17420 (isearch-mode-map): Bind { to isearch-{-char.
17421
17422 * font-lock.el (lisp-font-lock-keywords-2):
17423 Turn off the CL with-... and do-... general patterns.
17424 Instead, recognize several specific with... and do... constructs.
17425
17426 * files.el (switch-to-buffer-other-window):
17427 Bind same-window-buffer-names and same-window-regexps to nil.
17428 (switch-to-buffer-other-frame): Likewise.
17429
17430 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17433 recognizing leading comment on code line.
17434
17435 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17436
17437 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17438 hidden files/directories.
17439
17440 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17441
17442 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17443 only comment-start (in case the mode hasn't set it).
17444
17445 * Makefile.in (AUTOGENEL): New var.
17446 (bootstrap-prepare): Rename from bootstrap-clean.
17447 Don't remove elc files.
17448 (maintainer-clean): New target.
17449
17450 * xml.el (xml-get-attribute-or-nil): Simplify.
17451
17452 2004-03-02 Juri Linkov <juri@jurta.org>
17453
17454 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17455 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17456 URL to prevent their substitution with the environment variable
17457 values by browsers.
17458
17459 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17460
17461 * ps-print.el: Doc fix.
17462 (ps-print-version): New version number (6.6.3).
17463 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17464 Docstring fix.
17465 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17466 before printing.
17467 (ps-time-stamp-yyyy-mm-dd): New fun.
17468 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17469
17470 2004-03-02 Kim F. Storm <storm@cua.dk>
17471
17472 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17473
17474 2004-03-01 Juanma Barranquero <lektu@terra.es>
17475
17476 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17477
17478 * desktop.el (desktop-file-version)
17479 (desktop-after-read-hook): Fix typos.
17480 (desktop-clear-preserve-buffers): Remove redundant info in
17481 docstring already shown by the obsolescence message.
17482 (desktop-truncate, desktop-internal-v2s)
17483 (desktop-value-to-string): Change argument name to match docstring.
17484
17485 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17486
17487 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17488 docstring.
17489
17490 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17491
17492 * printing.el: Replace "As Is..." in PostScript file print/preview by
17493 "No Preprocessing...". Suggested by Colin Marquardt
17494 <_marquardt_@zmd.de>.
17495 (pr-insert-section-4): Adjust buffer interface.
17496
17497 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17498
17499 Version 2.0.39 of Tramp released.
17500
17501 * net/tramp.el (tramp-handle-file-local-copy)
17502 (tramp-handle-write-region, tramp-open-connection-rsh):
17503 Variable name typo. Small change. From Patrick Tullmann
17504 <tullmann@flux.utah.edu>.
17505 (tramp-process-connection-type): New variable.
17506 (tramp-maybe-open-connection): Use it.
17507 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17508 (tramp-touch): Set last-modified time of a remote file.
17509 (tramp-handle-write-region): Say which function is used when encoding.
17510
17511 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17512
17513 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17514 case of non-existing filename, too. Reported by Christoph Bauer
17515 <c_bauer@informatik.uni-kl.de>.
17516 (tramp-smb-get-file-entries): The directory in question should
17517 have permissions "drwxrwxrwx". Just virtual, because we don't
17518 know the real permissions. Don't we know?
17519 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17520 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17521 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17522 output. If it was received chunkwise, there have been problems.
17523 Remove the "prompt not found" error message; it is obvious.
17524 Simplify algorithm.
17525 (tramp-smb-process-running): Remove. Since we acknowledge the
17526 virtual prompt for shares, there's no need for distinction of
17527 reading shares (process ends afterwards) and interactive mode of
17528 smblient.
17529 (tramp-smb-open-connection): Setting process sentinel removed.
17530 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17531 "NT_STATUS_NETWORK_ACCESS_DENIED".
17532 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17533 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17534 (top-level): Setting default value in `tramp-default-method-alist'
17535 corrected. Order of USER and HOST have been wrong.
17536 Nobody complained for months ...
17537 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17538 (tramp-smb-open-connection): Clear password cache if login has failed.
17539
17540 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17541 `tramp-unified-filenames'.
17542 (tramp-completion-mode): Make test for XEmacs explicitely.
17543 `event-to-character' can exists in Emacs packages too.
17544 Reported by Matt Swift <swift@alum.mit.edu>.
17545 (tramp-buffer-name): Buffer name must contain the user if exists.
17546 Reported by Adrian Phillips <a.phillips@met.no>.
17547 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17548 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17549 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17550 `tramp-do-copy-or-rename-file-one-local', because it handles also
17551 the case both files use the same out-of-band method.
17552 Implementation added.
17553 (tramp-handle-file-local-copy, tramp-handle-write-region):
17554 Out-of-band handling removed. `copy-file' called instead, which
17555 calls `tramp-do-copy-or-rename-file-out-of-band'.
17556 (tramp-action-password): Check for out-of-band method removed.
17557 This function is used for 'login-program.
17558 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17559 appropriate.
17560 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17561 and `tramp-parse-sknownhosts'.
17562 (tramp-completion-function-alist): It's a defvar now, because we
17563 want to apply the optimized `tramp-set-completion-function'
17564 instead of a static list.
17565 (tramp-set-completion-function): Implementation tuned.
17566 Avoid double entries, and entries where the function or the
17567 file/directory doesn't exist.
17568 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17569 for SSH2.
17570 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17571 (tramp-handle-dired-compress-file): New function.
17572 (tramp-async-proc): New variable.
17573 (tramp-handle-shell-command): Adding asynchronous processes.
17574 They are far from being perfect, but it works at least for
17575 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17576 (top-level): Require password.el if visible. Should be mandatory
17577 once No Gnus has found its way into (X)Emacs.
17578 (tramp-read-passwd): Invoke `password-read' if available,
17579 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17580 fallback any longer.
17581 (tramp-clear-passwd): New function.
17582 (tramp-process-actions, tramp-process-multi-actions):
17583 Clear password cache if login has failed.
17584
17585 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17586 its own module.
17587 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17588 `ange-ftp-ftp-name-res'. There could be incorrect values from
17589 previous calls in case the "ftp" method is used in the Tramp file
17590 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17591
17592 2004-02-28 Richard M. Stallman <rms@gnu.org>
17593
17594 * term.el (term-mouse-paste): Call mouse-set-point.
17595
17596 * thumbs.el: New file.
17597
17598 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17599
17600 * progmodes/ebnf-abn.el: Doc fix.
17601
17602 * progmodes/ebnf-bnf.el: Doc fix.
17603 (ebnf-repeat): Code fix.
17604
17605 * progmodes/ebnf2ps.el: Doc fix.
17606 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17607
17608 2004-02-28 Juri Linkov <juri@jurta.org>
17609
17610 * ffap.el (dired-at-point): Additional writability test for
17611 relative directory names.
17612 (dired-at-point-prompter): Treat directories as a directory, get
17613 the directory component from files.
17614 (ffap-string-at-point): Return string from region if region is active.
17615 (ffap-file-at-point): Remove redundant code.
17616
17617 2004-02-28 Kim F. Storm <storm@cua.dk>
17618
17619 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17620 Initialize margin area images to nil.
17621 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17622 (breakpoint-enabled-bitmap-face)
17623 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17624 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17625 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17626 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17627 (gdb-reset): Use gdb-remove-breakpoint-icons.
17628 (gdb-put-string): Add dprop arg to specify alternative display
17629 property (for setting fringe bitmap).
17630 (gdb-remove-strings): Doc fix.
17631 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17632 icon in fringe (if available), or else as icon or text in display
17633 margin. Creates necessary icons in breakpoint-bitmap,
17634 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17635 Also make left window margin if required.
17636 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17637 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17638 no longer needed.
17639 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17640 gdb-put-breakpoint-icon.
17641 (gdb-assembler-mode): Don't set left-margin-width here.
17642
17643 2004-02-27 Kevin Ryde <user42@zip.com.au>
17644
17645 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17646 comma, so that it DTRT in macros.
17647
17648 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17649
17650 * progmodes/sh-script.el (sh-shell-arg)
17651 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17652 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17653
17654 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17655
17656 * faces.el (face-spec-set-match-display): Add a new attribute,
17657 `min-colors'.
17658 (region, highlight, secondary-selection): Use `min-colors'.
17659
17660 * custom.el (defface): Add documentation for `min-colors'.
17661
17662 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17663 (font-lock-keyword-face, font-lock-function-name-face)
17664 (font-lock-variable-name-face, font-lock-constant-face):
17665 Use `min-colors'.
17666
17667 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17668
17669 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17670
17671 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17672 define assq-delete-all if it's not defined.
17673 (ebnf-generate-region): Code fix.
17674
17675 * printing.el: Doc fix.
17676 (pr-version): New version number (6.7.2).
17677 (pr-command): Return empty string if command is an empty string.
17678
17679 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17680
17681 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17682
17683 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17684 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17685 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17686 "tt" ["test"] ). Reported by Markus Dreyer
17687 <mdreyer@ix.urz.uni-heidelberg.de>.
17688 (ebnf-version): New version number (4.0).
17689 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17690 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17691 (ebnf-delete-style): New commands.
17692 (ebnf-directory, ebnf-file): New funs.
17693 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17694 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17695 (ebnf-syntax-alist): New var.
17696 (ebnf-element-width): New fun replacing ebnf-list-width.
17697 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17698 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17699 (ebnf-prologue): Adjust vars.
17700 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17701 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17702 (ebnf-check-style-values, ebnf-generate-production)
17703 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17704 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17705 (ebnf-token-repeat): Code fix.
17706
17707 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17708 %right, %left and %prec. Suggested by Matthew K. Junker
17709 <junker@alum.mit.edu>.
17710 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17711
17712 * progmodes/ebnf-iso.el: Doc fix.
17713 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17714 (ebnf-iso-lex): Code fix.
17715
17716 * progmodes/ebnf-bnf.el: Doc fix.
17717 (ebnf-bnf-lex): Code fix.
17718
17719 * progmodes/ebnf-otz.el: Doc fix.
17720
17721 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17722
17723 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17724 (abbrev-prefix-mark): Doc fix.
17725
17726 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17727
17728 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17729 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17730 (gdb-var-delete): Make interactive (really).
17731 (gdb-edit-value): Make non-interactive.
17732
17733 * progmodes/gud.el (gud-speedbar-menu-items):
17734 Add gdb-var-delete and, indirectly, gdb-edit-value.
17735 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17736 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17737 (gud-gdb-marker-filter): Add comment for annotations.
17738
17739 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17740
17741 * calendar/calendar.el (generate-calendar)
17742 (calendar-read-date): Prevent display of BC calendars once more -
17743 reverts 2003-10-01 change.
17744 (generate-calendar-month): Doc fix.
17745
17746 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17747
17748 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17749 return value of increment-calendar-month.
17750
17751 2004-02-21 Stephen Compall <s11@member.fsf.org>
17752
17753 * saveplace.el (save-place-forget-unreadable-files)
17754 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17755 (save-place-forget-unreadable-files): New function.
17756 (save-place-alist-to-file): Use it to filter out files that are
17757 no longer readable.
17758
17759 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17760 current Texinfo environment, using the same method as in
17761 `texinfo-insert-@end', and insert a space rather than a newline if
17762 point in a @table environment.
17763
17764 2004-02-21 Juri Linkov <juri@jurta.org>
17765
17766 * ffap.el (ffap-file-at-point): Try parent directories.
17767
17768 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17769
17770 * vcursor.el (vcursor-modifiers): New defcustom.
17771 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17772 hard-coded list.
17773
17774 2004-02-21 Masatake YAMATO <jet@gyve.org>
17775
17776 * play/animate.el (animate-birthday-present): Accept names other
17777 than `Sarah', too.
17778
17779 2004-02-21 Juri Linkov <juri@jurta.org>
17780
17781 * startup.el: Remove table of command line arguments from the
17782 Commentary section.
17783
17784 2004-02-20 John Wiegley <johnw@newartisans.com>
17785
17786 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17787 again" modifier from 'e' to 'E', since 'e' is also used by the
17788 "file extension" modifier.
17789
17790 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17791
17792 * help-fns.el (describe-categories): Doc fix.
17793
17794 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17795
17796 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17797 temporary file for buffer already visiting one. This change makes
17798 output likely to be directly usable by patch program.
17799 Suggested by Adrian Aichner <adrian@xemacs.org>
17800
17801 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17802
17803 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17804 case of variables defined in compound statements.
17805 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17806 Simplify constructions using switch-to-buffer.
17807
17808 2004-02-19 Simon Josefsson <jas@extundo.com>
17809
17810 * play/morse.el: Fix typo.
17811 (morse-code): Add @.
17812
17813 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17814
17815 * calendar/appt.el (appt-display-format): Change default to
17816 'ignore, for backwards compatibility.
17817 (appt-display-message): If appt-display-format is 'ignore,
17818 respect old vars appt-msg-window and appt-visible.
17819 (appt-activate): Don't depend on return value of cancel-timer.
17820
17821 * calendar/calendar.el (calendar-holidays): Doc fix.
17822
17823 * calendar/cal-coptic.el (coptic-prompt-for-date):
17824 Use assoc-string instead of assoc-ignore-case.
17825 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17826 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17827 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17828 * calendar/cal-islam.el (calendar-goto-islamic-date)
17829 (mark-islamic-diary-entries): Ditto.
17830 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17831 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17832 (calendar-read-mayan-tzolkin-date): Ditto.
17833 * calendar/calendar.el (calendar-read-date): Ditto.
17834 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17835
17836 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17837
17838 * progmodes/executable.el (executable-command-find-posix-p):
17839 Fix choice of the directory.
17840
17841 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17842
17843 * simple.el (interprogram-cut-function)
17844 (interprogram-paste-function, kill-new, kill-append):
17845 Doc fixes.
17846 (kill-region): Make it return nil. Doc fix.
17847 (yank-pop): Make its argument optional.
17848 (yank): Make ARG `-' equivalent to `-1'.
17849
17850 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17851
17852 * mail/rmail.el (rmail-get-new-mail): Don't reference
17853 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17854
17855 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17856
17857 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17858 if one of global-auto-revert-non-file-buffers or autorevert-mode
17859 is non-nil.
17860
17861 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17862
17863 * subr.el (delete-dups): A better implementation from Karl Heuer
17864 <kwzh@gnu.org>.
17865
17866 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17867
17868 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17869 correct place.
17870 * progmodes/icon.el (icon-indent-command): Ditto.
17871 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17872
17873 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17874
17875 * progmodes/grep.el (grep-compute-defaults): Undo change from
17876 2004-01-29: don't use executable-command-find-posix-p.
17877
17878 2004-02-16 Richard Sharman <rsharman@pobox.com>
17879
17880 * hilit-chg.el: Use require instead of eval-and-compile.
17881 (highlight-compare-buffers): New function.
17882
17883 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17884
17885 * man.el (Man-fontify-manpage): Render section headings in
17886 `Man-overstrike-face' even when overstrike was not used by man
17887 formatter for section headings.
17888
17889 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17890
17891 * rmail-spam-filter.el (vm-use-spam-filter)
17892 (rsf-min-region-length-added-to-spam-list): New variables.
17893 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17894 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17895 spam testing. Don't delete spam message if automatic deletion
17896 after output via variable rmail-delete-after-output is turned on.
17897 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17898 rsf-bbdb-dont-create-entries-for-spam.
17899 (check-field): New function, extracted from code in
17900 rmail-spam-filter to ease addition of header fields like content-type.
17901 (message-content-type): New variable to check the content-type:
17902 field added, also in defcustom of rsf-definitions-alist.
17903 (rmail-spam-filter): Replace repeated test code for header fields
17904 by calls to check-field; change the call to
17905 rmail-output-to-rmail-file such that rmail-current-message stays
17906 the same to avoid wrong deletion of unseen flags.
17907 (rsf-add-contents-type): New function to convert old format
17908 of rmail-spam-definitions-alist into new one.
17909 Change prefixes of all variables and functions from
17910 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17911
17912 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17913
17914 * loadhist.el (unload-hook-features-list): New defvar.
17915
17916 2004-02-16 Dave Love <fx@gnu.org>
17917
17918 * loadhist.el (unload-feature): Doc fix. Rename flist to
17919 unload-hook-features-list.
17920
17921 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17922
17923 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17924 cookie. Don't check if we are looking-at open-formula.
17925
17926 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17927
17928 * subr.el (match-string-no-properties): Use substring-no-properties.
17929
17930 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17931
17932 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17933 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17934 Use lower-case "rx" in all error message.
17935
17936 2004-02-16 Dave Love <fx@gnu.org>
17937
17938 * emacs-lisp/rx.el (rx-or): Put group around result.
17939 (rx-constituents): Add backref.
17940 (rx-syntax): Add string-delimiter, comment-delimiter.
17941 (rx-categories): Add combining-diacritic.
17942 (rx-check-not, rx-greedy, rx): Doc fix.
17943 (rx-backref, rx-check-backref): New.
17944
17945 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17946
17947 * newcomment.el (uncomment-region): Allow eob as comment end.
17948
17949 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17950
17951 * filecache.el: All message and error commands now use prefix
17952 "Filecache:" to make it easy to read *Messages* buffer.
17953
17954 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17955
17956 * autorevert.el: Add support to detect changed dired and VC buffers.
17957 (auto-revert-active-p, auto-revert-list-diff)
17958 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17959 (auto-revert-handler, auto-revert-active-p): New functions.
17960 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17961 and `auto-revert-active-p'.
17962 (eval-when-compile): Defvar dired-directory and vc-mode.
17963 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17964 (auto-revert-handler-vc): New functions.
17965
17966 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17967
17968 * progmodes/compile.el (compilation-directory): New defvar.
17969 (compile): Save current directory in compilation-directory.
17970 (recompile): Bind default-directory to compilation-directory if
17971 that is non-nil.
17972
17973 2004-02-16 Dave Love <fx@gnu.org>
17974
17975 * newcomment.el (comment-insert-comment-function)
17976 (comment-region-function, uncomment-region-function): New.
17977 (comment-indent): Use comment-insert-comment-function.
17978 (uncomment-region): Use uncomment-region-function.
17979 (comment-region): Use comment-region-function.
17980
17981 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17982
17983 2004-02-16 Richard Stallman <rms@gnu.org>
17984
17985 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17986 loaddefs* and ldefs-boot*.
17987
17988 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17989
17990 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17991 and email address at the beginning and end of the address.
17992
17993 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17994 anchored at the beginning of the email address.
17995
17996 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17997
17998 * international/ccl.el (ccl-compile-write): Pass `left' to
17999 ccl-embed-code to generate correct code of write-expr-register.
18000
18001 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18002
18003 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18004
18005 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18006
18007 * x-dnd.el: Mention support for Motif in commentary.
18008 (x-dnd-handle-drag-n-drop-event): Ditto.
18009
18010 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18011
18012 * ses.el: Use "ses--" prefixes for buffer-local variables.
18013 Use (point-min) instead of 1, even when we know the buffer
18014 is unnarrowed.
18015 (ses-build-load-map): Delete. Distribute its content to defconst's for
18016 the three maps.
18017 (ses-menu, ses-header-line-menu): New menus.
18018 (ses-mode-map): Use them.
18019 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18020
18021 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18022
18023 * Makefile.in: Fix the CC Mode recompile kludge so it works
18024 when building in a different directory.
18025
18026 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18027
18028 * simple.el (kill-new): Put yank-handler property on the entire string.
18029
18030 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * diff.el: Don't use compile any more, use diff-mode instead.
18033 (diff-regexp-alist, diff-old-file, diff-new-file)
18034 (diff-parse-differences, diff-process-setup): Remove.
18035 (diff-sentinel): New fun.
18036 (diff): Use it. Run the process ourselves.
18037 Use diff-mode for the rest of the processing.
18038
18039 * diff.el (diff): Simplify code handling `switch'.
18040
18041 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18042
18043 * pcvs-defs.el (cvs-menu): Add `tag'.
18044
18045 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18046
18047 * simple.el (kill-append): Doc fix.
18048
18049 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18050 Adapt outline-regexp to the new conventions for commenting out code.
18051
18052 2004-02-11 John Paul Wallington <jpw@gnu.org>
18053
18054 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18055
18056 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18057
18058 * diff.el (diff-switches): New fun.
18059 (diff, diff-backup): Use it.
18060 (diff): Clean up the args construction. Use backquote.
18061 Use listp instead of consp to avoid putting a nil arg.
18062 (diff): Add a revert-buffer function.
18063
18064 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18065
18066 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18067 handled by x-dnd-handle-file-name.
18068 (x-dnd-known-types): Add COMPOUND_TEXT.
18069 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18070 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18071 x-dnd-empty-state.
18072 (x-dnd-forget-drop): Ditto.
18073 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18074 (x-dnd-handle-one-url): Return private when inserting text.
18075 (x-dnd-insert-ctext): New function.
18076 (x-dnd-handle-file-name): New function for FILE_NAME.
18077 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18078 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18079 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18080
18081 2004-02-10 Kenichi Handa <handa@m17n.org>
18082
18083 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18084 instead of while loop.
18085
18086 2004-02-10 Miles Bader <miles@gnu.org>
18087
18088 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18089
18090 2004-02-09 Kenichi Handa <handa@m17n.org>
18091
18092 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18093 have end-of-line.
18094
18095 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18096
18097 * Makefile.in: Added extra dependencies in the recompile target
18098 needed to cope with the compile time macro expansions in CC Mode.
18099
18100 2004-02-09 Kim F. Storm <storm@cua.dk>
18101
18102 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18103 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18104 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18105 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18106 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18107 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18108 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18109 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18110 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18111 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18112 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18113
18114 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18117 Don't allow shrink if there's a window on our right.
18118
18119 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18120 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18121 Bring together declaration and initialization.
18122 (prolog-mode-variables): Don't set the syntax table.
18123 Don't set paragraph-start and comment-indent-function.
18124 Add /*..*/ to the comment regexps.
18125 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18126 (prolog-mode-map): Don't bind TAB.
18127 (prolog-mode): Set the syntax table.
18128 (prolog-comment-indent): Remove.
18129 (inferior-prolog-mode-map): Initialize in the declaration.
18130 (inferior-prolog-mode-syntax-table)
18131 (inferior-prolog-mode-abbrev-table): New vars.
18132 (inferior-prolog-mode): Derive from comint-mode.
18133 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18134 minibuffer windows.
18135
18136 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18137 in file names, as long as it is unabmiguous.
18138
18139 2004-02-08 Andreas Schwab <schwab@suse.de>
18140
18141 * textmodes/reftex-toc.el
18142 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18143 format. Doc fix.
18144
18145 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18146 format string arguments.
18147
18148 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18149 string argument.
18150
18151 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18152
18153 * play/zone.el (zone-call): Fix format string.
18154
18155 * net/webjump.el (webjump-builtin): Add missing format string argument.
18156
18157 * midnight.el (midnight-delay-set): Remove extra format string argument.
18158
18159 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18160
18161 * hexl.el (hexl-insert-char): Add missing format string argument.
18162
18163 * format.el (format-decode): Fix format string.
18164
18165 * emulation/vi.el (vi-mode): Remove extra format string argument.
18166 (vi-repeat-last-search): Likewise.
18167 (vi-reverse-last-search): Likewise.
18168 (vi-goto-mark): Likewise.
18169 (vi-reverse-last-find-char): Likewise.
18170 (vi-repeat-last-find-char): Likewise.
18171 (vi-locate-def): Likewise.
18172
18173 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18174
18175 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18176 string argument.
18177 (ediff-toggle-regexp-match): Likewise.
18178
18179 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18180 format string argument.
18181
18182 * calc/calc-map.el (calc-get-operator): Remove extra format
18183 string argument.
18184
18185 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18186
18187 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18188 string argument.
18189
18190 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18191
18192 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18193
18194 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18195
18196 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18197 (cl-struct-setf-expander): Likewise.
18198
18199 * vc.el (with-vc-file): Fix unsafe uses of error.
18200 (vc-cancel-version): Likewise.
18201
18202 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18203
18204 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18205 thousands separator; fixes <class>:<line-number> regexp for
18206 non-english locales.
18207
18208 2004-02-08 Andreas Schwab <schwab@suse.de>
18209
18210 * view.el (view-mode-enable): Revert previous change.
18211
18212 2004-02-07 Kim F. Storm <storm@cua.dk>
18213
18214 * simple.el (line-number-at-pos): Rename from line-at-pos.
18215 Uses changed (what-line and vc-annotate-warp-version).
18216
18217 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18218
18219 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18220 (diff-mode): Remove aborted attempt at support for compile.el.
18221 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18222
18223 2004-02-06 Andreas Schwab <schwab@suse.de>
18224
18225 * view.el (view-mode-enable): Add view-mode-map to
18226 minor-mode-overriding-map-alist.
18227
18228 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18229
18230 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18231
18232 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18235 with point inside rather than after the paragraph.
18236
18237 2004-02-04 Sam Steingold <sds@gnu.org>
18238
18239 * mail/smtpmail.el (smtpmail-try-auth-methods):
18240 Do not try authentication when no mechanism is available.
18241 Pass port-name as defaultport to `netrc-machine'.
18242
18243 2004-02-04 Stephen Eglen <stephen@gnu.org>
18244
18245 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18246 to show how minibuffer height can be constrained.
18247
18248 2004-02-04 John Paul Wallington <jpw@gnu.org>
18249
18250 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18251
18252 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18253
18254 * x-dnd.el: New file for drag and drop.
18255
18256 * term/x-win.el: require x-dnd, set after-make-frame-functions
18257 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18258 drag-n-drop event.
18259
18260 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18261 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18262 (dired-dnd-handle-file): New functions for drag and drop support.
18263 (dired-mode): Initialize drag and drop if x-dnd present.
18264
18265 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18266
18267 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18268 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18269 (cperl-mode): Set fill-paragraph-function.
18270 (cperl-fill-paragraph): Make it non-interactive.
18271
18272 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18273
18274 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18275
18276 2004-02-02 David Kastrup <dak@gnu.org>
18277
18278 * replace.el (perform-replace): Allow 'literal argument in
18279 regexp-flag to indicate literal replacement.
18280 (query-replace-regexp-eval): Use it.
18281
18282 2004-02-01 Andreas Schwab <schwab@suse.de>
18283
18284 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18285
18286 2004-02-01 Stephen Eglen <stephen@gnu.org>
18287
18288 * info-look.el: Add support for maxima-mode. Update commentary
18289 because info-lookup-symbol is now bound to C-h S.
18290
18291 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18292
18293 * simple.el (edit-and-eval-command): Bind print-level and
18294 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18295 Correct initial position in command-history.
18296
18297 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18298
18299 * files.el (read-directory-name): Adapt the docstring to recent
18300 change in Fread_file_name.
18301
18302 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18303
18304 * ses.el (ses-print-cell): If print format too wide for column
18305 width, truncate decimal places if that helps to avoid "#####" fill.
18306 * ses.el (ses-initial-column-width): Revert previous change.
18307
18308 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18309
18310 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18311 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18312 Add edebug info.
18313 (jit-lock-mode): Setup/cancel the new timer.
18314 (jit-lock-context-fontify): New fun. Extracted from
18315 context fontification code of jit-lock-stealth-fontify.
18316 (jit-lock-stealth-fontify): Don't do context fontification any more.
18317
18318 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18319 (jit-lock-fontify-now): Handle the `quit' case.
18320 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18321
18322 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18323
18324 * progmodes/executable.el (executable-command-find-posix-p):
18325 New. Check if find handles arguments Posix-style.
18326
18327 * progmodes/grep.el (grep-compute-defaults):
18328 Use executable-command-find-posix-p.
18329 (grep-find): Check `grep-find-command'.
18330
18331 * filecache.el (file-cache-find-posix-p): Delete.
18332 (file-cache-add-directory-using-find):
18333 Use `executable-command-find-posix-p'.
18334
18335 2004-01-29 Dave Love <fx@gnu.org>
18336
18337 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18338 Iterate the hook function if arg is given.
18339 (mark-defun, narrow-to-defun): Change order of finding the limits.
18340
18341 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18342 (byte-compile-format-warn): New.
18343 (byte-compile-callargs-warn): Use it.
18344 (Format, message, error): Add byte-compile-format-like property.
18345 (byte-compile-maybe-guarded): New.
18346 (byte-compile-if, byte-compile-cond): Use it.
18347 (byte-compile-lambda): Compile interactive forms,
18348 just to make warnings about them.
18349
18350 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18351
18352 * ses.el (ses-initial-column-width): Increase to 14, so it will
18353 work well with the default printer of "%.7g" for extreme values
18354 like "-1.234567e+07".
18355
18356 2004-01-29 Kenichi Handa <handa@m17n.org>
18357
18358 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18359
18360 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18361
18362 * dos-w32.el: Added support for the `default-printer-name' function.
18363
18364 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18365
18366 * server.el (server-socket-name): Don't use the hostname in the
18367 socket name since /tmp is local to the host anyway.
18368
18369 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18370 robust check of widening and fix var-naming.
18371
18372 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18373
18374 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18375 or rmail-spam- to rsf- in all function and variable names.
18376 (rsf-min-region-to-spam-list): New variable.
18377 (rsf-bbdb-auto-delete-spam-entries): Rename from
18378 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18379 scanned together with the recipients field for spam testing; Don't
18380 delete spam message if rmail-delete-after-output is non-nil;
18381 (rsf-check-field): New function, extracted from code in
18382 rmail-spam-filter to ease addition of header fields like
18383 content-type:;
18384 (message-content-type): New variable. The content-type: field was
18385 added also in defcustom of rsf-definitions-alist;
18386 (rmail-spam-filter): Replace repeated test code for header fields
18387 by calls to check-field; change the call to
18388 rmail-output-to-rmail-file such that rmail-current-message stays
18389 the same to avoid wrong deletion of unseen flags.
18390 (rmail-use-spam-filter): Add autoload cookie.
18391
18392 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18393
18394 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18395 (file-cache-add-directory-using-find): Add Cygwin support.
18396 (file-cache-find-command-posix-flag): New user variable.
18397
18398 * filecache.el (file-cache-add-directory): Check for
18399 directories an remove them from dir-files.
18400
18401 2004-01-27 Richard M. Stallman <rms@gnu.org>
18402
18403 * man.el (Man-fontify-manpage): Clean up message.
18404
18405 2004-01-27 Kenichi Handa <handa@m17n.org>
18406
18407 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18408 (sentence-end): Define using sentence-end-without-space.
18409
18410 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18411 a sentence ends with one of a character in sentence-end-without-space.
18412
18413 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18414
18415 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18416 (jit-lock): Group declaration moved to jit-lock.el.
18417 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18418 when necessary.
18419
18420 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18421 (jit-lock-context-unfontify-pos): Rename from
18422 jit-lock-first-unfontify-pos.
18423 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18424
18425 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18426
18427 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18428 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18429 (fortran-fill): When filling a string, adjust re-search-backward
18430 argument for special case of string just on fill-column.
18431 When filling non-string, allow one extra char if
18432 fortran-break-before-delimiters is non-nil.
18433 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18434 Use fortran-break-delimiters-re and fortran-no-break-re to
18435 correctly handle cases such as "**".
18436
18437 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18438 (f90-no-break-re): Add some extra tokens. Doc fix.
18439
18440 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18441
18442 * mail/rmail-spam-filter.el:
18443 Use two semicolons as Commentary line prefix.
18444 Add ";;; Code:" stylized comment.
18445 Delete end-of-line whitespace.
18446 Wrap (require 'cl) with `eval-when-compile'.
18447
18448 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18449
18450 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18451 at the top level of vc.el.
18452
18453 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18454
18455 * vc.el (vc-current-line): Function removed. This is now done by
18456 the new function line-at-pos in simple.el.
18457 (vc-annotate-warp-version): Use line-at-pos instead of
18458 vc-current-line.
18459
18460 2004-01-22 Kim F. Storm <storm@cua.dk>
18461
18462 * simple.el (line-at-pos): New defun.
18463 (what-line): Use it. Optimize by only counting lines in narrowed
18464 region once.
18465
18466 2004-01-22 Kenichi Handa <handa@m17n.org>
18467
18468 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18469 point (register r1) only for charset mule-unicode-0100-24ff.
18470
18471 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18472
18473 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18474 trailing white space and ensure a final newline.
18475
18476 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18477 Add autoload cookie.
18478
18479 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18480
18481 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18482 activate view-mode explicitly.
18483
18484 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18485
18486 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18487 menu-bar-enable-clipboard and make Paste use clipboard first.
18488
18489 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18490
18491 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18492 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18493 (vc-mcvs-cvs): Remove.
18494 (vc-mcvs-command): Remove use of assert.
18495
18496 * outline.el (outline-insert-heading): Tighten up match.
18497 (outline-demote, outline-move-subtree-down): Don't assume anything
18498 about outline-regexp.
18499
18500 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18501 (texinfo-show-structure): Explicitly add ^, and simplify.
18502
18503 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18504
18505 * calendar/appt.el (appt-check): Restore usage of
18506 appt-issue-message deleted in previous change.
18507 (top-level): Activate package when loaded (needed for backwards
18508 compatibility).
18509
18510 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18511
18512 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18513 following previous change to smtpmail-send-data.
18514
18515 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18516
18517 * vc.el (vc-default-previous-version): Doc enhancement.
18518 (vc-default-next-version): New function.
18519 (vc-print-log): New arg FOCUS-REV.
18520 (vc-annotate-mode): Derive from view-mode.
18521 (vc-annotate): New args REVISION, DISPLAY-MODE.
18522 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18523 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18524 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18525 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18526 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18527
18528 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18529
18530 2004-01-19 Karl Berry <karl@gnu.org>
18531
18532 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18533 or "TexInfo".
18534
18535 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18536
18537 * subr.el (delete-dups): New function.
18538
18539 2004-01-19 Karl Berry <karl@gnu.org>
18540
18541 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18542 with ^, since that's what texinfo-show-structure
18543 documentation says (plus it works much better in texinfo.txi).
18544
18545 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18546
18547 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18548
18549 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18550
18551 * progmodes/which-func.el (which-function-mode): Don't cancel
18552 which-func-update-timer if not set.
18553
18554 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18555
18556 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18557 Remove spurious left square bracket in XX:XXam regexp.
18558
18559 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18560
18561 * progmodes/cc-defs.el: Do not require cl at run time.
18562
18563 2004-01-16 Richard M. Stallman <rms@gnu.org>
18564
18565 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18566 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18567
18568 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18569 Call rmail-spam-filter. Delete and expunge spam.
18570 Print number of spam messages deleted.
18571 Save and restore the deletion status of old messages when reading
18572 new mail with spam filter, so that expunging spam does not expunge
18573 msgs deleted by the user.
18574 (rmail-only-expunge): Add an optional argument dont-show to
18575 prevent showing message after expunge.
18576
18577 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18578
18579 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18580 * subr.el (declare): New macro.
18581
18582 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18583
18584 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18585
18586 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18587
18588 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18589 Test window-system rather than system-type (for X11/Mac).
18590
18591 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18592
18593 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18594
18595 2004-01-12 Richard M. Stallman <rms@gnu.org>
18596
18597 * mail/rmail.el (rmail-convert-to-babyl-format):
18598 Use mail-unquote-printable-region.
18599 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18600 (rmail-hex-char-to-integer): Functions deleted.
18601
18602 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18603 (mail-unquote-printable-region): New arg NOERROR.
18604 For invalid encoding, either signal an error to just return nil.
18605
18606 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18607
18608 * calendar/appt.el: Update copyright and commentary.
18609 (appt-issue-message): Make obsolete.
18610 (appt-visible, appt-msg-window): Make obsolete, in favour of
18611 appt-display-format.
18612 (appt-display-mode-line, appt-display-duration)
18613 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18614 (appt-prev-comp-time, appt-display-count, appt-timer)
18615 (appt-convert-time): Doc change.
18616 (appt-disp-window-function, appt-delete-window-function):
18617 Use defcustom rather than defvar.
18618 (appt-display-format): New variable.
18619 (appt-display-message): New function with display code from appt-check.
18620 (appt-check): Add optional FORCE argument. Doc change.
18621 Add appt-make-list to diary-hook if displaying diary.
18622 Remove checking of view-diary-entries-initially.
18623 Message display section removed to new function appt-display-message.
18624 (appt-display-window): Doc change. Remove unused internal var
18625 this-buffer. Do not beep, since appt-display-message does that.
18626 (appt-make-list): Doc change. Use caar.
18627 (appt-sort-list): Simplify by using builtin sort function.
18628 (appt-update-list): New function for updating appts when diary is
18629 saved.
18630 (appt-activate): New autoloaded function to toggle package
18631 functionality.
18632
18633 * calendar/cal-x.el: (calendar-one-frame-setup)
18634 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18635
18636 * calendar/calendar.el: Update copyright.
18637 (view-diary-entries-initially, european-calendar-style): Doc change.
18638 (calendar-setup): Make defcustom rather than defvar.
18639 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18640 in let binding so local to function.
18641
18642 * calendar/diary-lib.el: Update copyright.
18643 (diary, diary-entry-time): Doc change.
18644 (list-diary-entries): Doc change. Trivial logic change.
18645 (fancy-diary-display): Restore make-face command mistakenly
18646 deleted 2003-05-08.
18647 (show-all-diary-entries): Allow to pop-up frame if needed.
18648
18649 2004-01-09 John Paul Wallington <jpw@gnu.org>
18650
18651 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18652 Temporarily select EVENT's window for changing eol type.
18653
18654 2004-01-09 Deepak Goel <deego@gnufans.org>
18655
18656 * calendar/diary-lib.el (diary-entry-time):
18657 Also accept time in the form XX[.XX][am/pm/AM/PM].
18658 (fancy-diary-font-lock-keywords): Likewise.
18659 (diary-font-lock-keywords): Likewise.
18660 * calendar/appt.el (appt-add): Likewise.
18661 (appt-make-list): Likewise.
18662 (appt-convert-time): Likewise.
18663
18664 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18665
18666 * gdb-ui.el (gdb-ann3): Revert previous change.
18667 (gdb-source-info): Allow for case of where compilation directory
18668 is not recorded.
18669
18670 2004-01-08 John Paul Wallington <jpw@gnu.org>
18671
18672 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18673
18674 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18675
18676 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18677
18678 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18679 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18680 problems.
18681 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18682
18683 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18684
18685 * files.el (write-file-functions, write-contents-functions):
18686 Clarify docstrings.
18687
18688 2004-01-07 Kenichi Handa <handa@m17n.org>
18689
18690 * international/mule.el (set-auto-coding): Fix for the case that
18691 end-of-line is only CR.
18692
18693 2004-01-07 Kim F. Storm <storm@cua.dk>
18694
18695 * subr.el (event-start, event-end): Doc fix.
18696 (posn-string, posn-image): New defuns.
18697 (posn-object): Return either image or string object.
18698 (posn-object-x-y): Return 8th element of position.
18699 (posn-object-width-height): New defun.
18700
18701 2004-01-06 Andreas Schwab <schwab@suse.de>
18702
18703 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18704 output.
18705
18706 2004-01-05 Karl Berry <karl@gnu.org>
18707
18708 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18709 / and *, too.
18710
18711 2003-12-31 Simon Josefsson <jas@extundo.com>
18712
18713 * files.el (before-save-hook): Add.
18714 (basic-save-buffer): Use before-save-hook.
18715
18716 * emacs-lisp/copyright.el: Fix comment to recommend
18717 before-save-hook instead of write-file-functions.
18718
18719 2004-01-05 Richard M. Stallman <rms@gnu.org>
18720
18721 * finder.el (finder-commentary): Call delete-other-windows.
18722
18723 * net/ange-ftp.el (ange-ftp-file-attributes):
18724 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18725
18726 2004-01-04 Karl Berry <karl@gnu.org>
18727
18728 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18729 comment characters % and # in the copyright year notice,
18730 as well as ;.
18731
18732 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18733
18734 * wid-edit.el (default): Define dummy :value-delete.
18735 Reported by Jesper Harder <harder@ifa.au.dk>.
18736
18737 2004-01-03 Richard M. Stallman <rms@gnu.org>
18738
18739 * progmodes/compile.el (compile-internal): Use point, not point-min,
18740 for set-window-point.
18741
18742 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18743
18744 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18745
18746 * progmodes/grep.el (grep-mode-map):
18747 Don't remap next-line, previous-line.
18748
18749 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18750
18751 * speedbar.el (speedbar-edit-line): Change regexp to position
18752 the cursor on the first character of this line's button.
18753
18754 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18755
18756 * subr.el (functionp): Doc fix.
18757
18758 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18759
18760 * progmodes/idlwave.el (idlwave-make-tags):
18761 * textmodes/flyspell.el (flyspell-large-region):.
18762 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18763 * emulation/viper-util.el (viper-glob-unix-files):
18764 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18765 * man.el (Man-init-defvars):
18766 * jka-compr.el (jka-compr-call-process):
18767 * files.el (get-free-disk-space,insert-directory):
18768 * ediff-ptch.el (ediff-test-patch-utility):
18769 * ediff-diff.el (ediff-test-utility):
18770 * dired-aux.el (dired-check-process):
18771 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18772 test the return value of call-process, because it can be a string.
18773
18774 2003-12-31 John Paul Wallington <jpw@gnu.org>
18775
18776 * bindings.el (completion-ignored-extensions): Add .pfsl.
18777
18778 2003-12-31 Kim F. Storm <storm@cua.dk>
18779
18780 * ido.el (ido-nonreadable-directory-p): New defun to check for
18781 nonreadable directory without activating tramp (to avoid problems
18782 with checking incomplete tramp paths).
18783 (ido-set-current-directory, ido-file-internal)
18784 (ido-file-name-all-completions1): Use it.
18785
18786 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18787
18788 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18789 documentation if the anchor (or node) name is preceded by `info
18790 anchor' or `Info anchor' in addition to earlier `info node' and
18791 `Info node'.
18792 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18793
18794 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18795
18796 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18797 error in arguments to base64-decode-region. Remove ^M characters
18798 after decoding base64.
18799
18800 2003-12-30 Simon Josefsson <jas@extundo.com>
18801
18802 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18803 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18804 have only been distributed with Emacs for some years.
18805 (texinfo-mode-hook): Customize.
18806
18807 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18808
18809 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18810 cleaner (suggested by Richard Stallman).
18811
18812 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18813 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18814 file-name clashes on 8+3 DOS filesystems.
18815
18816 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18817 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18818 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18819 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18820 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18821 file-name clashes on 8+3 filesystems.
18822
18823 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18824 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18825 file-name clashes on 8+3 DOS filesystems.
18826
18827 2003-12-29 Richard M. Stallman <rms@gnu.org>
18828
18829 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18830 Upcase the character.
18831
18832 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18833 Search for header separator alone on a line, literally,
18834 and search for it backward, not forward.
18835 (flyspell-abbrev-table): Always use global-abbrev-table
18836 if there is no local one.
18837
18838 * progmodes/sh-script.el (sh-get-indent-info):
18839 Don't move point back if at bob.
18840
18841 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18842
18843 * play/handwrite.el (handwrite): Make the handwrite credit message
18844 a comment rather than an output command.
18845
18846 * obsolete/sc.el: Display message that this file is obsolete.
18847
18848 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18849
18850 * mail/rfc822.el (rfc822-address-start): Declare variable.
18851 Renamed from address-start. All uses changed.
18852
18853 * term.el (term-exec): Set up sentinel.
18854 (term-sentinel): New function.
18855 (term-handle-exit): New function.
18856
18857 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18858 Use assoc-string, and mark them obsolete.
18859 (delay-mode-hooks): Mark as permanent local.
18860
18861 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18862
18863 * register.el (copy-rectangle-to-register): Doc fix.
18864
18865 * info.el (Info-insert-dir): Use assoc-string.
18866
18867 * info-look.el (info-lookup): Use assoc-string.
18868
18869 * frame.el (pop-up-frame-function): Use quote, not `function'.
18870 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18871 copying with lists as coordinate values.
18872
18873 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18874
18875 * find-dired.el (kill-find): New command.
18876 (find-dired): Make buffer read-only.
18877 Set up a keymap with C-c C-k running kill-find.
18878 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18879
18880 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18881
18882 * filecache.el (file-cache-ignore-case): New variable.
18883 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18884
18885 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18886 (comint-dynamic-complete-as-filename): Rename local vars.
18887 (comint-dynamic-list-filename-completions): Likewise.
18888
18889 * comint.el (comint-dynamic-list-completions-config): New var.
18890 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18891
18892 * comint.el (comint-file-name-chars): Add [].
18893 (comint-word): Use skip-chars-backward, not search.
18894
18895 * shell.el (shell-file-name-chars): Add [].
18896
18897 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18898
18899 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18900
18901 * generic.el (define-generic-mode): Doc fix.
18902
18903 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18904
18905 * files.el (kill-some-buffers): Doc fix.
18906
18907 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18908
18909 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18910 arg to send-invisible
18911 (send-invisible): Doc fix. The argument is now a prompt, not the
18912 string to send.
18913 (comint-read-noecho): Doc fix.
18914
18915 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18916
18917 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18918 "@", as required by some ISP hosting service. Fix defcustom
18919 argument syntax errors that prevented use of customization.
18920
18921 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18922
18923 * xml.el (xml-get-attribute-or-nil): Doc fix.
18924
18925 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18926
18927 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18928 write-file-hooks.
18929
18930 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18931
18932 * autorevert.el (auto-revert-interval): Doc fix.
18933
18934 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18935
18936 * xml.el (xml-get-attribute-or-nil): New function, like
18937 xml-get-attribute, but returns nil if the attribute was not found.
18938 (xml-get-attribute): Convert to defsubst, uses
18939 xml-get-attribute-or-nil.
18940
18941 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18942
18943 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18944
18945 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18946
18947 * custom.el (custom-declare-theme): Use `value' when putting
18948 properties on `theme'.
18949
18950 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18951
18952 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18953 for each yank-handler segment.
18954 (insert-for-yank-1): New function, with the body of the previous
18955 insert-for-yank.
18956
18957 * textmodes/table.el (table-yank-handler): New defcustom.
18958 (table--put-cell-indicator-property): Put yank-handler property
18959 that indicates the yank handler for the table cell.
18960
18961 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18962
18963 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18964 set of keywords.
18965
18966 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18967
18968 * international/mule-cmds.el (reset-language-environment)
18969 (set-language-environment): Don't invoke fontset-related functions
18970 if fontset-list is not fboundp.
18971
18972 2003-12-29 Kenichi Handa <handa@m17n.org>
18973
18974 * international/mule-cmds.el (reset-language-environment):
18975 Call set-overriding-fontspec-internal with nil.
18976 (set-language-environment): Call set-overriding-fontspec-internal
18977 if the language environment specify `overriding-fontspec'.
18978 (language-info-alist): Doc added.
18979
18980 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18981 characters of mule-unicode-0100-24ff.
18982 (ccl-encode-windows-1251-font): New CCL program.
18983 ("Bulgarian"): Specify overriding-fontspec.
18984 ("Belarusian"): Likewise.
18985
18986 2003-12-28 Sam Steingold <sds@gnu.org>
18987
18988 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18989 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18990
18991 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18992
18993 * progmodes/gud.el (gud-gdb-command-name): Set default to
18994 "gdb --annotate=3".
18995 (gud-gdb-marker-filter): Look out for annotations.
18996 (gdb-first-pre-prompt): New variable.
18997 Remove trailing white space.
18998
18999 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19000 if necessary.
19001 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19002 annotations are detected.
19003 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19004 instead of a local one to allow transition from
19005 gud-gdb-marker-filter.
19006 Remove trailing white space.
19007
19008 2003-12-27 Kim F. Storm <storm@cua.dk>
19009
19010 * ido.el: Handle non-readable directories.
19011 (ido-decorations): Add 9th element for non-readable directory.
19012 (ido-directory-nonreadable): New dynamic var.
19013 (ido-set-current-directory): Set it.
19014 (ido-read-buffer, ido-file-internal):
19015 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19016 (ido-file-name-all-completions1): Return empty list for
19017 non-readable directory.
19018 (ido-exhibit): Print [Not readable] if directory is not readable.
19019 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19020 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19021 Use it.
19022
19023 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19024
19025 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19026 calls to directory-files-and-attributes and file-attributes.
19027 (ls-lisp-format): Remove system dependent handling of user and
19028 group id's.
19029
19030 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19031
19032 * ffap.el (ffap-read-file-or-url): Revert previous change.
19033
19034 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19035
19036 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19037 new list of included files called `files-with-node-lines', that
19038 only have node lines. This way @include commands can include any
19039 file, such as version and update files without node lines, not
19040 just files that are chapters.
19041
19042 2003-12-25 Andreas Schwab <schwab@suse.de>
19043
19044 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19045 file not found.
19046
19047 2003-12-08 Miles Bader <miles@gnu.org>
19048
19049 * dired.el (dired-between-files): Always use dired-move-to-filename,
19050 which is more robust in non-english locales.
19051
19052 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19053
19054 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19055
19056 2003-12-24 Andreas Schwab <schwab@suse.de>
19057
19058 * shell.el (shell-file-name-quote-list): Add backslash.
19059
19060 * comint.el (comint-quote-filename): Correctly handle backslash
19061 in comint-file-name-quote-list.
19062
19063 2003-12-24 Kenichi Handa <handa@m17n.org>
19064
19065 * international/mule-cmds.el (set-default-coding-systems):
19066 Call ucs-set-table-for-input for all buffers that don't have local
19067 value of buffer-file-coding-system.
19068
19069 * international/ucs-tables.el (ucs-set-table-for-input):
19070 If translation-table-for-encode is a symbol, get its
19071 translation-table property.
19072
19073 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19074
19075 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19076 to `completing-read' on a recently fixed bug.
19077
19078 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19079 instead of SPACE, to get the list of possible fringe modes.
19080 SPACE only works if both `partial-completion-mode' and
19081 `completion-auto-help' are nil.
19082
19083 * complete.el (PC-is-complete-p): Delete.
19084 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19085 calls to `test-completion'.
19086
19087 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19088
19089 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19090 to edit values when there are no children.
19091
19092 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19093 a mode called "Assembler" already exists.
19094 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19095 (gud-watch): Use format option. Remove font properties from string.
19096 (gdb-var-create-handler, gdb-var-list-children-handler):
19097 Don't bother about properties as there are none.
19098 (gdb-var-create-handler, gdb-var-list-children-handler)
19099 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19100 with two arguments.
19101 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19102 Let speedbar show value changes with a different font.
19103 (gdb-edit-value): New defun.
19104 (gdb-clear-partial-output, gdb-clear-inferior-io)
19105 (def-gdb-auto-update-handler): Use erase-buffer.
19106 (gdb-frame-handler): Display watch expressions in
19107 FUNCTION::VARIABLE format if required.
19108
19109 2003-12-23 John Paul Wallington <jpw@gnu.org>
19110
19111 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19112 (Info-goto-emacs-command-node): Doc fixes.
19113
19114 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19115
19116 * cus-edit.el (custom-add-parent-links): Define "many".
19117
19118 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19119
19120 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19121 (widget-child-validate, widget-type-value-create)
19122 (widget-type-default-get, widget-type-match): New functions.
19123 (lazy): New widget.
19124 (menu-choice, checklist, radio-button-choice, editable-list)
19125 (group, documentation-string): Remove redundant (per 2003-10-25
19126 change) calls to `widget-children-value-delete'.
19127 (widget-choice-value-get, widget-choice-value-inline): Remove.
19128 (menu-choice): Update widget.
19129
19130 2003-12-03 Kenichi Handa <handa@m17n.org>
19131
19132 * language/cyrillic.el: Register "microsoft-cp1251" in
19133 ctext-non-standard-encodings-alist.
19134 ("Bulgarian"): Add ctext-non-standard-encodings.
19135 ("Belarusian"): Likewise.
19136
19137 * international/mule-conf.el (compound-text-with-extensions):
19138 Change the type to 2 (iso-2022 base).
19139
19140 * international/mule.el (ctext-non-standard-encodings-alist):
19141 Change the format.
19142 (ctext-non-standard-encodings): New variable.
19143 (ctext-post-read-conversion): Fully re-written.
19144 (ctext-non-standard-designations-alist): Delete it.
19145 (ctext-non-standard-encodings-table): New function.
19146 (ctext-pre-write-conversion): Fully re-written.
19147
19148 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19149
19150 * cus-edit.el (custom-add-parent-links): Add documentation links
19151 for parent, if the item has none of its own.
19152
19153 2003-11-30 Richard M. Stallman <rms@gnu.org>
19154
19155 * dired-aux.el (dired-do-query-replace-regexp):
19156 Report files visited read-only.
19157
19158 2003-11-30 Juri Linkov <juri@jurta.org>
19159
19160 * dired-aux.el (dired-compare-directories): New command.
19161 (dired-file-set-difference, dired-files-attributes): New functions.
19162
19163 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19164 Version 2.0.38 of Tramp released.
19165
19166 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19167 Charles Curley <charlescurley@charlescurley.com>.
19168 (tramp-multi-connection-function-alist): Add ssht entry which adds
19169 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19170 Aichner.
19171 (tramp-get-method-parameter): New function to retrieve a method
19172 parameter. This allows for omission of method parameters.
19173 Callers adjusted.
19174
19175 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19176
19177 * net/tramp.el: Add new optional parameter ID-FORMAT to
19178 `file-attributes'. Calls of `file-attributes' won't use this
19179 parameter for backward compatibility reasons.
19180 (tramp-perl-file-attributes): Add a new parameter to Perl script
19181 in order to handle uid/gid as strings, if desired.
19182 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19183 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19184 order to make the function more general.
19185 (tramp-handle-file-attributes): Replace proprietary optional
19186 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19187 (tramp-handle-file-attributes-with-perl): Handle parameter
19188 NONNUMERIC if set. This wasn't done in the past.
19189 (tramp-post-connection): Apply second parameter "$2" if
19190 `tramp-remote-perl' is called.
19191
19192 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19193 Correct cut'n'waste error (`filename' instead of `directory').
19194 (tramp-smb-handle-directory-files-and-attributes)
19195 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19196 introduced parameter ID-FORMAT.
19197 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19198 error (`directory' instead of `ldir').
19199
19200 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19201 `file-attributes' has a second parameter. If yes, apply it with
19202 value "'integer". Otherwise, don't use that parameter (default is
19203 integer format).
19204
19205 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19206
19207 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19208 (help-for-help): Add `C-h .' to the listed Help options.
19209 Remove trailing whitespace.
19210
19211 * help-at-pt.el: New file.
19212
19213 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19214
19215 * subr.el (noreturn, 1value): New macros for test coverage.
19216 See `testcover.el'.
19217
19218 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19219
19220 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19221 for macro `1value'.
19222 (testcover-1value): New function. Checks that a 1value form
19223 actually returns only one value. Requested by RMS.
19224
19225 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19226
19227 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19228 (gdb-var-list-children, gdb-var-list-children-handler)
19229 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19230 gdb commands that use mi to keep them out of the command history.
19231
19232 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19233
19234 * cus-start.el (all): Add use-file-dialog.
19235
19236 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19237
19238 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19239
19240 2003-11-27 Kim F. Storm <storm@cua.dk>
19241
19242 * subr.el (posn-object-x-y): New defun.
19243
19244 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19245
19246 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19247 Don't use `space' for \\\n.
19248 Be more selective as to which # are comment-starters.
19249
19250 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19251
19252 * subr.el (number-sequence): Improve handling of floating point
19253 arguments (suggested by Kim Storm). Allow negative arguments.
19254
19255 2003-11-26 Kenichi Handa <handa@m17n.org>
19256
19257 * international/mule-cmds.el (standard-display-european-internal):
19258 Cancel the standard-display-table setting for ` and '.
19259
19260 2003-11-26 Kim F. Storm <storm@cua.dk>
19261
19262 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19263 New defcustoms to add ffap-like functionality to ido.
19264 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19265 (ido-no-final-slash): New defun.
19266 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19267 (ido-read-file-name): ): Toggle VC checking via
19268 vc-handled-backends instead of vc-master-templates.
19269 (ido-file-internal): Handle ido-use-url-at-point and
19270 ido-use-filename-at-point via code borrowed from ffap-guesser.
19271 Handle new ido-exit code ffap.
19272 (ido-sort-list): Ignore final slash when sorting file names.
19273
19274 2003-11-25 Kim F. Storm <storm@cua.dk>
19275
19276 * emulation/cua-base.el (cua--standard-movement-commands):
19277 Add forward-sentence and backward-sentence.
19278
19279 2003-11-25 Stephen Eglen <stephen@gnu.org>
19280
19281 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19282 iswitchb-exit is set to 'usefirst when user selects buffer at head
19283 of list using RET. (Selecting buffers at the head of the list was
19284 broken if the substring was also a complete buffername.)
19285
19286 2003-11-23 Kim F. Storm <storm@cua.dk>
19287
19288 * progmodes/compile.el (grep-command, grep-use-null-device)
19289 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19290 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19291 (grep-regexp-alist, grep-program, find-program)
19292 (grep-find-use-xargs, grep-history, grep-find-history)
19293 (grep-process-setup, grep-compute-defaults)
19294 (grep-default-command, grep, grep-tag-default, grep-find)
19295 (grep-expand-command-macros, grep-tree-last-regexp)
19296 (grep-tree-last-files, grep-tree): Move grep variables, functions
19297 and commands to new file grep.el.
19298 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19299 (compilation-process-setup-function): Doc fix.
19300 (compilation-highlight-regexp, compilation-highlight-overlay): New
19301 defvars used for highlighting current compile error in source buffer.
19302 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19303 LOCAL-MAP which overrides compilation-highlight-regexp and
19304 compilation-mode-map for this compilation.
19305 Delay calling compilation-set-window-height until after running
19306 compilation-process-setup-function so it can buffer-local override
19307 compilation-window-height.
19308 Check buffer-local value of compilation-scroll-output.
19309 (compilation-set-window-height): Use buffer-local value of
19310 compilation-window-height.
19311 (compilation-revert-buffer): Don't pass (undefined)
19312 preserve-modes arg to revert-buffer.
19313 (next-error-no-select, previous-error-no-select): New commands.
19314 (compilation-goto-locus): Temporarily highlight current match in
19315 source buffer using compilation-highlight-regexp.
19316
19317 * progmodes/grep.el: New file with grep code from compile.el.
19318 (grep): New defcustom group.
19319 (grep-window-height): New defcustom, like compilation-window-height.
19320 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19321 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19322 (grep-command, grep-use-null-device, grep-find-command)
19323 (grep-tree-files-aliases, grep-tree-ignore-case)
19324 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19325 (grep-setup-hook): New hook variable.
19326 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19327 (grep-last-buffer): New defvar, override compilation-last-buffer.
19328 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19329 Call compile-internal with args highlight-regexp and grep-mode-map.
19330
19331 2003-11-23 Kim F. Storm <storm@cua.dk>
19332
19333 * subr.el (event-start, event-end): Doc fix.
19334 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19335 (posn-area, posn-actual-col-row, posn-object): New defuns.
19336 (posn-col-row): Simplify doc. Rewrite to use cond.
19337 (posn-point): Also return buffer position for events outside text
19338 area (that info is now present in the event position).
19339
19340 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19341 mouse-set-point so that hscroll still works now that clicks on
19342 fringes generate specific mouse events.
19343 (mouse-set-point): Note that it now works in fringes and margins
19344 too due to new semantics of posn-point in fringes and margins.
19345
19346 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19347 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19348
19349 2003-11-20 Kim F. Storm <storm@cua.dk>
19350
19351 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19352 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19353 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19354 to 100 for icons to avoid increasing line height when shown.
19355
19356 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19357
19358 * newcomment.el (comment-normalize-vars): Initialize properly if
19359 comment-start was nil.
19360
19361 2003-11-19 Andreas Schwab <schwab@suse.de>
19362
19363 * simple.el (set-variable): Fix indentation.
19364
19365 2003-11-17 Kenichi Handa <handa@m17n.org>
19366
19367 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19368 Fix docstring.
19369
19370 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19371
19372 * international/latin1-disp.el (latin1-display): Fix docstring.
19373
19374 2003-11-16 John Wiegley <johnw@newartisans.com>
19375
19376 * eshell/em-ls.el (eshell-ls-file): There are times with
19377 size-width is nil and uncomputed (when directories are created in
19378 dired, for example); in this case, 4 is reasonable default value,
19379 although it may caused skewed new entries (which could be avoided
19380 by returning the original value of 8 in all cases, but 99% of the
19381 time this is a waste of whitespace).
19382
19383 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19384
19385 * cc-engine.el (c-guess-continued-construct)
19386 (c-guess-basic-syntax): Check a little more carefully if it's a
19387 function declaration when an unknown construct followed by a block
19388 is found inside a statement context. This avoids macros followed
19389 by blocks to be taken as function declarations.
19390
19391 (c-guess-continued-construct): Change the analysis of a statement
19392 continuation with a brace open to `substatement-block', for
19393 consistency with recognized statements.
19394
19395 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19396 start is in a position so that `c-beginning-of-statement-1' jumped
19397 to the beginning of the same statement.
19398
19399 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19400 Don't accept binary operators in the arglist if we're in a function
19401 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19402 template recognition in cases like "if (a < b || c > d)".
19403
19404 (c-restricted-<>-arglists): New more appropriate name for
19405 `c-disallow-comma-in-<>-arglists'.
19406
19407 Accessing functions updated for the variable name change.
19408
19409 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19410 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19411
19412 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19413 labels.
19414
19415 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19416 instead of duplicating parts of it. This fixes bogus label
19417 recognition.
19418
19419 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19420 of checking the context in which to apply the minimum indentation,
19421 so that it isn't enforced in e.g. namespace blocks.
19422
19423 * cc-vars.el (c-inside-block-syms): New constant used by
19424 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19425 to somewhat reduce the risk of becoming stale.
19426
19427 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19428 cc-cmds to cc-engine to allow use from cc-align.
19429
19430 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19431 qualified identifiers containing "::".
19432
19433 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19434 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19435
19436 * cc-vars.el (c-emacs-features): Use a space in front of the name
19437 of the temporary buffer. That also avoids dumping problems in
19438 XEmacs due to undo info being left around after the buffer is killed.
19439
19440 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19441 arglist to see if it's a K&R style declaration.
19442
19443 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19444 before returning `knr-argdecl-intro'.
19445
19446 2003-11-16 John Wiegley <johnw@newartisans.com>
19447
19448 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19449 field in a long-listing always 8 characters, use `size-width',
19450 which has already been computed.
19451
19452 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19453
19454 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19455
19456 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19457
19458 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19459 Support operation while narrowed, with `diff-restrict-view'.
19460
19461 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19462
19463 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19464 Take additional optional arg NARROWFUN. For the generated functions:
19465 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19466 include frags that arrange to check for and save narrowing state before
19467 the move and then conditionally call NARROWFUN after the move.
19468
19469 2003-11-14 John Wiegley <johnw@newartisans.com>
19470
19471 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19472 that was optional, but obviously missing based on surrounding code.
19473
19474 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19475 string arguments to numbers unless the whole argument was seen as
19476 a number.
19477
19478 2003-11-14 Kenichi Handa <handa@m17n.org>
19479
19480 * international/mule.el (ctext-non-standard-encodings-alist):
19481 Fix coding systems.
19482
19483 2003-11-10 Kenichi Handa <handa@m17n.org>
19484
19485 * language/kannada.el ("Kannada"): Add sample-text.
19486
19487 * language/knd-util.el (kannada-compose-region)
19488 (kannada-compose-string, kannada-post-read-conversion):
19489 Add autoload cookie.
19490
19491 * international/quail.el (quail-completion): Change the message
19492 "corresponding translations" to "corresponding characters".
19493
19494 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19495
19496 * descr-text.el (describe-char): Fix typo.
19497
19498 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19499
19500 These changes are to support Kannada language/script.
19501
19502 * Makefile.in (DONTCOMPILE): Add kannada.el.
19503
19504 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19505
19506 * loadup.el: Preload kannada.el.
19507
19508 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19509 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19510 New variables.
19511
19512 * language/kannada.el: New file.
19513
19514 * language/knd-util.el: New file.
19515
19516 2003-11-07 Andreas Schwab <schwab@suse.de>
19517
19518 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19519 Also highlight AH_*.
19520
19521 * xml.el (xml-parse-dtd): Fix misplaced paren.
19522
19523 2003-11-07 Kenichi Handa <handa@m17n.org>
19524
19525 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19526
19527 2003-11-05 Juri Linkov <juri@jurta.org>
19528
19529 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19530 (desktop-buffer-file): Use saved buffer-file-coding-system
19531 for file reading. Set auto-insert to nil to prevent automatic
19532 insertion into restored empty files.
19533
19534 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19535
19536 * files.el (risky-local-variable-p): Make second argument optional.
19537
19538 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19539
19540 * subr.el (add-hook): Fix last change.
19541
19542 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19543
19544 * mail/rmail.el (rmail-convert-to-babyl-format):
19545 If base64-decode-region signals an error, catch it and silently
19546 ignore it.
19547
19548 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19549
19550 * xml.el (xml-parse-region): Allow comments to appear after the
19551 topmost element has closed.
19552 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19553 (xml-ns-expand-attr): New functions to do namespace handling.
19554 (xml-intern-attrlist): Back-compatible handling of attribute names.
19555 (xml-parse-tag): Move namespace handling to separate functions.
19556 Now produces elements in the form ((:ns . "element") (attr-list)
19557 children) instead of ('ns:element (attr-list) children).
19558 (xml-parse-attlist): Fix attribute parsing.
19559 (xml-parse-dtd): Change parsing so that it produces strings
19560 instead of interned symbols.
19561
19562 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19563
19564 * dired.el (dired-ls-sorting-switches): Doc fix.
19565
19566 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19567
19568 * emacs-lisp/rx.el (rx-or): Fix the case of
19569 "(rx (and ?a (or ?b ?c) ?d))".
19570
19571 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19572
19573 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19574 (texinfo-format-region): Use it.
19575 (texinfo-format-buffer-1): Ditto.
19576
19577 2003-11-01 Alan Mackenzie <acm@muc.de>
19578
19579 Changes to allow scrolling whilst in isearch mode:
19580 * isearch.el (isearch-unread-key-sequence): New function,
19581 extracted from isearch-other-meta-char.
19582 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19583 "scrollable" standard functions.
19584 (isearch-allow-scroll): New customizable variable.
19585 (isearch-string-out-of-window, isearch-back-into-window)
19586 (isearch-reread-key-sequence-naturally)
19587 (isearch-lookup-scroll-key): New functions.
19588 (isearch-other-meta-char): Doc string and functionality enhanced.
19589 Now accepts a prefix argument.
19590 (isearch-lazy-highlight-window-end): New variable.
19591 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19592 end (thru isearch-lazy-highlight-window-end), not only its start.
19593
19594 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19595 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19596 (universal-argument, universal-argument-more, negative-argument)
19597 (digit-argument, universal-argument-other-key): Minor changes.
19598
19599 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19600
19601 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19602 recursively if the last message is deleted, thus avoiding an
19603 infinite loop.
19604
19605 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19606
19607 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19608 (tex-main-file): Don't add .tex if the extension is already present.
19609 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19610
19611 2003-10-29 Lute Kamstra <lute@gnu.org>
19612
19613 * progmodes/octave-inf.el (inferior-octave-prompt):
19614 Recognize version number in prompt.
19615
19616 2003-10-28 Dave Love <fx@gnu.org>
19617
19618 * international/characters.el: Fix some Unicode ranges.
19619
19620 2003-10-28 Kenichi Handa <handa@m17n.org>
19621
19622 * disp-table.el (standard-display-8bit)
19623 (standard-display-default, standard-display-ascii)
19624 (standard-display-g1, standard-display-graphic)
19625 (standard-display-underline): Assure that standard-display-table
19626 is a display table.
19627
19628 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19629
19630 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19631 reindenting the first line.
19632
19633 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19634
19635 * wid-edit.el (widget-default-delete): Always delete child widgets.
19636
19637 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19638
19639 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19640 if the line has code.
19641 Don't try to line up with something that's too far left.
19642
19643 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19644 (octave-mode-syntax-table): Add % as a comment starter.
19645 (octave-point): Remove.
19646 (octave-in-comment-p, octave-in-string-p)
19647 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19648 (octave-blink-matching-block-open, octave-auto-fill):
19649 Use line-(beginning|end)-position instead.
19650
19651 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19652
19653 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19654 for Francesco Potort\e,Al\e(B.
19655
19656 2003-10-23 Dave Love <fx@gnu.org>
19657
19658 * international/mule-cmds.el (locale-charset-to-coding-system):
19659 Don't rely on nil being a coding system.
19660
19661 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19662 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19663 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19664
19665 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19666
19667 * gdb-ui.el (gdb-current-language): New variable.
19668 (gdb-update-flag): Remove variable.
19669 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19670 (gdb-take-last-elt): Remove function.
19671 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19672 (gdb-post-prompt): Check for variable object changes here.
19673
19674 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19675 object changes in gdb-ui.el.
19676
19677 2003-10-21 Richard M. Stallman <rms@gnu.org>
19678
19679 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19680
19681 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19682 Don't check for foo*/ wildcard form here.
19683 (insert-directory): Recognize foo*/ as a wildcard.
19684 Separate wildcard-regexp variable from the arg, wildcard.
19685
19686 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19687 (remove-hook): Correctly handle strange cases about local hooks.
19688
19689 2003-10-21 David Ponce <david@dponce.com>
19690
19691 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19692 argument REAL, to return a real number instead of a rounded
19693 integer value. Define as inline function.
19694 (ruler-mode-right-fringe-cols): Likewise.
19695 (ruler-mode-scroll-bar-cols): New function.
19696 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19697 (ruler-mode-right-scroll-bar-cols): Likewise.
19698 (ruler-mode-space): New function.
19699 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19700 scroll bar mode and margins in a more robust way.
19701
19702 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19703
19704 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19705 (antlr-c-init-language-vars): New function.
19706 (antlr-mode): Use it with cc-mode before v5.29.
19707 (antlr-c-common-init): Don't set some local vars here.
19708 (antlr-mode): Set them here.
19709 (antlr-c-forward-sws): New function alias.
19710 (antlr-mode): Redefine with cc-mode before v5.30.
19711 (antlr-skip-sexps): Use it.
19712 (antlr-skip-exception-part): Ditto.
19713 (antlr-skip-file-prelude): Ditto.
19714 (antlr-outside-rule-p): Ditto.
19715 (antlr-end-of-body): Ditto.
19716 (antlr-option-kind): Ditto.
19717 (antlr-insert-option-area): Ditto.
19718 (antlr-file-dependencies): Ditto.
19719
19720 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19721
19722 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19723 Move backward only if point was not inside an entry.
19724
19725 2003-10-21 Richard M. Stallman <rms@gnu.org>
19726
19727 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19728
19729 2003-10-21 Juri Linkov <juri@jurta.org>
19730
19731 * compare-w.el: Automatically skip non-matching text to resync.
19732 (compare-windows-whitespace): Doc fix.
19733 (compare-windows-sync, compare-windows-sync-string-size)
19734 (compare-windows-recenter, compare-ignore-whitespace)
19735 (compare-windows-highlight, compare-windows-face): New variables.
19736 (compare-windows): Use compare-windows-sync.
19737 (compare-windows-highlight, compare-windows-dehighlight)
19738 (compare-windows-sync-regexp)
19739 (compare-windows-sync-default-function): New functions.
19740
19741 2003-10-21 Juri Linkov <juri@jurta.org>
19742
19743 * diff.el (diff-parse-differences): Don't visit the files now;
19744 instead, just record the error locus.
19745
19746 2003-10-21 Dave Love <fx@gnu.org>
19747
19748 * progmodes/cfengine.el: New file.
19749
19750 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19751
19752 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19753 default-directory when completing file names.
19754
19755 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19756
19757 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19758 followed by the word `face', it gets treated as a face, even if
19759 it is also defined as a variable or a function.
19760
19761 2003-10-20 Dave Love <fx@gnu.org>
19762
19763 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19764 Avoid incf in macro expansion.
19765
19766 2003-10-20 John Paul Wallington <jpw@gnu.org>
19767
19768 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19769 `evenp' so we don't implicitly require cl library at runtime.
19770
19771 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19772
19773 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19774 (help-make-xrefs): Only make cross-references for faces if
19775 preceded or followed by the word `face'. Do not make a
19776 cross-reference for variables without variable documentation,
19777 unless preceded by the word `variable' or `option'. Update doc
19778 string accordingly.
19779
19780 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19781
19782 * progmodes/hideshow.el: Rewrite one-armed `if'
19783 constructs using either `when' or `unless'.
19784 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19785
19786 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19787
19788 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19789 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19790 instead of 12x12.
19791
19792 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19793
19794 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19795 message while converting to Babyl.
19796
19797 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19798
19799 * allout.el (allout-mode): Doc fix.
19800
19801 2003-10-16 Lute Kamstra <lute@gnu.org>
19802
19803 * subr.el (force-mode-line-update): Fix docstring.
19804
19805 2003-10-14 Dave Love <fx@gnu.org>
19806
19807 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19808 (default-input-method): Add :link, improve :type.
19809 (locale-charset-language-names): Fix utf-8 pattern.
19810 (locale-charset-match-p, locale-charset-alist)
19811 (locale-charset-to-coding-system): New.
19812 (set-locale-environment): Deal with codeset part of locale specs.
19813
19814 2003-10-14 Lute Kamstra <lute@gnu.org>
19815
19816 * fringe.el (fringe-mode): Use active voice in docstring.
19817 (set-fringe-style): Ditto.
19818
19819 2003-10-13 Lute Kamstra <lute@gnu.org>
19820
19821 * fringe.el (fringe-mode): Fix docstring.
19822 (set-fringe-style): Ditto.
19823
19824 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19825
19826 * ediff-mult.el (ediff-filegroup-action):
19827 Use ediff-default-filtering-regexp.
19828
19829 * ediff-util.el (ediff-recenter): Don't call
19830 ediff-restore-highlighting twice.
19831 (ediff-select-difference): Set current difference.
19832 (ediff-unselect-and-select-difference): Add comment.
19833
19834 * ediff.el (ediff-directories,ediff-directory-revisions)
19835 (ediff-directories3,ediff-merge-directories)
19836 (ediff-merge-directories-with-ancestor)
19837 (ediff-merge-directory-revisions)
19838 (ediff-merge-directory-revisions-with-ancestor):
19839 Use ediff-default-filtering-regexp.
19840
19841 2003-10-12 Andreas Schwab <schwab@suse.de>
19842
19843 * international/mule-cmds.el (locale-charset-language-names):
19844 Simplify regex by removing unused grouping.
19845
19846 2003-10-10 Dave Love <fx@gnu.org>
19847
19848 * bindings.el: Don't bind stop.
19849
19850 2003-10-08 Miles Bader <miles@gnu.org>
19851
19852 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19853 face instead of attempting to emulate it.
19854
19855 2003-10-07 Kenichi Handa <handa@m17n.org>
19856
19857 * international/mule-diag.el (list-coding-systems-1): List coding
19858 systems that are loaded automatically.
19859
19860 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19861
19862 * international/mule.el (autoload-coding-system): New function.
19863
19864 2003-10-07 Andreas Schwab <schwab@suse.de>
19865
19866 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19867 change-log-default-name in the buffer visiting the file.
19868
19869 2003-10-06 Dave Love <fx@gnu.org>
19870
19871 * files.el (find-file-hook): Customize.
19872 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19873
19874 * bindings.el (completion-ignored-extensions): Remove .log.
19875 (global-map): Add again, open, stop keys.
19876
19877 2003-10-05 Richard M. Stallman <rms@gnu.org>
19878
19879 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19880 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19881 Use sh-modify directly.
19882 (sh-select): Use sh-append, not eval.
19883
19884 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19885
19886 * info.el (Info-following-node-name): New function.
19887
19888 * loadhist.el (unload-feature-special-hooks):
19889 Rename from loadhist-hook-functions.
19890 (loadhist-hook-functions): Now an alias.
19891
19892 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19893
19894 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19895 file-name clashes on 8+3 filesystems.
19896
19897 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19898 Rename loaddefs-boot.el to ldefs-boot.el
19899
19900 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19901 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19902
19903 2003-10-03 Lute Kamstra <lute@gnu.org>
19904
19905 * info.el (Info-mode): Revert previous change.
19906 (Info-escape-percent): New function.
19907 (Info-fontify-node): Use it.
19908
19909 2003-10-02 Andreas Schwab <schwab@suse.de>
19910
19911 * loaddefs-boot.el: Regenerated.
19912
19913 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19914
19915 * ffap.el: Remove defadvice related code from CVS since `complete'
19916 provides a `PC-completion-as-file-name-predicate' variable that
19917 ffap can override.
19918
19919 2003-10-02 Kenichi Handa <handa@m17n.org>
19920
19921 * international/utf-8.el (ccl-decode-mule-utf-8):
19922 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19923
19924 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19925 * international/subst-big5.el: Likewise.
19926 * international/subst-gb2312.el: Likewise.
19927 * international/subst-ksc.el: Likewise.
19928
19929 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19930
19931 * calendar/calendar.el (increment-calendar-month)
19932 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19933 (generate-calendar, calendar-read-date, calendar-interval)
19934 (calendar-day-of-week): Handle years BC.
19935 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19936
19937 2003-10-01 Dave Love <fx@gnu.org>
19938
19939 * language/cyrillic.el (cp1251): Alias for windows-1251.
19940
19941 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19942 bootstrap.
19943
19944 2003-10-01 Lute Kamstra <lute@gnu.org>
19945
19946 * files.el: Fix typo.
19947 * imenu.el (imenu--generic-function): Docstring fix.
19948
19949 2003-09-30 Richard M. Stallman <rms@gnu.org>
19950
19951 * dired.el (dired-mode): Handle dired-directory as a list.
19952
19953 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19954
19955 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19956
19957 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19958
19959 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19960 Replace gud-display with gud-watch.
19961 (gud-speedbar-buttons): Add stuff for watching expressions
19962 in the speedbar when using M-x gdba. Use dolist on old part
19963 of this function.
19964
19965 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19966 (gdb-update-flag): New variables.
19967 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19968 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19969 (gud-watch, gdb-var-create-handler) : New functions.
19970 (gdb-var-list-children, gdb-var-list-children-handler)
19971 (gdb-var-create-regexp, gdb-var-update-regexp)
19972 (gdb-var-list-children-regexp): New constants.
19973 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19974 (gdb-annotation-rules): Reduce annotation set (level 3).
19975 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19976 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19977 updates.
19978 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19979 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19980 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19981 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19982 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19983 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19984 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19985 (gud-display, gud-display1)
19986 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19987 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19988 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19989 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19990 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19991 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19992 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19993 (gdb-display-display-buffer, gdb-toggle-display)
19994 (gdb-delete-display, gdb-expressions-popup-menu)
19995 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19996 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19997 to display buffer.
19998
19999 2003-09-30 Richard M. Stallman <rms@gnu.org>
20000
20001 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20002 Instead, set which-func-functions.
20003
20004 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20005 (which-func-functions): New variable.
20006 (which-function): Use that.
20007
20008 * info.el (Info-mode): Double each `%' in header line.
20009
20010 * emacs-lisp/lisp-mnt.el (lm-with-file):
20011 When FILE is nil, run BODY in current buffer.
20012
20013 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20014
20015 * help.el (describe-mode): Start with a brief list of minor modes.
20016 Find them thru minor-mode-list so as to find them all.
20017 Show them in alphabetical order.
20018
20019 * mail/sendmail.el (mail-aliases): Doc fix.
20020
20021 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20022
20023 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20024
20025 * mail/rmailsum.el (rmail-make-summary-line-1):
20026 Change comma after last label to a space.
20027 (rmail-summary-font-lock-keywords): Adapt to that change.
20028
20029 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20030
20031 * progmodes/scheme.el (scheme-mode-variables): When setting
20032 `font-lock-defaults', also specify that "#" should
20033 be interpreted with `word' syntax.
20034 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20035
20036 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20037
20038 * desktop.el: A lot of comments updated.
20039 (desktop-save-mode): Minor mode introduced.
20040 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20041 (desktop-load-default): Function made obsolete.
20042 (desktop-locals-to-save): Variable made customizable.
20043 (desktop-read): Optional parameter `dirname' added.
20044 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20045 `desktop-read' used.
20046 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20047
20048 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20049
20050 * whitespace.el (whitespace-clean-msg): Add user customizable message
20051 for displaying ``clean'' output.
20052 (whitespace-buffer): Use `whitespace-clean-msg'.
20053 (whitespace-global-mode): Fix typo.
20054
20055 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20056
20057 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20058
20059 2003-09-29 Lute Kamstra <lute@gnu.org>
20060
20061 * bindings.el (mode-line-modes): Remove superfluous :propertize
20062 construct in initialization.
20063 (mode-line-position): Change cons cell into proper list in
20064 initialization.
20065
20066 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20067
20068 * international/mule.el (decode-coding-inserted-region): Use car
20069 of the return value of find-operation-coding-system.
20070
20071 2003-09-29 Kenichi Handa <handa@m17n.org>
20072
20073 * descr-text.el (describe-char): Fix previous change.
20074
20075 2003-09-28 Kenichi Handa <handa@m17n.org>
20076
20077 * descr-text.el (describe-char-display): New function.
20078 (describe-char): Pay attention to display table on describing how
20079 a character is displayed.
20080
20081 * international/mule-cmds.el (encoded-string-description):
20082 Prepend "0x" to each encoded byte.
20083
20084 2003-09-28 Andreas Schwab <schwab@suse.de>
20085
20086 * find-file.el (ff-special-constructs): Add autoload cookie.
20087
20088 2003-09-28 Kevin Ryde <user42@zip.com.au>
20089
20090 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20091 makeinfo appends to duplicate index entries.
20092
20093 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20094
20095 * dired-x.el (dired-clean-tex): Doc fix.
20096
20097 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20098 using a Chinese tutorial.
20099
20100 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20101
20102 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20103 between "MAIL FROM:" and "RCPT TO:" and the following address.
20104
20105 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20106
20107 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20108
20109 2003-09-28 David Ponce <david@dponce.com>
20110
20111 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20112 (recentf-load-list): When `recentf-initialize-file-name-history'
20113 is non-nil, initialize an empty `file-name-history' with the
20114 recent list.
20115
20116 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20117
20118 * man.el (Man-default-man-entry): Remove the leading `*' from the
20119 word at point.
20120
20121 2003-09-26 Lute Kamstra <lute@gnu.org>
20122
20123 * bindings.el (mode-line-position): Mention size indication in
20124 docstring.
20125
20126 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20127
20128 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20129
20130 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20131 because it's autoloaded now.
20132
20133 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20134
20135 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20136 (sh-font-lock-keywords, sh-feature): Fix previous change of
20137 sh-feature to avoid infloop with sh-font-lock-keywords.
20138
20139 2003-09-25 Kim F. Storm <storm@cua.dk>
20140
20141 * frame.el (frame-current-scroll-bars): New defun.
20142
20143 * window.el (window-current-scroll-bars): New defun.
20144
20145 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20146
20147 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20148 cause errors when the state cache contains info on parts that have
20149 been narrowed out.
20150
20151 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20152
20153 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20154 `c-setup-paragraph-variables' has to be used when this variable is
20155 changed; it doesn't work to reinitialize the mode since that
20156 typically clobbers the variable.
20157
20158 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20159 Make it interactive.
20160
20161 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20162
20163 * progmodes/cc-fonts.el (c-font-lock-declarations):
20164 Fix recognition of constructors and destructors for classes whose
20165 names are matched by `*-font-lock-extra-types'.
20166
20167 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20168 followed by an identifier in C++ then it's a type.
20169
20170 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20171
20172 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20173 problem that primarily affected XEmacs. Don't use faces to find
20174 unterminated strings since Emacs and XEmacs fontify strings
20175 differently - this function should now work better in XEmacs.
20176
20177 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20178
20179 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20180 `expand-abbrev' workaround which caused braces to misbehave inside
20181 macros.
20182
20183 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20184 handling. This bug could cause interactive font locking to bail out.
20185
20186 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20187
20188 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20189 Handle paren-style types in Pike. Also fixed some cases of
20190 insufficient handling of unbalanced parens.
20191
20192 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20193
20194 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20195 common shell prompts that are not common filename or URL characters.
20196 (ffap-file-at-point): Use the new regexp to strip the prompts from
20197 the file names. This is an issue mostly for user prompts that
20198 don't have a trailing space and find-file-at-point is invoked from
20199 within a shell inside Emacs.
20200
20201 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20202
20203 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20204 stamps numerically, rather than textually.
20205
20206 2003-09-24 Kenichi Handa <handa@m17n.org>
20207
20208 * language/devan-util.el (devanagari-post-read-conversion):
20209 * language/mlm-util.el (malayalam-post-read-conversion):
20210 * language/tml-util.el (tamil-post-read-conversion):
20211 Add autoload cookie.
20212
20213 * international/utf-8.el (utf-8-post-read-conversion):
20214 Call post-read-conversion functions for Devanagari, Malayalam,
20215 and Tamil.
20216
20217 2003-09-23 Dave Love <fx@gnu.org>
20218
20219 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20220
20221 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20222
20223 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20224 Update gud-remove.
20225
20226 2003-09-22 Richard M. Stallman <rms@gnu.org>
20227
20228 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20229 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20230 (sh-mode-syntax-table-input): New variable.
20231 (sh-require-final-newline): Don't use eval.
20232 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20233 (sh-variables, sh-font-lock-keywords): Don't use eval.
20234 (sh-set-shell): When setting require-final-newline,
20235 treat value = `require-final-newline' as don't change it.
20236 Set sh-mode-syntax-table locally based on
20237 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20238
20239 * progmodes/compile.el (compile-internal):
20240 Call compilation-set-window-height before setting window start.
20241
20242 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20243
20244 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20245 Clear out byte-compile-last-warned-form.
20246
20247 2003-09-22 Richard M. Stallman <rms@gnu.org>
20248
20249 * woman.el (woman-file-name, woman-follow-word):
20250 If current-word returns nil, use "".
20251
20252 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20253
20254 2003-09-22 Richard M. Stallman <rms@gnu.org>
20255
20256 * emacs-lisp/lisp-mnt.el (lm-with-file):
20257 Don't visit the file, just use insert-file-contents in temp buffer.
20258
20259 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20260
20261 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20262 Add surrounding \\( and \\) around the header, as in
20263 for lm-history-header 'Change Log\\|History'.
20264
20265 2003-09-22 John Paul Wallington <jpw@gnu.org>
20266
20267 * progmodes/ld-script.el: Add Commentary section,
20268 minor cleanup of file header.
20269 (ld-script-font-lock-keywords): Doc fix.
20270 (toplevel): Provide `ld-script' feature.
20271
20272 2003-09-21 Kim F. Storm <storm@cua.dk>
20273
20274 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20275 new built-in variable default-frame-scroll-bars.
20276 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20277 scroll-bar-mode; notably, use it instead of t when we toggle
20278 scroll-bars on.
20279 (toggle-scroll-bar): Use default-frame-scroll-bars.
20280
20281 2003-09-19 Masatake YAMATO <jet@gyve.org>
20282
20283 * pcvs.el (cvs-do-removal): Change the prompt depending on
20284 `filter' value.
20285
20286 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20287
20288 * startup.el (command-line-1): Stop startup-echo-area-message
20289 being hidden by "Loading image..." message.
20290 (use-fancy-splash-screens-p, display-splash-screen):
20291 Move display-graphic-p test from latter to former.
20292
20293 * progmodes/sh-script.el (sh-font-lock-keywords):
20294 Highlight escaped EOLs differently from other backslash constructs.
20295
20296 2003-09-19 Richard M. Stallman <rms@gnu.org>
20297
20298 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20299 New functions.
20300 (edebug-enter, edebug-outside-excursion): Use them.
20301
20302 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20303 Fix the condition for whether to print "In WHERE".
20304
20305 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20306
20307 * finder.el (finder-mode-hook): New variable.
20308 (finder-mode): Run hook finder-mode-hook
20309
20310 2003-09-18 Masatake YAMATO <jet@gyve.org>
20311
20312 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20313
20314 2003-09-17 Mario Lang <mlang@delysid.org>
20315
20316 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20317 "p %e" to actually print the value in the GUD buffer.
20318
20319 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20320
20321 From David Ponce <david.ponce@wanadoo.fr>:
20322 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20323 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20324 from loaddefs-boot.el if necessary.
20325
20326 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20327
20328 * progmodes/gud.el (gud-find-class): Make jdb work again since
20329 cc-mode changed the syntactic information.
20330
20331 2003-09-15 David Ponce <david@dponce.com>
20332
20333 * recentf.el: (recentf-exclude): Accept predicates too.
20334 (recentf-file-readable-p): New function.
20335 (recentf-include-p): Handle predicates in recentf-exclude.
20336 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20337 (recentf-cleanup): Likewise.
20338 (recentf-save-list): Use write-file to handle backup of
20339 recentf-save-file.
20340
20341 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20342
20343 * loaddefs-boot.el: Renamed from `loaddefs.el'
20344 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20345 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20346 necessary.
20347
20348 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20349
20350 * electric.el (Electric-pop-up-window): For the `one-window' case,
20351 no longer disconcertingly move point in the original buffer.
20352
20353 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20354
20355 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20356
20357 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20358
20359 * dired.el (dired-mode-map): Fix typo.
20360
20361 2003-09-11 Richard M. Stallman <rms@gnu.org>
20362
20363 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20364
20365 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20366
20367 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20368 the function is less noisy. Now only `kill-buffer' can ask questions.
20369
20370 2003-09-10 Mario Lang <mlang@delysid.org>
20371
20372 * battery.el: Update Commentary and Copyright.
20373 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20374 appear due to wrong ordering of the expressions in `or'.
20375
20376 2003-09-09 Lute Kamstra <lute@gnu.org>
20377
20378 * misc.el (upcase-char): Fix docstring.
20379 (zap-up-to-char): New command.
20380
20381 2003-09-08 David Ponce <david@dponce.com>
20382
20383 Ensure that recentf correctly updates the menu bar.
20384 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20385 (recentf-menu-bar): New function.
20386 (recentf-clear-data): Use it
20387 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20388 of easy-menu-change.
20389
20390 2003-09-08 Lute Kamstra <lute@gnu.org>
20391
20392 * simple.el (size-indication-mode): New.
20393 * bindings.el (mode-line-position): Add buffer size indicator.
20394
20395 2003-09-04 Mario Lang <mlang@delysid.org>
20396
20397 * battery.el (battery-linux-proc-acpi): New function.
20398 (battery-status-function): Modify default value calculation to also
20399 check for availability of ACPI.
20400 (battery-echo-area-format): Ditto.
20401 (battery-mode-line-format): Ditto.
20402
20403 2003-09-06 Dave Love <fx@gnu.org>
20404
20405 * ielm.el (ielm-mode-hook): Add :options.
20406
20407 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20408 (eldoc-print-current-symbol-info): Use it.
20409
20410 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20411
20412 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20413 being displayed in GUD buffer.
20414 (gdb-idle-input-queue): Remove var. Use just one queue.
20415 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20416 Remove functions. Use just one queue.
20417 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20418 (gdb-invalidate-assembler, gdb-get-current-frame):
20419 Modify functions. Use just one queue.
20420
20421 2003-09-04 Dave Love <fx@gnu.org>
20422
20423 * cus-start.el: Add blink-cursor-alist.
20424
20425 * ruler-mode.el (ruler-mode-fill-column-char)
20426 (ruler-mode-current-column-char): Use char-displayable-p,
20427 not window-system.
20428
20429 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20430
20431 * language/european.el (windows-1252): Move from code-pages.
20432
20433 * language/cyrillic.el ("Windows-1251"): Delete.
20434 ("Bulgarian", "Belarusian"): Remove `features'.
20435 (windows-1251): Move from code-pages.
20436
20437 * international/mule-diag.el (non-iso-charset-alist):
20438 Remove `codepage' stuff.
20439 (print-designation, list-coding-systems-1): Output fixes.
20440
20441 * international/code-pages.el (cp-make-translation-table)
20442 (cp-valid-codes): Made defsubsts.
20443 (cp-fix-safe-chars): Delete.
20444 (mule-diag): Don't require.
20445 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20446 (top-level): Check for defined coding system when defining
20447 cp... aliases. Change w32-add-charset-info test to avoid warning.
20448 (non-iso-charset-alist): Defvar when compiling.
20449 (cp-make-coding-system): Doc fix.
20450
20451 2003-09-02 Jason Rumney <jasonr@gnu.org>
20452
20453 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20454 line-ends from CVS before doing conversion.
20455
20456 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20457
20458 * calendar/diary-lib.el (diary-header-line-flag)
20459 (diary-header-line-format): New variables.
20460 (list-diary-entries): Use them to set header line in simple diary.
20461
20462 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20463 other than font-lock-string-face to highlight backslashes.
20464
20465 2003-09-01 Jason Rumney <jasonr@gnu.org>
20466
20467 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20468 regexp.
20469
20470 2003-09-01 Dave Love <fx@gnu.org>
20471
20472 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20473
20474 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20475 and :help; also line and column numbers labels.
20476
20477 * international/mule-util.el (char-displayable-p): Move from
20478 latin1-disp, rename and autoload.
20479
20480 * international/latin1-disp.el (latin1-char-displayable-p):
20481 Now obsolete alias. Replace uses with char-displayable-p.
20482 (latin1-display-ucs-per-lynx): Fix last change.
20483
20484 * international/mule-cmds.el (standard-display-european-internal):
20485 Don't use char code for Latin-1 NBSP.
20486 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20487 U+2018, U+2019 for `'.
20488 (select-safe-coding-system): Message fix.
20489
20490 2003-09-01 Kenichi Handa <handa@m17n.org>
20491
20492 * international/fontset.el (setup-default-fontset): For Thai
20493 font, specify "*" family.
20494
20495 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20496
20497 * progmodes/compile.el (previous-error): Accept a prefix
20498 argument, similarly to next-error.
20499
20500 2003-08-31 Masatake YAMATO <jet@gyve.org>
20501
20502 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20503 the number of files. Bind the number of files to a local
20504 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20505
20506 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20507
20508 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20509 2003-07-26: msdos-long-file-names is a function, not a variable.
20510
20511 2003-08-29 Richard M. Stallman <rms@gnu.org>
20512
20513 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20514 Do nothing with mail-personal-alias-file if it is nil.
20515
20516 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20517 Do nothing if mail-personal-alias-file is nil.
20518
20519 * term.el (term-exec-1): Bind coding-system-for-read.
20520
20521 * dired.el (dired-mouse-find-file-other-window):
20522 Use dired-view-command-alist here, as in dired-view-file.
20523 (dired-view-command-alist): Use %s to substitute file name.
20524 Handle .ps_pages, .eps, .jpg, .gif, .png.
20525
20526 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20527
20528 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20529 `Info-prev-reference', instead of M-tab.
20530
20531 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20532
20533 * simple.el (blink-matching-open): Work correctly on chars that
20534 are designated as parens through the syntax-table text property.
20535
20536 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20537
20538 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20539 line break position in the middle of a non-kinsoku (e.g. latin)
20540 word, making it skip until either a space or a character with
20541 category "|".
20542 (kinsoku-longer): Test for end of buffer.
20543
20544 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20545
20546 * mail/rmail.el (rmail-convert-to-babyl-format):
20547 Detect quoted-printable- and base64-encoded messages and decode them
20548 automatically. Set the message's encoding from the charset=
20549 header, if any. Decode base64-encoded messages in Mail format as well.
20550
20551 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20552
20553 * mail/smtpmail.el: Fix previous change.
20554 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20555 calling smtpmail-via-smtp.
20556 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20557
20558 2003-08-26 John Paul Wallington <jpw@gnu.org>
20559
20560 * image.el (image-jpeg-p): Don't search beyond length of data.
20561
20562 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20563
20564 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20565 misfeature in `expand-abbrev' which caused electric keywords like
20566 "else" to disappear if an open brace was typed directly afterwards.
20567
20568 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20569
20570 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20571 mandatory in `define-widget'.
20572
20573 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20574 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20575
20576 (c-assignment-operators): New language constant that only contains
20577 the assignment operators.
20578
20579 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20580
20581 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20582
20583 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20584 Safeguard against unbalanced sexps.
20585
20586 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20587
20588 * version.el (emacs-version): Check for gtk. Include gtk version info.
20589
20590 2003-08-25 John Paul Wallington <jpw@gnu.org>
20591
20592 * man.el (Man-default-man-entry): Don't whizz past the section
20593 number before looking for it.
20594
20595 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20596
20597 * progmodes/gud.el (gud-display-line): Don't set window-point if
20598 source buffer is not visible. (Only happens with M-x gdba.)
20599
20600 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20601 documentation.
20602 (gdb-source, gdb-source-info): Update to assembler unnecessary
20603 as its done after each GDB command anyway.
20604 (gdb-pre-prompt): Use with-current-buffer.
20605 (gdb-insert-field): Add help-echo text.
20606 (gdb-invalidate-assembler): Re-display of assembler now done in
20607 gdb-info-breakpoints-custom.
20608 (gdb-info-breakpoints-custom): Force re-display of assembler to
20609 happen *after* update of breakpoints buffer.
20610 (gdb-display-source-buffer): Don't choke if gdb-source-window
20611 isn't visible.
20612 (gdb-put-string, gdb-put-arrow): Remove free variables.
20613
20614 2003-08-24 John Paul Wallington <jpw@gnu.org>
20615
20616 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20617
20618 * man.el (Man-default-man-entry): Strip text properties when
20619 snarfing parts of entry because `format' preserves properties.
20620
20621 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20622
20623 * files.el (file-newest-backup): Use `expand-file-name'.
20624
20625 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20626 Allow the diary to pop up a new frame, if needed.
20627
20628 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20629 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20630 (smtpmail-send-it): Make treatment of envelope-from consistent with
20631 sendmail.el.
20632
20633 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20634 (sh-leading-keywords): Add the bash `time' reserved word.
20635 (sh-variables): Add some bash variables.
20636 (sh-add-completer): Fix nil branch of case statement.
20637
20638 2003-08-24 Masatake YAMATO <jet@gyve.org>
20639
20640 * progmodes/ld-script.el: New file.
20641
20642 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20643
20644 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20645
20646 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20647
20648 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20649 Better explain obsolescence, and what to use instead.
20650
20651 2003-08-23 Masatake YAMATO <jet@gyve.org>
20652
20653 * pcvs.el (cvs-do-removal): Show the deleted file name
20654 on the prompt.
20655
20656 2003-08-20 Dave Love <fx@gnu.org>
20657
20658 * international/mule.el (make-coding-system)
20659 (set-buffer-file-coding-system): Doc fix.
20660
20661 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20662
20663 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20664
20665 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20666
20667 * international/utf-16.el: Add mime-text-unsuitable coding system
20668 properties.
20669
20670 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20671
20672 * cus-edit.el: Add some :links.
20673 (bib): Remove.
20674
20675 * textmodes/bib-mode.el (bib): Add :group external.
20676
20677 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20678
20679 * wid-edit.el (widget-echo-help): Make it handle expressions that
20680 evaluate to strings.
20681
20682 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20683
20684 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20685
20686 Simplify selection of SQL products to define highlighting and
20687 interactive mode. Includes detailed instructions on adding
20688 support for new products.
20689
20690 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20691 product for use in highlighting and interactive mode.
20692 (sql-interactive-product): New variable. SQL product for
20693 sql-interactive-mode.
20694 (sql-product-support): New variable. Specifies product-specific
20695 parameters to drive highlighting and interactive mode.
20696 (sql-imenu-generic-expression): Add more object types.
20697 (sql-sqlite-options): Correct comment.
20698 (sql-ms-program): Use "osql" rather than "isql".
20699 (sql-prompt-regexp, sql-prompt-length): Update comment.
20700 (sql-mode-menu): Add "Start SQLi session" entry.
20701 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20702 (sql-mode-abbrev-table): Add abbreviations. Support of
20703 SYSTEM-FLAG on define-abbrev. Support was removed with last
20704 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20705 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20706 names.
20707 (sql-mode-ansi-font-lock-keywords): Set as default value.
20708 (sql-mode-oracle-font-lock-keywords): Set as default value.
20709 Support Oracle 9i keywords.
20710 (sql-mode-postgres-font-lock-keywords): Set as default value.
20711 (sql-mode-linter-font-lock-keywords): Set as default value.
20712 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20713 SQLServer 2000.
20714 (sql-mode-sybase-font-lock-keywords)
20715 (sql-mode-interbase-font-lock-keywords)
20716 (sql-mode-sqlite-font-lock-keywords)
20717 (sql-mode-strong-font-lock-keywords)
20718 (sql-mode-mysql-font-lock-keywords)
20719 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20720 keywords.
20721 (sql-mode-font-lock-defaults): Update comment.
20722 (sql-product-feature): New function. Returns feature associated
20723 with a product from `sql-product-support' alist.
20724 (sql-product-font-lock): New function. Set font-lock support
20725 based on `sql-product'.
20726 (sql-add-product-keywords): New function. Add font-lock rules to
20727 product-specific keyword variables.
20728 (sql-set-product): New function. Set `sql-product' and apply
20729 appropriate font-lock highlighting.
20730 (sql-highlight-product): New function. Set font-lock support
20731 based on a product. Also set mode name to include product name.
20732 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20733 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20734 Use `sql-set-product'.
20735 (sql-highlight-ms-keywords)
20736 (sql-highlight-sybase-keywords)
20737 (sql-highlight-interbase-keywords)
20738 (sql-highlight-strong-keywords)
20739 (sql-highlight-mysql-keywords)
20740 (sql-highlight-sqlite-keywords)
20741 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20742 (sql-get-login): Prompt in the same order as the tokens.
20743 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20744 (sql-product-interactive): New function. Common portions of
20745 product-specific interactive mode wrappers.
20746 (sql-interactive-mode): Rewritten to use product features.
20747 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20748 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20749 (sql-db2, sql-linter): Use `sql-product-interactive'.
20750 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20751 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20752 (sql-connect-ingres, sql-connect-postgres)
20753 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20754 New functions. Format command line parameters and invoke comint on
20755 the appropriate interpreter. Code was in the corresponding
20756 `sql-xyz' function before.
20757 (sql-connect-ms): New function. Support -E argument to use
20758 operating system credentials for authentication.
20759
20760 2003-08-18 Kenichi Handa <handa@m17n.org>
20761
20762 * international/mule.el (encode-char): Fix for the ASCII case.
20763
20764 2003-08-15 Kenichi Handa <handa@m17n.org>
20765
20766 * international/fontset.el (setup-default-fontset): Change "*" to
20767 nil in the specifications of font family.
20768
20769 2003-08-18 Kim F. Storm <storm@cua.dk>
20770
20771 * kmacro.el (kmacro-keymap): Group related bindings in
20772 initialization for clarity. Bind C-s to start macro.
20773 Remove C-r binding.
20774 (kmacro-initial-counter-value): New defvar to hold initial counter
20775 value in case we set the value before defining a macro.
20776 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20777 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20778 not defining or executing macro. Doc fix.
20779 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20780 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20781 temporarily view older elements on the macro ring without cycling
20782 the ring.
20783 (kmacro-display): Doc fix.
20784 (kmacro-exec-ring-item): New helper function.
20785 (kmacro-call-ring-2nd): Use it.
20786 (kmacro-call-ring-2nd-repeat): Doc fix.
20787 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20788 (kmacro-end-or-call-macro): Execute last viewed macro (using
20789 kmacro-exec-ring-item) from ring if this follows
20790 kmacro-view-macro. This allows us to find a macro on the ring
20791 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20792 the ring to bring it to the head of the ring.
20793 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20794 Allow binding to reserved keys without specifying C-x C-k prefix.
20795 Ask for confirmation if entered key sequence is already bound to
20796 a non-macro command.
20797 (kmacro-view-macro): Repeating command will show older elements
20798 on the macro ring; C-k will execute the last viewed macro.
20799 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20800 property from 'ring to 'head.
20801
20802 2003-08-17 Alan Shutko <ats@acm.org>
20803
20804 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20805 keeping December out of the alist.
20806
20807 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20808
20809 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20810 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20811 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20812 (calendar-flatten): New function.
20813 (calendar-mouse-view-other-diary-entries)
20814 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20815 in the menu title and to show multi-line diary entries correctly
20816 in the menu.
20817
20818 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20819
20820 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20821 defcustom, because the default was recently changed.
20822
20823 2003-08-16 Richard M. Stallman <rms@gnu.org>
20824
20825 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20826
20827 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20828 New subroutine, broken out of eval-last-sexp-1.
20829 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20830
20831 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20832
20833 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20834
20835 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20836
20837 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20838
20839 * progmodes/compile.el (compilation-error-regexp-alist):
20840 Add Java ANt error detection as described in document
20841 http://ant.apache.org/faq.html
20842
20843 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20844
20845 * simple.el (backward-word, forward-to-indentation)
20846 (backward-to-indentation): Argument changed to optional.
20847 (next-line, previous-line): Use `or' instead of `unless'.
20848
20849 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20850
20851 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20852 instead of a constant.
20853
20854 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20855
20856 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20857
20858 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20859
20860 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20861 (vc-sccs-workfile-version): Search the entire delta table, rather
20862 than just the first entry, because that might be a deleted version.
20863
20864 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20865
20866 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20867 [save-place] binding in the Options menu. Have it require
20868 'saveplace' and then toggle the variable manually, to avoid an an
20869 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20870 for the bug report.
20871
20872 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20873
20874 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20875 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20876 (gdb-info-threads-custom): Add help-echo text.
20877 (gdb-display-back): Don't use purecopy.
20878 (gdb-info-breakpoints-custom, gdb-reset)
20879 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20880 icons can be displayed.
20881
20882 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20883
20884 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20885
20886 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20887
20888 * bookmark.el (bookmark-completing-read):
20889 Return a string, instead of a list of one string.
20890 Use a popup menu if activated from the mouse.
20891 (bookmark-edit-annotation): Remove unused vars.
20892 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20893 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20894 to bookmark-completing-read.
20895 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20896 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20897 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20898 and erase-buffer.
20899 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20900 (bookmark-menu-jump, bookmark-menu-insert)
20901 (bookmark-popup-menu-and-apply-function)
20902 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20903 (bookmark-menu-build-paned-menu): Remove by folding it into
20904 bookmark-menu-popup-paned-menu.
20905 (menu-bar-bookmark-map): Move the define-key statements here.
20906 Use the "non-menu" commands since they now pop up a menu if needed.
20907 (bookmark-exit-hook-internal): Simplify.
20908
20909 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20910
20911 * reftex-toc.el (reftex-toc-rename-label): New function.
20912 (reftex-toc-check-docstruct): New function.
20913
20914 * reftex.el (reftex-region-active-p): New function.
20915
20916 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20917 regexp to find the \bibliography macro.
20918
20919 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20920 which does not exist in LaTeX.
20921 (reftex-cite-format-builtin): Added amsrefs support.
20922 (reftex-toc-confirm-promotion): New option
20923
20924 * reftex-toc.el
20925 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20926 (reftex-toc-demote, reftex-toc-promote)
20927 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20928 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20929 (reftex-toc-newhead-from-alist)
20930 (reftex-toc-load-all-files-for-promotion): New functions.
20931 (reftex-toc-help): Added description of new keys.
20932 (reftex-toc-split-windows-fraction): New option.
20933 (reftex-recenter-toc-when-idle): Search *toc* window on all
20934 visible frames.
20935 (reftex-toc): Additional parameter REUSE
20936 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20937 with REUSE argument.
20938 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20939 the call of `reftex-toc'.
20940 (reftex-make-separate-toc-frame): New function .
20941 (reftex-toc-recenter): When called with triple prefix arg, call
20942 `reftex-make-separate-toc-frame' first.
20943 (reftex-toc-toggle-dedicated-frame): New command.
20944 (reftex-toc-quit): Adapted to delete frame when called in
20945 dedicated frame.
20946
20947 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20948 all enclosing macros.
20949
20950
20951 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20952
20953 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20954 first use.
20955
20956 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20957
20958 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20959
20960 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20961
20962 * calendar/calendar.el (list-diary-entries-hook)
20963 (diary-display-hook, nongregorian-diary-listing-hook)
20964 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20965 Add some customize options for these hooks.
20966 (calendar-abbrev-construct): Don't try to take a substring longer
20967 than the original string.
20968
20969 2003-08-05 Richard M. Stallman <rms@gnu.org>
20970
20971 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20972 (testcover-reinstrument-clauses): Doc fix.
20973
20974 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20975 (warning-type-format): Rename from warning-group-format.
20976
20977 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20978 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20979 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20980 to prevent warnings about defvar for an obsolete variable.
20981
20982 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20983 warning-group-format renamed to warning-type-format.
20984
20985 * subr.el (read-passwd): Use clear-string instead of fillarray.
20986
20987 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20988 Use vconcat instead of concat.
20989 (edmacro-sanitize-for-string): New function.
20990
20991 2003-08-05 Dave Love <fx@gnu.org>
20992
20993 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20994 line-number-display-limit-width.
20995
20996 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20997
20998 2003-08-05 Kenichi Handa <handa@m17n.org>
20999
21000 * international/code-pages.el: Don't require mule-diag.
21001
21002 * international/mule-diag.el (non-iso-charset-alist):
21003 Add autoload cookie.
21004
21005 * language/devan-util.el (dev-glyph-order): Add an entry for the
21006 glyph code #xC4.
21007
21008 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21009
21010 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21011 (european-calendar-style, diary-date-forms)
21012 (calendar-day-name-array, calendar-month-name-array): Doc change.
21013 (generate-calendar-month): Adapt for new behaviour of
21014 `calendar-day-name' function.
21015 (calendar-abbrev-length, calendar-day-abbrev-array)
21016 (calendar-month-abbrev-array): New variables.
21017 (calendar-abbrev-construct): New function.
21018 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21019 rather than fixing abbrevs at some width. Calling syntax change.
21020 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21021 (calendar-date-string): Adapt for new behaviours of
21022 `calendar-day-name' and `calendar-month-name' functions.
21023
21024 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21025 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21026 (diary-name-pattern): Use abbrev arrays, rather than fixing
21027 abbrevs at three chars. Calling syntax change.
21028 (mark-diary-entries): Adapt for new behaviours of
21029 `diary-name-pattern' and `calendar-make-alist' functions.
21030 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21031 `diary-name-pattern' function.
21032 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21033 fixing abbrevs at three chars. Calling syntax change.
21034 (cal-hebrew, cal-islam): Require when compiling.
21035 (diary-font-lock-keywords): Adapt for new behaviour of
21036 `font-lock-diary-date-forms' function.
21037
21038 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21039 (calendar-hebrew-month-name-array-common-year)
21040 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21041 (list-hebrew-diary-entries): Adapt for new behaviours of
21042 `calendar-day-name' and `add-to-diary-list' functions.
21043 (mark-hebrew-diary-entries): Adapt for new behaviours of
21044 `diary-name-pattern' and `calendar-make-alist' functions.
21045
21046 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21047 Add doc string.
21048 (list-islamic-diary-entries): Adapt for new behaviours of
21049 `calendar-day-name' and `add-to-diary-list' functions.
21050 (mark-islamic-diary-entries): Adapt for new behaviours of
21051 `diary-name-pattern' and `calendar-make-alist' functions.
21052
21053 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21054 `calendar-month-name' function.
21055
21056 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21057
21058 * calendar/solar.el (solar-seasons-data): Move definition before use.
21059
21060 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21061 (cal-tex-LaTeX-hourbox): Move definition before use.
21062
21063 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21064 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21065 * lunar.el, solar.el (displayed-month, displayed-year):
21066 Define for compiler.
21067
21068 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21069
21070 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21071 MODE. Renamed from c-init-c-language-vars'.
21072 (c-initialize-cc-mode): Change accordingly.
21073 (c-common-init): Ditto.
21074 (c-mode): Ditto.
21075 (c++-mode): Use `c-init-language-vars-for'.
21076 (objc-mode): Ditto.
21077 (java-mode): Ditto.
21078 (idl-mode): Ditto.
21079 (pike-mode): Ditto.
21080 (awk-mode): Ditto.
21081
21082 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21083
21084 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21085 or not the point moved.
21086
21087 (c-search-decl-header-end): Don't trip up on operator identifiers
21088 in C++ and operators like == in all languages.
21089
21090 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21091 Detect leading labels correctly.
21092
21093 2003-08-02 Andreas Schwab <schwab@suse.de>
21094
21095 * textmodes/ispell.el: Don't redo key bindings on loading, put
21096 them only in loaddefs.el.
21097 * bookmark.el: Likewise.
21098 * dabbrev.el: Likewise.
21099 * emerge.el: Likewise.
21100
21101 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21102 has more than one member.
21103
21104 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21105
21106 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21107
21108 * lpr.el (printify-region): It was ending conversion before the
21109 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21110
21111 2003-07-31 John Paul Wallington <jpw@gnu.org>
21112
21113 * net/browse-url.el (browse-url-epiphany): Doc fix.
21114
21115 2003-07-30 Kenichi Handa <handa@m17n.org>
21116
21117 * international/fontset.el (setup-default-fontset):
21118 Change registry names of Akurti fonts.
21119
21120 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21121
21122 * comint.el (comint-read-noecho): Use `clear-string' instead of
21123 `fillarray'.
21124
21125 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21126
21127 * outline.el (outline-mode-hook): Add defvar.
21128
21129 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21130
21131 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21132 Restore assembler in source window if that is what has been selected.
21133 (menu): Add gdb-restore-windows to menu. Make gdba
21134 specific menus only visible from gdba.
21135
21136 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21137
21138 * progmodes/compile.el (compilation-environment): New user variable.
21139 (compile-internal): Respect it.
21140
21141 2003-07-23 Masatake YAMATO <jet@gyve.org>
21142
21143 * progmodes/gud.el (gdb-script-font-lock-keywords):
21144 Put `font-lock-function-name-face' on a symbol which includes
21145 `-' like `hook-run'. Put font-lock-variable-name-face
21146 on a symbol starting with $.
21147
21148 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21149
21150 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21151
21152 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21153
21154 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21155
21156 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21157
21158 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21159 Use with-no-warnings.
21160 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21161 rather than to find-file-not-found-hook, which doesn't exist.
21162
21163 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21164
21165 * international/quail.el (quail-translate-key): Fix previous change.
21166
21167 2003-07-25 John Paul Wallington <jpw@gnu.org>
21168
21169 * server.el (server-start): Check `server-process' is non-nil
21170 before killing it to avoid killing current buffer's process.
21171
21172 * simple.el (choose-completion-string): Use `minibufferp';
21173 test `completion-reference-buffer' if `buffer' arg is nil.
21174 (push-mark): Use `when' and `unless'.
21175 (pop-mark): Use `when'.
21176
21177 * mouse-sel.el (mouse-sel-get-selection-function):
21178 Check `x-last-selected-text-primary'. Don't barf if it or
21179 `x-last-selected-text' aren't bound.
21180
21181 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21182
21183 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21184
21185 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21186
21187 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21188
21189 2003-07-23 John Paul Wallington <jpw@gnu.org>
21190
21191 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21192
21193 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21194
21195 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21196 string. Defvar the derived hook.
21197
21198 * macros.el (insert-kbd-macro): Escape double quote character.
21199 From Thomas W Murphy <twm@andrew.cmu.edu>.
21200
21201 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21202
21203 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21204 to match the specific mark rather than reusing comment-start-skip.
21205
21206 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21207
21208 * progmodes/hideshow.el (hs-special-modes-alist):
21209 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21210
21211 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21212
21213 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21214 value using ?\s.
21215
21216 2003-07-21 John Paul Wallington <jpw@gnu.org>
21217
21218 * subr.el (with-selected-window): Add closing paren.
21219
21220 2003-07-21 Richard M. Stallman <rms@gnu.org>
21221
21222 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21223 (lisp-mode): Likewise.
21224
21225 * subr.el (with-selected-window): Copy code form save-selected-window
21226 so as to call select-window with norecord arg.
21227 (dynamic-completion-table): Doc fix.
21228 (lazy-completion-table): Doc fix.
21229
21230 * international/mule-cmds.el (set-locale-environment):
21231 langinfo renamed to locale-info.
21232
21233 * international/mule.el (auto-coding-functions): Doc fix.
21234
21235 2003-07-21 Kenichi Handa <handa@m17n.org>
21236
21237 * international/quail.el (quail-translate-key):
21238 Update quail-current-str correctly.
21239
21240 2003-07-21 Andreas Schwab <schwab@suse.de>
21241
21242 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21243 ?, to "_".
21244
21245 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21246 Version 2.0.36 of Tramp released.
21247
21248 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21249 tramp-password-end-of-line.
21250 (tramp-password-end-of-line): New method parameter.
21251 (tramp-get-password-end-of-line): Function to access method
21252 parameter `tramp-password-end-of-line', or variable
21253 `tramp-default-password-end-of-line' (default value).
21254 (tramp-methods): Add entries for new parameter
21255 tramp-password-end-of-line.
21256 (tramp-enter-password): Use new function
21257 `tramp-get-password-end-of-line'.
21258 (tramp-handle-insert-file-contents): Do not
21259 unconditionally inhibit the file operation file-local-copy, only
21260 do that when the inhibit-file-name-operation is currently
21261 insert-file-contents. This fixes finding remote CVS-controlled
21262 files. (It would barf on inserting the CVS/Entries file
21263 literally, because the file-local-copy handler wasn't called.)
21264 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21265 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21266 (tramp-initial-commands): New variable.
21267 (tramp-process-initial-commands): New function, using the variable.
21268 (tramp-open-connection-setup-interactive-shell): Call the new function.
21269 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21270 method into the buffer name, never use nil. Reported by Hanak
21271 David <dhanak@inf.bme.hu>.
21272 (tramp-open-connection-setup-interactive-shell): Erase buffer
21273 before sending "stty -onlcr".
21274
21275 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21276
21277 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21278
21279 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21280
21281 2003-07-19 John Paul Wallington <jpw@gnu.org>
21282
21283 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21284 (artist-draw-rect, artist-draw-square): Doc fixes.
21285
21286 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21287
21288 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21289
21290 2003-07-19 Kenichi Handa <handa@m17n.org>
21291
21292 * international/kkc.el (kkc-show-conversion-list-update):
21293 Highlight the correct candidate in the message.
21294
21295 2003-07-18 John Paul Wallington <jpw@gnu.org>
21296
21297 * simple.el (current-word): Don't include punctuation char when
21298 `really-word' arg is non-nil.
21299
21300 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21301
21302 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21303 moved to the directory obsolete.
21304
21305 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21306
21307 * info.el (Info-menu-entry-name-re): Allow newlines in
21308 menu entry names.
21309
21310 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21311 syntax-ppss-after-change-function.
21312 (syntax-ppss-after-change-function): New alias. Update uses.
21313 (syntax-ppss): Catch the case where the buffer is narrowed.
21314
21315 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21316
21317 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21318 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21319
21320 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21321
21322 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21323 since it might be modified.
21324
21325 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21326 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21327 names to these language constants.
21328
21329 2003-07-15 Kim F. Storm <storm@cua.dk>
21330
21331 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21332 All uses changed.
21333
21334 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21335
21336 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21337 Namespace support.
21338
21339 2003-07-13 Juanma Barranquero <lektu@terra.es>
21340
21341 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21342 papers received).
21343
21344 2003-07-13 Karl Eichwalder <ke@suse.de>
21345
21346 * textmodes/po.el (po-find-charset): White space at the start of the
21347 Content-Type field body is non-mandatory.
21348
21349 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21350
21351 * textmodes/texinfo.el (texinfo-section-list):
21352 Append appendixsection; a synonym for appendixsec.
21353
21354 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21355
21356 * man.el (Man-translate-cleanup): New.
21357 (Man-translate-references): Call `Man-translate-cleanup' to clean
21358 leading, trailing and middle spaces.
21359
21360 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21361
21362 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21363 Handle `dired-directory' being a list.
21364
21365 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21366
21367 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21368 it doesn't exist.
21369
21370 2003-07-12 Richard M. Stallman <rms@gnu.org>
21371
21372 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21373
21374 * progmodes/cc-defs.el (c-make-keywords-re):
21375 Don't use delete-duplicates.
21376 (c-lang-const): Don't use mapcan.
21377
21378 * apropos.el (apropos-show-scores): Make it customizable.
21379 Document new meaning.
21380 (apropos): Compute scores from symbols.
21381 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21382
21383 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21384
21385 * ps-bdf.el: Fix copyright line.
21386 (bdf-directory-list): Fix initialization code.
21387
21388 2003-07-11 John Paul Wallington <jpw@gnu.org>
21389
21390 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21391 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21392 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21393
21394 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21395
21396 * emacs-lisp/ring.el (ring-elements): Doc fix.
21397
21398 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21399
21400 * calendar/timeclock.el (timeclock-relative)
21401 (timeclock-ask-before-exiting, timeclock-use-display-time):
21402 Doc changes.
21403 (timeclock-modeline-display): Give a message if
21404 `timeclock-use-display-time' is non-nil but `display-time-mode'
21405 is not active.
21406
21407 2003-07-11 Kenichi Handa <handa@m17n.org>
21408
21409 * international/mule-cmds.el (set-language-environment):
21410 Set current-language-environment to the correct string.
21411
21412 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21413
21414 * ps-print.el: Print line number correctly in a region. Reported by
21415 Tim Allen <timallen@ls83.fsnet.co.uk>.
21416 (ps-print-version): New version number (6.6.2).
21417 (ps-printing-region): Code fix.
21418
21419 2003-07-10 John Paul Wallington <jpw@gnu.org>
21420
21421 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21422 this function can be called from `add-completions-from-tags-table'.
21423
21424 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21425
21426 * calendar/timeclock.el (timeclock-use-display-time)
21427 (timeclock-day-over-hook, timeclock-workday-remaining)
21428 (timeclock-status-string, timeclock-when-to-leave)
21429 (timeclock-when-to-leave-string, timeclock-log-data)
21430 (timeclock-find-discrep, timeclock-day-base)
21431 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21432 (timeclock-modeline-display): Set the variable
21433 `timeclock-modeline-display'.
21434 (timeclock-update-modeline): Doc fix. Respect value of
21435 `timeclock-relative'.
21436
21437 2003-07-09 Richard M. Stallman <rms@gnu.org>
21438
21439 * textmodes/reftex-parse.el (reftex-all-document-files):
21440 Add autoload cookie.
21441
21442 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21443 (reftex-scanning-info-available-p): Add autoload cookie.
21444
21445 * international/mule-cmds.el
21446 (set-display-table-and-terminal-coding-system): Delete duplicate
21447 aset on standard-display-table.
21448
21449 * view.el (view-file): If existing buffer's major mode is special,
21450 don't go into view mode.
21451
21452 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21453
21454 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21455
21456 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21457 buffer changes; there's third party code that calls this function
21458 directly.
21459
21460 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21461
21462 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21463 (autodoc-font-lock-keywords): Don't byte compile on font lock
21464 initialization when running from byte compiled files.
21465
21466 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21467
21468 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21469 statement ends with auto-increment "++".
21470
21471 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21472
21473 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21474 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21475 these are changed, so declare them as variables and not constants.
21476
21477 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21478
21479 * subr.el (dolist, dotimes): Doc fix.
21480
21481 2003-07-08 Kim F. Storm <storm@cua.dk>
21482
21483 * international/mule-cmds.el
21484 (set-display-table-and-terminal-coding-system): Don't break
21485 bootstrap if standard-display-table isn't setup yet.
21486
21487 2003-07-07 Richard M. Stallman <rms@gnu.org>
21488
21489 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21490 Give it a doc string, and autoload it.
21491
21492 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21493 Use with-no-warnings.
21494
21495 * info.el (Info-search): If find invisible text, search again.
21496
21497 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21498
21499 * man.el (Man-name-regexp): Match + as part of name.
21500
21501 * simple.el (visible-mode): Rename from vis-mode.
21502 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21503
21504 * simple.el (current-word): New arg REALLY-WORD specifies
21505 don't include punctuation chars.
21506
21507 * emacs-lisp/debug.el (debug, debugger-env-macro):
21508 Use with-no-warnings while accessing and binding unread-command-char.
21509
21510 * international/mule-cmds.el
21511 (set-display-table-and-terminal-coding-system): Use explicit loop
21512 instead of calling standard-display-default.
21513
21514 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21515 Use condition-case to catch error in ange-ftp-get-files.
21516
21517 * net/browse-url.el (browse-url-browser-function):
21518 Add alternative for Epiphany.
21519 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21520 (browse-url-epiphany-startup-arguments)
21521 (browse-url-epiphany-new-window-is-tab): New variables.
21522 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21523
21524 * progmodes/compile.el (compile-auto-highlight): Default now t.
21525 (compile): Doc fix.
21526 (compilation-next-error): Fix previous change.
21527
21528 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21529
21530 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21531
21532 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21533
21534 * gdb-ui.el (gdb-source-info): Display current frame when
21535 attaching to an existing process.
21536 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21537 while laying out windows when attaching to an existing process.
21538
21539 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21540
21541 * info.el (Info-menu): Use Info-menu-entry-name-re.
21542
21543 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21544
21545 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21546 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21547
21548 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21549 to match the same text.
21550
21551 2003-07-06 John Paul Wallington <jpw@gnu.org>
21552
21553 * vc.el (vc-annotate-offset): Move defvar up.
21554
21555 2003-07-06 Kim F. Storm <storm@cua.dk>
21556
21557 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21558 This should fix the infinite loop when extracting menu names.
21559
21560 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21561
21562 * files.el (auto-mode-alist, interpreter-mode-alist):
21563 Remove entries to CC Mode modes to avoid duplicates; they are now added
21564 with autoload directives in cc-mode.el.
21565
21566 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21567
21568 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21569 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21570 these are changed, so declare them as variables and not constants.
21571
21572 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21573 ensure that the entry for ".c" extension comes before the one for
21574 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21575 Fix incorrect entries that were added to `interpreter-mode-alist'.
21576 Move the autoload directives for AWK to the top level since they
21577 aren't recognized anywhere else. Do not use the new AWK mode doc
21578 in the autoload form for the old AWK mode.
21579
21580 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21581
21582 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21583 (bibtex-sort-ignore-string-entries): Default value t.
21584 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21585 erroneously in previous version.
21586 (bibtex-string-files): Docstring reflects new parsing scheme.
21587 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21588 docstring, add # as one of the chars to crush
21589 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21590 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21591 (bibtex-autokey-name-change-strings)
21592 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21593 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21594 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21595 (bibtex-autokey-title-terminators)
21596 (bibtex-autokey-titlewords-stretch)
21597 (bibtex-autokey-titleword-ignore)
21598 (bibtex-autokey-titleword-case-convert)
21599 (bibtex-autokey-titleword-abbrevs)
21600 (bibtex-autokey-titleword-abbrevs)
21601 (bibtex-autokey-titleword-change-strings)
21602 (bibtex-autokey-titleword-length)
21603 (bibtex-autokey-titleword-separator)
21604 (bibtex-autokey-name-year-separator)
21605 (bibtex-autokey-year-title-separator)
21606 (bibtex-autokey-before-presentation-function)
21607 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21608 Fix docstring.
21609 (bibtex-strings, bibtex-reference-keys):
21610 Use lazy-completion-table and make-variable-buffer-local.
21611 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21612 (bibtex-braced-string-syntax-table)
21613 (bibtex-quoted-string-syntax-table): New variables.
21614 (bibtex-parse-nested-braces): Remove.
21615 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21616 (bibtex-parse-association): Simplify.
21617 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21618 (bibtex-parse-field-text): Simplify.
21619 (bibtex-search-forward-field, bibtex-search-backward-field):
21620 argument BOUND can take value t.
21621 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21622 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21623 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21624 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21625 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21626 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21627 and ending of entry. Update for changes of bibtex-search-entry.
21628 Simplify.
21629 (bibtex-map-entries): FUN is called with three arguments.
21630 (bibtex-search-entry): Return a cons pair with buffer positions of
21631 beginning and end of entry.
21632 (bibtex-enclosing-field): Simplify.
21633 (bibtex-format-entry): Use booktitle to set a missing title.
21634 (bibtex-autokey-get-names): Fiddle with regexps.
21635 (bibtex-generate-autokey): Use identity.
21636 (bibtex-parse-keys): Use simplified parsing algorithm if
21637 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21638 arguments. Return alist of keys.
21639 (bibtex-parse-strings): Simplify. Return alist of strings.
21640 (bibtex-complete-string-cleanup): Fix docstring.
21641 (bibtex-read-key): New function.
21642 (bibtex-mode): Fix docstring. Do not parse for keys and
21643 strings when the mode is entered. Set fill-paragraph-function to
21644 bibtex-fill-field. Setup font-lock-mark-block-function the way
21645 font-lock intended.
21646 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21647 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21648 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21649 (bibtex-Preamble): Avoid hard coded constants.
21650 (bibtex-make-field): Fix docstring. Simplify.
21651 (bibtex-beginning-of-entry): Always return new position of point.
21652 (bibtex-end-of-entry): Rearrange cond clauses.
21653 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21654 Update for changes of bibtex-map-entries.
21655 (bibtex-ispell-abstract): Do not move point.
21656 (bibtex-entry-index): Use downcase. Simplify.
21657 (bibtex-lessp): Handle catch-all.
21658 (bibtex-find-crossref): Turn into a command.
21659 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21660 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21661 preamble entries.
21662 (bibtex-fill-field-bounds): New function.
21663 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21664 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21665 (bibtex-String): Use bibtex-strings. Always obey
21666 bibtex-sort-ignore-string-entries.
21667
21668 2003-07-05 John Paul Wallington <jpw@gnu.org>
21669
21670 * cus-theme.el (customize-create-theme):
21671 Call `customize-create-theme' in Reset widget's notify function.
21672
21673 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21674 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21675 (define-ibuffer-column name): Add summarizer.
21676 (define-ibuffer-column size): Likewise.
21677 (define-ibuffer-column filename): Likewise.
21678 (define-ibuffer-column process): Likewise. Change BODY's output too.
21679 (define-ibuffer-column filename-and-process): Likewise, likewise.
21680 (ibuffer): Remove local vars `already-in' and `need-update'.
21681
21682 * ibuf-ext.el: Don't require `derived' at compile-time.
21683
21684 2003-07-05 Kim F. Storm <storm@cua.dk>
21685
21686 * info.el: Disable paragraph refilling.
21687 (Info-refill-paragraphs): New defcustom.
21688 (Info-fontify-node): Use it.
21689
21690 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21691
21692 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21693 thingies from constructors created by defstruct.
21694
21695 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21696 the default value of the variable.
21697 (byte-code-meter): Move declaration to top level.
21698
21699 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21700
21701 * info.el (Info-following-node-name-re): New fun.
21702 (Info-following-node-name): Remove.
21703 (Info-insert-dir): Use the new fun.
21704 (Info-extract-pointer): Don't save restriction; use new fun.
21705 (Info-menu-entry-name-re): New const.
21706 (Info-menu-entry-name-re): Use it along with new fun.
21707 (Info-node-spec-re): Use new fun.
21708 (Info-complete-menu-item, Info-fontify-node): Use new const.
21709 (Info-goto-node, Info-follow-reference, Info-menu-update):
21710 Use match-string.
21711 (Info-follow-reference): Use assoc-string.
21712 Use a list of strings for the completion table.
21713 (Info-fontify-node): Use match-string, line-end-position.
21714 Limit the search for `node:' to the first line.
21715
21716 * newcomment.el (uncomment-region): Remove padding coming from
21717 comment-start rather than just from comment-padding.
21718
21719 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21720 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21721 (vc-cvs-rename-file): Remove (use the default).
21722 (vc-cvs-register): Register parent dir if needed.
21723 (vc-cvs-could-register): Return non-nil if parent can be registered.
21724 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21725 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21726
21727 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21728 (vc-svn-update): Fix the arguments to `svn'.
21729 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21730 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21731 Simple implementations, assuming `name' is a URL.
21732
21733 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21734 set of chars allowed unquoted in a case pattern.
21735
21736 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21737
21738 * font-lock.el (font-lock-extra-types-widget)
21739 (c-font-lock-extra-types, c++-font-lock-extra-types)
21740 (objc-font-lock-extra-types, java-font-lock-extra-types)
21741 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21742 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21743 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21744 (font-lock-match-c++-structor-declaration)
21745 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21746 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21747 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21748 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21749 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21750 (java-font-lock-keywords-3, java-font-lock-keywords)
21751 (java-font-lock-syntactic-face-function): Remove obsolete code
21752 and constants. It's all in cc-fonts.el now.
21753
21754 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21755
21756 * mail/sendmail.el (mail-specify-envelope-from)
21757 (mail-envelope-from): Doc fix.
21758
21759 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21760
21761 * generic-x.el: Do away with the dependency on `c-emacs-features'
21762 when populating `rul-generic-mode-syntax-table'; we already know
21763 this isn't XEmacs.
21764
21765 See ChangeLog.10 for earlier changes.
21766
21767 ;; Local Variables:
21768 ;; coding: iso-2022-7bit
21769 ;; End:
21770
21771 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21772 Copying and distribution of this file, with or without modification,
21773 are permitted provided the copyright notice and this notice are preserved.
21774
21775 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1