]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-04-09 Kenichi Handa <handa@m17n.org>
2
3 * international/code-pages.el (iso-latin-7): Fix the map.
4
5 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6
7 * emacs-lisp/lisp.el (defun-prompt-regexp)
8 (parens-require-spaces, buffer-end, end-of-defun)
9 (insert-parentheses): Doc fixes.
10
11 2005-04-08 Kim F. Storm <storm@cua.dk>
12
13 * comint.el (comint-highlight-prompt): Fix face spec.
14 * hi-lock.el (hi-green): Likewise.
15
16 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17
18 * cus-edit.el (custom-modified-face):
19 * comint.el (comint-highlight-input): Fix previous changes.
20 * term.el (term-handle-ansi-escape): Add a comment.
21
22 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
25 in the buffer and in whitespace-highlighted-space.
26 (whitespace-unhighlight-the-space): Simplify.
27 (whitespace-buffer): Simplify.
28
29 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30
31 * textmodes/table.el (table-cell-face): Add special case for
32 displays supporting a high number of colors.
33 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
34 (vhdl-font-lock-reserved-words-face)
35 (vhdl-speedbar-architecture-face)
36 (vhdl-speedbar-instantiation-face)
37 (vhdl-speedbar-architecture-selected-face)
38 (vhdl-speedbar-instantiation-selected-face): Likewise.
39 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
40 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
41 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
42 (ebrowse-root-class-face, ebrowse-member-attribute-face)
43 (ebrowse-progress-face): Likewise.
44 * progmodes/compile.el (compilation-info-face): Likewise.
45 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
46 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
47 * calendar/calendar.el (diary-face): Likewise.
48 * woman.el (woman-italic-face, woman-bold-face)
49 (woman-unknown-face): Likewise.
50 * wid-edit.el (widget-button-pressed-face): Likewise.
51 * whitespace.el (whitespace-highlight-face): Likewise.
52 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
53 * pcvs-info.el (cvs-marked-face): Likewise.
54 * info.el (info-xref): Likewise.
55 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
56 * hilit-chg.el (highlight-changes-face)
57 (highlight-changes-delete-face): Likewise.
58 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
59 (hi-red-b): Likewise.
60 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
61 * font-lock.el (font-lock-keyword-face)
62 (font-lock-function-name-face, font-lock-warning-face): Likewise.
63 * cus-edit.el (custom-invalid-face, custom-modified-face)
64 (custom-set-face, custom-changed-face, custom-variable-tag-face)
65 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
66 * comint.el (comint-highlight-prompt): Likewise.
67
68 2005-04-08 Lute Kamstra <lute@gnu.org>
69
70 * font-lock.el (font-lock-keywords): Docstring fixes.
71
72 2005-04-08 Kenichi Handa <handa@m17n.org>
73
74 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
75 chars are more than a limit, print " and more..." at the tail.
76
77 2005-04-08 Kim F. Storm <storm@cua.dk>
78
79 * emacs-lisp/authors.el (authors-aliases): Update list.
80 (authors-ignored-files): New list.
81 (authors-fixed-entries): Fix typo.
82 (authors-renamed-files-alist): Update list.
83 (authors-add): Check authors-ignored-files.
84
85 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
86
87 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
88 optional, to ensure backward compatibility.
89
90 2005-04-08 Stephen Eglen <stephen@gnu.org>
91
92 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
93
94 2005-04-08 Kim F. Storm <storm@cua.dk>
95
96 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to
97 mouse-face.
98
99 * mouse.el (mouse-on-link-p): Doc fix.
100
101 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
102
103 * ielm.el (ielm-prompt-read-only): Doc fix.
104
105 * comint.el (comint-prompt-read-only): Doc fix.
106
107 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
108
109 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
110 ensure dired always handles wildcards passed to ffap.
111 (find-file-at-point): Use it.
112 (ffap-dired-wildcards): Doc fix.
113
114 2005-04-07 Juri Linkov <juri@jurta.org>
115
116 * simple.el (next-error-overlay-arrow-position): New defvar.
117 Put "=>" on its property `overlay-arrow-string'. Add it to
118 `overlay-arrow-variable-list'.
119
120 * progmodes/compile.el (compilation-setup):
121 Set `next-error-overlay-arrow-position' to nil. Also set it to
122 nil in the local hook `kill-buffer-hook'. Make local variable
123 `overlay-arrow-string' and set it to "=>".
124 (compilation-goto-locus): Set BOL position to
125 `next-error-overlay-arrow-position' instead of
126 `overlay-arrow-position'.
127
128 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
129 locally instead of adding it to the global hook.
130 (Info-kill-buffer): Move up.
131
132 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
133
134 * term/xterm.el (xterm-standard-colors): Update color values from
135 xterm-200.
136
137 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
140
141 * fast-lock.el:
142 * lazy-lock.el: Move them to the obsolete subdir.
143
144 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
145
146 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
147 (wdired-add-replace-advice): Remove.
148 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
149
150 2005-04-06 Kim F. Storm <storm@cua.dk>
151
152 * startup.el (command-line): Add --bare-bones alias for -Q.
153
154 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
155
156 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
157 create the startup fontset if a font specification ends with
158 `mac-roman'.
159
160 2005-04-06 Lute Kamstra <lute@gnu.org>
161
162 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
163 change.
164
165 * emacs-lisp/copyright.el (copyright-update-year): Replace the
166 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
167
168 2005-04-05 Lute Kamstra <lute@gnu.org>
169
170 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
171 (define-generic-mode): Ditto. Fix debug declaration.
172
173 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
174 Put them in the generic-x group.
175
176 * calendar/timeclock.el (timeclock): Doc fix.
177
178 * generic.el (define-generic-mode): Don't use custom-current-group.
179 Document default :group value.
180 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
181 (define-global-minor-mode): Don't use custom-current-group.
182
183 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
184
185 * startup.el (command-line-1): Display startup-echo-area-message
186 when fancy splash screen is in use.
187
188 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
189 (sh-escaped-newline): New face.
190 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
191 newline, and use sh-escaped-newline face.
192
193 * progmodes/tcl.el (tcl-escaped-newline): New face.
194 (tcl-builtin-list): New variable.
195 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
196 newlines. Fix keywords subexpression number.
197
198 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
199
200 * textmodes/org.el (org-diary-default-entry): Fix call to
201 `add-to-diary-entry'.
202
203 2005-04-05 Kim F. Storm <storm@cua.dk>
204
205 * ediff-init.el: Use (featurep 'xemacs).
206
207 2005-04-05 David Ponce <david@dponce.com>
208
209 * cus-edit.el (face): Derive from symbol widget. Display sample
210 of the current face on the fly.
211 (widget-face-sample-face-get, widget-face-notify): New functions.
212 (widget-face-value-create): Remove.
213
214 * wid-edit.el (widget-field-end): Temporarily remove field
215 narrowing before to call `get-char-property'.
216
217 2005-04-04 Jay Belanger <belanger@truman.edu>
218
219 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
220 (math-read-subscripts): New variable.
221 (math-read-preprocess-string): Process subscripts.
222
223 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
224
225 * comint.el (comint-prompt-read-only): Doc fix.
226
227 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
228 `-1'. Doc fix.
229
230 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
231
232 * textmodes/org.el (org-insert-mode-line-in-empty-file):
233 Change default value to nil.
234
235 2005-04-04 Lute Kamstra <lute@gnu.org>
236
237 * autorevert.el (auto-revert-mode): Specify :group.
238 * battery.el (display-battery-mode): Specify :group.
239 * diff-mode.el (diff-minor-mode): Specify :group.
240 * font-core.el (font-lock-mode): Specify :group.
241 * hl-line.el (hl-line-mode): Specify :group.
242 * iimage.el (iimage): New customization group.
243 (iimage-mode): Specify :group.
244 * longlines.el (longlines-mode): Specify :group.
245 * master.el: Don't require easy-mmode.
246 (master): New customization group.
247 (master-mode): Specify :group.
248 * msb.el (msb-mode): Specify :group.
249 * reveal.el (reveal-mode): Specify :group.
250 * simple.el (next-error-follow-minor-mode): Specify :group.
251 * smerge-mode.el (smerge-mode): Specify :group.
252 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
253 * emulation/cua-base.el (cua-mode): Specify :group.
254 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
255 * language/thai-util.el (thai-auto-composition-mode)
256 (thai-word-mode): Specify :group.
257 * mail/supercite.el (sc-minor-mode): Specify :group.
258 * progmodes/cwarn.el (cwarn-mode): Specify :group.
259 * progmodes/flymake.el (flymake-mode): Specify :group.
260 * progmodes/glasses.el (glasses-mode): Specify :group.
261 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
262 * textmodes/enriched.el (enriched-mode): Specify :group.
263 * textmodes/refill.el (refill-mode): Specify :group.
264
265 * add-log.el (change-log-font-lock-keywords): Names in
266 parenthesized lists can contain spaces.
267
268 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
269
270 * startup.el (fancy-splash-text): Shorten default text of
271 "Emacs Tutorial" line. Also, if the current language env
272 indicates an available tutorial file other than TUTORIAL,
273 extract its title and append it to the line in parentheses.
274 (fancy-splash-insert): If arg is a thunk, funcall it.
275
276 2005-04-04 Jay Belanger <belanger@truman.edu>
277
278 * calc.el (calc-language-alist): Add tags to customization type.
279
280 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
281
282 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
283 Doc fix.
284
285 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org>
286
287 * add-log.el (change-log-font-lock-keywords): The manual
288 describing a Change Log entry, says: (...) "Aside from these
289 header lines, every line in the change log starts with a space or
290 a tab.". The font-lock was not highlighting lines started with
291 spaces, added support for it.
292
293 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
294
295 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
296 (bibtex-generate-url-list): Update docstring accordingly. Put the
297 complex example in the docstring.
298 (bibtex-font-lock-url): Use pop.
299
300 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
303
304 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
305
306 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
307
308 * filesets.el (filesets-set-default): Doc fix.
309
310 2005-04-03 Lute Kamstra <lute@gnu.org>
311
312 * generic.el (define-generic-mode): Add argument to specify
313 keywords for defcustom.
314 (default-generic-mode): Specify :group.
315
316 * generic-x.el: Specify :group for all generic modes.
317
318 * desktop.el (desktop-no-desktop-file-hook)
319 (desktop-after-read-hook): Doc fix.
320
321 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
322
323 * simple.el (visible-mode): Use explicit :group keyword.
324 This changes the group of `visible-mode-hook' from paren-blinking
325 to editing-basics.
326
327 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
328
329 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
330 mailbox specifications as well as URLs.
331 (rmail-insert-inbox-text): Remove unused conditional branches.
332
333 2005-04-01 Jay Belanger <belanger@truman.edu>
334
335 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
336 (calc-gnuplot-print-command): Move definitions to calc.el.
337
338 * calc/calc-embed.el (calc-embedded-announce-formula)
339 (calc-embedded-open-formula, calc-embedded-close-formula)
340 (calc-embedded-open-word, calc-embedded-close-word)
341 (calc-embedded-open-plain, calc-embedded-close-plain)
342 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
343 (calc-embedded-open-mode, calc-embedded-close-mode):
344 Move definitions to calc.el.
345
346 * calc/calc.el (calc-settings-file, calc-language-alist):
347 Make customizable.
348 (calc-embedded-announce-formula, calc-embedded-open-formula)
349 (calc-embedded-close-formula, calc-embedded-open-word)
350 (calc-embedded-close-word, calc-embedded-open-plain)
351 (calc-embedded-close-plain, calc-embedded-open-new-formula)
352 (calc-embedded-close-new-formula, calc-embedded-open-mode)
353 (calc-embedded-close-mode, calc-gnuplot-name)
354 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
355 from other files and make customizable.
356
357 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
360 Use buffer-live-p.
361 (cvs-mode-run): Don't call cvs-update-header here.
362 (cvs-run-process): Call cvs-update-header.
363 Use process properties for cvs-postprocess and cvs-buffer so that
364 the sentinel can behave better if the temp buffer is killed.
365 Use a pipe rather than a tty, to better handle unexpected prompts.
366 (cvs-sentinel): Rewrite. Call cvs-update-header.
367
368 2005-04-01 Andre Spiegel <spiegel@gnu.org>
369
370 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
371 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
372
373 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * generic.el (define-generic-mode): Add indentation rule.
376
377 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
378
379 * files.el (mode-require-final-newline): Make Custom correctly
380 report a nil value and allow to set it to nil via Custom.
381 Doc fix.
382
383 2005-04-01 Kenichi Handa <handa@m17n.org>
384
385 * international/characters.el: Enable the correct case setting for
386 dotless-i and dotted-I.
387
388 2005-04-01 Kim F. Storm <storm@cua.dk>
389
390 * ido.el (ido-file-internal): Fall back to non-ido command if
391 initial directory is on slow ftp (or tramp) host.
392
393 2005-03-31 Richard M. Stallman <rms@gnu.org>
394
395 * emacs-lisp/autoload.el (make-autoload):
396 Handle define-global-minor-mode.
397
398 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
399 Rename from easy-mmode-define-global-mode.
400 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
401
402 * progmodes/scheme.el (scheme-mode-syntax-table):
403 Update syntax of | and # for two-character comment syntax.
404
405 2005-03-31 Lute Kamstra <lute@gnu.org>
406
407 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
408 (define-minor-mode): Call custom-current-group at load-time.
409
410 * generic.el (define-generic-mode): Add debug declaration.
411 Add defcustom for the mode hook.
412 (generic-mode-internal): Use run-mode-hooks.
413
414 2005-03-31 Kim F. Storm <storm@cua.dk>
415
416 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
417 (mouse-fixup-help-message): New defun called by show_help_echo
418 to fixup mouse-2 prefix in help messages when applicable.
419
420 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
421
422 2005-03-31 Kenichi Handa <handa@m17n.org>
423
424 * language/thai-word.el (thai-find-word-ends): Pay attention to
425 the case that we reach the end of buffer.
426
427 * textmodes/fill.el (fill-text-properties-at): New function.
428 (fill-newline): Use fill-text-properties-at instead of
429 text-properties-at.
430
431 2005-03-31 Karl Berry <karl@freefriends.org>
432
433 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
434 not comint-quote-filename.
435
436 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
437
438 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
439 not comint-quote-filename.
440
441 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
442
443 * help-fns.el (help-with-tutorial): Revert last change.
444
445 2005-03-31 Kim F. Storm <storm@cua.dk>
446
447 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
448
449 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
450
451 * calendar/cal-china.el: Update reference to "Calendrical
452 Calculations" book; there's a new edition.
453 * calendar/cal-coptic.el: Likewise.
454 * calendar/cal-french.el: Likewise.
455 * calendar/cal-hebrew.el: Likewise.
456 * calendar/cal-islam.el: Likewise.
457 * calendar/cal-iso.el: Likewise.
458 * calendar/cal-julian.el: Likewise.
459 * calendar/cal-mayan.el: Likewise.
460 * calendar/cal-persia.el: Likewise.
461 * calendar/calendar.el: Likewise.
462 * calendar/holidays.el: Likewise.
463 * calendar/lunar.el: Likewise.
464 * calendar/solar.el: Likewise.
465
466 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
467 white space from doc string.
468
469 2005-03-30 Jay Belanger <belanger@truman.edu>
470
471 * calc/calc-help.el (calc-full-help): Remove email address.
472
473 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
474
475 * help-fns.el (help-with-tutorial): Delete title line.
476
477 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
478
479 * calendar/cal-x.el (calendar-one-frame-setup)
480 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
481 rather than 'symbol for set-window-dedicated-p.
482
483 * calendar/appt.el (appt-buffer-name): Make it a constant.
484 (appt-add): Doc fix.
485
486 * filesets.el (filesets-menu-path, filesets-menu-before)
487 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
488 (filesets-menu-cache-file): Use directory ~/.emacs.d.
489 (filesets-add-submenu): Delete and use add-submenu instead.
490
491 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
492
493 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
494 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
495 (org-diary-default-entry): New function.
496 (org-get-entries-from-diary): Better parsing of diary entries.
497 (org-agenda-check-no-diary): New function.
498 ("diary-lib"): Advice to function `add-to-diary-list', to allow
499 linking to diary entries.
500 (org-agenda-execute-calendar-command): New function.
501 (org-agenda): Improve visible section in window.
502 Use `org-fit-agenda-window'.
503 (org-fit-agenda-window): New option.
504 (org-move-subtree-down): Better handling of empty lines
505 at end of subtree.
506 (org-cycle): Numeric prefix is interpreted now as show-subtree N
507 levels up.
508 (org-fontify-done-headline): New option.
509 (org-headline-done-face): New face.
510 (org-set-font-lock-defaults): Use `org-headline-done-face'.
511 (org-table-copy-down): Rename from `org-table-copy-from-above'.
512 When current field is non-empty, it is copied to next row.
513 (org-table-copy-from-above): Fix bug which made it
514 impossible to copy fields containing only a single non-white character.
515
516 2005-03-30 Kim F. Storm <storm@cua.dk>
517
518 * kmacro.el (kmacro-end-macro): Isearch may store this command
519 into the macro -- so ignore it when executing keyboard macro.
520
521 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
522
523 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
524
525 2005-03-29 Kenichi Handa <handa@m17n.org>
526
527 * language/thai.el ("Thai"): Set setup-function and exit-function
528 for Thai language environment.
529
530 * language/thai-util.el: Require thai-word.
531 (thai-word-mode-map): New variable.
532 (thai-word-mode): New minor mode.
533 (setup-thai-language-environment-internal): New function.
534 (exit-thai-language-environment-internal): New function.
535
536 * language/thai-word.el (thai-word-table): Declare it by defvar,
537 use dolist to initialize it.
538 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
539 (thai-fill-find-break-point): New functions.
540
541 2005-03-29 Richard M. Stallman <rms@gnu.org>
542
543 * simple.el (idle-update-delay): Move definition up.
544 (set-mark): Doc fix.
545
546 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
547
548 * longlines.el: New file.
549
550 * simple.el (buffer-substring-filters): New variable.
551 (filter-buffer-substring): New function.
552 (kill-region, copy-region-as-kill): Use it.
553
554 * register.el (copy-to-register, append-to-register)
555 (prepend-to-register): Use filter-buffer-substring.
556
557 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
558
559 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
560 (gud-filter-pending-text): Move in front of gdb.
561 (gud-overlay-arrow-position): New variable.
562 (gud-sentinel, gud-display-line): Use it in place of
563 overlay-arrow-position.
564
565 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
566
567 * progmodes/fortran.el (fortran-if-indent): Doc fix.
568 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
569 (fortran-font-lock-keywords-4): New variable.
570 (fortran-blocks-re, fortran-end-block-re)
571 (fortran-start-block-re): New constants, for hideshow.
572 (hs-special-modes-alist): Add a Fortran entry.
573 (fortran-mode-map): Bind fortran-end-of-block,
574 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
575 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
576 (fortran-looking-at-if-then, fortran-end-of-block)
577 (fortran-beginning-of-block): New functions, for hideshow.
578
579 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
580 fix. Tweak regexp.
581 (f90-beginning-of-block): Push mark first.
582
583 2005-03-29 Jay Belanger <belanger@truman.edu>
584
585 * calc/calc.el: Update copyright date.
586 (calc-version): Increase to 2.1.
587 (calc-version-date): Remove.
588
589 * calc/calc-help.el: Update copyright date.
590 (calc-full-help): Remove reference to calc-version-date.
591 Update copyright date.
592
593 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * vc.el (vc-do-command): Use a pipe for async processes, so password
596 prompts don't show up at places where the user can't reply.
597
598 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
599
600 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
601 on the file name we pass to the inferior shell.
602
603 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
604
605 * progmodes/which-func.el (which-function): Be robust in the face of an
606 imenu--make-index-alist failure.
607
608 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
611
612 * progmodes/python.el (python-preoutput-filter): Fix last change.
613
614 2005-03-29 Lute Kamstra <lute@gnu.org>
615
616 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
617 functions and compiled macros.
618 (debug-convert-byte-code): Handle macros too.
619 (debug-on-entry-1): Don't signal an error when trying to clear a
620 function that is not set to debug on entry.
621
622 2005-03-29 Jay Belanger <belanger@truman.edu>
623
624 * calc/calc-lang.el: Add functions to math-function-table
625 properties of tex and math.
626
627 2005-03-29 Kenichi Handa <handa@m17n.org>
628
629 * ps-mule.el (ps-mule-plot-string): Translate characters by
630 ps-print-translation-table.
631 (ps-mule-begin-job): Call find-charset-region/string with
632 ps-print-translation-table.
633 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
634
635 * ps-print.el (ps-print-translation-table): New variable.
636 (ps-plot-region): Translate characters by ps-print-translation-table.
637
638 2005-03-29 Juri Linkov <juri@jurta.org>
639
640 * simple.el (next-error-highlight-timer): New variable.
641
642 * progmodes/compile.el (compilation-goto-locus):
643 Use `next-error-highlight-timer' instead of `sit-for'.
644
645 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * mail/supercite.el (sc-mail-field): Use assoc-string.
648 (sc-get-address): Simplify regexps.
649
650 * files.el (minibuffer-with-setup-hook): New macro.
651 (find-file-read-args): Use it to avoid let-binding
652 minibuffer-with-setup-hook (which breaks turning on/off
653 file-name-shadow-mode while in the prompt).
654
655 * complete.el (PC-read-include-file-name-internal): Use test-completion.
656
657 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
658
659 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
660
661 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * window.el (window-buffer-height): Use count-screen-lines.
664
665 * progmodes/python.el (python-preoutput-leftover): New var.
666 (python-preoutput-filter): Use it.
667 (python-send-receive): Loop until all the result has been received.
668
669 2005-03-28 Juri Linkov <juri@jurta.org>
670
671 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
672
673 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
674 "Recover Crashed Session".
675 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
676 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
677 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
678 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
679 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
680 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
681 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
682 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
683
684 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
685 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
686 Ediff Sessions", "Toggle use of separate control buffer frame",
687 "Use separate frame for Ediff control buffer".
688
689 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
690 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
691 "Rename Bookmark", "Delete Bookmark".
692
693 * info.el (Info-mode-menu): Remove ellipsis from "Index".
694 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
695 Add `:active Info-index-alternatives' to "Next Matching Item".
696
697 * wdired.el (wdired-change-to-wdired-mode):
698 Mention `wdired-abort-changes' key in the initial message.
699
700 * international/mule.el (auto-coding-alist): Associate non-ascii
701 image filename extensions with `no-conversion'.
702
703 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * international/iso-acc.el:
706 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
707
708 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
709
710 * textmodes/sgml-mode.el (html-mode): Doc update.
711
712 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
713
714 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
715
716 * term.el (term-move-columns): Fix face after extending a line.
717 (term-insert-spaces): Likewise.
718 (term-reset-terminal): Fix off by one error.
719
720 2005-03-26 Eli Zaretskii <eliz@gnu.org>
721
722 * international/mule.el (auto-coding-alist): Add .xpi files.
723
724 * files.el (auto-mode-alist): Add .xpi files.
725
726 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
727
728 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
729
730 2005-03-26 Eli Zaretskii <eliz@gnu.org>
731
732 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
733
734 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
735
736 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
737 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
738
739 * calendar/cal-move.el (calendar-beginning-of-year): Move the
740 cursor to Jan 1 when needed.
741 (calendar-end-of-year): Fix -/+ typo.
742 Reported by Chong Yidong <cyd@stupidchicken.com>.
743
744 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
747
748 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
749 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
750
751 2005-03-25 Richard M. Stallman <rms@gnu.org>
752
753 * filesets.el (filesets-init): Add autoload.
754
755 * mail/mailalias.el (mail-directory): Doc fix.
756
757 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
758
759 * mail/mailalias.el (mail-directory-process): Do nothing if
760 mail-directory-process is an atom.
761 (mail-get-names): Ignore mail-directory-names if it is an atom.
762 (mail-directory-process defvar): Doc fix.
763 (mail-names): Doc fix.
764
765 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
766
767 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
768
769 2005-03-26 Kenichi Handa <handa@m17n.org>
770
771 * international/mule-util.el (detect-coding-with-priority):
772 Call update-coding-systems-internal before detect-coding-region.
773
774 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
775
776 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
777 (gdb-frames-mode-map): Add follow-link property.
778
779 2005-03-25 Jay Belanger <belanger@truman.edu>
780
781 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
782 for variables.
783
784 2005-03-25 Juri Linkov <juri@jurta.org>
785
786 * image-mode.el: Optimize image filename extension regexps in
787 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
788 in `auto-mode-alist'.
789 (image-mode): Add `image-toggle-display-text' to local hook
790 `change-major-mode-hook'. Display the image as an image by
791 default. Set `cursor-type' and `truncate-lines' if the image
792 is already displayed. Take into account the current mode (image
793 or text) in message.
794 (image-minor-mode): New minor mode.
795 (image-mode-maybe, image-toggle-display-text): New functions.
796 (image-toggle-display): Use called-interactively-p.
797 Let-bind `inhibit-read-only' to t.
798
799 * image-mode.el (image-minor-mode): Set `cursor-type' and
800 `truncate-lines' if the image is already displayed. Add turning
801 image-minor-mode off to `change-major-mode-hook'. Add message.
802 Call `image-toggle-display-text' after turning image-minor-mode off.
803
804 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
807 Terminal.app, use utf-8.
808 (set-display-table-and-terminal-coding-system): Add coding-system arg.
809 (set-locale-environment): Use it.
810
811 * term/xterm.el: Undo last change, better done in mule-cmds.el.
812
813 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
814
815 * progmodes/python.el (python-close-block-statement-p)
816 (python-outdent-p, python-current-defun): Use symbol-end.
817
818 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
819
820 * files.el (save-some-buffers): Doc fix.
821
822 2005-03-25 Werner Lemberg <wl@gnu.org>
823
824 * complete.el, thumbs.el: Replace `legal' with `valid'.
825 * calendar/calendar.el: Replace `legal' with `valid'.
826 * emacs-lisp/advice.el: Replace `legal' with `valid'.
827 * mail/supercite.el: Replace `legal' with `valid'.
828 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
829 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
830 `valid'.
831 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
832 with `valid'.
833
834 2005-03-25 Werner Lemberg <wl@gnu.org>
835
836 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
837 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
838 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
839 * emulation/vip.el: Replace `illegal' with `invalid'.
840 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
841 * mail/supercite.el: Replace `illegal' with `invalid'.
842 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
843 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
844 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
845 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
846 `invalid'.
847 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
848 textmodes/reftex-index.el, textmodes/reftex-parse.el,
849 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
850 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
851
852 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
855 (flymake-find-buildfile, flymake-find-possible-master-files)
856 (flymake-check-include, flymake-parse-line): Replace loops over the
857 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
858
859 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
860 Substitute file-name-as-directory in the rest of the file.
861 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
862 (flymake-replace-region): Remove unused arg `buffer'.
863 (flymake-check-patch-master-file-buffer): Update calls to it.
864 (flymake-add-err-info): Remove unused var `count'.
865 (flymake-mode): Use define-minor-mode.
866
867 * progmodes/flymake.el: Use with-current-buffer.
868 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
869 flymake-replace-regexp-in-string, flymake-line-beginning-position)
870 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
871 Avoid testing for `xemacs'.
872 (flymake-nop): Move.
873 (flymake-region-has-flymake-overlays): Return the computed value.
874 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
875 Remove unused var `endline'.
876 (flymake-get-line-count): Remove unused function.
877 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
878
879 * emulation/vi.el:
880 * generic.el:
881 * hilit-chg.el (global-highlight-changes):
882 * hi-lock.el (hi-lock-mode):
883 * follow.el: find-file-hooks -> find-file-hook.
884
885 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
886
887 2005-03-24 Juri Linkov <juri@jurta.org>
888
889 * dired.el (dired-mode-map): Add menu item "Compare directories"
890 for dired-compare-directories.
891
892 * dired-aux.el (dired-compare-directories): Add autoload cookie.
893 Doc fix. Replace `read-file-name' with `read-directory-name'.
894
895 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
898
899 2005-03-24 Jay Belanger <belanger@truman.edu>
900
901 * calc/calc-embed.el (calc-embedded-mode-change): Save all
902 relevant mode settings in calc-embedded-original-modes when modes
903 are permanently changed.
904
905 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * autoinsert.el: find-file-hooks -> find-file-hook.
908
909 2005-03-24 Lute Kamstra <lute@gnu.org>
910
911 * generic.el (generic-font-lock-defaults): Make it obsolete.
912 (generic-font-lock-keywords): New variable to replace
913 generic-font-lock-defaults.
914 (generic-mode-set-font-lock): Delete it.
915 (generic-mode-internal): Don't call generic-mode-set-font-lock.
916 (generic-bracket-support): Add docstring.
917
918 * generic-x.el: Rename generic-font-lock-defaults to
919 generic-font-lock-keywords throughout.
920 (mailagent-rules-setup-function): Delete it.
921 (mailagent-rules-generic-mode): Use anonymous function instead.
922 (show-tabs-generic-mode-font-lock-defaults-1)
923 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
924 Quote faces.
925 (show-tabs-tab-face, show-tabs-space-face): Specify background,
926 not foreground.
927
928 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
929 Recognize define-generic-mode.
930
931 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
932
933 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
934 if there's no completion table.
935
936 2005-03-23 Miles Bader <miles@gnu.org>
937
938 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
939 Remove tty-specific variants, as they're no longer needed.
940
941 2005-03-23 Lute Kamstra <lute@gnu.org>
942
943 * generic-x.el: Code cleanup: make args constant whenever possible.
944 (installshield-statement-keyword-list)
945 (installshield-system-functions-list)
946 (installshield-system-variables-list, installshield-types-list)
947 (installshield-funarg-constants-list): Make them constants.
948
949 * generic.el (generic-make-keywords-list): Add autoload cookie.
950
951 * calendar/time-date.el: Add comment on time value formats.
952 Don't require parse-time.
953 (with-decoded-time-value): New macro.
954 (encode-time-value): New function.
955 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
956 (days-to-time): Return a valid time value when arg is huge.
957 (time-since): Use time-subtract.
958 (time-to-number-of-days): Use time-to-seconds.
959
960 2005-03-23 David Ponce <david@dponce.com>
961
962 * recentf.el: (recentf-keep): New option.
963 (recentf-menu-action): Default to `find-file'.
964 (recentf-keep-non-readable-files-flag)
965 (recentf-keep-non-readable-files-p)
966 (recentf-file-readable-p, recentf-find-file)
967 (recentf-cleanup-remote): Remove.
968 (recentf-include-p): More robust.
969 (recentf-keep-p): New function.
970 (recentf-remove-if-non-kept): Rename from
971 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
972 All callers updated.
973 (recentf-menu-items-for-commands): Fix help string.
974 (recentf-track-closed-file): Update. Doc fix.
975 (recentf-cleanup): Update. Count removed files. Doc fix.
976
977 2005-03-23 Kim F. Storm <storm@cua.dk>
978
979 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
980 Don't inherit from fringe face (now happens automatically).
981
982 2005-03-22 Kim F. Storm <storm@cua.dk>
983
984 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
985 position values.
986
987 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * menu-bar.el (showhide-date-time): Remove.
990 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
991 (menu-bar-make-mm-toggle): Simplify.
992
993 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
994
995 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
996 Accept qualified variable and function names.
997
998 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
999
1000 * bindings.el (completion-ignored-extensions):
1001 Remove ".lis" for `vax-vms'.
1002
1003 2005-03-22 Andreas Schwab <schwab@suse.de>
1004
1005 * generic-x.el: Revert last change.
1006 * ldefs-boot.el: Update.
1007
1008 2005-03-22 Jay Belanger <belanger@truman.edu>
1009
1010 * calc/calc-embed (calc-embedded-original-modes): New variable.
1011 (calc-embedded-save-original-modes)
1012 (calc-embedded-restore-original-modes): New functions.
1013 (calc-do-embedded): Save original modes when entering embedded mode
1014 and restore when leaving embedded mode.
1015 (calc-embedded-modes-change): Change the value of
1016 calc-embedded-original-modes to reflect permanent changes.
1017
1018 2005-03-22 Lute Kamstra <lute@gnu.org>
1019
1020 * generic-x.el: Require generic again.
1021
1022 2005-03-22 Miles Bader <miles@gnu.org>
1023
1024 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1025 Tweak details to look good on both ttys and bitmap displays, light
1026 or dark background, etc.
1027
1028 2005-03-21 Kim F. Storm <storm@cua.dk>
1029
1030 * tooltip.el (tooltip-show-help-function): Check car and cdr of
1031 mouse position.
1032
1033 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * icomplete.el: Don't forcibly turn on the mode upon load.
1036 (icomplete-mode): Use define-minor-mode.
1037 (icomplete-eoinput): Default to nil.
1038 (icomplete-minibuffer-setup): Remove autoload.
1039 (icomplete-tidy): Simplify.
1040 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
1041 in the initial state or if the user has modified the field.
1042 Fix handling of icomplete-max-delay-chars.
1043 Remove code that handles the oddball case where
1044 minibuffer-completion-table is an integer.
1045 Wrap icomplete-completions in while-no-input in case building
1046 completions takes more time than expected.
1047 (icomplete-completions): Simplify.
1048
1049 2005-03-21 Richard M. Stallman <rms@gnu.org>
1050
1051 * jka-compr.el (jka-compr-really-do-compress):
1052 Make variable buffer-local.
1053
1054 * image-mode.el: Handle .xpm files too.
1055 (image-toggle-display): Preserve modification flag.
1056
1057 * help.el (where-is): Don't mention aliases with no key bindings.
1058
1059 2005-03-21 Lute Kamstra <lute@gnu.org>
1060
1061 * generic.el: Fix commentary section. Don't require cl for compilation.
1062 (generic-mode-list): Add autoload cookie.
1063 (generic-use-find-file-hook, generic-lines-to-scan)
1064 (generic-find-file-regexp, generic-ignore-files-regexp)
1065 (generic-mode, generic-mode-find-file-hook)
1066 (generic-mode-ini-file-find-file-hook): Fix docstrings.
1067 (define-generic-mode): Make it a defmacro. Fix docstring.
1068 (generic-mode-internal): Code cleanup. Add autoload cookie.
1069 (generic-mode-set-comments): Code cleanup.
1070 * generic-x.el: Don't prevent compilation. Don't require generic.
1071 Follow coding conventions. Minor code cleanup.
1072 (etc-fstab-generic-mode): Add some keywords.
1073 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
1074 define-generic-mode like a function declaration.
1075
1076 2005-03-21 Jay Belanger <belanger@truman.edu>
1077
1078 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
1079 changing modes.
1080
1081 2005-03-21 Sam Steingold <sds@gnu.org>
1082
1083 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
1084
1085 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
1086
1087 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
1088 Add underscore to "f$ lexicals" regexp.
1089
1090 2005-03-20 Juri Linkov <juri@jurta.org>
1091
1092 * subr.el (progress-reporter-do-update): When `min-value' is equal
1093 to `max-value', set `percentage' to 0 and prevent division by zero.
1094
1095 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
1096
1097 Sync with Tramp 2.0.48.
1098
1099 * tramp.el (all): Change all addresses to .gnu.org.
1100 (tramp-append-tramp-buffers): New defun.
1101 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
1102 Catch `dont-send' signal.
1103 (tramp-set-auto-save-file-modes): Set always permissions, because
1104 there might be an old auto-saved file belonging to another
1105 original file. This could be a security threat. Reported by
1106 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
1107 Check for Emacs 21.3.50 removed.
1108
1109 * tramp-smb.el (all): Remove debug construct for
1110 `with-parsed-tramp-file-name'.
1111 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
1112 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
1113 No error message if DIRECTORY or FILENAME doesn't exist.
1114 (tramp-smb-open-connection): Check existence of
1115 `tramp-smb-program'.
1116
1117 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
1120 Properly handle the case where the `m' or `s' command's argument is not
1121 yet terminated.
1122 (perl-indent-new-calculate): New function.
1123 (perl-indent-line): Use it.
1124
1125 2005-03-20 Miles Bader <miles@gnu.org>
1126
1127 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
1128 in text-mode too. Change to new face names.
1129 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
1130 Add `:weight bold' attribute.
1131 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
1132
1133 2005-03-19 Juri Linkov <juri@jurta.org>
1134
1135 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
1136
1137 * international/mule.el (auto-coding-alist): Sync with
1138 `auto-mode-alist' by adding upper case archive file extensions
1139 and adding ear/war to jar extension.
1140
1141 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
1142
1143 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
1144 running, restart it.
1145
1146 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
1147
1148 * finder.el (finder-current-item): Throw an error on an empty line.
1149
1150 * man.el (Man-follow-manual-reference): If current-word returns
1151 nil, use "".
1152
1153 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
1154
1155 * simple.el (goto-line): Doc fix.
1156
1157 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
1158
1159 * files.el (save-buffer): Doc fix.
1160
1161 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
1162
1163 * recentf.el (recentf-cleanup-remote): New variable.
1164 (recentf-cleanup): Use it to conditionally check availablity of
1165 remote files.
1166
1167 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1168
1169 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
1170 function names.
1171
1172 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1173
1174 * language/thai-word.el: New file.
1175
1176 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1177
1178 * files.el (backup-buffer): If the file's directory is not
1179 writable, use copy instead of move to backup the file.
1180
1181 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1182
1183 * obsolete/keyswap.el: Moved to obsolete/ from term/.
1184
1185 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1186
1187 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
1188 Use functionp instead of symbolp and fboundp. Reported by Drkm
1189 <darkman_spam@yahoo.fr>.
1190 (ps-print-version): New version 6.6.6.
1191
1192 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
1193
1194 * textmodes/table.el (table--line-column-position): New idiom.
1195 (table--row-column-insertion-point-p): New function to test
1196 validity of row and column insertion operation at a location.
1197 (table-global-menu, table-cell-menu): Use above functions for
1198 deterministic test operation.
1199 (table--editable-cell-p): Behave in deterministic fashion.
1200
1201 2005-03-18 Juri Linkov <juri@jurta.org>
1202
1203 * isearch.el (isearch-lazy-highlight-new-loop):
1204 Make arguments beg and end optional.
1205 (isearch-update): Remove optional arguments nil from
1206 isearch-lazy-highlight-new-loop.
1207 (isearch-lazy-highlight-search): Let-bind case-fold-search to
1208 isearch-lazy-highlight-case-fold-search instead of
1209 isearch-case-fold-search, and let-bind isearch-regexp to
1210 isearch-lazy-highlight-regexp.
1211 Use isearch-lazy-highlight-last-string instead of isearch-string.
1212
1213 * replace.el (perform-replace): Remove bindings of global
1214 variables isearch-string, isearch-regexp, isearch-case-fold-search.
1215 Add three new arguments to `replace-highlight'.
1216 (replace-highlight): Add arguments string, regexp, case-fold.
1217 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
1218 to allow isearch-lazy-highlight-new-loop to use these values
1219 to set corresponding isearch-lazy-highlight-* internal
1220 variables whose values lazy highlighting will use regardless of
1221 changes to global variables isearch-string, isearch-regexp,
1222 isearch-case-fold-search during lazy highlighting loop.
1223 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
1224 to `lazy-highlight-cleanup'.
1225
1226 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
1227 (ispell-highlight-face): Set default face to `isearch' when
1228 lazy highlighting is enabled.
1229 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
1230 priority to 1. Add lazy highlighting.
1231 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
1232 from `isearch-dehighlight'.
1233
1234 2005-03-18 David Ponce <david@dponce.com>
1235
1236 * files.el (hack-local-variables): Do a case-insensitive search
1237 for End.
1238
1239 2005-03-18 Juri Linkov <juri@jurta.org>
1240
1241 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
1242 `isearch-lazy-highlight-cleanup', add alias to old name and
1243 declare obsolete. Add release numbers to other obsolete vars.
1244 (isearch-done, isearch-lazy-highlight-new-loop):
1245 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
1246 (lazy-highlight-cleanup) <variable>: Doc fix.
1247 (isearch-lazy-highlight-update): Rename obsolete
1248 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
1249
1250 2005-03-18 Kenichi Handa <handa@m17n.org>
1251
1252 * language/thai-util.el: Fix categorization of Thai characters in
1253 thai-category-table.
1254 (thai-composition-pattern): Adjust it for the above change.
1255 (thai-self-insert-command, thai-compose-syllable): New functions.
1256 (thai-compose-region): Use thai-compose-syllable.
1257 (thai-compose-string): Likewise.
1258 (thai-composition-function): Likewise.
1259 (thai-auto-composition): New function.
1260 (thai-auto-composition-mode): New minor mode.
1261
1262 * language/thai.el: Fix patterns to be registered in
1263 composition-function-table.
1264
1265 * international/quail.el (quail-input-method): Locally bind
1266 inhibit-modification-hooks to t.
1267
1268 2005-03-17 Richard M. Stallman <rms@gnu.org>
1269
1270 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
1271 (perl-mode): Use run-mode-hooks.
1272
1273 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
1274 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
1275 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
1276
1277 * mail/sendmail.el (sendmail-send-it): Reenable the code
1278 to compute resend-to-address and use it.
1279
1280 * tar-mode.el (tar-mode): Turn off undo unconditionally.
1281
1282 * image-mode.el: New file.
1283
1284 * image.el (insert-sliced-image): Add autoload cookie.
1285
1286 * font-lock.el (font-lock-lines-before): New user option.
1287 (font-lock-after-change-function): Obey it.
1288
1289 * bindings.el (esc-map): Make M-g a prefix.
1290 Bind M-g g and M-g M-g to goto-line.
1291
1292 * faces.el (face-id): Doc fix.
1293
1294 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1295
1296 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
1297 (rmail-show-message): Use rmail-unknown-mail-followup-to.
1298 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
1299
1300 * mail/sendmail.el (mail-yank-ignored-headers)
1301 (mail-font-lock-keywords, mail-mode-fill-paragraph):
1302 Add Mail-Followup-To and Mail-Reply-To headers.
1303 (mail-citation-hook): Add autoload cookie.
1304 (mail-mode): Doc fix.
1305 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
1306 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
1307 (mail-mode-fill-paragraph): Handle those headers.
1308 (mail-mailing-lists): New variable.
1309 (mail-mail-reply-to, mail-mail-followup-to): New functions.
1310
1311 2005-03-17 Juri Linkov <juri@jurta.org>
1312
1313 * isearch.el (isearch-fallback): Check for `(car previous)'
1314 before calling `isearch-other-end-state'.
1315
1316 2005-03-17 Kim F. Storm <storm@cua.dk>
1317
1318 * simple.el (move-beginning-of-line): Move to beginning of buffer
1319 line, as well as beginning of screen line.
1320
1321 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
1322
1323 * calendar/diary-lib.el (mark-diary-entries): Use new optional
1324 argument REDRAW rather than calendar-redrawing variable.
1325 * calendar/calendar.el (calendar-redrawing): Delete.
1326 (redraw-calendar): Do not bind calendar-redrawing.
1327
1328 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
1329
1330 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
1331 diary-file buffer.
1332
1333 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * help.el (describe-mode): Allow a :minor-mode-function property to
1336 specify a different minor mode toggle function than the variable.
1337 * simple.el (auto-fill-function):
1338 * subr.el (add-minor-mode): Use it.
1339
1340 2005-03-16 Kenichi Handa <handa@m17n.org>
1341
1342 * language/ethio-util.el (sera-being-called-by-w3): New variable.
1343 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
1344 (ethio-fidel-to-sera-buffer): Likewise.
1345
1346 2005-03-16 Juri Linkov <juri@jurta.org>
1347
1348 * emacs-lisp/find-func.el (find-function-regexp):
1349 Add defun-emitting macro `menu-bar-make-toggle'.
1350
1351 * isearch.el: Put `isearch-scroll' property to
1352 `split-window-horizontally'.
1353
1354 * info.el: Update error messages for `debug-ignored-errors'.
1355 (Info-isearch-search): Doc fix.
1356 (Info-find-node): Move up code to go into info buffer before
1357 recording the node to the history.
1358 (Info-fontify-node): Fontify titles only if the next line
1359 has two or more `*', `=', `-', `.'.
1360 Display "go to this node" for empty (match-string 3).
1361
1362 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1363
1364 * term/mac-win.el: Add mouse pointer shape constants.
1365
1366 2005-03-15 Kim F. Storm <storm@cua.dk>
1367
1368 * simple.el (move-beginning-of-line): Use vertical-motion.
1369
1370 2005-03-15 Juri Linkov <juri@jurta.org>
1371
1372 * isearch.el (isearch-error): New variable.
1373 (isearch-invalid-regexp, isearch-within-brackets): Remove.
1374 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
1375 (isearch-within-brackets-state): Remove.
1376 (isearch-case-fold-search-state, isearch-pop-fun-state):
1377 Decrease frame index.
1378 (isearch-mode, isearch-top-state, isearch-push-state)
1379 (isearch-edit-string, isearch-abort, isearch-search-and-update)
1380 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
1381 (isearch-search, isearch-lazy-highlight-new-loop):
1382 Replace `isearch-invalid-regexp' with `isearch-error'.
1383 Remove `isearch-within-brackets'.
1384 (isearch-search): Add `search-failed' handler to `condition-case'.
1385 (isearch-lazy-highlight-search): Add `condition-case' to catch
1386 errors and allow `isearch-lazy-highlight-update' to try
1387 highlighting from the beginning of the window.
1388 (isearch-repeat): Move up code to set isearch-wrapped to t
1389 before calling isearch-wrap-function.
1390
1391 * info.el (Info-isearch-initial-node): New internal variable.
1392 (Info-search): Signal an error in isearch mode when search leaves
1393 the initial node. Signal an error when `bound' is non-nil and
1394 nothing was found in the current subfile.
1395 (Info-isearch-search): Remove `condition-case'.
1396 (Info-isearch-wrap): Don't wrap when search failed during leaving
1397 the initial node. If `Info-isearch-search' is nil, wrap around
1398 the current node.
1399 (Info-isearch-start): New fun.
1400 (Info-mode): Add buffer-local hook `Info-isearch-start' to
1401 `isearch-mode-hook'.
1402
1403 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1404
1405 * simple.el (normal-erase-is-backspace): Set default to t if
1406 running on Mac.
1407
1408 * term/mac-win.el (function-key-map): Sync with x-win.el.
1409
1410 2005-03-15 Kenichi Handa <handa@m17n.org>
1411
1412 * international/mule-cmds.el (locale-language-names): Modify the
1413 format of elements and add more entries.
1414 (locale-preferred-coding-systems): Add more entries.
1415 (set-locale-environment): Adjust for the change of
1416 locale-language-names.
1417
1418 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * pcvs.el (smerge-ediff): Remove bogus autoload.
1421
1422 2005-03-14 Lute Kamstra <lute@gnu.org>
1423
1424 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
1425 Ignore a `*' at the beginning of a line.
1426
1427 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
1428 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
1429 subr.el.
1430 (dont-compile, eval-when-compile, eval-and-compile): Use declare
1431 to specify indentation.
1432
1433 * generic.el (define-generic-mode): Let generic-mode-list be a
1434 list of strings; test membership with equal.
1435
1436 2005-03-14 Kim F. Storm <storm@cua.dk>
1437
1438 * simple.el (next-line, previous-line): Add optional try-vscroll
1439 arg to recognize interactive use. Pass it on to line-move.
1440 (line-move): Don't perform auto-window-vscroll when defining or
1441 executing keyboard macro to ensure consistent behaviour.
1442
1443 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
1446
1447 2005-03-13 Lute Kamstra <lute@gnu.org>
1448
1449 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
1450 debugger-setup-buffer so that backtrace marks the frames set to
1451 debug-on-exit and we don't have to do it manually. Set an extra
1452 debug-on-exit for macro's.
1453 (debugger-setup-buffer): Don't mark the top frame manually.
1454
1455 2005-03-12 Lute Kamstra <lute@gnu.org>
1456
1457 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
1458 lisp-indent-function throughout.
1459 (with-no-warnings): Set lisp-indent-function property.
1460
1461 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
1462
1463 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
1464 Add entry for backslash.
1465
1466 2005-03-12 Juri Linkov <juri@jurta.org>
1467
1468 * info.el (Info-search): Four fixes for backward search.
1469
1470 2005-03-11 Jay Belanger <belanger@truman.edu>
1471
1472 * calc/calc.el (calc-language-alist): New variable.
1473 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
1474 (calc-embedded-find-modes): Use calc-language-alist instead of
1475 calc-embedded-language-alist.
1476
1477 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
1478
1479 * calendar/calendar.el (calendar-redrawing): New internal
1480 variable.
1481 (redraw-calendar): Remove bogus save-excursion from previous
1482 change. Bind calendar-redrawing to t for mark-diary-entries.
1483 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
1484 calendar if that is why we were called.
1485
1486 2005-03-11 Kenichi Handa <handa@m17n.org>
1487
1488 * international/mule.el (make-coding-system): Set property
1489 coding-system-define-form to nil.
1490 (define-coding-system-alias): Likewise.
1491
1492 2005-03-11 Kenichi Handa <handa@m17n.org>
1493
1494 These changes are suggested by Dave Love <fx@gnu.org>.
1495
1496 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
1497 coding: tag.
1498 (adaptive-fill-regexp): Add more bullets.
1499 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
1500 regexps.
1501
1502 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * help.el (describe-mode): Properly handle non-trivial lighters.
1505 Don't ignore minor modes that are not listed in minor-mode-list.
1506
1507 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
1508 feature ON when the user requests to turn it OFF.
1509
1510 2005-03-10 Lute Kamstra <lute@gnu.org>
1511
1512 * emacs-lisp/debug.el (debug-entry-code): Delete it.
1513 (implement-debug-on-entry): New function to replace debug-entry-code.
1514 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
1515 second argument as the 2005-03-07 change makes it obsolete.
1516 (debug-on-entry, cancel-debug-on-entry): Update call to
1517 debug-on-entry-1.
1518 (debug, debugger-setup-buffer): Comment update.
1519 (debugger-frame-number): Update to work with implement-debug-on-entry.
1520
1521 2005-03-10 Jay Belanger <belanger@truman.edu>
1522
1523 * calc/calc-embed.el (math-ms-args): Declare it.
1524 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
1525 math-ms-args.
1526 (calc-embedded-subst): Use math-multi-subst-rec to substitute
1527 variables.
1528
1529 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
1530
1531 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
1532 Use message-box.
1533
1534 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
1535 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
1536 (tooltip-gud-tips): Simplify.
1537 (tooltip-gud-tips-p): Remove superflouous :set.
1538 (tooltip-gud-modes): Add fortran-mode.
1539 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
1540
1541 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
1542
1543 2005-03-09 Kim F. Storm <storm@cua.dk>
1544
1545 * play/animate.el (animate-place-char): Use forward-line instead
1546 of next-line to improve performance.
1547
1548 2005-03-09 Simon Josefsson <jas@extundo.com>
1549
1550 * net/browse-url.el (browse-url-default-browser): Doc fix.
1551
1552 2005-03-09 Miles Bader <miles@gnu.org>
1553
1554 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
1555 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
1556
1557 2005-03-09 Kenichi Handa <handa@m17n.org>
1558
1559 * international/latin-1.el: Set case and syntax for 255 only if
1560 set-case-syntax-set-multibyte is nil.
1561
1562 * textmodes/ispell.el (ispell-insert-word): New function.
1563 (ispell-word): Use ispell-insert-word to insert a new word.
1564 (ispell-process-line): Likewise.
1565 (ispell-complete-word): Likewise.
1566
1567 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
1568
1569 * calendar/calendar.el (redraw-calendar): Preserve point.
1570 Reported by Matt Hodges <MPHodges@member.fsf.org>.
1571 (calendar-week-start-day): Move after definition of
1572 redraw-calendar. Delete buffer test, since redraw-calendar has
1573 that now.
1574
1575 * calendar/diary-lib.el (mark-diary-entries): Only call
1576 redraw-calendar in the first of any recursive calls.
1577 Reported by Alan Shutko <ats@acm.org>.
1578
1579 2005-03-08 Juri Linkov <juri@jurta.org>
1580
1581 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
1582 (html-horizontal-rule, html-line, html-image, html-checkboxes)
1583 (html-radio-buttons): Add a space before the trailing `/>' where
1584 sgml-xml-mode is non-nil.
1585 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
1586 the subsequent tag of the empty XML tag.
1587 (html-href-anchor): Don't set initial input to "http:".
1588 (html-image): Ask for the image URL and set point inside alt="".
1589 (html-name-anchor): Duplicate the name in the `id' attribute when
1590 sgml-xml-mode is non-nil.
1591 (html-paragraph): Remove \n before <p>.
1592 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
1593 instead of `checked' when sgml-xml-mode is non-nil.
1594
1595 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
1596 Remove 1 space before #RRGGBB to not truncate it on terminal
1597 windows w/o fringes. Remove 1 space between bg and fg examples
1598 to get more space.
1599 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
1600 avoid byte-compile warnings.
1601
1602 * image-file.el (image-file-handler): Put `safe-magic' property to
1603 `image-file-handler'.
1604
1605 * info.el (Info-isearch-search): Emulate word search in
1606 isearching through multiple Info nodes with Info-search.
1607 (Info-isearch-wrap): Allow isearch-word.
1608
1609 2005-03-08 Lute Kamstra <lute@gnu.org>
1610
1611 * emacs-lisp/debug.el (debugger-step-through): Make sure that
1612 stepping into the debugger's code is not possible.
1613 (debugger-jumping-flag): Docstring update.
1614
1615 2005-03-08 Jay Belanger <belanger@truman.edu>
1616
1617 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
1618 embedded mode begins.
1619 (calc-embedded-language-alist): New variable.
1620 (calc-embedded-find-modes): Use calc-embedded-language-alist to
1621 set default language mode.
1622
1623 2005-03-08 Kenichi Handa <handa@m17n.org>
1624
1625 * international/ccl.el (define-ccl-program): Fix docstring about
1626 extra 256 bytes assured for the output buffer.
1627
1628 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
1629 Fix BUFFER_MAGNIFICATION to 2.
1630 (ccl-encode-mule-utf-16be-with-signature): Likewise.
1631
1632 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
1633
1634 * align.el (align-rules-list): Added an alignment rule for CSS
1635 declarations (applies to css-mode and html-mode buffers).
1636
1637 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
1640
1641 2005-03-07 Kim F. Storm <storm@cua.dk>
1642
1643 * simple.el (move-beginning-of-line): New command.
1644
1645 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
1646
1647 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
1648
1649 * emulation/cua-base.el: Put CUA move property on move-end-of-line
1650 and move-beginning-of-line.
1651
1652 * apropos.el (apropos-print): Omit command from M-x ... RET.
1653
1654 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
1655
1656 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
1657 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
1658
1659 2005-03-06 Richard M. Stallman <rms@gnu.org>
1660
1661 * bindings.el (esc-map): Bind M-g to goto-line.
1662
1663 * facemenu.el (global-map): Bind M-o, not M-g.
1664
1665 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1666
1667 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
1668 "Open Directory" as for "Open File".
1669
1670 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
1673 (push-mark-command): Run activate-mark-hook.
1674
1675 2005-03-06 Richard M. Stallman <rms@gnu.org>
1676
1677 * help-mode.el (help-mode-finish): Don't alter the element
1678 in view-return-to-alist if there already is one.
1679
1680 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
1681 make sure the current buffer is the expected one.
1682
1683 * novice.el (disabled-command-function): Output in *Disabled Command*.
1684 Explicitly ignore non-keyboard events, and explicitly handle C-g.
1685
1686 * textmodes/flyspell.el (flyspell-large-region):
1687 Pass args differently for aspell.
1688
1689 * files.el (mode-require-final-newline): Doc fix.
1690
1691 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1692
1693 * progmodes/which-func.el (which-function):
1694 Specify NOERROR when calling imenu--make-index-alist.
1695
1696 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * simple.el (normal-erase-is-backspace): Define default value.
1699
1700 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
1701 (custom-reevaluate-setting): Simple function to handle
1702 variables that are defined before their default value can really
1703 be computed.
1704
1705 * startup.el (command-line): Use it for temporary-file-directory,
1706 small-emporary-file-directory, auto-save-file-name-transforms,
1707 blink-cursor-mode, and normal-erase-is-backspace.
1708
1709 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
1710 progress, even with buggy anchored keywords.
1711
1712 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
1713
1714 * simple.el (goto-line): Remove unbalanced final parenthesis.
1715
1716 2005-03-05 Richard M. Stallman <rms@gnu.org>
1717
1718 * simple.el (goto-line): Use a number at point as the default.
1719 With C-u as arg, switch buffers.
1720
1721 2005-03-05 Juri Linkov <juri@jurta.org>
1722
1723 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
1724 with `no-blinking-cursor'.
1725
1726 * startup.el (no-blinking-cursor): New defvar.
1727 (command-line): Add `--no-blinking-cursor' to longopts.
1728 Set `no-blinking-cursor' to t for command line arguments
1729 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
1730 with `no-blinking-cursor' in the condition for calling
1731 `blink-cursor-mode'.
1732
1733 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
1734
1735 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
1736 (menu-bar-options-save): Add blink-cursor-mode.
1737 (menu-bar-options-menu): Add blink-cursor-mode.
1738
1739 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
1740
1741 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
1742 (icalendar-export-file, icalendar-export-region)
1743 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
1744 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
1745
1746 2005-03-04 Lute Kamstra <lute@gnu.org>
1747
1748 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
1749 (debug-function-list): Ditto.
1750
1751 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
1752
1753 * textmodes/texinfmt.el (texinfo-append-refill):
1754 Redefine the types of line to which @refill
1755 is not appended by replacing a search for `@refill\\|@bye' with
1756 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
1757 itemize@refill' bug and the unfilled long lines bug.
1758 (texinfmt-version): Update number and date.
1759
1760 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
1761
1762 * international/code-pages.el (windows-1250, windows-125[2-8])
1763 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
1764
1765 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
1768 bound yet.
1769
1770 2005-03-02 Romain Francoise <romain@orebokech.com>
1771
1772 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
1773 buffer after removing limits.
1774 (ibuffer-pop-filter): Ditto.
1775 Update copyright.
1776
1777 2005-03-02 Miles Bader <miles@gnu.org>
1778
1779 * button.el (make-text-button): If the user doesn't specify a
1780 type, use the default. Rewrite to use `add-text-properties' and
1781 plist functions.
1782
1783 2005-03-01 Lute Kamstra <lute@gnu.org>
1784
1785 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
1786 (debugger-jumping-flag): New var.
1787 (debug-entry-code): Use it.
1788 (debugger-jump): Use debugger-jumping-flag and add
1789 debugger-reenable to post-command-hook.
1790 (debugger-reenable): Use debugger-jumping-flag and remove itself
1791 from post-command-hook.
1792 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
1793 debugger-reenable.
1794
1795 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
1796
1797 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
1798 inclusion of "itemize\\|", which may be unnecessary, is certainly
1799 inelegant, and stops refilling in itemize lists when formatting
1800 Japanese Texinfo files to Info.
1801 Update copyright to 2005.
1802
1803 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
1804
1805 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
1806 of an error if GDB can't find the source file.
1807
1808 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
1809
1810 * calendar/calendar.el (redraw-calendar): Work from any buffer,
1811 not just the calendar.
1812
1813 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
1814 first.
1815 (diary-redraw-calendar): New function.
1816 (make-diary-entry): Add diary-redraw-calendar to local
1817 write-contents-functions. Turn off selective display before
1818 inserting in diary.
1819
1820 2005-03-01 Kim F. Storm <storm@cua.dk>
1821
1822 * emacs-lisp/copyright.el (copyright-fix-years): New command.
1823
1824 2005-03-01 Lute Kamstra <lute@gnu.org>
1825
1826 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
1827 that debug-entry-code can be safely removed from a function while
1828 this code is being evaluated. Revert the 2005-02-27 change as the
1829 new implementation no longer requires it. Make sure that a
1830 function body containing just a string is not mistaken for a docstring.
1831 (debug): Skip one more frame in case of debug on entry.
1832 (debugger-setup-buffer): Delete one more frame line in case of
1833 debug on entry.
1834 (debugger-frame-number): Update to use the new text introduced by
1835 the 1999-11-03 change. Skip one more frame in case of debug on entry.
1836
1837 2005-02-28 Kim F. Storm <storm@cua.dk>
1838
1839 * double.el (double-translate-key): Call force-window-update after
1840 read-event to avoid crash in redisplay.
1841
1842 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
1845 (debug): Use it. Move the inhibit-trace earlier.
1846 (debug-entry-code): New const.
1847 (debug-on-entry-1): Use it.
1848
1849 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
1850
1851 * international/utf-16.el (ccl-encode-mule-utf-16le):
1852 Fix BUFFER_MAGNIFICATION to 2.
1853 (ccl-encode-mule-utf-16be): Likewise.
1854
1855 2005-02-28 Kenichi Handa <handa@m17n.org>
1856
1857 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
1858 Fix BUFFER_MAGNIFICATION to 4.
1859 (ccl-encode-mule-utf-16be-with-signature): Likewise.
1860
1861 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
1862
1863 * speedbar.el (speedbar-update-flag): Doc fix.
1864 (speedbar-show-info-under-mouse): Give set-mouse-position the right
1865 argument.
1866
1867 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * reveal.el (reveal-post-command): Don't try to reveal overlays which
1870 have a non-nil `invisible' property but are actually visible.
1871
1872 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
1873 for perldoc sections.
1874 (perl-outline-regexp, perl-outline-level): New var and function.
1875 (perl-mode): Use them.
1876
1877 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
1878
1879 * calendar/diary-lib.el (diary-remind): Discard any mark portion
1880 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
1881
1882 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
1883
1884 * cus-edit.el: Comment change.
1885 (custom-buffer-create-internal): Slightly reword text at top of
1886 Custom buffers. Mention there that saving an option edits the
1887 init file. Add link to Emacs manual node on `custom-file'.
1888 (custom-magic-alist): Rewrite individual State messages to use
1889 capitalized keywords. Doc fix.
1890
1891 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
1892
1893 * calendar/calendar.el (calendar-buffer): Move above
1894 calendar-week-start-day.
1895 (calendar-week-start-day): Doc fix. Add :set function.
1896 (calendar-minimum-window-height): New variable.
1897 (generate-calendar-window): Only resize window if selected-window
1898 is displaying the calendar buffer. Use new variable
1899 calendar-minimum-window-height.
1900 (generate-calendar): Reword error message.
1901 (calendar-mode-map): Bind DEL to scroll-other-window-down.
1902
1903 2005-02-27 Andreas Schwab <schwab@suse.de>
1904
1905 * vc.el (vc-do-command): Don't run command asynchronously when
1906 operating in a remote directory.
1907
1908 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
1909 change from sync with Tramp 2.0.47.
1910
1911 2005-02-27 Richard M. Stallman <rms@gnu.org>
1912
1913 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1914
1915 * textmodes/flyspell.el (flyspell-mode-on):
1916 Call ispell-change-dictionary only if necessary.
1917
1918 * emacs-lisp/re-builder.el (regexp-builder): New function.
1919
1920 * register.el (describe-register-1): Explicitly handle
1921 yank-excluded-properties = t.
1922
1923 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
1924 (custom-magic-alist): Change the status descriptions again.
1925 (face widget-type): Total rewrite based on `restricted-sexp'
1926 to eliminate the confusing double hiding levels.
1927
1928 * emacs-lisp/debug.el (debug-on-entry-1):
1929 If function body is empty, add nil as body form.
1930
1931 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * emacs-lisp/trace.el (inhibit-trace): New var.
1934 (trace-make-advice): Use it.
1935
1936 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
1937
1938 2005-02-26 Kim F. Storm <storm@cua.dk>
1939
1940 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
1941 (mouse-on-link-p, mouse-drag-region-1): Use it.
1942
1943 2005-02-25 Lute Kamstra <lute@gnu.org>
1944
1945 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
1946
1947 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
1948
1949 * frame.el (blink-cursor-mode): Add :group keyword.
1950
1951 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
1952
1953 * calendar/icalendar.el (icalendar--decode-isodatetime):
1954 New optional argument DAY-SHIFT.
1955 (icalendar-export-region): Fix coding-system-for-write.
1956 (icalendar--convert-ical-to-diary): Shift end-day of all-day
1957 events by one.
1958
1959 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
1960
1961 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
1962
1963 2005-02-24 Kim F. Storm <storm@cua.dk>
1964
1965 * international/iso-acc.el (iso-accents-compose): Fix crash
1966 during redisplay. Call force-window-update after read-event
1967 and delete-region to signal that window is not accurate.
1968
1969 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
1972 Remove unused and inexistent var `inhibit-trace'.
1973 (debugger-mode): Use run-mode-hooks.
1974 (debugger-list-functions): Add buttons; setup xref stack.
1975
1976 2005-02-23 Richard M. Stallman <rms@gnu.org>
1977
1978 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
1979 appointment says it was explicitly made.
1980 (appt-add): Set the 3rd element.
1981 (appt-make-list): Preserve explicit appointments.
1982
1983 * subr.el (find-tag-default): Catch errors in forward-sexp.
1984
1985 2005-02-23 Juri Linkov <juri@jurta.org>
1986
1987 * info.el (Info-isearch-search): New defcustom.
1988 (Info-isearch-search): Call the default isearch function
1989 when Info-isearch-search is nil.
1990 (Info-isearch-wrap): Use variable Info-isearch-search.
1991
1992 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
1993
1994 * cus-edit.el: Comment change.
1995
1996 2005-02-22 Kim F. Storm <storm@cua.dk>
1997
1998 * progmodes/hideif.el (hide-ifdef-use-define-alist):
1999 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
2000
2001 2005-02-22 Simon Josefsson <jas@extundo.com>
2002
2003 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
2004 New variable.
2005 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
2006 Oskarsson" <myrkraverk@users.sourceforget.net>.
2007
2008 2005-02-22 Kim F. Storm <storm@cua.dk>
2009
2010 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
2011 check that window of that event is the selected window.
2012 (mouse-drag-region-1): Compare mouse event window to selected
2013 window before setting point.
2014
2015 * tooltip.el (tooltip-show-help-function): Pass event to
2016 mouse-on-link-p so it can check selected window.
2017
2018 2005-02-22 Kenichi Handa <handa@m17n.org>
2019
2020 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
2021 (ps-mule-show-warning): New function.
2022 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
2023 characters are found.
2024
2025 * ps-print.el (ps-header-footer-string): Return a list of header
2026 and footer strings.
2027
2028 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2029
2030 * pcvs.el (cvs-retrieve-revision): Fix thinko.
2031
2032 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * frame.el (blink-cursor-mode): Use define-minor-mode.
2035
2036 * term/mac-win.el (function-key-map): Use char-names more consistently.
2037 (file-name-coding-system): Only set it for MacOS-9. The other case is
2038 already handled in mule-cmds.el (where it also works when mac-win.el
2039 is not used).
2040
2041 2005-02-21 Kenichi Handa <handa@m17n.org>
2042
2043 * international/mule.el (ctext-pre-write-conversion): Always use
2044 " *code-converting-work*" buffer for work.
2045
2046 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
2047
2048 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
2049
2050 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
2051
2052 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
2053
2054 * ses.el (undo-more): Restore defadvice, but only the part that
2055 allows changes outside the restricted area of the buffer.
2056
2057 2005-02-20 Kim F. Storm <storm@cua.dk>
2058
2059 * simple.el (line-move): Add fourth optional arg try-vscroll which
2060 must be set to perform auto-window-vscroll.
2061 When moving backwards and doing auto-window-vscroll, automatically
2062 vscroll to the last part of lines which are taller than the window.
2063 (next-line, previous-line): Set try-vscroll arg on line-move.
2064
2065 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
2066
2067 * replace.el (query-replace, query-replace-regexp)
2068 (replace-string, replace-regexp): When operating on region, make
2069 the minibuffer prompt say so.
2070
2071 * isearch.el (isearch-forward): Document isearch-query-replace and
2072 isearch-query-replace-regexp keybindings.
2073
2074 2005-02-19 Jay Belanger <belanger@truman.edu>
2075
2076 * calc/calc-aent.el (math-read-token): Add local variable.
2077
2078 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
2079 (calc-edit-top): Move declaration to earlier in file.
2080 (calc-edit-macro-repeats): Add local variables.
2081
2082 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
2083 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
2084 calcFunc-tanh.
2085 Adjust integration rule for calcFunc-tan.
2086
2087 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2088
2089 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
2090 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
2091 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
2092 (viper-skip-separators): Bug fix.
2093 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
2094 particular major mode.
2095 (viper-del-backward-char-in-replace): Don't put deleted char on the
2096 kill ring.
2097
2098 * viper-ex.el (viper-color-display-p): New function.
2099 (viper-has-face-support-p): Use viper-color-display-p.
2100
2101 * viper-keym.el (viper-gnus-modifier-map): New keymap.
2102
2103 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
2104
2105 * viper-util.el (viper-glob-unix-files): Fix shell status check.
2106 (viper-file-remote-p): Make equivalent to file-remote-p.
2107
2108 * viper.el (viper-major-mode-modifier-list):
2109 Use viper-gnus-modifier-map.
2110
2111 2005-02-19 David Kastrup <dak@gnu.org>
2112
2113 * subr.el (subregexp-context-p): Fix garbled doc string by adding
2114 quoting.
2115
2116 2005-02-19 Jay Belanger <belanger@truman.edu>
2117
2118 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
2119 Remove extra definitions.
2120 (calc-coth): New function.
2121 (calcFunc-cot): Fix `let'.
2122
2123 2005-02-19 Eli Zaretskii <eliz@gnu.org>
2124
2125 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
2126 the reasons we use "type pc" in these faces.
2127
2128 * button.el (button): Ditto.
2129
2130 2005-02-19 Michael Mauger <mmaug@yahoo.com>
2131
2132 * replace.el (query-replace-read-from): Set the value of
2133 query-replace-from-history-variable to handle the case of an empty
2134 string entered to accept the suggested default.
2135
2136 * net/tramp.el (tramp-file-name-for-operation):
2137 Use dired-call-process instead of dired-call-process-command.
2138
2139 2005-02-19 Jay Belanger <belanger@truman.edu>
2140
2141 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
2142 (math-div-non-trig): New variables.
2143 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
2144 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
2145 (math-combine-prod, math-div-symb-fancy): Add simplifications for
2146 trig expressions.
2147
2148 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
2149
2150 * progmodes/gdb-ui.el (gdb-var-update-handler)
2151 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
2152 for watch expressions,
2153 (gdb-var-create-handler): Don't set speedbar-update-flag.
2154 (gdb-post-prompt): Simplify test for speedbar.
2155
2156 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2157
2158 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
2159 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
2160 we use the syntax table of the correct buffer.
2161 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
2162 Felix Gatzemeier.
2163
2164 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
2165 (ediff-file-remote-p): Make synonymous with file-remote-p.
2166 In all deffaces ediff-*-face-*, use min-colors.
2167
2168 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
2169 ediff-recurse-to-subdirectories.
2170 (ediff-mark-if-equal): Check that the arguments are strings, use
2171 ediff-same-contents (after to Felix Gatzemeier).
2172
2173 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
2174 nil.
2175
2176 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * log-view.el (log-view-message-re): Fix up Subversion regexp.
2179
2180 2005-02-18 David Kastrup <dak@gnu.org>
2181
2182 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
2183 use `mark-active' when defined.
2184
2185 2005-02-18 Kenichi Handa <handa@m17n.org>
2186
2187 * ps-print.el (ps-font-info-database): New entry
2188 ZapfChancery-MediumItalic with correct font name. Fix font name
2189 of the entry Zapf-Chancery-MediumItalic.
2190
2191 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
2192
2193 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
2194
2195 2005-02-16 Kim F. Storm <storm@cua.dk>
2196
2197 * ido.el (ido-fallback-command): Pass user input to fallback command.
2198
2199 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
2200
2201 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2202 (gdb-find-file-hook): Add server prefix.
2203
2204 2005-02-16 Richard M. Stallman <rms@gnu.org>
2205
2206 * replace.el (perform-replace): Pass new args to replace-highlight.
2207 (replace-highlight): Take region args,
2208 and pass them to isearch-lazy-highlight-new-loop.
2209
2210 * novice.el (disabled-command-hook): Autoload the defalias
2211 and the make-obsolete-variable call.
2212
2213 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
2214
2215 * isearch.el (isearch-lazy-highlight-start-limit)
2216 (isearch-lazy-highlight-end-limit): New variables limit
2217 the region for highlighting.
2218 (isearch-lazy-highlight-new-loop): New args BEG and END.
2219 (isearch-lazy-highlight-search): Use the new vars.
2220 (isearch-lazy-highlight-update): Likewise.
2221
2222 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
2223
2224 * cus-start.el (all): Use default-boundp.
2225
2226 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
2227
2228 * menu-bar.el (menu-bar-select-frame): Handle current frame.
2229
2230 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
2231
2232 * autorevert.el (auto-revert-stop-on-user-input)
2233 (auto-revert-verbose): Doc fixes.
2234
2235 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2236
2237 * international/mule-cmds.el (set-locale-environment): Remove call
2238 to set-selection-coding-system on Windows.
2239
2240 2005-02-15 Jay Belanger <belanger@truman.edu>
2241
2242 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
2243 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
2244 calcFunc-coth.
2245 (math-simplify-sqrt): Add simplifications.
2246
2247 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
2248 to list.
2249
2250 * calc/calc-ext.el: Add functions to autoloads.
2251
2252 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
2253 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
2254 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
2255 (math-csc-raw, math-cot-raw): New functions.
2256
2257 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
2258
2259 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
2260 the variable name in a message.
2261
2262 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
2263 calcFunc-csc, calcFunc-cot.
2264
2265 * calc/calcalg2.el: Add derivative and integration rules for
2266 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
2267 calcFunc-csch, calcFunc-coth.
2268 (math-do-integral-methods): Add to checks for when to use
2269 substitutions.
2270
2271 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
2272
2273 2005-02-15 Lute Kamstra <lute@gnu.org>
2274
2275 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2276 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
2277 <monnier@iro.umontreal.ca>
2278 (lisp-outline-level): Improve efficiency. Suggested by David
2279 Kastrup <dak@gnu.org>.
2280
2281 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
2282
2283 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
2284 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
2285 (gdb-set-gud-minor-mode-existing-buffers): New functions.
2286 (gdb-find-file-hook): New hook. Add it to find-file-hook.
2287 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
2288
2289 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
2290
2291 * cus-start.el (all): Comment change.
2292
2293 2005-02-14 Lute Kamstra <lute@gnu.org>
2294
2295 * cus-start.el (all): Check if symbol is void.
2296
2297 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
2298
2299 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
2300 optional argument to \cite.
2301
2302 2005-02-14 Richard M. Stallman <rms@gnu.org>
2303
2304 * cus-edit.el (custom-buffer-create-internal): Update help message.
2305 (custom-magic-alist): Update help messages.
2306
2307 * cus-start.el (all): Allow a var to specify a standard value.
2308
2309 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
2310
2311 * custom.el (custom-theme-set-variables): Handle variable aliases.
2312
2313 * frame.el (blink-cursor-timer): Doc fix.
2314 (blink-cursor): Make it an alias for `blink-cursor-mode' and
2315 declare obsolete.
2316 (blink-cursor-mode): Define with defcustom and use correct
2317 standard expression in that defcustom.
2318 * startup.el (command-line): Adapt to above changes in frame.el.
2319
2320 2005-02-11 Lute Kamstra <lute@gnu.org>
2321
2322 * apropos.el (apropos-score-doc): Prevent division by zero.
2323
2324 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
2325
2326 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
2327 (icalendar--get-event-property-attributes)
2328 (icalendar--get-event-properties)
2329 (icalendar--datetime-to-diary-date): New functions.
2330 (icalendar--split-value): Doc fix.
2331 (icalendar--datetime-to-noneuropean-date)
2332 (icalendar--datetime-to-european-date): New optional argument
2333 SEPARATOR. Return result as a string instead of a list.
2334 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
2335 (icalendar--convert-string-for-export): Rename arg S to STRING.
2336 (icalendar-export-region): Doc fix. Change name of error buffer.
2337 Save output buffer.
2338 (icalendar-import-file): Add blank at end of prompt.
2339 (icalendar-import-buffer): Doc fix. Do not switch to error
2340 buffer. Indicate status in return value.
2341 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
2342 buffer. Save output buffer. Handle exception from recurrence
2343 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
2344 events. Fix problems with weekly all-day events.
2345
2346 2005-02-10 Richard M. Stallman <rms@gnu.org>
2347
2348 * simple.el (eval-expression-print-format):
2349 Avoid warning about edebug-active.
2350
2351 * help.el (help-for-help-internal): Rename from help-for-help.
2352 (help-for-help): Define with defalias.
2353
2354 * font-core.el (font-lock-default-function): Use with-no-warnings.
2355
2356 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
2357
2358 * custom.el (defface): Doc fix.
2359
2360 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
2361
2362 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
2363 width 0" to prevent word wrapping problems.
2364
2365 2005-02-09 Kim F. Storm <storm@cua.dk>
2366
2367 * ido.el (ido-file-extensions-order): New defcustom.
2368 (ido-file-extension-lessp, ido-file-extension-aux)
2369 (ido-file-extension-order): New advanced file ordering.
2370 (ido-file-lessp): New simple file ordering.
2371 (ido-sort-list): Remove.
2372 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
2373 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
2374
2375 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
2376
2377 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
2378 that some versions of grep produce.
2379 (grep-mode-font-lock-keywords): Likewise.
2380
2381 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
2382
2383 * progmodes/gdb-ui.el (gdb-location-list): New variable.
2384 (gdb-cdir): Delete.
2385 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
2386 (gdb-source-info): Treat case when source file is in another
2387 directory properly.
2388 (gdb-get-location): New function.
2389
2390 2005-02-07 Jay Belanger <belanger@truman.edu>
2391
2392 * calc/calc-prog.el (calc-write-parse-table-part)
2393 (calc-fix-token-name): Fix a check for language type.
2394
2395 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
2396
2397 2005-02-07 Andre Spiegel <spiegel@gnu.org>
2398
2399 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
2400 as directory not writable.
2401
2402 2005-02-07 Kim F. Storm <storm@cua.dk>
2403
2404 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
2405 (cua--standard-movement-commands): Remove list.
2406 Instead, set CUA property value to move for movement commands.
2407 (cua-movement-commands): Remove. Users must set CUA prop instead.
2408 (cua--pre-command-handler): Check CUA property.
2409 (cua--init-keymaps): Don't remap undo commands.
2410 (cua-mode): Don't call cua--rectangle-on-off.
2411
2412 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
2413 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
2414 (cua--rect-undo-set-point): New var.
2415 (cua--rectangle-undo-boundary): Setup undo apply entry.
2416 (cua--rect-undo-handler): New function for rectangle undo.
2417 (cua--rect-start-position, cua--rect-end-position): Add.
2418 (cua--rectangle-post-command): Call cua--rectangle-set-corners
2419 for restored rectangle. Set point if cua--rect-undo-set-point.
2420
2421 2005-02-06 Jay Belanger <belanger@truman.edu>
2422
2423 * calc/calc-lang.el (calc-tex-language): Display more information
2424 in messages.
2425
2426 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
2427 in TeX mode.
2428
2429 2005-02-06 Richard M. Stallman <rms@gnu.org>
2430
2431 * emacs-lisp/lisp.el (buffer-end): Doc fix.
2432
2433 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
2434
2435 * net/ldap.el (ldap-search-internal): Support attributes with
2436 optional descriptions separated by a semi-colon, as in
2437 "userCertificate;binary".
2438
2439 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2440
2441 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
2442 isn't a cons (i.e. the version is 0).
2443
2444 2005-02-05 Eli Zaretskii <eliz@gnu.org>
2445
2446 * help.el (help-for-help): Doc fix.
2447
2448 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
2449
2450 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
2451 GDB-Windows on the menu-bar as this works better.
2452
2453 2005-02-04 Jay Belanger <belanger@truman.edu>
2454
2455 * calc/calc-embed.el (calc-embedded-update): Don't put in
2456 unnecessary newlines. Adjust the end of formula marker.
2457
2458 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
2459 (math-latex-parse-two-args): New function.
2460
2461 2005-02-03 Lute Kamstra <lute@gnu.org>
2462
2463 * help-fns.el (help-with-tutorial): Make sure that users cannot
2464 remove the entire text of the tutorial by means of `undo'.
2465
2466 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
2469 in recent changes, where the ispell process was repeatedly
2470 killed & restarted.
2471
2472 * international/mule-cmds.el (set-locale-environment): Set file-name
2473 coding system to utf-8 on Darwin systems.
2474 (set-default-coding-systems): Don't set default-file-name-coding-system
2475 on Darwin systems.
2476
2477 2005-02-03 Richard M. Stallman <rms@gnu.org>
2478
2479 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
2480
2481 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
2482
2483 * faces.el (list-faces-display): Add optional argument.
2484
2485 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2486
2487 * font-core.el (font-lock-default-function): Handle the rare case where
2488 only font-lock-keywords is set.
2489
2490 2005-02-02 Kenichi Handa <handa@m17n.org>
2491
2492 * international/characters.el: Cancel previous change for
2493 I-WITH-DOT-ABOVE and DOTLESS-i.
2494
2495 * international/latin-5.el: Cancel previous change.
2496
2497 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
2498
2499 * progmodes/gud.el: Correction to syntax in gud-menu-map.
2500
2501 2005-02-02 Kenichi Handa <handa@m17n.org>
2502
2503 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
2504 DOTLESS-i.
2505
2506 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
2507 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
2508
2509 * case-table.el (get-upcase-table): New function.
2510 (copy-case-table): Copy upcaes table too if non-nil.
2511 (set-case-syntax-delims): Maintain upcase table too.
2512 (set-case-syntax-pair): Likewise.
2513 (set-upcase-syntax, set-downcase-syntax): New functions.
2514 (set-case-syntax): Maintain upcase table too.
2515
2516 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
2517
2518 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
2519
2520 * progmodes/gud.el (gud-goto-info): New function.
2521 (gud-tool-bar-map): Use correct icon.
2522
2523 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
2524
2525 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
2526 When delegating, order args in the funcall correctly.
2527
2528 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
2529
2530 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2531
2532 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
2533
2534 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
2535 buffer not visiting a file.
2536
2537 2005-01-31 Jay Belanger <belanger@truman.edu>
2538
2539 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
2540 bound on the line with the formula.
2541
2542 2005-01-31 Kim F. Storm <storm@cua.dk>
2543
2544 * ses.el (ses-create-cell-variable-range)
2545 (ses-destroy-cell-variable-range, ses-reset-header-string)
2546 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
2547 (ses-insert-row): Fix format of apply undo entries.
2548
2549 2005-01-31 Jay Belanger <belanger@truman.edu>
2550
2551 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
2552 parts.
2553
2554 * calc/calc-embed.el (calc-embedded-open-formula)
2555 (calc-embedded-close-formula): Ignore matrix environments.
2556
2557 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
2558 TeX mode.
2559
2560 * calc/calc-lang.el (math-function-table, math-oper-table)
2561 (math-variable-table): Adjust the LaTeX portions.
2562
2563 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
2564 (math-latex-ignore-words): New constant.
2565
2566 2005-01-31 Richard M. Stallman <rms@gnu.org>
2567
2568 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
2569 (ispell-local-dictionary): Doc fix.
2570 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
2571 Don't reinitialize at run time. Don't defcustom.
2572 All uses changed to append ispell-local-dictionary-alist,
2573 or check it first.
2574 (ispell-current-dictionary): New variable for dictionary in use.
2575 (ispell-dictionary): Now used only for global default.
2576 (ispell-start-process): Set ispell-current-dictionary,
2577 not ispell-dictionary.
2578 (ispell-change-dictionary): Use this only for setting
2579 user preferences.
2580 (ispell-internal-change-dictionary): New function
2581 to change the current dictionary in use.
2582 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
2583 Use ispell-current-dictionary.
2584 Handle ispell-local-dictionary-overridden.
2585 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
2586
2587 2005-01-31 Jay Belanger <belanger@truman.edu>
2588
2589 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
2590
2591 * calc/calc-ext.el: Add calc-latex-language to autoloads.
2592 (calc-mode-map): Add calc-latex-language.
2593
2594 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
2595 (math-latex-print-frac): New functions.
2596 (math-oper-table, math-function-table, math-variable-table)
2597 (math-complex-format, math-input-filter): Add latex properties.
2598 (calc-set-language): Set math-expr-special-function-mapping.
2599
2600 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
2601 (calc-write-parse-table-part): Add LaTeX support.
2602
2603 * calc/calc.el (calc-language): Adjust docstring.
2604 (calc-set-mode-line): Add LaTeX support.
2605 (math-expr-special-function-mapping): New variable.
2606 (math-tex-ignore-words): Add to list.
2607
2608 * calc/calccomp.el (math-compose-expr, math-compose-rows):
2609 Add LaTeX support.
2610 (math-compose-expr): Add support for special functions.
2611
2612 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
2613
2614 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
2615
2616 * progmodes/gdb-ui.el (gdb-memory-address)
2617 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
2618 (gdb-memory-mode-map, gdb-memory-format-keymap)
2619 (gdb-memory-format-menu, gdb-memory-unit-keymap)
2620 (gdb-memory-unit-menu): New variables for a buffer
2621 that lets the user examine program memory.
2622 (gdb-memory-set-address, gdb-memory-set-repeat-count)
2623 (gdb-memory-format-binary, gdb-memory-format-octal)
2624 (gdb-memory-format-unsigned, gdb-memory-format-signed)
2625 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
2626 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
2627 (gdb-memory-unit-word, gdb-memory-unit-halfword)
2628 (gdb-memory-unit-byte, gdb-memory-unit-menu)
2629 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
2630 (gdb-memory-mode, gdb-memory-buffer-name)
2631 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
2632 New functions for above buffer.
2633
2634 2005-01-30 Richard M. Stallman <rms@gnu.org>
2635
2636 * cus-edit.el (custom-bury-buffer): Function deleted.
2637 (custom-buffer-done-function): Option deleted.
2638 (custom-buffer-done-kill): New (replacement option.
2639 (Custom-buffer-done): Call quit-window.
2640 (custom-buffer-create-internal): Update for above changes.
2641
2642 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
2643
2644 * simple.el (undo-ask-before-discard): New var.
2645 (undo-outer-limit-truncate): Implement it.
2646 (undo-extra-outer-limit): Doc update.
2647
2648 2005-01-29 Richard M. Stallman <rms@gnu.org>
2649
2650 * ses.el (undo-more): Delete defadvice.
2651 (ses-begin-change): Doc fix.
2652
2653 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
2654 instead of rebinding C-x u and C-_.
2655
2656 * files.el (normal-backup-enable-predicate): Return nil for files
2657 in /tmp, regardless of temporary-file-directory.
2658
2659 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
2660
2661 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
2662 (open-rectangle, delete-whitespace-rectangle-line)
2663 (clear-rectangle-line): If FILL, pass t instead of FILL
2664 for move-to-column's 2nd arg.
2665
2666 * simple.el (undo): Fix the test for continuing a series of undos.
2667 (undo-more): Set pending-undo-list to t when we reach end.
2668 (pending-undo-list): Move up defvar.
2669
2670 * wid-edit.el (widget-button-click):
2671 Shorten the range of the track-mouse binding.
2672
2673 * comint.el (comint-insert-input): Undo previous changes;
2674 use last-input-event in interactive spec.
2675
2676 2005-01-29 Eli Zaretskii <eliz@gnu.org>
2677
2678 * progmodes/compile.el (compilation-start): Bind buffer-read-only
2679 to nil before invoking call-process. Reset buffer's modified flag
2680 after fontifying it in the no-async branch.
2681
2682 * wid-edit.el (widget-specify-button): If mouse pointer shape
2683 cannot be changed, use mouse face instead.
2684
2685 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
2686
2687 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2688 (gdb-goto-breakpoint): Make breakpoint handling work on template
2689 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
2690 (gdb-assembler-custom): Update to recognise breakpoint information
2691 added on 2005-01-19.
2692
2693 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
2696 (dsssl-mode): Use define-derived-mode.
2697 (scheme-mode-initialize): Remove.
2698 (scheme-mode): Use run-mode-hooks.
2699
2700 * cus-edit.el (customize-group-other-window)
2701 (custom-buffer-create-other-window): Don't override special-display-*.
2702 (custom-mode-map): Make it dense.
2703
2704 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
2705 sets the default value.
2706
2707 2005-01-28 Eli Zaretskii <eliz@gnu.org>
2708
2709 * descr-text.el: Add more keywords.
2710
2711 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2712
2713 * speedbar.el: Avoid unnecessary use of locate-library.
2714
2715 * international/mule-cmds.el (standard-display-european-internal):
2716 Don't fiddle with latin-1 non-break space any more since it's now
2717 special cased in the C code.
2718 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
2719
2720 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
2721
2722 * cus-start.el (all): Add `undo-outer-limit'.
2723
2724 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2725
2726 * textmodes/bibtex.el (bibtex-format-entry):
2727 Use `bibtex-empty-field-re' only on the text of fields, not on entire
2728 field lines.
2729 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
2730 not on part of a buffer.
2731
2732 2005-01-25 Lute Kamstra <lute@gnu.org>
2733
2734 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
2735 nonempty field text strings like "{letters\\macro{}more letters}".
2736 Clarify docstring.
2737 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
2738 (bibtex-entry-offset, bibtex-parse-association)
2739 (bibtex-parse-field-name): Fix typos in docstrings.
2740 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
2741
2742 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
2743
2744 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
2745 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
2746 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
2747 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
2748
2749 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
2750 isearch minor mode.
2751
2752 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
2753
2754 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
2755
2756 2005-01-24 Lute Kamstra <lute@gnu.org>
2757
2758 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
2759 CASECHARS and NOT-CASECHARS regular expressions of the
2760 "nederlands" and "nederlands8" dictionaries to prevent a "Range
2761 striding over charsets" error.
2762
2763 2005-01-24 Jay Belanger <belanger@truman.edu>
2764
2765 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
2766 display variable name.
2767
2768 2005-01-24 Kenichi Handa <handa@m17n.org>
2769
2770 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
2771 Fix setting of the element of encoded-kbd-iso2022-invocations.
2772
2773 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
2774
2775 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2776 (gdb-threads-select): Change to also accept mouse events.
2777 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
2778 (gdb-threads-mouse-select): Delete.
2779
2780 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
2781
2782 * files.el (insert-directory): Take care of empty directory,
2783 listed without -a switch.
2784
2785 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * textmodes/refill.el (refill-post-command-function):
2788 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
2789 to the list of functions that we should be careful not to undo.
2790 (refill-late-fill-paragraph-function): Remove.
2791 (refill-saved-state): New var.
2792 (refill-mode): Use it to save fill-paragraph-function.
2793 Save also the value of auto-fill-function.
2794
2795 * term/w32-win.el: Simplify code.
2796
2797 2005-01-23 Kim F. Storm <storm@cua.dk>
2798
2799 * simple.el (line-move): Adapt to new return value from
2800 pos-visible-in-window-p.
2801
2802 * simple.el (line-move): Fix last change. Check partial
2803 visibility at point rather than at window-start.
2804
2805 2005-01-22 Jason Rumney <jasonr@gnu.org>
2806
2807 * term/w32-win.el (xw-defined-colors): Remove debug-message.
2808
2809 2005-01-22 David Kastrup <dak@gnu.org>
2810
2811 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
2812
2813 2005-01-22 Eli Zaretskii <eliz@gnu.org>
2814
2815 * type-break.el (type-break-mode): Add a test for
2816 type-break-file-name being non-nil.
2817
2818 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2819
2820 * net/eudc.el (top level): Call (message "") via progn, so that
2821 eudc-options-file is loaded.
2822
2823 2005-01-22 Kim F. Storm <storm@cua.dk>
2824
2825 * simple.el (line-move-1): Rename from line-move.
2826 (line-move): New function that adjusts vscroll for partially
2827 visible rows, and calls line-move-1 otherwise.
2828
2829 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
2830
2831 * pcomplete.el: define pcomplete-read-event instead of read-event,
2832 since it's not a complete read-event implementation
2833
2834 2005-01-20 Jay Belanger <belanger@truman.edu>
2835
2836 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
2837 for called function.
2838
2839 2005-01-20 Steven Tamm <steventamm@mac.com>
2840
2841 * term/mac-win.el (process-connection-type): Remove.
2842 Controlled now by s/darwin.h:PTY_ITERATION.
2843
2844 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * window.el (handle-select-window): Don't switch window when we're
2847 in the minibuffer.
2848
2849 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
2850
2851 * subr.el (dotimes-with-progress-reporter): New macro.
2852
2853 * ses.el (ses-dotimes-msg): Remove macro.
2854 Use `dotimes-with-progress-reporter' instead.
2855
2856 2005-01-19 Steven Tamm <steventamm@mac.com>
2857
2858 * term/mac-win.el (process-connection-type): Use new
2859 operating-system-release variable to use ptys on Darwin 7 (OSX
2860 10.3) when using carbon build.
2861
2862 2005-01-19 Jay Belanger <belanger@truman.edu>
2863
2864 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
2865 flags if the last command was a tab or M-tab.
2866
2867 * calc/calc-prog.el (calc-user-define-edit): Put original formula
2868 in formula editing buffer.
2869
2870 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
2871
2872 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
2873 breakpoint image symbol in margin.
2874
2875 2005-01-19 Jay Belanger <belanger@truman.edu>
2876
2877 * calc/calc-prog.el (calc-execute-kbd-macro):
2878 Ignore calc-keep-arg-flag.
2879
2880 2005-01-19 Kenichi Handa <handa@m17n.org>
2881
2882 * textmodes/ispell.el (ispell-looking-at): New function.
2883 (ispell-process-line): Use ispell-looking-at to compare the ispell
2884 output and the buffer contents.
2885
2886 2005-01-18 Jay Belanger <belanger@truman.edu>
2887
2888 * calc/calc.el (calc-display-raw): Fix docstring.
2889
2890 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * simple.el (blink-matching-open): Strip extra info from syntax.
2893
2894 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
2895 funny chars in the end-of-here-doc marker.
2896
2897 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
2898
2899 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
2900 that enable/disabled state of breakpoints is shown correctly in
2901 fringe and on ttys.
2902 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
2903 Add breakpoint information as text properties.
2904 (gdb-mouse-toggle-breakpoint):
2905 Rename to gdb-mouse-set-clear-breakpoint.
2906 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
2907 breakpoints in the margin.
2908 (gdb-remove-strings): Simplify.
2909
2910 2005-01-17 Jay Belanger <belanger@truman.edu>
2911
2912 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
2913 erasing buffer.
2914
2915 2005-01-17 Richard M. Stallman <rms@gnu.org>
2916
2917 * progmodes/grep.el (grep-find): Copy from `grep' the condition
2918 for calling grep-compute-defaults.
2919
2920 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
2921 if buffer is empty.
2922
2923 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
2924
2925 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * hilit-chg.el (highlight-changes-mode): Don't autoload.
2928
2929 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
2930 non-preloaded variables.
2931
2932 2005-01-17 Steven Tamm <steventamm@mac.com>
2933
2934 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
2935 tex-shell cause to force interactivity when using pipes.
2936
2937 2005-01-17 Kim F. Storm <storm@cua.dk>
2938
2939 * simple.el (just-one-space): Make arg optional.
2940
2941 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
2942
2943 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
2944 posn-at-x-y to t to access left-margin.
2945
2946 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
2947
2948 Sync with Tramp 2.0.47.
2949
2950 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
2951 catching keep-date problems in cp/scp operations.
2952 (tramp-handle-copy-file): Don't call `set-file-modes'
2953 unconditionally. Specialized functions should know better what is
2954 necessary. This improves performance a little bit, and the
2955 functions could catch errors with `cp -p' and `scp -p'.
2956 (tramp-do-copy-or-rename-file-via-buffer)
2957 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
2958 when appropriate.
2959 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
2960 Call `set-file-modes' when appropriate.
2961 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
2962 Johnsson <isak@hypergene.com>
2963 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
2964 of both Tramp buffer and debug buffer. Reported by Joakim Verona
2965 <joakim@verona.se>
2966 (tramp-file-name-for-operation): Mark `shell-command' as magic for
2967 Emacs only.
2968
2969 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
2970 `find-file-hooks' and `dired-mode-hook'.
2971 (tramp-minor-mode-map): Respective map. Add remapping for
2972 `compile' and `recompile'.
2973 (tramp-remap-command, tramp-recompile): New defuns.
2974 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
2975 in buffer "*Compilation*". Call the commands asynchronously.
2976
2977 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
2978 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
2979 `shell-command', because it isn't magic in XEmacs. Reported by
2980 Adrian Aichner <adrian@xemacs.org>.
2981
2982 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2983 `substitute-in-file-name.
2984 (tramp-smb-handle-substitute-in-file-name): New defun.
2985 (tramp-smb-advice-PC-do-completion): Delete advice.
2986
2987 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
2988
2989 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
2990 Fix error in deleting region.
2991
2992 2005-01-15 Richard M. Stallman <rms@gnu.org>
2993
2994 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
2995 In non-temp buffer, switch syntax table temporarily.
2996
2997 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
2998
2999 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
3000
3001 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
3002
3003 * imenu.el (imenu--split-menu): Copy menulist before sorting.
3004 (imenu--generic-function): Use START, not BEG, as pos of definition.
3005
3006 * simple.el (just-one-space): Argument specifies number of spaces.
3007
3008 * simple.el (eval-expression-print-format): Avoid warning
3009 about edebug-active.
3010
3011 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
3012
3013 * progmodes/sh-script.el: Code copied from make-mode.el
3014 with small changes,
3015 (sh-mode-map): Bind C-c C-\.
3016 (sh-backslash-column, sh-backslash-align): New variables.
3017 (sh-backslash-region, sh-append-backslash): New functions.
3018
3019 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3020
3021 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
3022 (rmail-pop-password, rmail-pop-password-required): Move to
3023 rmail-obsolete group.
3024 (rmail-set-pop-password): Rename to rmail-set-remote-password.
3025 All callers updated.
3026 (rmail-get-pop-password): Rename to rmail-get-remote-password.
3027 Take an argument specifying whether it is POP or IMAP mailbox we
3028 are using. All callers updated.
3029 (rmail-pop-password-error): Rename to
3030 rmail-remote-password-error. Added mailutils-specific error message.
3031 (rmail-movemail-search-path)
3032 (rmail-movemail-variant-in-use): New variables.
3033 (rmail-remote-password, rmail-remote-password-required):
3034 New customization variables.
3035 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
3036 (rmail-parse-url): New function.
3037 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
3038 with GNU mailutils movemail.
3039
3040 2005-01-15 Kevin Ryde <user42@zip.com.au>
3041
3042 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
3043 suffix to space, $ or '$, to correctly position point when going
3044 to @table style constants like DBL_MAX.
3045
3046 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3047
3048 * type-break.el (type-break-mode, type-break-file-time)
3049 (type-break-file-keystroke-count, type-break-choose-file):
3050 Don't store data in or load data from the file if type-break-file-name
3051 is nil.
3052 (type-break-file-name): Doc update as per the above.
3053
3054 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3055
3056 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
3057 lookup-key might return nil; handle that.
3058
3059 2005-01-15 Alan Mackenzie <acm@muc.de>
3060
3061 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
3062 rather than the element found, thus enabling the tree to be setcar'd.
3063
3064 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3065
3066 * textmodes/org.el (org-show-following-heading): New option.
3067 (org-show-hierarchy-above): Use `org-show-following-heading'.
3068 (org-cycle): Documentation fix.
3069
3070 * textmodes/org.el (orgtbl-optimized): New option
3071 (orgtbl-mode): New command, a minor mode.
3072 (orgtbl-mode-map): New variable.
3073 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
3074 (orgtbl-error, orgtbl-self-insert-command)
3075 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
3076
3077 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
3078 a local variable in each org-mode buffer.
3079
3080 * textmodes/org.el (org-set-regexps-and-options): Rename from
3081 `org-set-regexps'. Added checking for STARTUP keyword.
3082 (org-get-current-options): Add STARTUP options.
3083 (org-table-insert-row): Mode mode intelligent about when
3084 realignment is needed.
3085 (org-self-insert-command, org-delete-backward-char, org-delete-char):
3086 New commands.
3087 (org-enable-table-editor): New default value `optimized'.
3088 (org-table-blank-field): Support blanking regions if active.
3089
3090 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3091
3092 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
3093 if the year is not given.
3094
3095 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
3096 Add new escapes %m and %M, fixed bug with %F by adding
3097 save-match-data.
3098 (reftex-reference): Remove ?. from list of spaces.
3099 (reftex-label-info): Add automatic label prefix recognition.
3100
3101 * textmodes/reftex-index.el (reftex-index-next-phrase):
3102 Add slave parameter to call of `reftex-index-this-phrase'.
3103 (reftex-index-this-phrase): New optional argument.
3104 (reftex-index-region-phrases): Add slave parameter to call of
3105 `reftex-index-this-phrase'.
3106 (reftex-display-index): New argument redo.
3107 (reftex-index-rescan): Add 'redo to arguments of
3108 `reftex-display-index'.
3109 (reftex-index-Rescan, reftex-index-revert)
3110 (reftex-index-switch-index-tag): Add 'redo to arguments of
3111 `reftex-display-index'.
3112 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
3113 indexing. Fix bug with matching is there is a quote before or
3114 after the word.
3115
3116 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3117 Fix bug when collecting citation keys in lines with comments.
3118 (reftex-citation): Prefix argument no longer rescans the document,
3119 but forces prompting for optional arguments of cite macros.
3120 (reftex-do-citation): Prompting for optional arguments implemented.
3121
3122 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3123 Add optional arguments to most cite commands.
3124 (reftex-cite-cleanup-optional-args): New option
3125 (reftex-cite-prompt-optional-args): New option.
3126 (reftex-trust-label-prefix): New option.
3127
3128 * textmodes/reftex-toc.el (reftex-toc-find-section):
3129 Add push-mark before changing the position in the buffer.
3130
3131 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
3132 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
3133
3134 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
3135
3136 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
3137 more carefully.
3138
3139 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
3142 (sgml-mode): Use it.
3143 (sgml-get-context): Better keep track of implicitly closed tags.
3144
3145 2005-01-13 Kenichi Handa <handa@m17n.org>
3146
3147 * textmodes/ispell.el: These changes are to fix misalignment error
3148 caused by equivalent characters of different Emacs charsets.
3149 (ispell-unified-chars-table): New variable.
3150 (ispell-get-decoded-string): New function.
3151 (ispell-get-casechars, ispell-get-not-casechars)
3152 (ispell-get-otherchars): Call ispell-get-decoded-string.
3153
3154 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
3155
3156 * custom.el (custom-declare-variable): Just put symbol instead
3157 of (defvar . symbol) in `current-load-list'.
3158
3159 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
3160
3161 * emacs-lisp/elint.el: Fixed typo in Commentary section.
3162
3163 2005-01-12 Jay Belanger <belanger@truman.edu>
3164
3165 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
3166 to create a Calc summary.
3167
3168 2005-01-12 Kim F. Storm <storm@cua.dk>
3169
3170 * mouse.el (mouse-on-link-p): Change functionality and doc
3171 string to comply with latest description in lisp ref.
3172
3173 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
3174
3175 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
3176 Enable mouse clicks on mode-line, header-line and margin.
3177 (event-type): Give mouse event symbols an 'event-kind property
3178 with value 'mouse-click.
3179
3180 2005-01-12 Juri Linkov <juri@jurta.org>
3181
3182 * facemenu.el (list-colors-display): Add new arg buffer-name.
3183 Use it. Fix docstring. Replace code for identifying duplicate
3184 colors by the name with call to `list-colors-duplicates' which
3185 identifies duplicate colors by the value unless the color
3186 is one of special Windows colors. Set truncate-lines to t.
3187 Print sorted duplicate color names on each line. Indent to 22
3188 \(the longest color name in rgb.txt) instead of 20. Optimize.
3189 (list-colors-duplicates): New function.
3190 (facemenu-color-name-equal): Delete function.
3191
3192 * facemenu.el (list-colors-print): New function created from code
3193 in list-colors-display. Print #RRGGBB at the window right edge.
3194 (list-colors-display): When temp-buffer-show-function is not
3195 defined, call list-colors-print from temp-buffer-show-hook
3196 to get the right value of window-width in list-colors-print
3197 after the buffer is displayed.
3198
3199 * simple.el (pop-mark): Move deactivate-mark out of conditional
3200 part to deactivate the active mark regardless of the state of the
3201 mark ring.
3202
3203 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
3204 variables line in desktop files.
3205
3206 2005-01-12 Juri Linkov <juri@jurta.org>
3207
3208 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
3209 Bring together isearch highlight related options.
3210 (lazy-highlight): Replace group `replace' by `matching'.
3211 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3212 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3213 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
3214 and declare them obsolete.
3215 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
3216 (isearch-faces): Remove defgroup.
3217 (isearch-overlay, isearch-highlight, isearch-dehighlight):
3218 Move isearch highlighting code closer to lazy highlighting code.
3219
3220 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
3221 (query-replace-highlight, query-replace-lazy-highlight)
3222 (query-replace): Move definitions to the beginning of the file.
3223
3224 2005-01-11 Juri Linkov <juri@jurta.org>
3225
3226 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
3227 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
3228 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
3229
3230 * info.el (Info-history-forward): New variable.
3231 (Info-select-node): Reset Info-history-forward to nil.
3232 (Info-last): Turn into defalias.
3233 (Info-history-back): Rename from Info-last.
3234 Add current node to Info-history-forward.
3235 (Info-history-forward): New fun.
3236 (Info-mode-map): Replace Info-last by Info-history-back.
3237 Bind Info-history-forward to "r".
3238 (Info-mode-menu): Replace Info-last by Info-history-back.
3239 Fix menu item text. Add menu item for Info-history-forward.
3240 (info-tool-bar-map): Replace Info-last by Info-history-back.
3241 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
3242 for Info-history-forward.
3243 (Info-mode): Replace Info-last by Info-history-back in docstring.
3244 Add local variable Info-history-forward.
3245 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
3246
3247 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
3250 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
3251 Ignore select-window events rather than fiddle with
3252 mouse-autoselect-window.
3253
3254 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
3255
3256 * type-break.el (type-break-mode): Fix previous change.
3257
3258 2005-01-10 Jay Belanger <belanger@truman.edu>
3259
3260 * calc/calc-ext.el (calc-reset): Reset when inside embedded
3261 calculator; only reset when point is inside a calculator.
3262 Don't adjust the window height if the window takes up the whole height
3263 of the frame.
3264
3265 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3266
3267 * ebuff-menu.el (Electric-buffer-menu-mode):
3268 Preserve value of buffer-local var header-line-format.
3269
3270 2005-01-09 Jay Belanger <belanger@truman.edu>
3271
3272 * calc/calc.el (calc-mode-var-list-restore-saved-values):
3273 Make sure settings file exists before accessing it.
3274
3275 * calc/calc-embed.el (calc-embedded-subst):
3276 Replace math-multi-subst-rec, which is only supposed to be called
3277 by math-multi-subst, by math-multi-subst.
3278
3279 2005-01-09 Andre Spiegel <spiegel@gnu.org>
3280
3281 * vc.el (vc-allow-async-revert): New user option.
3282 (vc-disable-async-diff): New internal variable.
3283 (vc-revert-buffer): Use them to disable asynchronous diff.
3284
3285 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
3286 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
3287 asynchronously if vc-disable-async-diff is t.
3288
3289 2005-01-09 Jay Belanger <belanger@truman.edu>
3290
3291 * calc/calc.el (defcalcmodevar): New macro.
3292 (calc-mode-var-list-restore-default-values)
3293 (calc-mode-var-list-restore-saved-values): New functions.
3294 (calc-mode-var-list): Use defcalcmodevar to define it.
3295 (calc-always-load-extensions, calc-line-numbering)
3296 (calc-line-breaking, calc-display-just, calc-display-origin)
3297 (calc-number-radix, calc-leading-zeros, calc-group-digits)
3298 (calc-group-char, calc-point-char, calc-frac-format)
3299 (calc-prefer-frac, calc-hms-format, calc-date-format)
3300 (calc-float-format, calc-full-float-format, calc-complex-format)
3301 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3302 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3303 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3304 (calc-matrix-brackets, calc-language, calc-language-option)
3305 (calc-left-label, calc-right-label, calc-word-size)
3306 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3307 (calc-display-raw, calc-internal-prec, calc-angle-mode)
3308 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3309 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3310 (calc-window-height, calc-display-trail, calc-show-selections)
3311 (calc-use-selections, calc-assoc-selections)
3312 (calc-display-working-message, calc-auto-why, calc-timing)
3313 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
3314 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
3315 (calc-gnuplot-default-device, calc-gnuplot-default-output)
3316 (calc-gnuplot-print-device, calc-gnuplot-print-output)
3317 (calc-gnuplot-geometry, calc-graph-default-resolution)
3318 (calc-graph-default-resolution-3d, calc-invocation-macro)
3319 (calc-show-banner): Use defcalcmodevar to declare them and set
3320 their default values.
3321
3322 * calc/calc-ext.el (calc-reset): Restore saved values of variables
3323 instead of default values (but restore default values if there is
3324 an argument of 0).
3325
3326 2005-01-09 David Kastrup <dak@gnu.org>
3327
3328 * desktop.el (desktop-restore-eager): Fix typo in type.
3329
3330 2005-01-08 Richard M. Stallman <rms@gnu.org>
3331
3332 * cus-edit.el (customize): Delete :link.
3333
3334 2005-01-08 Jay Belanger <belanger@truman.edu>
3335
3336 * calc/calc.el (calc-mode): Remove the extension from the
3337 `calc-settings-file' file name when loading it.
3338
3339 2005-01-08 Kim F. Storm <storm@cua.dk>
3340
3341 * info.el (Info-mode-map, Info-next-link-keymap)
3342 (Info-prev-link-keymap, Info-up-link-keymap):
3343 Map follow-link to mouse-face.
3344 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
3345
3346 2005-01-08 Jay Belanger <belanger@truman.edu>
3347
3348 * calc/calc.el (calc-settings-file): Change default value.
3349 Suggested by cgw in a comment in calc-mode.el.
3350
3351 * calc/calc-mode.el (calc-settings-file-name):
3352 Compare calc-settings-file to user-init-file instead of ~/.emacs.
3353 Replace ~/.emacs in a prompt by calc-settings-file.
3354
3355 2005-01-07 Lars Hansen <larsh@math.ku.dk>
3356
3357 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
3358 (desktop-lazy-idle-delay): New customizable variables.
3359 (desktop-buffer-args-list): New variable.
3360 (desktop-append-buffer-args): New function.
3361 (desktop-save): Call desktop-append-buffer-args for some buffers.
3362 (desktop-lazy-create-buffer): New function.
3363 (desktop-idle-create-buffers): New function.
3364 (desktop-read): Add message about buffers to restore lazily.
3365 (desktop-lazy-abort): New command.
3366 (desktop-clear): Call desktop-lazy-abort.
3367 (desktop-lazy-complete): New command.
3368
3369 2005-01-06 Richard M. Stallman <rms@gnu.org>
3370
3371 * emacs-lisp/find-func.el (find-face-definition):
3372 Rename from find-face.
3373
3374 2005-01-06 Kim F. Storm <storm@cua.dk>
3375
3376 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
3377
3378 * man.el (Man-xref-man-page, Man-xref-header-file)
3379 (Man-xref-normal-file): Add follow-link property.
3380
3381 2005-01-06 Jay Belanger <belanger@truman.edu>
3382
3383 * calc/calc-units.el: Make sure the proper macro definitions are
3384 available when compiling.
3385
3386 2005-01-06 Juri Linkov <juri@jurta.org>
3387
3388 * isearch.el (isearch-lazy-highlight-update):
3389 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
3390
3391 2005-01-06 Miles Bader <miles@gnu.org>
3392
3393 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
3394 (isearch-lazy-highlight-face): Use new name.
3395
3396 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * uniquify.el (uniquify-rationalize-file-buffer-names):
3399 Re-add an interactive spec.
3400 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
3401 to the same name.
3402
3403 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
3404 (isearch-update, isearch-done): Adjust calls accordingly.
3405
3406 2005-01-05 Richard M. Stallman <rms@gnu.org>
3407
3408 * custom.el (custom-set-variables, custom-theme-set-variables):
3409 Clarify documentation.
3410
3411 * emacs-lisp/find-func.el (find-variable)
3412 (find-variable-other-window, find-variable-other-frame):
3413 Fix the TYPE args to find-function-read and find-function-do-it.
3414 (find-function): Doc fix.
3415 (find-function-at-point): Replace function-at-point alias.
3416
3417 2005-01-04 Richard M. Stallman <rms@gnu.org>
3418
3419 * cus-face.el (custom-declare-face):
3420 Record defface in current-load-list.
3421
3422 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
3423
3424 * emacs-lisp/find-func.el: Doc fixes.
3425 (find-face-regexp): New variable.
3426 (find-function-regexp-alist): New variable.
3427 (find-function-C-source): Third arg is now TYPE.
3428 (find-function-search-for-symbol): Handle general TYPE.
3429 (find-function-read, find-function-do-it): Handle general TYPE.
3430 (find-definition-noselect, find-face): New functions.
3431 (function-at-point): Alias deleted.
3432
3433 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * battery.el (display-battery-mode): Rename from display-battery.
3436 Handle the case where it gets turned off.
3437
3438 2005-01-04 Richard M. Stallman <rms@gnu.org>
3439
3440 * cus-edit.el (customize): Make :link point to user doc.
3441
3442 * man.el (Man-fontify-manpage): Turn off undo generation.
3443
3444 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
3445
3446 2005-01-04 Andreas Schwab <schwab@suse.de>
3447
3448 * files.el (insert-directory): Only look for error lines in
3449 inserted text. Don't move too far after processing --dired markers.
3450
3451 2005-01-04 Richard M. Stallman <rms@gnu.org>
3452
3453 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3454 Don't expand if the character is @, period, dash, etc.
3455 (define-mail-abbrev): Quote names that contain problem characters.
3456
3457 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
3458
3459 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
3460
3461 2005-01-03 Richard M. Stallman <rms@gnu.org>
3462
3463 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
3464 (query-replace-highlight, query-replace-lazy-highlight)
3465 (query-replace): Definitions moved up. Doc fix.
3466
3467 2005-01-03 Richard M. Stallman <rms@gnu.org>
3468
3469 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
3470 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3471 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3472 (lazy-highlight-face): Rename from isearch-lazy-...
3473 Change all references to them.
3474
3475 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
3476
3477 * cus-edit.el (custom-file): Doc fix for defcustom.
3478 (custom-file): The function no longer sets the variable
3479 `custom-file' to its return value.
3480
3481 * startup.el (command-line): No longer load `custom-file'.
3482
3483 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
3486
3487 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
3488 Don't confuse module-prefixed identifiers for labels.
3489 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
3490
3491 2005-01-02 Richard M. Stallman <rms@gnu.org>
3492
3493 * files.el (basic-save-buffer-1): Fix previous change.
3494
3495 * loadhist.el (file-loadhist-lookup): New function.
3496 (file-provides, file-requires): Use it.
3497
3498 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
3499 instead of calculating the right size.
3500
3501 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
3502
3503 * vc-svn.el (vc-svn-diff): Stay local if possible.
3504
3505 2005-01-02 Stefan <monnier@iro.umontreal.ca>
3506
3507 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
3508
3509 * files.el (hack-local-variables): Fix last change.
3510
3511 2005-01-02 Jay Belanger <belanger@truman.edu>
3512
3513 * calc/calc-yank.el (calc-edit-top): New variable.
3514 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
3515 object. Change header properties.
3516 (calc-edit-finish, calc-edit-finish-stack-object)
3517 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
3518 edited object.
3519 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
3520 for the beginning of the edited object.
3521 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
3522 for the beginning of the edited object.
3523 * calc/calc-prog.el (calc-edit-macro-finish-edit)
3524 (calc-finish-formula-edit, calc-macro-repeats)
3525 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
3526 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
3527 beginning of the edited object.
3528 (calc-user-define-edit): Change the header for editing macros.
3529 Remove unnecessary variable.
3530
3531 2005-01-01 Jay Belanger <belanger@truman.edu>
3532
3533 * calc/calc-yank.el (calc-edit-mode): Change default header.
3534 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
3535 * calc/calc-store.el (calc-edit-variable): Change title to match new
3536 header.
3537 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
3538 mode to match new header.
3539 (calc-user-define-edit): Change titles to include names of commands.
3540 (calc-finish-formula-edit): Adjust to handle new header.
3541 (calc-finish-macro-edit): Remove.
3542 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
3543 (calc-edit-macro-command, calc-edit-macro-command-type)
3544 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
3545 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
3546 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
3547 (calc-edit-macro-finish-edit): New functions.
3548 (calc-user-define-edit): Use new functions to edit named calc macros.
3549
3550 2005-01-01 Stefan <monnier@iro.umontreal.ca>
3551
3552 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
3553
3554 * ses.el (copy-region-as-kill): Deactivate mark.
3555
3556 2005-01-01 Richard M. Stallman <rms@gnu.org>
3557
3558 * replace.el (occur-1): If the output buffer is also an input,
3559 don't kill it, rename it.
3560
3561 * faces.el (set-face-background, set-face-foreground): Doc fix.
3562
3563 * cus-face.el (custom-face-attributes): Fix :help-echo strings
3564 for :foreground and :background.
3565
3566 * dired.el (dired-view-command-alist): Variable deleted.
3567 (dired-view-file, dired-mouse-find-file-other-window):
3568 Delete the code to use it.
3569
3570 2005-01-01 Kim F. Storm <storm@cua.dk>
3571
3572 * image.el (insert-sliced-image): Use t for line-height property.
3573
3574 2004-12-31 Jay Belanger <belanger@truman.edu>
3575
3576 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
3577 for "var-" at the beginning of the minibuffer.
3578
3579 2004-12-31 Richard M. Stallman <rms@gnu.org>
3580
3581 * faces.el (read-face-name):
3582 Don't treat an attribute spec as a list of faces.
3583
3584 * simple.el (undo): Use undo-equiv-table to detect
3585 unexpected changes since previous undo.
3586 (undo-list-saved): Variable deleted.
3587 (buffer-disable-undo): Don't alter undo-list-saved.
3588
3589 * files.el (require-final-newline): Allow `visit' and `visit-save'.
3590 (mode-require-final-newline): New option.
3591 (after-find-file): Handle require-final-newline with new values.
3592 (basic-save-buffer): Handle new values of require-final-newline.
3593
3594 * progmodes/sh-script.el (sh-require-final-newline):
3595 Alist value now controls whether to use mode-require-final-newline.
3596 (sh-set-shell): Implement that new meaning.
3597
3598 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
3599 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
3600 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
3601 Delete old-Emacs compatibility code.
3602 (antlr-c-common-init): Function deleted.
3603
3604 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
3605 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
3606 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
3607 * progmodes/python.el (python-mode): Use mode-require-final-newline.
3608 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
3609 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
3610 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
3611 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
3612 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
3613 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
3614 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
3615 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
3616 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
3617 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
3618 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
3619 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
3620
3621 2004-12-31 Jay Belanger <belanger@truman.edu>
3622
3623 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
3624 way to return to Calc.
3625
3626 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
3627 finish, C-xk as the way to cancel the edit. Add cancel routine to
3628 kill-buffer-hook.
3629
3630 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
3631 MacEdit code.
3632
3633 * calc/calc-prog.el: Remove obsolete MacEdit code.
3634 (calc-macro-edit-algebraic, calc-macro-edit-variable)
3635 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
3636
3637 2004-12-31 Kenichi Handa <handa@m17n.org>
3638
3639 * international/mule.el (buffer-file-coding-system-explicit):
3640 Rename for explicit-buffer-file-coding-system.
3641 (after-insert-file-set-coding): Adjust for the above change.
3642
3643 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
3644 to buffer-file-coding-system-explicit.
3645 (basic-save-buffer-1): Likewise.
3646
3647 2004-12-30 Richard M. Stallman <rms@gnu.org>
3648
3649 * textmodes/artist.el (artist-butlast-fn): Var deleted.
3650 (artist-butlast, artist-last): Functions deleted.
3651 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
3652 (artist-compute-key-compl-table): Call remq directly.
3653 (artist-remove-nulls): Function deleted.
3654 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
3655 (artist-push, artist-pop): Macro deleted.
3656
3657 2004-12-30 Andreas Leue <al@sphenon.de>
3658
3659 * textmodes/artist.el (artist-version): 1.2.6
3660 (artist-prev-next-op-alist): New variable.
3661 (artist-select-next-op-in-list): New function.
3662 (artist-select-prev-op-in-list): New function.
3663 (artist-make-prev-next-op-alist): New function.
3664 (artist-is-in-op-list-p): New function.
3665 (artist-get-first-non-nil-op): New function.
3666 (artist-get-last-non-nil-op): New function.
3667 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
3668 artist-prev-next-op-alist.
3669 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
3670 change drawing operation.
3671
3672 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
3673
3674 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
3675
3676 2004-12-31 Masatake YAMATO <jet@gyve.org>
3677
3678 * server.el (server-process-filter): Suppress `error', too.
3679
3680 2004-12-30 Jay Belanger <belanger@truman.edu>
3681
3682 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
3683 Change the way a variable is displayed in a message.
3684
3685 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
3686 (calc-user-define-permanent, calc-execute-kbd-macro):
3687 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
3688
3689 2004-12-30 Kenichi Handa <handa@m17n.org>
3690
3691 * files.el (basic-save-buffer-1):
3692 Set explicit-buffer-file-coding-system to last-coding-system-used.
3693 (revert-buffer): Pay attention to
3694 explicit-buffer-file-coding-system (not buffer-file-coding-system)
3695 on bind coding-system-for-read.
3696
3697 * international/mule.el (explicit-buffer-file-coding-system):
3698 New buffer local variable.
3699 (after-insert-file-set-coding): Set it to coding-system-for-read.
3700
3701 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
3702
3703 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
3704
3705 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
3706
3707 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
3708 that include line numbers.
3709
3710 2004-12-29 Milan Zamazal <pdm@zamazal.org>
3711
3712 * files.el (hack-local-variables): If no PREFIX, set it to "^".
3713 Redundant variable PREFIXLEN removed.
3714
3715 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
3716
3717 * eshell/em-hist.el (eshell-previous-matching-input):
3718 Start the deletion from the end of the output.
3719
3720 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3721
3722 * term/mac-win.el: Require x-dnd.
3723 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
3724
3725 2004-12-29 David Kastrup <dak@gnu.org>
3726
3727 * international/mule.el (decode-coding-inserted-region):
3728 Don't barf if `buffer-undo-list' is already set to `t'.
3729
3730 2004-12-29 Jay Belanger <belanger@truman.edu>
3731
3732 * calc/calc-prog.el (calc-user-define-formula): Put default values
3733 for function names in prompts.
3734 (calc-user-define-permanent, calc-user-define-composition)
3735 (calc-user-define-formula): Remove the need for "calcFunc-" in the
3736 default input for algebraic functions.
3737
3738 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
3739
3740 * vc-rcs.el (vc-rcs-annotate-command):
3741 Fix omission bug: Call `vc-setup-buffer'.
3742
3743 2004-12-29 Kenichi Handa <handa@m17n.org>
3744
3745 * international/mule.el (recode-region): New function.
3746
3747 2004-12-28 Richard M. Stallman <rms@gnu.org>
3748
3749 * simple.el (undo-extra-outer-limit): New variable.
3750 (undo-outer-limit-truncate): Test and set it.
3751
3752 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
3753 enables the feature to extend the existing region.
3754
3755 * simple.el (mark-word): New arg ALLOW-EXTEND
3756 enables the feature to extend the existing region.
3757
3758 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
3759 enables the feature to extend the existing region.
3760
3761 * startup.el (site-run-file): Don't allow setting it with Custom.
3762
3763 * simple.el (buffer-disable-undo): Fix previous change.
3764
3765 2004-12-27 Masatake YAMATO <jet@gyve.org>
3766
3767 * hexl.el (hexlify-buffer): Remove fontification here.
3768 Use font lock mechanism instead.
3769 (hexl-font-lock-keywords): New font lock kewords.
3770 (hexl-mode-old-font-lock-keywords): New variable.
3771 (hexl-mode): Store the old font lock keywords.
3772 (hexl-mode-exit): Restore the old font lock keywords.
3773
3774 2004-12-27 Richard M. Stallman <rms@gnu.org>
3775
3776 * simple.el (undo): Fix previous change.
3777
3778 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3779
3780 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
3781 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
3782 Call x-open-connection on Mac OS X.
3783
3784 2004-12-27 Richard M. Stallman <rms@gnu.org>
3785
3786 * files.el (buffer-save-without-query): New var (buffer-local).
3787 (save-some-buffers): Save those buffers first, w/o asking.
3788
3789 * files.el (insert-directory-ls-version): New variable.
3790 (insert-directory): When ls returns an error, test the version
3791 number to decide what the return code means.
3792 With --dired output format, detect and distinguish lines
3793 that are really error messages.
3794 (insert-directory-adj-pos): New function.
3795
3796 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
3797
3798 * battery.el (battery-mode-line-format): Remove initial spaces.
3799
3800 * uniquify.el (uniquify-rationalize-file-buffer-names):
3801 Delete interactive spec.
3802
3803 * type-break.el (type-break-mode): Set buffer-save-without-query.
3804 Remove code that tried to set save-some-buffers-always.
3805 (type-break-file-keystroke-count): Bind deactivate-mark.
3806
3807 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
3808
3809 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
3810 Test that the buffer is live, and maybe reject current buffer too.
3811 Clarify.
3812 (next-error-find-buffer): Rewrite for clarity.
3813
3814 * loadup.el: Don't use buffer-disable-undo; do it directly.
3815
3816 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
3817 (describe-variable): Call symbol-file with `defvar'.
3818
3819 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
3820 (symbol-file): Rewritten to handle new load-history format.
3821 Now takes an arg TYPE to specify looking for a particular
3822 type of definition only.
3823
3824 * emacs-lisp/debug.el (debugger-make-xrefs):
3825 Call symbol-file with `defun'.
3826
3827 * emacs-lisp/find-func.el (find-function-noselect):
3828 Call symbol-file with `defun'.
3829 (find-variable-noselect): Call symbol-file with `defvar'.
3830
3831 * eshell/esh-cmd.el (eshell-find-alias-function):
3832 Call symbol-file with `defun'.
3833
3834 * eshell/esh-test.el (eshell-test-goto-func):
3835 Call symbol-file with `defun'.
3836
3837 * mail/rmail.el (rmail-resend):
3838 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
3839
3840 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
3841
3842 * progmodes/compile.el (compilation-find-buffer): Rename arg.
3843
3844 * textmodes/texinfmt.el (texinfo-format-buffer-1):
3845 Call buffer-disable-undo.
3846
3847 * simple.el (undo-list-saved): New variable (buffer-local).
3848 (undo): Set and test it.
3849 (buffer-disable-undo): Move here from buffer.c.
3850 Clear out undo-list-saved.
3851
3852 * international/mule.el (decode-coding-inserted-region):
3853 Set buffer-undo-list in a correct and optimal way.
3854
3855 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
3856 (cperl-font-lock-unfontify-region-function): No need to save and
3857 restore info, since font-lock.el does it for us.
3858
3859 * ansi-color.el (save-buffer-state): Definition deleted.
3860 (ansi-color-unfontify-region): Don't use save-buffer-state.
3861
3862 2004-12-27 Dave Love <fx@gnu.org>
3863
3864 * wid-edit.el (function): Use restricted-sexp as parent.
3865
3866 2004-12-27 Kevin Ryde <user42@zip.com.au>
3867
3868 * simple.el (next-matching-history-element): Use same
3869 `interactive' form as previous-matching-history-element.
3870
3871 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
3872 it can appear unencoded and has been seen from yahoo.
3873
3874 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3875
3876 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
3877 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
3878
3879 2004-12-27 Kenichi Handa <handa@m17n.org>
3880
3881 * international/utf-8.el (utf-translate-cjk-load-tables):
3882 Bind coding-system-for-read to nil while loading subst-*.
3883
3884 2004-12-26 Jay Belanger <belanger@truman.edu>
3885
3886 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
3887 default input.
3888
3889 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
3890
3891 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
3892 before reverting and disable undo recording while reverting.
3893
3894 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
3895
3896 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
3897 (hs-make-overlay): New function.
3898 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
3899 (hs-flag-region): Delete function.
3900 (hs-hide-comment-region): No longer use `hs-flag-region'.
3901 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
3902 (hs-hide-block-at-point): Likewise.
3903 (hs-hide-level-recursive): Use `hs-discard-overlays'.
3904 (hs-hide-all, hs-show-all): Likewise.
3905 (hs-show-block): Likewise.
3906 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
3907
3908 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
3909
3910 * progmodes/hideshow.el: Require `cl' when compiling.
3911 Remove XEmacs and Emacs 19 compatibility.
3912 Use `dolist' and `add-to-list' for load-time actions.
3913 (hs-discard-overlays): Use `dolist'.
3914 (hs-show-block): Likewise.
3915
3916 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3917
3918 * faces.el (mode-line, mode-line-inactive): Use min-colors.
3919
3920 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
3921
3922 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
3923 When extending backwards, move outside the current comment first.
3924
3925 2004-12-22 Kenichi Handa <handa@m17n.org>
3926
3927 * international/quail.el (quail-start-translation): Fix prompt
3928 string for the case if input-method-use-echo-area being non-nil.
3929 (quail-start-conversion): Likewise.
3930 (quail-show-guidance): Don't show guidance if
3931 input-method-use-echo-area is non-nil.
3932
3933 2004-12-21 Richard M. Stallman <rms@gnu.org>
3934
3935 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
3936
3937 2004-12-21 Markus Rost <rost@ias.edu>
3938
3939 * calendar/diary-lib.el (mark-diary-entries):
3940 Set mark-diary-entries-in-calendar only after checking for diary-file.
3941
3942 2004-12-21 Richard M. Stallman <rms@gnu.org>
3943
3944 * faces.el (escape-glyph): Use blue against light foreground.
3945
3946 * simple.el (undo-outer-limit-truncate): New function.
3947 (undo-outer-limit-function): Use undo-outer-limit-truncate.
3948
3949 2004-12-21 Eli Barzilay <eli@barzilay.org>
3950
3951 * calculator.el: (calculator-radix-grouping-mode)
3952 (calculator-radix-grouping-digits)
3953 (calculator-radix-grouping-separator):
3954 New defcustoms for the new radix grouping mode functionality.
3955 (calculator-mode-hook): Now used in electric mode too,
3956 (calculator): Call it.
3957 (calculator-mode-map): Some new keys.
3958 (calculator-message): New function. Some new calls.
3959 (calculator-op, calculator-set-register): Use it.
3960 (calculator-string-to-number): New function, mostly moved and
3961 updated code from calculator-curnum-value.
3962 (calculator-curnum-value): Use it.
3963 (calculator-paste): Use it, and update grabbing the current-kill.
3964 (calculator-rotate-displayer)
3965 (calculator-rotate-displayer-back): Toggle digit grouping when
3966 in radix mode, use calculator-message.
3967 (calculator-displayer-prev, calculator-displayer-next):
3968 Change digit group size when in radix mode.
3969 (calculator-number-to-string): Rename from
3970 calculator-num-to-string. Now deals with digit grouping in
3971 radix mode.
3972 (calculator-update-display, calculator-put-value): Use the new name.
3973 (calculator-fact): Return a floating point number.
3974 (calculator-mode): Doc fix.
3975
3976 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
3977
3978 * calendar/calendar.el (view-other-diary-entries): Add autoload.
3979 * calendar/diary-lib.el (view-other-diary-entries):
3980 Use current-prefix-arg in interactive spec.
3981
3982 2004-12-19 Jay Belanger <belanger@truman.edu>
3983
3984 * calc/calc-aent.el (calcAlg-blank-matching-open):
3985 Temporarily adjust the syntax of both delimiters of half-open intervals.
3986
3987 2004-12-19 Kim F. Storm <storm@cua.dk>
3988
3989 * mouse.el (mouse-1-click-follows-link): Doc fix.
3990
3991 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3992
3993 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
3994 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
3995 instead of centraleuropean as the name
3996
3997 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
3998
3999 Sync with Tramp 2.0.46.
4000
4001 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
4002 parameters wrt Tramp convention.
4003 (tramp-handle-file-attributes-with-perl)
4004 (tramp-handle-directory-files-and-attributes): Apply it.
4005 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
4006 `copy-program'. Reported by Zack Weinberg
4007 <zack@codesourcery.com>.
4008 (top): Set `edebug-form-spec' property directly rather than
4009 calling `def-edebug-spec'.
4010
4011 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
4012 advice less fragile. Surround temporary redefinition of
4013 `substitute-in-file-name' with `unwind-protect'. Suggested by
4014 Matt Hodges <MPHodges@member.fsf.org>.
4015
4016 2004-12-17 Juri Linkov <juri@jurta.org>
4017
4018 * replace.el (occur-accumulate-lines, occur-engine):
4019 Make forcing deferred font-lock fontification jit-specific.
4020
4021 2004-12-17 Kim F. Storm <storm@cua.dk>
4022
4023 * mouse.el (mouse-1-click-follows-link): New defcustom.
4024 (mouse-on-link-p): New function.
4025 (mouse-drag-region-1): Implement mouse-1-click-follows-link
4026 functionality. Map a mouse-1 click event into a mouse-2 (or
4027 other) event when position is inside a link.
4028
4029 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
4030 prefix in tooltip text with "mouse-1" when this is a link
4031 recognized by mouse-1-click-follows-link functionality.
4032
4033 * help.el (describe-key): Report effective and original binding
4034 for mouse-1 when clicked on a link.
4035 (describe-mode): Add follow-link property to "minor-mode" button.
4036
4037 * help-fns.el (describe-variable): Add follow-link property to
4038 "below" button.
4039
4040 * help-mode.el (help-xref): Add follow-link property.
4041
4042 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
4043 (apropos-command, apropos-variable, apropos-face, apropos-group)
4044 (apropos-widget, apropos-plist): Add follow-link property.
4045
4046 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
4047 checks if position is in a filename, rather than some other
4048 clickable item. Function looks for cvs-filename-face at position.
4049
4050 * wid-edit.el (widget-specify-field, widget-specify-button):
4051 Map a :follow-link keyword into a follow-link property.
4052 (link): Add :follow-link keyword, map to RET binding.
4053
4054 * dired.el (dired-mode-map): Map follow-link to mouse-face.
4055
4056 * progmodes/compile.el (compilation-minor-mode-map)
4057 (compilation-button-map, compilation-mode-map): Likewise.
4058
4059 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
4060
4061 * play/zone.el (zone): Init `line-spacing' from orig buffer.
4062 (zone-replace-char): Take `count' and `del-count'
4063 instead of `direction'. Update callers. When `del-count' is
4064 non-nil, delete that many characters, otherwise `count' characters
4065 backwards. Insert the newly-replaced string `count' times.
4066 (zone-fret): Handle chars w/ width greater than one.
4067 (zone-fall-through-ws): No longer take window width `ww'.
4068 Update callers. Add handling for `char-width' greater than one.
4069 (zone-pgm-drip): Update var holding window-end position every cycle.
4070
4071 2004-12-17 Andre Spiegel <spiegel@gnu.org>
4072
4073 * vc.el (vc-default-update-changelog): Use insert-file-contents,
4074 rather than insert-file.
4075
4076 2004-12-16 Jay Belanger <belanger@truman.edu>
4077
4078 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
4079 (math-init-random-base, math-random-digit): Check to see if
4080 var-RandSeed is bound.
4081 (math-random-last): Declare it.
4082 (math-random-digit): Don't make math-random-last local.
4083
4084 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
4085
4086 * play/zone.el (zone): Fix omission bug: Use a self-disabling
4087 one-shot thunk for uniform (error, quit, normal) recovery.
4088 Reported by John Paul Wallington.
4089 (zone-pgm-random-life): Fix bug:
4090 Recognize empty initial field by lack of "@" chars.
4091
4092 2004-12-16 Juri Linkov <juri@jurta.org>
4093
4094 * help.el (function-called-at-point):
4095 * help-fns.el (variable-at-point): As a last resort try stripping
4096 non-word prefixes and suffixes.
4097
4098 * descr-text.el (describe-property-list): Don't treat syntax-table
4099 specially. Use describe-text-sexp which inserts [show] button
4100 for large objects and handles printing errors. Sort properties
4101 by names in alphabetical order instead of by value sizes.
4102 Add `mouse-face' to list of properties for `describe-face' widget.
4103 (describe-char): Mask out face-id from 19 bits of character.
4104 Print face-id separately.
4105
4106 * replace.el (occur-accumulate-lines, occur-engine):
4107 Fontify unfontified matching lines in the source buffer
4108 before copying them.
4109 (occur-engine): Don't put mouse-face on context lines.
4110 (occur-next-error): Set point to line beginning/end
4111 before searching for prev/next property to skip multiple
4112 matches on a line (not supported by occur engine).
4113 Remove redundant prefix-numeric-value.
4114
4115 2004-12-15 Juri Linkov <juri@jurta.org>
4116
4117 * replace.el (match): New face.
4118 (list-matching-lines-face): Change default from `bold' to `match'.
4119
4120 * progmodes/grep.el (grep-match-face): New defvar.
4121 (grep-mode-font-lock-keywords): Use grep-match-face instead of
4122 compilation-column-face to highlight grep matches.
4123
4124 * apropos.el (apropos-match-face): Change default from
4125 `secondary-selection' to `match'.
4126
4127 * info-look.el (info-lookup-highlight-face): Change default from
4128 `highlight' to `match'.
4129
4130 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
4131
4132 * progmodes/executable.el (executable-interpret): Eliminate
4133 obsolete compile-internal, and switch to comint for interaction.
4134
4135 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
4136
4137 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
4138 `&&' when skipping multiple statements on a line.
4139
4140 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
4141
4142 * play/zone.el (zone): Set `truncate-lines'.
4143 Also, init `tab-width' with value from original buffer.
4144 (zone-shift-up): Rewrite for speed.
4145 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
4146 (zone-pgm-jitter): Remove redundant entries from ops vector.
4147 (zone-exploding-remove): Reduce iteration count.
4148 (zone-cpos): Convert to defsubst.
4149 (zone-replace-char): New defsubst.
4150 (zone-park/sit-for): Likewise.
4151 (zone-fret): Take window-start arg.
4152 Update callers. Use `zone-park/sit-for'.
4153 (zone-fill-out-screen): Rewrite.
4154 (zone-fall-through-ws): Likewise. Update callers.
4155 (zone-pgm-drip): Use `zone-replace-char'.
4156 Move var inits before while-loop. Use `zone-park/sit-for'.
4157 (zone-pgm-random-life): Handle empty initial field.
4158 Use `zone-replace-char' and `zone-park/sit-for'.
4159
4160 2004-12-15 Juri Linkov <juri@jurta.org>
4161
4162 * isearch.el (isearch-update): Test isearch-lazy-highlight
4163 before calling isearch-lazy-highlight-new-loop.
4164 (isearch-lazy-highlight-new-loop):
4165 Don't test isearch-lazy-highlight.
4166
4167 * replace.el (perform-replace): Add isearch-case-fold-search.
4168 Use delimited-flag for isearch-regexp.
4169 Reset isearch-lazy-highlight-last-string to force lazy
4170 highlighting when called from isearch mode.
4171 (query-replace-highlight): Revert defcustom type to boolean.
4172 (query-replace-lazy-highlight): New defcustom.
4173 (query-replace): New face.
4174 (perform-replace, replace-highlight, replace-dehighlight):
4175 Test query-replace-lazy-highlight instead of special value
4176 `isearch' of query-replace-highlight.
4177 (replace-dehighlight): Don't call isearch-dehighlight.
4178 (replace-highlight): Don't call isearch-highlight.
4179 Use face `query-replace' unconditionally.
4180
4181 2004-12-14 Kim F. Storm <storm@cua.dk>
4182
4183 * simple.el (inhibit-mark-movement): Remove defvar.
4184 (beginning-of-buffer, end-of-buffer): Don't use it.
4185
4186 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4187 Don't use inhibit-mark-movement.
4188
4189 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
4190 (cua--undo-push-mark): Remove.
4191 (cua--pre-command-handler, cua--post-command-handler):
4192 Don't fiddle with inhibit-mark-movement.
4193
4194 2004-12-14 Juri Linkov <juri@jurta.org>
4195
4196 * buff-menu.el (list-buffers-noselect): Collect internal info
4197 for every buffer in BUFFER-LIST arg too.
4198 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
4199 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
4200 Bind same-window-buffer-names and same-window-regexps to nil.
4201
4202 2004-12-13 Juri Linkov <juri@jurta.org>
4203
4204 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
4205
4206 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
4207 (sc-cite-region, sc-uncite-region, sc-recite-region):
4208 Fix previous change to handle not alist as a symbol, but
4209 a citation frame as a symbol that represents a variable name.
4210
4211 2004-12-13 Richard M. Stallman <rms@gnu.org>
4212
4213 * filecache.el (file-cache-add-directory-using-find):
4214 Only set up file-cache-find-command-posix-flag if we will use it.
4215
4216 * bindings.el (mode-line-buffer-identification-keymap):
4217 Don't cancel the mode-line's usual down-mouse-1 binding.
4218
4219 * cus-edit.el (custom-face-selected): Handle `default' specs.
4220 (custom-face-edit): Increase extra-offset.
4221 (custom-display): Handle `default' specs.
4222
4223 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
4224
4225 * emacs-lisp/elint.el (elint-standard-variables)
4226 (elint-unknown-builtin-args): Move definitions up.
4227
4228 * net/browse-url.el (browse-url-url-at-point): Add autoload.
4229
4230 * info.el (info-xref-visited): Use `default' instead of t.
4231 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
4232
4233 * faces.el (header-line, mode-line-inactive, tool-bar):
4234 Use `default' instead of t for setting the defaults.
4235 (face-spec-choose): Separate `t' from `default'.
4236
4237 * subr.el (while-no-input): New macro.
4238
4239 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
4240
4241 * filecache.el (file-cache-add-directory-using-find):
4242 Only test file-cache-find-command-posix-flag on some systems.
4243
4244 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
4247 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
4248 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
4249 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
4250 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
4251
4252 2004-12-12 Juri Linkov <juri@jurta.org>
4253
4254 * files.el (find-file-other-window, find-file-other-frame):
4255 Add the first buffer to the returned value to return the complete
4256 list of all visited buffers.
4257 (find-file-read-only, find-file-read-only-other-window)
4258 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
4259 `find-file-read-args'. Signal an error about non-existent file
4260 only if file name doesn't contain wildcards. Toggle read-only in
4261 all visited buffers.
4262 (find-alternate-file, find-alternate-file-other-window):
4263 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
4264 called interactively. Pass arg `wildcards' to other functions.
4265 (find-file-noselect): Doc fix.
4266
4267 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
4268 Doc fix.
4269 (ffap-directory-finder): New variable.
4270 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
4271 (ffap-file-at-point): Add /* to immediately rejected names.
4272 Return absolute file names matching ffap-dired-wildcards.
4273 (ffap-read-file-or-url): Set default value for `completing-read'
4274 to `buffer-file-name'.
4275 (find-file-at-point): When filename matches ffap-dired-wildcards,
4276 call ffap-file-finder with t arg `wildcards', instead of dired.
4277 (ffap-other-window, ffap-other-frame): Return visited buffers.
4278 (ffap-read-only, ffap-read-only-other-window)
4279 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
4280 (dired-at-point): Call ffap-directory-finder instead of dired.
4281 (ffap-dired-other-window, ffap-dired-other-frame)
4282 (ffap-list-directory): New commands.
4283 (ffap-bindings): New keybindings for new commands.
4284
4285 2004-12-12 Juri Linkov <juri@jurta.org>
4286
4287 * simple.el (beginning-of-buffer, end-of-buffer):
4288 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4289 Do not push mark when mark is active in transient-mark-mode.
4290
4291 * simple.el (mark-word):
4292 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
4293 * textmodes/paragraphs.el (mark-paragraph):
4294 Extend the region when mark is active in transient-mark-mode,
4295 regardless of the last command. Doc fix.
4296
4297 * simple.el (mark-word): Preserve direction when repeating.
4298 Make arg optional. Interactive "p" -> "P".
4299 (transient-mark-mode, inhibit-mark-movement): Doc fix.
4300
4301 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
4302 preserving direction, to mark forward instead of backward when mark
4303 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
4304
4305 2004-12-12 Juri Linkov <juri@jurta.org>
4306
4307 * isearch.el (isearch-edit-string): Set 7th arg of
4308 `read-from-minibuffer' to `t' to inherit the current input
4309 method (whose name is indicated by [IM] in the minibuffer prompt)
4310 from the current buffer to the minibuffer.
4311 (isearch-lazy-highlight-update): Put body to `with-local-quit'
4312 to allow C-g quitting for lazy highlighting looping inside the
4313 search with nested repetition operators. Add overlay to the list
4314 before setting its face and other properties to avoid the case of
4315 code quitting after placing the new overlay but before it's
4316 recorded on the list. Select the window where isearch was
4317 activated, to highlight matches in the right window when isearch
4318 switches the current window to the minibuffer.
4319
4320 * international/isearch-x.el
4321 (isearch-process-search-multibyte-characters):
4322 Use `isearch-message' as initial input for `read-string' instead
4323 of adding it to the minibuffer prompt. After reading a string
4324 remove the initial value of `isearch-message' from the string.
4325
4326 * replace.el (replace-match-maybe-edit): Doc fix.
4327 (perform-replace): Don't call `replace-highlight' when automatic
4328 replacement is requested in literal mode, since it is intended
4329 only to highlight words during entering a new replacement string
4330 for \? in non-literal mode.
4331
4332 * replace.el (query-replace-highlight): Add new value `isearch'
4333 that allows query replacement to use isearch highlighting.
4334 Change type from `boolean' to `choice'. Doc fix.
4335 (replace-highlight, replace-dehighlight, perform-replace):
4336 Use isearch highlighting if query-replace-highlight eq `isearch'.
4337
4338 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
4341 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
4342
4343 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
4344 case of \end{verbatim}.
4345
4346 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
4347
4348 * term.el (term-termcap-format): Synchronyze with terminfo.
4349 (term-emulate-terminal): Handle reset.
4350 (term-reset-terminal): New function.
4351
4352 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
4353
4354 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
4355 (zone-fill-out-screen): New func.
4356 (zone-pgm-drip): Use `zone-fill-out-screen'.
4357 Also, no longer go to point-min on every cycle.
4358 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
4359 (zone-pgm-random-life-wait): New user var.
4360 (zone-pgm-random-life): New func.
4361
4362 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
4363
4364 * files.el (auto-mode-alist): Map .com to DCL mode.
4365
4366 2004-12-09 Richard M. Stallman <rms@gnu.org>
4367
4368 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
4369
4370 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
4371
4372 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
4373 buffer with a display margin.
4374
4375 2004-12-08 Jay Belanger <belanger@truman.edu>
4376
4377 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
4378 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
4379
4380 2004-12-08 Richard M. Stallman <rms@gnu.org>
4381
4382 * faces.el: Delete code to set display table.
4383 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
4384
4385 2004-12-08 Jay Belanger <belanger@truman.edu>
4386
4387 * calc/calc.el: Add math-read-preprocess-string to autoloads.
4388
4389 * calc/calc-ext.el (math-read-replacement-list)
4390 (math-read-superscripts, math-read-preprocess-string): Move to
4391 calc-aent.el.
4392
4393 * calc/calc-aent.el (math-read-replacement-list)
4394 (math-read-superscripts, math-read-preprocess-string): Move from
4395 calc-ext.el.
4396
4397 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * isearch.el (isearch-quote-char): Fix up typo in last change.
4400
4401 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
4402
4403 * mouse.el (mouse-set-font): Handle the case where the command was
4404 not invoked using the mouse.
4405
4406 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
4407 (edmacro-finish-edit): Further update for keyboard macros that are
4408 lambda forms.
4409 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
4410
4411 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * font-lock.el (font-lock-unfontify-region): Save buffer state.
4414 (font-lock-default-unfontify-region): Don't save buffer state any more.
4415
4416 2004-12-07 Jay Belanger <belanger@truman.edu>
4417
4418 * calc/calc-help.el (calc-describe-key):
4419 Set calc-summary-indentation even when Calc Summary buffer exists.
4420
4421 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
4422
4423 * calendar/holidays.el (holiday-easter-etc): Make arguments
4424 optional for backwards compatibility. Doc fix.
4425 Remove un-necessary local vars mandatory, output-list.
4426 (holiday-advent): Make arguments optional for backwards
4427 compatibility. Doc fix.
4428
4429 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * paren.el (show-paren-function): Fix last change (2004-12-02).
4432
4433 * international/mule-util.el (char-displayable-p): Return nil for
4434 unibyte mode.
4435
4436 * subr.el (subregexp-context-p): New function.
4437
4438 * isearch.el (isearch-quote-char): Use it.
4439
4440 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
4441 (regexp-opt-not-groupie*-re): Remove.
4442 (regexp-opt): Properly handle inputs with duplicate entries.
4443
4444 2004-12-06 Richard M. Stallman <rms@gnu.org>
4445
4446 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
4447
4448 * cus-edit.el (custom-file): Doc fix.
4449
4450 * textmodes/org.el: New file.
4451
4452 2004-12-06 Kenichi Handa <handa@m17n.org>
4453
4454 * ldefs-boot.el: Update international/mule-util.el section.
4455
4456 2004-12-05 Sam Steingold <sds@gnu.org>
4457
4458 * net/tramp.el (tramp-handle-file-accessible-directory-p):
4459 Fix `tramp-time-diff' comparison logic.
4460
4461 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
4462
4463 * progmodes/which-func.el (which-function):
4464 Use `run-hook-with-args-until-success' instead of a custom loop.
4465 Fixes bug with local hooks.
4466
4467 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4468
4469 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
4470 Use delete-dups when calculating the initial value.
4471 (bibtex-autokey-get-title): Use <=.
4472 (bibtex-goto-line): New function.
4473 (bibtex-reposition-window): Use line numbers instead of point
4474 positions. Use window-body-height.
4475 (bibtex-find-crossref): Use bibtex-reposition-window.
4476 (bibtex-find-entry): Use bibtex-reposition-window. Always return
4477 position of entry if key is found or nil if not found.
4478
4479 2004-12-05 Richard M. Stallman <rms@gnu.org>
4480
4481 * cus-edit.el (custom-file): Doc fix.
4482
4483 * progmodes/sh-script.el (sh-indent-for-then): Change default.
4484
4485 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * simple.el (blink-matching-open):
4488 * textmodes/tex-mode.el (tex-validate-region):
4489 Obey syntax-table text properties.
4490
4491 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
4492
4493 * wid-edit.el (widget-specify-field): Add `real-field' property to
4494 boundary.
4495 (widget-field-at): Use it.
4496
4497 2004-12-02 Richard M. Stallman <rms@gnu.org>
4498
4499 * progmodes/cc-mode.el (awk-mode autoload):
4500 Supply t meaning interactive function.
4501
4502 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
4503 (isearch-mode-map): No special definition for space.
4504 (isearch-whitespace-chars): Command deleted.
4505 (isearch-forward-regexp): Doc fix.
4506 (isearch-quote-char): When a space is not inside brackets,
4507 use `[ ]' instead of just space.
4508 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
4509
4510 * imenu.el (imenu--generic-function): Delete code to exclude
4511 matches in comments.
4512
4513 * man.el (Man-reverse-face): Change default to `highlight'.
4514
4515 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
4516 (occur-engine): Use `face' prop rather than `font-lock-face'
4517 when specifying use of `match-face'.
4518 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
4519
4520 * emacs-lisp/elint.el (elint-standard-variables): Update list.
4521
4522 * add-log.el (add-log-current-defun): Handle the case where point
4523 is in the header part of a DEFUN construct.
4524
4525 2004-12-02 Dave Love <fx@gnu.org>
4526
4527 * progmodes/python.el (python-font-lock-syntactic-keywords):
4528 Fix previous change.
4529
4530 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
4531
4532 * paren.el (show-paren-function): Check for matching chars
4533 specified by text props.
4534
4535 2004-12-02 Jay Belanger <belanger@truman.edu>
4536
4537 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
4538 when reading a new key sequence.
4539
4540 2004-12-02 Kim F. Storm <storm@cua.dk>
4541
4542 * faces.el (escape-glyph): Rename from glyph.
4543 (standard-display-table): Set it here. Add escape-glyph face to
4544 extra slot characters.
4545
4546 * disp-table.el: Undo 2004-12-01 change. Display table is now
4547 setup in faces.el.
4548
4549 2004-12-02 Mark A. Hershberger <mah@everybody.org>
4550
4551 * xml.el (xml-parse-dtd): Don't show validity messages when
4552 xml-validating-parser is nil.
4553 (xml-substitute-special): Fix validity error messages to
4554 actually show the unexpandable entity. Added validity error if &
4555 isn't followed by an entity.
4556 (xml-parse-tag): Concatenate any string following the a
4557 <![CDATA[]]> section to the parsed CDATA.
4558 (xml-parse-dtd): Skip parameter entity declarations and use of
4559 parameter entities.
4560
4561 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
4562
4563 * kmacro.el (kmacro-default-counter-format): New var.
4564 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
4565 (kmacro-display): Remove `nil' from `and' form. Delete call to
4566 `format' inside `message'.
4567 (kmacro-start-macro): Use `kmacro-default-counter-format'.
4568
4569 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * pcvs.el (cvs-header-msg): New function.
4572 (cvs-update-header): Use it. Change calling convention.
4573 Correctly handle the case of having simultaneous active processes.
4574 (cvs-sentinel): Don't call cvs-update-header any more.
4575 (cvs-mode-run): Update call and add cvs-update-header to postproc.
4576
4577 2004-12-01 Jay Belanger <belanger@truman.edu>
4578
4579 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
4580 Change message.
4581
4582 2004-12-01 Juri Linkov <juri@jurta.org>
4583
4584 * progmodes/prolog.el (prolog-mode-variables):
4585 Fix imenu-generic-expression.
4586
4587 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
4588
4589 * faces.el (glyph): New face.
4590
4591 * disp-table.el: Add an autoloaded table, that doesn't require
4592 this library, with glyph face.
4593
4594 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
4595 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
4596 (conf-quote-normal): Allow normalizing only ' or ".
4597 (conf-mode): Regexp-quote constructed comment-start and don't
4598 match section {} where "name" contains braces.
4599
4600 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
4601 files.
4602
4603 2004-12-01 Kenichi Handa <handa@m17n.org>
4604
4605 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
4606 (x-select-text): Don't treat eight-bit-control/graphic chars
4607 specially. Store the encoded text in the X cut buffer.
4608 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
4609 with x-last-selected-text-cut-encoded.
4610
4611 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
4614
4615 2004-11-30 Markus Rost <rost@ias.edu>
4616
4617 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
4618 AUCTeX.
4619
4620 2004-11-30 Jay Belanger <belanger@truman.edu>
4621
4622 * calc/calc-arith.el (math-possible-signs): Made stronger checks
4623 on signs of intervals.
4624 (math-pow-of-zero): Strengthen checks for positive and negative
4625 exponents.
4626
4627 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
4628 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
4629 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
4630 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
4631 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
4632 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
4633 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
4634 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
4635 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
4636 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
4637 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
4638 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
4639 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
4640 with provide statements.
4641
4642 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
4643
4644 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
4645
4646 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
4647 (calc-load-everything, math-defsimplify): Replace dummy autoloading
4648 functions by require statements.
4649 (math-defsimplify): Move to calc-alg.el, add to autoloads.
4650
4651 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4652 (calc-gnuplot-print): Give them values.
4653
4654 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
4655 autoloads.
4656 Add calc-do-embedded-activate to autoloads.
4657 (calc-gnuplot-name, calc-gnuplot-plot-command)
4658 (calc-gnuplot-print-command): Move them to calc-graph.el.
4659
4660 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4661
4662 * term/mac-win.el (ccl-encode-mac-roman-font)
4663 (ccl-encode-mac-cyrillic-font)
4664 (ccl-encode-mac-centraleuropean-font, encoder-list)
4665 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
4666 Support Cyrillic, CentralEuropean, and Dingbat font display
4667
4668 2004-11-30 Andre Spiegel <spiegel@gnu.org>
4669
4670 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
4671
4672 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
4673 still nil.
4674
4675 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
4676
4677 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
4678 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
4679
4680 2004-11-29 Jay Belanger <belanger@truman.edu>
4681
4682 * calc/calc-arith.el (math-pow-of-zero): Take into account different
4683 cases of the base and exponent.
4684
4685 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
4686
4687 * simple.el (next-error-buffer-p): Allow for inclusive and
4688 exclusive tests for finding a buffer.
4689 (next-error-find-buffer): Pass the exclusive and inclusive tests
4690 to next-error-buffer-p.
4691
4692 * replace.el (occur-next-error): Switch to the Occur buffer when
4693 appropriate, use the exclusive filter to next-error-find-buffer to
4694 do it. Use the absolute value of the motion amount.
4695
4696 2004-11-29 Kenichi Handa <handa@m17n.org>
4697
4698 * startup.el (command-line): Decode all default-directory by
4699 locale-coding-system.
4700
4701 2004-11-29 Jay Belanger <belanger@truman.edu>
4702
4703 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
4704 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
4705 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
4706 Replace calls to calc-extensions by appropriate require, replace
4707 calc-extensions-loaded by appropriate featurep.
4708
4709 * calc/calc-ext.el: Move require to end of file.
4710 Remove redundant loading of calc.el.
4711 (calc-extensions-loaded): Remove unnecessary variable.
4712 (calc-extensions): Remove unnecessary function.
4713 (calc-load-everything): Replace calc-need-macros by appropriate require.
4714
4715 * calc/calc-macs.el: Move provide to end of file.
4716 (calc-need-macros): Remove unnecessary function.
4717
4718 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
4719 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
4720 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
4721 Replace calc-extensions by appropriate require.
4722 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
4723
4724 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
4725 Replace calc-need-macros by appropriate require.
4726
4727 * calc/calc.el: Move require to end of file.
4728 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
4729 Remove unnecessary variable.
4730 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
4731 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
4732 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
4733 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
4734 (math-stack-value-offset, math-format-value, math-format-flat-expr)
4735 (math-format-number, math-format-bignum, math-read-number)
4736 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
4737 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
4738 by appropriate require.
4739 (calc-check-defines): Replace calc-need-macros by appropriate require.
4740
4741 2004-11-29 Kim F. Storm <storm@cua.dk>
4742
4743 * macros.el (insert-kbd-macro): Handle kmacro functions.
4744
4745 2004-11-28 Juri Linkov <juri@jurta.org>
4746
4747 * compare-w.el (compare-windows-highlight): Attach each overlay
4748 to its window to properly highlight differences while comparing
4749 two windows of the same buffer. Fix arguments.
4750 (compare-windows-sync-default-function): Fix arguments of
4751 `compare-windows-highlight'.
4752
4753 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
4754 Use `read-expression-history'. Set initial contents only if
4755 `edebug-global-break-condition' is non-nil. Set histpos to 1
4756 if initial contents is equal to the last history element.
4757 (edebug-set-conditional-breakpoint): Instead of temporarily
4758 prepending the current condition to the history, set initial
4759 contents to the current condition. Set histpos to 1 if initial
4760 contents is equal to the last history element.
4761
4762 * info.el (Info-search-whitespace-regexp): Remove shy group.
4763 (Info-search): Forward line if search is on the header line.
4764 Use search-whitespace-regexp in two other places.
4765
4766 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
4767
4768 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
4769 warning. Delay real definition, which uses
4770 `set-fringe-indicators-1' till after the definition of that function.
4771
4772 2004-11-28 Kim F. Storm <storm@cua.dk>
4773
4774 * fringe.el (fringe): New defgroup.
4775 (fringe-mode): Move to fringe group.
4776 (fringe-indicators): New defcustom.
4777 (set-fringe-indicators-1): New defun.
4778
4779 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
4780 (menu-bar-showhide-fringe-ind-menu): New keymap.
4781 (menu-bar-showhide-fringe-ind-empty)
4782 (menu-bar-showhide-fringe-ind-mixed)
4783 (menu-bar-showhide-fringe-ind-box)
4784 (menu-bar-showhide-fringe-ind-right)
4785 (menu-bar-showhide-fringe-ind-left)
4786 (menu-bar-showhide-fringe-ind-none): New defuns.
4787 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
4788
4789 2004-11-27 Richard M. Stallman <rms@gnu.org>
4790
4791 * comint.el (comint-read-noecho): Add trivial compatibility definition.
4792
4793 * generic.el (define-generic-mode): Doc fix.
4794
4795 * menu-bar.el (menu-bar-options-save): For the options
4796 that are toggled with menu-bar-make-mm-toggle, don't check
4797 for customized-value prop.
4798
4799 2004-11-27 Eli Zaretskii <eliz@gnu.org>
4800
4801 * mail/supercite.el (sc-cite-region): Handle the case where
4802 sc-cite-frame-alist is a symbol.
4803 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
4804 a symbol.
4805 (sc-recite-region): Handle the case where sc-recite-frame-alist is
4806 a symbol.
4807
4808 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
4809
4810 * wid-edit.el (widget-narrow-to-field): New function.
4811 (widget-complete): Use it.
4812
4813 2004-11-27 Jay Belanger <belanger@truman.edu>
4814
4815 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
4816 variable.
4817 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
4818 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
4819 (math-alg-inequalities): Move declaration to earlier in the file.
4820
4821 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
4822 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
4823 Declare them.
4824
4825 * calc/calc-lang.el (math-expr-data, math-expr-token)
4826 (math-exp-old-pos): Declare them.
4827
4828 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
4829 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
4830
4831 2004-11-27 Kim F. Storm <storm@cua.dk>
4832
4833 * progmodes/flymake.el: Use (featurep 'xemacs).
4834 (flymake-makehash): Change to defsubst. Use fboundp.
4835 (flymake-time-to-float): Remove.
4836 (flymake-float-time): Merge code from flymake-time-to-float here.
4837 (flymake-replace-regexp-in-string): Change to defsubst.
4838 (flymake-split-string-remove-empty-edges):
4839 Rename to flymake-split-string.
4840 (flymake-split-string): Remove previous defalias.
4841 (flymake-get-temp-dir): Change to defsubst.
4842 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
4843 Define for xemacs only.
4844 (flymake-master-file-count-limit): Change into compiler defvar only.
4845 (flymake-find-possible-master-files): Let-bind it dynamically while
4846 sorting files using flymake-master-file-compare.
4847
4848 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
4851 of defun-prompt-regexp matches inside a comment/string but the
4852 beginning is correctly outside everything.
4853
4854 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
4855 appears within a string or a comment.
4856
4857 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
4858 rather than make-symbol for symbols which are used in
4859 a symbol-macrolet or equivalent.
4860
4861 2004-11-26 Jay Belanger <belanger@truman.edu>
4862
4863 * calc-misc.el (calc-last-why-command): Declare it.
4864
4865 * calc-vec.el (math-grade-vec): New variable.
4866 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
4867 Replace variable grade-vec by declared variable.
4868 (math-rb-close): New variable.
4869 (math-read-brackets, math-read-vector): Replace variable close by
4870 declared variable.
4871
4872 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
4873 (calc-one-window, calc-edit-handler, calc-restore-trail)
4874 (calc-allow-ret): Declare them.
4875
4876 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
4877 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
4878 (math-radix-float-cache-tag, math-random-cache)
4879 (math-max-digits-cache, math-integral-cache, math-units-table)
4880 (math-format-date-cache, math-holidays-cache-tag): Declare them.
4881 (math-moc-func): New variable.
4882 (math-map-over-constants, math-map-over-constants-rec):
4883 Replace variable func by declared variable.
4884
4885 * calc/calc-store.el (calc-given-value, calc-store-opers):
4886 Declare them.
4887 (calc-var-name-map): Move declaration to earlier in the file.
4888 (calc-pv-pos): New variable.
4889 (calc-permanent-variable, calc-insert-permanent-variable):
4890 Replace variable pos by declared variable.
4891
4892 * calc/calc-mtx.el (calc-det-lu): New variable.
4893 (math-det-raw, math-det-step): Replace variable lu by declared variable.
4894
4895 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
4896 (math-multi-subst, math-multi-subst-rec): Replace variables temp
4897 and arg by declared variables.
4898 (calcFunc-reducer): Fix incorrect variable.
4899 (math-inner-mul-func, math-inner-add-func): New variables.
4900 (calcFunc-inner, math-inner-mats): Replace variables mul-func
4901 and add-func by declared variables.
4902
4903 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
4904 (calc-digit-value): Declare them.
4905
4906 * calc/calc-help.el (Info-history): Declare it.
4907 (calc-describe-key): Make calc-summary-indentation a local variable.
4908 (calc-help-long-names): Move declaration to earlier in file.
4909
4910 * calc/calc-embed.el (calc-original-buffer): Declare it.
4911 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
4912 (calc-embed-bot): New variables.
4913 (calc-do-embedded, calc-embedded-mark-formula)
4914 (calc-embedded-find-bounds, calc-embedded-duplicate)
4915 (calc-embedded-new-formula, calc-embedded-make-info):
4916 Replace vars outer-top, outer-bot, bot and top by declared variables.
4917 (calc-embed-prev-modes): New variable.
4918 (calc-embedded-set-modes, calc-embedded-update): Replace variable
4919 prev-modes with declared variable.
4920 (calc-embed-vars-used): New variable.
4921 (calc-embedded-make-info, calc-embedded-evaluate-expr)
4922 (calc-embedded-update, calc-embedded-find-vars): Replace variable
4923 vars-used by declared variable.
4924
4925 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
4926 (math-format-radix-float): Remove unnecessary setq.
4927 (math-radix-float-cache): Declare it.
4928
4929 * calc/calcsel2.el (calc-keep-selection): Declare it.
4930
4931 * calc/calc-maint.el: Remove file.
4932
4933 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4934
4935 * textmodes/bibtex.el (bibtex-sort-entry-class)
4936 (bibtex-comment-start): Use defcustom.
4937 (bibtex-entry-field-alist): Use nil if initial content of the
4938 field is undefined. Fix docstring.
4939 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
4940 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
4941 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
4942 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
4943 Fix docstring.
4944 (bibtex-autokey-title-terminators): Use only one regexp.
4945 (bibtex-string-maybe-empty-head): New variable.
4946 (bibtex-remove-delimiters-string): New function.
4947 (bibtex-text-in-field-bounds, bibtex-text-in-string):
4948 Use bibtex-remove-delimiters-string.
4949 (bibtex-progress-message, bibtex-field-left-delimiter)
4950 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
4951 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
4952 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
4953 Simplify.
4954 (bibtex-format-entry): Use save-excursion for inherited booktitle.
4955 Use eq and bibtex-remove-delimiters-string. For end markers use
4956 insertion type so that marker stays after inserted text.
4957 (bibtex-autokey-get-names): Return empty string if name is missing.
4958 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
4959 calling bibtex-autokey-name-case-convert.
4960 (bibtex-autokey-demangle-title):
4961 Call bibtex-autokey-titleword-case-convert. Remove call to
4962 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
4963 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
4964 (bibtex-read-key): New optional arg global.
4965 (bibtex-files-expand): New optional arg force.
4966 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
4967 (bibtex-complete-crossref-cleanup): Rename from
4968 bibtex-complete-key-cleanup. Simplify code.
4969 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
4970 Operate on current entry.
4971 (bibtex-button): Add docstring.
4972 (bibtex-entry): Simplify.
4973 (bibtex-make-field): Replace optional arg called-by-yank with more
4974 specific args move and interactive.
4975 (bibtex-end-of-entry): Use forward-sexp.
4976 (bibtex-find-entry-globally): Remove.
4977 (bibtex-find-crossref): Allow for crossref key located in other buffer.
4978 Bound to C-c C-x.
4979 (bibtex-find-entry): New optional args global and display.
4980 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
4981 (bibtex-validate): Use arg force of bibtex-files-expand.
4982 (bibtex-clean-entry): Bugfix, clean string entries properly.
4983 Always keep point at beginning of entry.
4984 (bibtex-complete): Bugfix. Handle string entries properly.
4985 Call cleanup functions only if needed.
4986 (bibtex-String): Use bibtex-read-string-key.
4987 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
4988 case of replacement text.
4989
4990 2004-11-26 Lars Hansen <larsh@math.ku.dk>
4991
4992 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
4993 (tramp-perl-directory-files-and-attributes): New constant.
4994 (tramp-file-name-handler-alist): Delete file-directory-files, add
4995 directory-files-and-attributes.
4996 (tramp-perl-file-attributes): Surround uid and gid by double
4997 quotes. Change parameter id-format from nonnumeric.
4998 (tramp-convert-file-attributes): New function.
4999 (tramp-handle-file-attributes): Use it.
5000 (tramp-maybe-send-perl-script): New function.
5001 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
5002 file mode. Change parameter id-format from nonnumeric.
5003 (tramp-handle-file-attributes-with-ls): Change parameter id-format
5004 from nonnumeric.
5005 (tramp-post-connection): Don't send tramp-perl-file-attributes
5006 script. Reset connection property "perl-scripts".
5007 (tramp-handle-insert-directory): Run real handler when ls-lisp is
5008 in use.
5009
5010 2004-11-26 Lars Hansen <larsh@math.ku.dk>
5011
5012 * desktop.el (desktop-read): Replace mapcar with mapc.
5013 (desktop-create-buffer): Replace mapcar with mapc.
5014 Remove redundant piece of code.
5015
5016 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
5017
5018 * progmodes/gud.el (gud-display-line): Use display-buffer
5019 for GDB-UI as for GUD.
5020
5021 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
5022 Delete variables.
5023 (gdb-ann3): Don't make GUD buffer dedicated.
5024 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
5025 (gdb-display-source-buffer): Delete function.
5026 (gdb-view-source-function, gdb-view-assembler): Delete functions.
5027 (menu): Delete menu bindings for viewing source/assembler.
5028 (gdb-setup-windows, gdb-restore-windows):
5029 Don't dedicate GUD. No assembler now.
5030 (gdb-reset): No need to undedicate source buffers now.
5031 (gdb-source-info): No assembler now.
5032
5033 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
5034
5035 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
5036 width to those for special frames.
5037 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
5038 Use display-buffer.
5039 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
5040 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5041 (gdb-frame-assembler-buffer): Rework like
5042 gdb-frame-breakpoints-buffer.
5043
5044 2004-11-25 Richard M. Stallman <rms@gnu.org>
5045
5046 * progmodes/flymake.el: Reindent.
5047 (flymake-split-string): Turn into defalias.
5048 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5049 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
5050 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
5051 (flymake-build-relative-filename): Rename from ...path.
5052 Fix error message.
5053
5054 2004-11-25 Cheng Gao <chenggao@gmail.com>
5055
5056 * progmodes/flymake.el: Much whitespace and capitalization change.
5057 Move `provide' to end. Require `compile' only when compiling.
5058
5059 2004-11-24 Jay Belanger <belanger@truman.edu>
5060
5061 * calc/calc-alg.el: Added comment.
5062 (math-polynomial-base): Replace variable mpb-top-expr by
5063 math-poly-base-top-expr.
5064
5065 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
5066 (math-polynomial-p1): Replace variable mpb-top-expr by declared
5067 variable.
5068 (math-poly-base-total-base): New variable.
5069 (math-total-polynomial-base, math-polynomial-p1): Replace variable
5070 mpb-total-base by declared variable.
5071 (math-factored-vars, math-to-list): Declare it.
5072 (math-fact-expr): New variable.
5073 (calcFunc-factors, calcFunc-factor, math-factor-expr)
5074 (math-factor-expr-try, math-factor-expr-part): Replace variable
5075 expr by declared variable.
5076 (math-fet-x): New variable.
5077 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
5078 by declared variable.
5079 (math-factor-poly-coefs): Make temp a local variable.
5080
5081 * calc/calc-units.el (calc-convert-units): Make units a local
5082 variable.
5083 (calc-num-units, calc-den-units): New variables.
5084 (calc-explain-units, calc-explain-units-rec): Replace variables
5085 num-units and den-units by declared variables.
5086 (math-cu-unit-list): New variable.
5087 (math-build-units-table, math-compare-unit-names)
5088 (math-convert-units, math-convert-units-rec): Replace variable
5089 unit-list by declared variable.
5090 (math-fbu-base, math-fbu-entry): New variables.
5091 (math-find-base-units, math-find-base-units-rec): Replace variables
5092 base and entry by declared variables.
5093 (math-which-standard): New variable.
5094 (math-to-standard-units, math-to-standard-rec): Replace variable
5095 which-standard by declared variable.
5096 (math-fcu-u): New variable.
5097 (math-find-compatible-unit, math-find-compatible-unit-rec):
5098 Replace variable u by declared variable.
5099 (math-cu-new-units, math-cu-pure): New variables.
5100 (math-convert-units, math-convert-units-rec): Replace variables
5101 new-units and pure by declared variables.
5102 (math-try-cancel-units): New variable.
5103 (math-simplify-units-quotient): Replace variable try-cancel-units by
5104 declared variable.
5105
5106 2004-11-24 Richard M. Stallman <rms@gnu.org>
5107
5108 * textmodes/ispell.el (ispell-check-version):
5109 If default-directory is nonexistent, use home dir.
5110
5111 * progmodes/grep.el (grep-regexp-alist):
5112 Don't match parens around line numbers.
5113
5114 * progmodes/cperl-mode.el (cperl-indent-region)
5115 (cperl-imenu--create-perl-index, cperl-xsub-scan):
5116 Don't print progress messages.
5117
5118 * progmodes/compile.el (compilation-mode-map):
5119 Don't inherit from compilation-minor-mode-map;
5120 copy its bindings instead. But the menu bar Compile
5121 entry now does inherit from compilation-menu-map.
5122
5123 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5124 Use with-no-warnings around compiler-macroexpand.
5125
5126 * imenu.el: Don't always require newcomment.
5127 (imenu--generic-function): Call comment-normalize-vars
5128 if we have a comment syntax.
5129 Exit the loop if REGEXP matches the null string.
5130 Test comment-start as well as comment-start-skip
5131 when deciding whether to check for comments.
5132
5133 * tooltip.el (tooltip-mode): Doc fix.
5134
5135 * term.el (term-escape-char, term-mode): Doc fixes.
5136
5137 2004-11-24 Dave Love <fx@gnu.org>
5138
5139 * progmodes/python.el (python-font-lock-syntactic-keywords):
5140 Check for escapes in the regexp.
5141 (python-quote-syntax): Don't do it here.
5142
5143 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
5144
5145 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5146 (gdb-frames-mode-map, gdb-threads-mode-map)
5147 (gdb-registers-mode-map, gdb-locals-mode-map)
5148 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
5149 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
5150
5151 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
5152 (dedicated-switch-to-buffer): Rework.
5153 (gdb-var-evaluate-expression-handler, gdb-put-string):
5154 Remove unused variable bindings.
5155 (gdb-setup-windows, gdb-display-buffer):
5156 Simplify. Use pop-to-buffer.
5157 (gdb-view-source-function): Simplify.
5158 (gdb-frame-breakpoints-buffer):
5159 Use pop-to-buffer, special-display-regexps.
5160
5161 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5162
5163 * progmodes/f90.el (f90-smart-end)
5164 (f90-previous-statement, f90-beginning-of-block): Doc fix.
5165 (f90-calculate-indent): Handle un-named PROGRAM blocks.
5166 (f90-end-of-block): Doc fix. Make check of outermost block
5167 conditional on value of `f90-smart-end'.
5168 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
5169 Handle case where END-BLOCK is nil.
5170 (f90-match-end): Handle un-named PROGRAM blocks.
5171 (f90-backslash-not-special): New function.
5172
5173 2004-11-24 Jay Belanger <belanger@truman.edu>
5174
5175 * calc/calc.el (calc-embedded-active): Removed unnecessary
5176 declaration.
5177 (calc-show-banner): Removed redundant declaration.
5178
5179 * calc/calc-graph.el (calc-gnuplot-default-device)
5180 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5181 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5182 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
5183 Remove redundant initial values.
5184
5185 * calc/calc-arith.el (math-scalar-functions)
5186 (math-nonscalar-functions, math-scalar-if-args-functions)
5187 (math-real-functions, math-positive-functions)
5188 (math-nonnegative-functions, math-real-scalar-functions)
5189 (math-real-if-arg-functions, math-integer-functions)
5190 (math-num-integer-functions, math-rounding-functions)
5191 (math-float-rounding-functions, math-integer-if-args-functions)
5192 (math-super-types): Move declarations to earlier in file.
5193 (math-unit-prefixes): Declared it.
5194 (math-floor-prec, math-trunc-prec): New variables.
5195 (math-trunc-fancy): Replace variable prec by declared variable.
5196 (math-floor-fancy): Replace variable prec by declared variable.
5197 (math-com-bterms): New variable.
5198 (math-commutative-equal, math-commutative-collect):
5199 Replace variable bterms by declared variable.
5200
5201 * calc/calc-misc.el (math-trunc): Replace variable prec by
5202 math-trunc-prec.
5203 (math-floor): Replace variable prec by math-floor-prec.
5204
5205 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
5206 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
5207 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
5208 (math-format-date, math-format-date-part): Replace variables
5209 date, dt, year, month, day, weekday, hour, minute, second and
5210 bc-flag by declared variables.
5211 (math-pd-str): New variable.
5212 (math-parse-date, math-parse-date-word, math-parse-standard-date):
5213 Replace variable str by declared variable.
5214 (math-daylight-savings-hook, math-tzone-names): Move definitions
5215 to earlier in the file.
5216 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
5217 (math-sh-year): New variable.
5218 (math-setup-add-holidays, math-setup-holidays)
5219 (math-setup-year-holidays): Replace variable `year' by declared
5220 variable.
5221
5222 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
5223 New variables.
5224 (math-nth-root-float, math-nth-root-float-iter): Replace variables
5225 n, nf and nfm1 by declared variables.
5226 (math-nri-n): New variable.
5227 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
5228 n by declared variable.
5229 (calcFunc-log): Removed misplaced condition.
5230
5231 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
5234
5235 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
5236
5237 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
5238 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
5239 Dedicate gdb-related windows.
5240 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
5241 other frames.
5242 (gdb-reset): Remove dedicated property after debugging.
5243
5244 2004-11-24 Jay Belanger <belanger@truman.edu>
5245
5246 * calc/calc-sel.el: Add comment.
5247
5248 * calc/calc.el (math-stack-value-offset): Replace variables c,
5249 wid and off with math-svo-c, math-svo-wid and math-svo-off.
5250
5251 * calc/calccomp.el (math-comp-sel-tag): Declare it.
5252 (math-svo-c, math-svo-wid, math-svo-off): New variables.
5253 (math-stack-value-offset-fancy): Replace variables c, wid and off
5254 by declared variables.
5255 (math-comp-just, math-comp-comma-spc): New variables.
5256 (math-compose-expr, math-compose-matrix): Replace variables `just'
5257 and comma-spc by declared variable.
5258 (math-comp-vector-prec): New variable.
5259 (math-compose-expr, math-compose-matrix, math-compose-rows):
5260 Replace variable vector-prec by declared variable.
5261 (math-comp-left-bracket, math-comp-right-bracket)
5262 (math-comp-comma): New variables.
5263 (math-compose-expr, math-compose-rows): Replace variables
5264 left-bracket, right-bracket and comma by declared variables.
5265 (math-comp-full-width): New variable.
5266 (math-comp-to-string-flat, math-comp-to-string-flat-term):
5267 Replace variable full-width by declared variable.
5268 (math-comp-highlight, math-comp-word, math-comp-level)
5269 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
5270 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
5271 New variables.
5272 (math-comp-to-string-flat, math-comp-to-string-flat-term)
5273 (math-comp-sel-flat-term): Replace variables comp-highlight,
5274 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
5275 declared variables.
5276 (math-comp-simplify, math-comp-simplify-term)
5277 (math-comp-add-string, math-comp-add-string-sel):
5278 Replace variables comp-highlight, comp-buf, comp-base,
5279 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
5280
5281 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5282
5283 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
5284
5285 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
5286 and x-server-version may throw.
5287
5288 2004-11-23 Kim F. Storm <storm@cua.dk>
5289
5290 * subr.el (substitute-key-definition-key): Optimize.
5291 Don't call indirect-function for nil defn (always signals error).
5292
5293 * ido.el (ido-read-internal): Fix require-match check when
5294 ido-directory-too-big is set.
5295
5296 2004-11-23 Jay Belanger <belanger@truman.edu>
5297
5298 * calc/calc-ext.el (math-read-replacement-list)
5299 (math-read-superscripts): New variables.
5300 (math-read-preprocess-string): New function.
5301 (math-read-expr): Filter input through math-read-preprocess-string.
5302
5303 * calc/calc-aent.el (math-read-exprs): Filter input through
5304 math-read-preprocess-string.
5305
5306 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
5307
5308 * progmodes/compile.el (compilation-start): In cd command use
5309 substitute-env-vars -- not quite shell compatible but better than
5310 nothing.
5311 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
5312 handle the newer versions messages, which are more parseable.
5313
5314 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * reveal.el (reveal-mode-map): New var.
5317 (reveal-mode): Use it.
5318
5319 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
5320
5321 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
5322 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
5323
5324 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
5327 header-line when needed.
5328 Use fixed-pitch only in the header-line.
5329 Build the underline automatically. Use emdash if available.
5330
5331 2004-11-22 Richard M. Stallman <rms@gnu.org>
5332
5333 * dired.el (dired-recursive-copies): Move from dired-aux.el.
5334 * dired-aux.el (dired-recursive-copies): Move to dired.el.
5335
5336 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
5337
5338 * progmodes/gdb-ui.el (gdb-resync): New function.
5339 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
5340 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
5341 Use it to fail more gracefully.
5342 (gdb-variables): Delete variable.
5343 Re-order variables to reduce byte-compiler warnings.
5344
5345 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * descr-text.el (describe-char):
5348 * paren.el (show-paren-function):
5349 * subr.el (syntax-after): Undo last change.
5350
5351 * progmodes/python.el (run-python): Don't hard code *Python*.
5352 Don't modify global process-environment.
5353 (python-send-region, python-load-file): Don't assume that
5354 python-buffer == (process-buffer (python-proc)).
5355 (python-switch-to-python): Simplify.
5356
5357 * dired.el (dired-align-file): Don't assume line starts with spaces.
5358
5359 2004-11-21 Jay Belanger <belanger@truman.edu>
5360
5361 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
5362 Replace variable `lines' by math-read-big-lines.
5363 (math-read-big-expr): Replace variables the-baseline, the-h2
5364 and err-msg by math-read-big-baseline, math-read-big-h2 and
5365 math-read-err-msg.
5366 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
5367
5368 * calc/calc-lang.el (math-read-big-rec): Fix typo.
5369 (math-read-big-balance): Replace unbound variable by value.
5370 (math-read-big-lines): New variable.
5371 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
5372 (math-read-big-error, math-read-big-balance): Replace variable
5373 `lines' by declared variable.
5374 (math-read-big-baseline, math-read-big-h2): New variables.
5375 (math-read-big-rec): Replace variables the-baseline and the-h2
5376 by declared variables.
5377 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
5378 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
5379 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
5380 declared variables.
5381 (math-read-big-err-msg): New variable.
5382 (math-read-big-error): Replace variable err-msg by declared variable.
5383
5384 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * ses.el: Add coding cookie.
5387 Fix up docstrings, follow new commenting conventions.
5388 (ses-header-line-menu): Fix missing variable rename for header-row.
5389 (ses-cell-size): Remove.
5390 (ses-make-cell): New function.
5391 (ses-cell, ses-insert-row, ses-insert-column): Use it.
5392 (ses-calculate-cell): Remove unused var `symbol'.
5393 (ses-narrowed-p): New function.
5394 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
5395 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
5396 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
5397 (ses-setup): Use restore-buffer-modified-p.
5398 (ses-cleanup): Remove unused var `end'.
5399 (ses-header-string-left-offset): Remove.
5400 (ses-create-header-string): Adjust to new behavior of `align-to'.
5401 Truncate excessively large fields to preserve alignment.
5402 (ses-reconstruct-all): Remove unused var `refs'.
5403 (ses-read-cell-printer): Remove unused var `prompt'.
5404 (ses-delete-row): Remove unused var `pos'.
5405 (ses-delete-column): Remove unused var `new'.
5406
5407 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5408
5409 * ps-print.el: Insert :version tag into all defgroup and defcustom.
5410 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
5411 Eliminate eval-and-compile usage.
5412 (ps-insert-file): Use insert-file-contents instead of insert-file.
5413 (ps-setup): Code fix.
5414
5415 * printing.el (pr-setup, lpr-setup): Code fix.
5416
5417 2004-11-21 Jay Belanger <belanger@truman.edu>
5418
5419 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
5420 (calc-original-buffer): Declare them.
5421 (calc-user-formula-alist): New variable.
5422 (calc-user-define-formula, calc-fix-user-formula)
5423 (calc-user-define-composition, calc-finish-formula-edit):
5424 Replace variable `alist' by declared variable.
5425 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
5426 (var-q7, var-q7, var-q8, var-q9): Declare them.
5427 (calc-kbd-push): Don't check to see if var-q0 through var-q9
5428 are bound.
5429 (calcFunc-typeof): Replace undeclared variable by expression.
5430 (math-exp-env): New variable.
5431 (math-define-body, math-define-exp): Replace exp-env by declared var.
5432 (math-define-exp): Replace misplaced variable by expression.
5433
5434 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
5435 (calc-curve-model, calc-curve-coefnames): New variables.
5436 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
5437 varnames, model and coefnames by declared variables.
5438 (math-root-widen): New variable.
5439 (math-search-root, math-find-root): Replace variable root-widen by
5440 declared variable.
5441 (var-DUMMY): Declare it.
5442 (math-root-vars, math-min-vars): Move the declarations to earlier in
5443 the file.
5444 (math-brent-min): Make d a local variable.
5445 (math-find-minimum): Replace non-existent variable.
5446 (math-ninteg-romberg): Remove unnecessary variable.
5447 (math-ninteg-temp): New variable.
5448 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
5449 integ-temp by declared variable.
5450 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
5451 New variables.
5452 (math-general-fit): Replace variables first-var, first-coef and
5453 new-coefs by declared variables.
5454 (calcFunc-fitvar): Replace variable first-var by declared variable.
5455 (calcFunc-fitparam): Replace variable first-coef by declared variable.
5456 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
5457 (math-all-vars-vars, math-all-vars-found): New variables.
5458 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
5459 found by declared variable math-all-vars-vars.
5460
5461 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
5462
5463 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
5464 of `defconst'.
5465
5466 2004-11-20 Richard M. Stallman <rms@gnu.org>
5467
5468 * isearch.el (isearch-mode-map): Don't bind SPC.
5469 (isearch-whitespace-chars): Function deleted.
5470 (isearch-search): Bind search-spaces-regexp.
5471 (isearch-lazy-highlight-search): Likewise.
5472 (search-whitespace-regexp): Doc fix.
5473 (isearch-forward-regexp): Doc fix.
5474
5475 * emacs-lisp/bytecomp.el (byte-compile-form):
5476 Move the calls to byte-compile-set-symbol-position,
5477 to avoid having two for the same symbol occurrence.
5478
5479 * comint.el (comint-input-ring-size): Increase to 150.
5480
5481 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
5482 New variables.
5483 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
5484 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
5485
5486 * imenu.el (imenu--generic-function):
5487 Ensure we keep moving backward even if BEG isn't further back.
5488
5489 * replace.el (query-replace-read-to, query-replace-read-from):
5490 Specify t for KEEP-ALL in read-from-minibuffer.
5491
5492 * progmodes/python.el (python-switch-to-python):
5493 If Python isn't running, start it.
5494 Don't alter debug-ignored-errors.
5495
5496 * progmodes/cperl-mode.el (cperl-indent-region):
5497 Don't mind imenu-scanning-message.
5498
5499 * bindings.el (global-map): Bind C-e to move-end-of-line.
5500
5501 * simple.el (line-move-finish): New arg FORWARD.
5502 Ignore invisible newlines, not intangible ones.
5503 Conditions for acceptable stopping positions depend on FORWARD.
5504 (line-move): Pass FORWARD arg to line-move-finish.
5505
5506 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
5507 of HEADER. Compensate for this change in the code to add display
5508 properties. Don't make the first line intangible.
5509
5510 * info.el (Info-search): Fix previous change.
5511
5512 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5513
5514 * Makefile.in (recompile): Revert 2004-11-19 change.
5515 (compile): Likewise.
5516
5517 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
5518
5519 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
5520
5521 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5522
5523 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
5524 defgroup and defcustom. Eliminate eval-and-compile usage.
5525
5526 * progmodes/ebnf-otz.el: Fix typos.
5527
5528 2004-11-19 Jay Belanger <belanger@truman.edu>
5529
5530 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
5531 (calc-edit-finish, calc-finish-stack-edit): Replace variable
5532 disp-trail by declared variable.
5533
5534 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
5535 (calc-finish-selection-edit): Replace variable disp-trail by
5536 declared variable.
5537 (calc-selection-cache-entry): Move declaration to earlier in the file.
5538 (calc-selection-cache-num, calc-selection-cache-comp)
5539 (calc-selection-cache-offset, calc-selection-true-num)
5540 (calc-final-point-line, calc-final-point-column)
5541 (calc-original-buffer): Declare them.
5542 (calc-fnp-op, calc-fnp-num): New variables.
5543 (calc-find-nth-part, calc-find-nth-part-rec)
5544 (calc-select-previous): Replace op and num by declared variables.
5545 (calc-rsf-old, calc-rsf-new): New variables.
5546 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
5547 Replace variables old and new by declared variables.
5548 (calc-sel-reselect): New variable.
5549 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
5550 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
5551 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
5552 reselect with declared variable.
5553
5554 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
5555 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
5556 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
5557 (math-import-list, math-rewrite-phase): Declare them.
5558 (math-rewrite): Use let* to declare variables.
5559 (calc-rewrite-selection): Make rules a local variable.
5560 (calc-rewr-sel): New variable.
5561 (calc-rewrite-selection, calc-locate-selection-marker)
5562 (calc-rewrite): Use the declared variable calc-rewr-sel instead
5563 of sel.
5564 (math-rewrite-whole-expr): New variable.
5565 (math-rewrite, math-rewrite-phase): Replace variable expr by
5566 declared variable.
5567 (math-rewrite-heads-heads, math-rewrite-heads-skips)
5568 (math-rewrite-heads-blanks ): New variables.
5569 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
5570 heads, skips and blanks by declared variables.
5571 (math-rwcomp-subst-old, math-rwcomp-subst-new)
5572 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
5573 New variables.
5574 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
5575 old, new, old-func and new-func by declared variables.
5576 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
5577 Remove unnecessary variable.
5578 (math-apply-rw-regs): New variable.
5579 (math-apply-rewrites, math-rwapply-replace-regs)
5580 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
5581 (math-apply-rw-ruleset): New variable.
5582 (math-apply-rewrites, math-rwapply-remember): Replace variable
5583 ruleset by declared variable.
5584
5585 2004-11-19 Richard M. Stallman <rms@gnu.org>
5586
5587 * info.el (Info-search): Use search-whitespace-regexp.
5588
5589 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5590
5591 * vc-rcs.el (vc-rcs-parse): New function.
5592 (vc-rcs-annotate-command): Likewise.
5593 (vc-rcs-annotate-current-time): Likewise.
5594 (vc-rcs-annotate-time): Likewise.
5595 (vc-rcs-annotate-extract-revision-at-line): Likewise.
5596
5597 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
5598
5599 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
5600
5601 2004-11-18 Jay Belanger <belanger@truman.edu>
5602
5603 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
5604
5605 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5606
5607 * printing.el: Eliminate use of interactive-p and eval-and-compile.
5608 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
5609 Use make-temp-file to generate PostScript files in any situation.
5610 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
5611 (pr-interactive-p): Eliminate var.
5612 (pr-save-interactive): Eliminate macro.
5613 (pr-interface, pr-ps-directory-preview)
5614 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
5615 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
5616 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
5617 (pr-ps-buffer-ps-print, pr-ps-region-preview)
5618 (pr-ps-region-using-ghostscript, pr-ps-region-print)
5619 (pr-ps-region-ps-print, pr-ps-mode-preview)
5620 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
5621 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
5622 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
5623 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
5624 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
5625 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
5626 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
5627 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
5628 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
5629 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
5630 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
5631 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
5632 Eliminate pr-save-interactive usage.
5633 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
5634 Eliminate pr-interactive-p usage.
5635 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
5636 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
5637 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
5638 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
5639 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
5640 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
5641 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
5642 New funs.
5643 (pr-ps-file): Use make-temp-file to generate a temporary file.
5644
5645 2004-11-17 Jay Belanger <belanger@truman.edu>
5646
5647 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
5648 a local variable.
5649 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
5650 (math-top-only): New variable.
5651 (math-simplify, math-simplify-step): Replace variable top-only by
5652 declared variable math-top-only.
5653 (math-simplify-expr): Declare it.
5654 Replace argument expr in all calls of math-defsimplify by
5655 math-simplify-expr.
5656 (math-simplify-plus, math-simplify-times, math-simplify-divide)
5657 (math-simplify-divisor, math-simplify-one-divisor)
5658 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
5659 (math-simplify-pow): Replace variable expr by declared variable
5660 math-simplify-expr.
5661 (math-simplify-divisor): Remove local variables temp and op.
5662 (math-simplify-one-divisor): Make temp and op local variables.
5663 (math-simplify-divisor-nover, math-simplify-divisor-dover):
5664 New variables.
5665 (math-simplify-divisor, math-simplify-one-divisor):
5666 Replace variables nover and dover by declared variables.
5667 (math-expr-subst-new, math-expr-subst-old): New variables.
5668 (math-expr-subst, math-expr-subst-rec): Replace variables new
5669 and old by declared variables.
5670 (math-is-poly-degree, math-is-poly-loose): New variables.
5671 (math-is-polynomial, math-is-poly-rec): Replace variables degree
5672 and loose by declared variables.
5673 (math-poly-base-const-ok, math-poly-base-pred): New variables.
5674 (math-polynomial-base, math-polynomial-base-rec):
5675 Replace variables const-ok and mpb-pred by declared variables.
5676
5677 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
5678
5679 * calc/calc-ext.el (math-defsimplify): Change the argument in
5680 the created function to math-simplify-expr.
5681
5682 * calc/calc-units.el (math-simplify-expr): Declare it.
5683 Replace argument expr in all calls of math-defsimplify by
5684 math-simplify-expr.
5685 (math-simplify-units-prod): Replace variable expr by declared
5686 variable math-simplify-expr.
5687
5688 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
5691 Replace mapcar->dolist, format->string.
5692
5693 2004-11-17 Miles Bader <miles@gnu.org>
5694
5695 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
5696 * progmodes/idlwave.el: Remove RCS keywords.
5697
5698 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
5699
5700 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
5701 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
5702 Update to IDLWAVE version 5.5. Too many changes to list them here.
5703 * progmodes/idlw-help.el: New file.
5704
5705 2004-11-16 Richard M. Stallman <rms@gnu.org>
5706
5707 * international/iso-cvt.el (iso-tex2iso-trans-tab):
5708 Discard spaces after \i according to TeX rules.
5709
5710 * international/mule.el (set-buffer-file-coding-system):
5711 New arg NOMODIFY.
5712 (after-insert-file-set-coding): Pass that new arg.
5713 Prevent set-buffer-multibyte from trying to lock the file.
5714
5715 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
5716
5717 * saveplace.el (save-place): Doc fix.
5718
5719 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
5720 temporarily widen before finding the following word to copy.
5721
5722 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
5723 (cl-map-keymap): Definition deleted.
5724
5725 * subr.el (map-keymap-internal): New function.
5726
5727 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
5730 when pressing rather than when releasing mouse-2. Simplify.
5731
5732 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
5735 (compilation-mode): Set it here instead.
5736
5737 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
5738
5739 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
5740 (loop, cl-parse-loop-clause, defsetf): Use backquote.
5741
5742 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * progmodes/compile.el (compilation-internal-error-properties):
5745 Fix up a transposition-typo. Check end-col before using it.
5746
5747 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
5748
5749 * international/iso-cvt.el (iso-tex2iso-trans-tab):
5750 Discard whitespace after macro \i when converting it.
5751
5752 2004-11-16 Juri Linkov <juri@jurta.org>
5753
5754 * emacs-lisp/find-func.el (find-function-regexp):
5755 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
5756 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
5757 Remove invalid `\W' from [^cgv\W]. Doc fix.
5758 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
5759
5760 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
5761
5762 * play/life.el: Maintainer is now FSF.
5763 (life-patterns, life-neighbor-deltas, life-window-start)
5764 (life-current-generation, life-generation-string): Use defvar
5765 instead of defconst.
5766
5767 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * progmodes/compile.el (compilation-move-to-column): New fun.
5770 (compilation-internal-error-properties)
5771 (compilation-next-error-function): Use it to make sure we don't go past
5772 the end of line.
5773
5774 2004-11-15 John Paul Wallington <jpw@gnu.org>
5775
5776 * autoinsert.el (auto-insert-alist): Insert the user's name in
5777 copyright notice, rather than Free Software Foundation, for the
5778 Emacs Lisp header case too.
5779
5780 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5781
5782 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
5783 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
5784 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
5785 return the list of string in a string.
5786 (pr-call-process): Message if calling process returns an error, that
5787 is, the exit status is different of zero.
5788
5789 2004-11-15 Jay Belanger <belanger@truman.edu>
5790
5791 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
5792 variable var-thing.
5793 (math-integ-depth, math-integ-level, math-integral-limit)
5794 (math-enable-subst, math-any-substs, math-integ-msg)
5795 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
5796 (math-int-threshold, math-int-factors, math-double-roots)
5797 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
5798 (var-GenCount): Declare these variables.
5799 (calcFunc-integ): Don't check if var-IntegLimit is bound.
5800 (math-integral-cache, math-integral-cache-state):
5801 Move declarations to earlier in the file.
5802 (math-deriv-var, math-deriv-total, math-deriv-symb)
5803 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
5804 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
5805 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
5806 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
5807 (math-solve-res): New variables
5808 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
5809 (math-integral, math-replace-integral-parts)
5810 (math-integrate-by-parts, calc-dump-integral-cache)
5811 (math-try-integral, math-do-integral, math-do-integral)
5812 (math-do-integral-methods, math-try-solve-for)
5813 (math-try-solve-prod, math-solve-poly-funny-powers)
5814 (math-solve-crunch-poly, math-decompose-poly)
5815 (math-solve-find-root-term, math-find-root-in-prod)
5816 (math-integ-try-linear-substitutions)
5817 (math-integ-try-substitutions, math-expr-rational-in)
5818 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
5819 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
5820 (math-solve-for, math-solve-system, math-solve-system-rec)
5821 (math-solve-get-sign, math-solve-get-int)
5822 (math-solve-system-subst): Replace undeclared variables with newly
5823 declared variables.
5824
5825 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * winner.el (winner-active-region, winner-edges, winner-window-list):
5828 Define at toplevel.
5829 (winner-mode-map): Move init inside declaration.
5830
5831 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
5832
5833 * files.el (convert-standard-filename): Doc fix.
5834
5835 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
5836
5837 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
5838 passwd, group, shadow, default/* and pam.d/*.
5839
5840 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5841
5842 * printing.el (pr-menu-spec): Adjust menu specification.
5843
5844 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5845
5846 * printing.el: Doc fix. Insert :version tag into all defcustom.
5847 Handle interactive-p as is recommended in Emacs Lisp Reference.
5848 Set the file permission bits for newly created files.
5849 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
5850 The printing menu specification (in `pr-menu-spec') was merged.
5851 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5852 (pr-version): New version number (6.8.3).
5853 (pr-file-modes): New option.
5854 (pr-interactive-p): New var.
5855 (pr-save-interactive, pr-save-file-modes): New macros.
5856 (pr-setup): Code fix.
5857 (pr-menu-spec): Menu specification merged.
5858 (pr-call-process, pr-text2ps): Set file permission bits.
5859 (pr-despool-print): Set file permission bits. Handle interactive-p as
5860 is recommended.
5861 (pr-interface, pr-ps-directory-preview)
5862 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
5863 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
5864 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
5865 (pr-ps-buffer-ps-print, pr-ps-region-preview)
5866 (pr-ps-region-using-ghostscript, pr-ps-region-print)
5867 (pr-ps-region-ps-print, pr-ps-mode-preview)
5868 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
5869 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
5870 (pr-despool-using-ghostscript, pr-despool-ps-print)
5871 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
5872 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
5873 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
5874 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
5875 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
5876 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
5877 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
5878 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
5879 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
5880 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
5881 Handle interactive-p as is recommended.
5882
5883 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
5886 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
5887
5888 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
5889 so it doesn't forget to highlight the beginning of the region either.
5890
5891 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
5892
5893 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
5894 (c-font-lock-init): Eliminate obsolete make-local-hook.
5895 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5896 (awk-mode): Use run-mode-hooks.
5897
5898 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
5899
5900 2004-11-13 Kim F. Storm <storm@cua.dk>
5901
5902 * mouse.el (mouse-drag-copy-region): Add :version.
5903 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
5904 while dragging mode line, so mode line can be dragged downwards.
5905 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
5906 while pressing mouse button so window doesn't scroll until we
5907 release the mouse if clicking on partially visible line.
5908
5909 2004-11-12 Jay Belanger <belanger@truman.edu>
5910
5911 * calc/calc-graph.el (calc-dumb-map): Declare it.
5912 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
5913 than unbound.
5914 (calc-graph-name): Made `end' a local variable.
5915 (calc-graph-lookup): Made `varname' a local variable.
5916 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
5917 Declare them.
5918 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
5919 (calc-graph-plot, calc-graph-compute-3d): Remove references to
5920 the unused variable y3vec.
5921 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
5922 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
5923 calc-graph-prev-kill-hook.
5924 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
5925 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
5926 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
5927 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
5928 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
5929 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
5930 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
5931 (calc-graph-y3value, calc-graph-y3name)
5932 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
5933 (calc-graph-stepcount, calc-graph-is-splot)
5934 (calc-graph-surprise-splot, calc-graph-blank)
5935 (calc-graph-non-blank, calc-graph-curve-num): New variables.
5936 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
5937 (calc-graph-recompute-2d, calc-graph-compute-3d)
5938 (calc-graph-format-data): Replace undeclared variables with the
5939 above newly declared variables.
5940
5941 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
5942
5943 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
5944 `rsf-beep' and `rsf-sleep-after-message'.
5945
5946 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
5947 list if `message-sender' is non-nil.
5948
5949 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5950
5951 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
5952 consing by using mapc instead of mapcar.
5953
5954 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
5955
5956 * tooltip.el (require): Explain why CL is needed.
5957
5958 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5959
5960 * printing.el: Insert :version into defgroup (printing). All reference
5961 to Files option in menubar were changed to File.
5962 (pr-version): New version number (6.8.2).
5963 (pr-get-symbol): Call easy-menu-intern.
5964 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
5965 compilation gripes.
5966
5967 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
5970 new byte-compile-function-environment binding to t.
5971
5972 * font-lock.el (font-lock-fontify-syntactically-region):
5973 Don't forget to highlight the last char when we hit `end'.
5974
5975 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
5976 (mwheel-scroll): Adjust accordingly.
5977
5978 * cvs-status.el: Reduce spurious warnings.
5979 (cvs-status-checkout): Remove.
5980 (cvs-status-mode-map): Use cvs-mode-checkout instead.
5981
5982 * pcvs.el (cvs-mode-checkout): New command.
5983
5984 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
5985
5986 * tooltip.el: Require CL.
5987
5988 * emacs-lisp/bytecomp.el: Use push.
5989 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
5990 (defalias): Remove the `byte-compile' property and add
5991 a `byte-hunk-handler'.
5992
5993 2004-11-11 Juri Linkov <juri@jurta.org>
5994
5995 * info.el (Info-search): Save match data for isearch.
5996 Skip Tag Table node.
5997
5998 * descr-text.el (describe-char): Replace syntax-after with code
5999 from its previous version.
6000
6001 * files.el (magic-mode-alist): Use optimization for SGML mode too.
6002 (set-auto-mode): Doc fix. Remove unused variable `xml'.
6003
6004 * international/mule.el (sgml-html-meta-auto-coding-function):
6005 Remove > after <html to allow HTML attributes.
6006
6007 2004-11-11 Jay Belanger <belanger@truman.edu>
6008
6009 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
6010 a variable.
6011 (calcFunc-dfac): Replace unbound max by n.
6012 (math-stirling-local-cache): New variable.
6013 (math-stirling-number, math-stirling-1, math-stirling-2):
6014 Replace the variable `cache' by the declared variable
6015 math-stirling-local-cache.
6016 (var-RandSeed): Declare it as a variable.
6017 (math-init-random-base, math-random-digit): Don't check to see if
6018 var-RandSeed is bound.
6019 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
6020 Declare them instead of just setting them.
6021 (math-init-random-base): Made i a local variable.
6022 (math-random-digit): Made math-random-last a local variable.
6023 (math-prime-test-cache): Move declaration to before it is used.
6024 (math-prime-test-cache-k, math-prime-test-cache-q)
6025 (math-prime-test-cache-nm1, math-prime-factors-finished):
6026 Declare them as variables.
6027
6028 2004-11-11 Jay Belanger <belanger@truman.edu>
6029
6030 * calc/calc-ext.el (math-defcache): Use defvar for the new
6031 variables it creates.
6032
6033 2004-11-11 Lars Hansen <larsh@math.ku.dk>
6034
6035 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
6036 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
6037 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
6038 (desktop-save): Add :version.
6039
6040 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6041
6042 * printing.el (pr-get-symbol): Don't downcase.
6043
6044 2004-11-10 Jay Belanger <belanger@truman.edu>
6045
6046 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
6047 string to kill-ring.
6048
6049 * calc/calc-aent.el (calc-alg-exp, math-toks)
6050 (math-exp-pos,math-exp-old-pos, math-exp-token)
6051 (math-exp-keep-spaces, math-exp-str): New variables.
6052 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
6053 (calcAlg-enter): Use declared variable calc-alg-exp.
6054 (math-build-parse-table, math-find-user-token): Use declared
6055 variable math-toks.
6056 (math-read-exprs, math-read-token, calc-check-user-syntax)
6057 (calc-match-user-syntax, match-factor-after, math-read-factor):
6058 Use declared variables math-exp-pos math-exp-old-pos.
6059 (math-read-exprs, math-read-token, math-read-expr-level)
6060 (calc-check-user-syntax, calc-match-user-syntax)
6061 (match-factor-after, math-read-factor): Use declared variable
6062 math-exp-token.
6063 (math-read-exprs, math-read-expr-list, math-read-token)
6064 (math-read-factor): Use declared variable math-exp-keep-spaces.
6065 (math-read-exprs, math-read-token): Use declared variable
6066 math-exp-str.
6067 (calc-match-user-syntax): Make m a local variable.
6068
6069 * calc/calc-ext.el (math-read-expr): Use declared variables
6070 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
6071 math-exp-keep-spaces.
6072
6073 * calc/calc-forms.el (math-read-angle-bracket): Use declared
6074 variables math-exp-pos, math-exp-str.
6075
6076 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
6077 math-exp-old-pos.
6078 (math-parse-fortran-vector, math-parse-fortran-vector-end)
6079 (math-parse-eqn-prime): Use declared variable math-exp-token.
6080
6081 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
6082 Use declared variable math-exp-pos.
6083 (math-check-for-commas): Use declared variable math-exp-str.
6084 (math-read-brackets): Use declared variables math-exp-old-pos,
6085 math-exp-keep-spaces.
6086 (math-read-brackets, math-read-vector, math-read-matrix):
6087 Use declared variable math-exp-token.
6088
6089 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6090
6091 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
6092 where the keymap is a symbol.
6093 (easy-menu-add-item): Use keymap-prompt. Simplify.
6094
6095 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
6096
6097 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
6098 (sgml-parse-tag-backward): Use it to skip spurious < or >.
6099
6100 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
6101
6102 * ebuff-menu.el: Doc fixes throughout.
6103 (electric-buffer-menu-mode-hook): New defvar.
6104
6105 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
6106
6107 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
6108 compilation. The resulting compiler warnings appear to be harmless.
6109
6110 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
6111
6112 * textmodes/conf-mode.el: New file.
6113
6114 * files.el (auto-mode-alist, magic-mode-alist): Use it.
6115
6116 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
6119
6120 2004-11-09 Jay Belanger <belanger@truman.edu>
6121
6122 * calc/calc-ext.el (calc-init-extensions): Remove old code.
6123
6124 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
6125 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
6126 (calc-z-prefix-help, calc-user-function-list): Use declared
6127 variables calc-z-prefix-buf, calc-z-prefix-msgs.
6128 (math-map-tree, math-map-tree-rec): Use declared variables
6129 math-mt-many, math-mt-func.
6130 (math-read-expression, math-read-string): Use declared variable
6131 math-expr-data.
6132
6133 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
6134 variable math-normalize-a.
6135
6136 * calc/calc.el (math-normalize-a): New variable.
6137 (math-normalize): Use declared variable math-normalize-a.
6138
6139 * calc/calc-poly.el (math-expand-form): Use declared variable
6140 math-mt-many.
6141
6142 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6143 Use declared variable math-mt-many.
6144 (math-rewrite): Use declared variable math-mt-func.
6145
6146 * calc/calc-vec.el (math-read-brackets, math-read-vector)
6147 (math-read-matrix): Use declared variable math-expr-data.
6148
6149 * calc/calc-lang.el (math-parse-fortran-vector)
6150 (math-parse-fortran-vector-end, math-parse-tex-sum)
6151 (math-parse-eqn-matrix, math-parse-eqn-prime)
6152 (math-read-math-subscr): Use declared variable math-expr-data.
6153
6154 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
6155 (math-read-expr-level, math-read-token, calc-check-user-syntax)
6156 (calc-match-user-syntax, math-read-if, math-factor-after)
6157 (math-read-factor): Use declared variable math-expr-data.
6158
6159 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6160
6161 * calendar/diary-lib.el (diary-from-outlook)
6162 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
6163 interactive-p; but rather new optional argument NOCONFIRM.
6164
6165 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
6168 (easy-menu-name-match): Revert correspondingly.
6169
6170 2004-11-09 Richard M. Stallman <rms@gnu.org>
6171
6172 * emacs-lisp/bytecomp.el (byte-compile-defalias):
6173 Turn off warnings for the new function even if definition not constant.
6174 If the definition isn't a quoted symbol, record (FUNCTION . t).
6175 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
6176 (byte-compile-callargs-warn): Handle (FUNCTION . t).
6177 (display-call-tree, byte-compile-arglist-warn):
6178 Handle t returned by byte-compile-fdefinition.
6179
6180 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6181
6182 * Makefile.in (maintainer-clean): Depend on distclean.
6183
6184 * help-fns.el (help-C-file-name): File name must be in build-files
6185 to be returned.
6186
6187 2004-11-09 Jay Belanger <belanger@truman.edu>
6188
6189 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
6190 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
6191
6192 * calc/calc.el (calc, calc-trail-display, calc-mode):
6193 Remove obsolete sections.
6194
6195 * calc/calc.el (calc-x-paste-text): Remove.
6196
6197 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
6198 mouse-2.
6199
6200 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
6201
6202 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
6203 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
6204 current frame (in case of recursive calls).
6205 (gdb-show-changed-values): Add :version keyword.
6206
6207 2004-11-09 Kenichi Handa <handa@m17n.org>
6208
6209 * international/mule-cmds.el: Change coding: tag back to
6210 iso-2022-7bit.
6211
6212 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6213
6214 * international/mule-cmds.el: Change coding-system to utf-8.
6215 (select-safe-coding-system-interactively):
6216 New function extracted from select-safe-coding-system.
6217 (select-safe-coding-system): Use it.
6218
6219 2004-11-08 Richard M. Stallman <rms@gnu.org>
6220
6221 * subr.el (syntax-after): Doc fix.
6222
6223 * paren.el (show-paren-function): Change calls to syntax-after
6224 for new way of returning the value.
6225
6226 * menu-bar.el (menu-bar-file-menu): Make this the real name
6227 and menu-bar-files-menu the alias. Use the former.
6228 (global-map): Use `file', not `files', as the symbol.
6229
6230 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
6231
6232 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
6233 Don't use beginning-of-buffer.
6234 (filesets-cmd-show-result): Use with-no-warnings.
6235
6236 2004-11-08 Juri Linkov <juri@jurta.org>
6237
6238 * progmodes/compile.el (compile): Don't overwrite last command in
6239 minibuffer history with default command if they are not equal.
6240
6241 2004-11-08 Jay Belanger <belanger@truman.edu>
6242
6243 * calc/calcalg2.el (math-do-integral-methods): Try linear then
6244 non-linear substitutions.
6245
6246 2004-11-08 Jay Belanger <belanger@truman.edu>
6247
6248 * calc/calcalg2.el (math-linear-subst-tried): New variable.
6249 (math-do-integral): Set `math-linear-subst-tried' to nil.
6250 (math-do-integral-methods): Use `math-linear-subst-tried' to
6251 determine what type of substitution to try.
6252 (math-integ-try-linear-substituion):
6253 Set `math-linear-subst-tried' to t.
6254
6255 2004-11-08 Kim F. Storm <storm@cua.dk>
6256
6257 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
6258
6259 2004-11-07 Juri Linkov <juri@jurta.org>
6260
6261 * info-look.el (info-lookup): Allow reusing in the current buffer
6262 not only *info* buffer, but all (even renamed) Info buffers
6263 by checking for major-mode instead of *info* buffer name.
6264 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
6265 (octave-mode, maxima-mode) <doc-spec>:
6266 Allow long dashes generated by Texinfo 4.7 before definitions.
6267 (texinfo-mode) <doc-spec>: Add space to suffix to find command
6268 definitions with argument separated by space.
6269
6270 2004-11-06 Richard M. Stallman <rms@gnu.org>
6271
6272 * simple.el (next-error group, face): Move before first use.
6273 (next-error-highlight, next-error-highlight-no-select): Likewise.
6274
6275 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
6276 (line-move): New args NOERROR and TO-END.
6277 Return t if if succeed in moving specified number of lines.
6278 (move-end-of-line): New function.
6279
6280 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
6281 (end-of-buffer-other-window): Likewise.
6282
6283 * simple.el (line-move-ignore-invisible): Default to t.
6284
6285 * subr.el (syntax-after): Return the syntax letter, not the raw code.
6286
6287 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
6288
6289 * international/iso-cvt.el (iso-cvt-define-menu):
6290 Rename menu-bar-files-menu to menu-bar-file-menu.
6291
6292 * net/browse-url.el (browse-url-gnome-moz-program)
6293 (browse-url-gnome-moz-arguments): Move up before first use.
6294
6295 * net/tramp.el (tramp group): Add :version.
6296
6297 * progmodes/ada-xref.el (ada-gdb-application):
6298 Use goto-char instead of beginning-of-buffer.
6299
6300 * progmodes/cperl-mode.el (cperl-info-on-command):
6301 Use goto-char instead of beginning-of-buffer.
6302
6303 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
6304 Move up before first use.
6305 (idlwave-shell-temp-pro-file): Likewise.
6306 (idlwave-shell-temp-rinfo-save-file): Likewise.
6307 (idlwave-shell-temp-file): Minor doc fix.
6308
6309 * textmodes/flyspell.el (flyspell-external-point-words):
6310 Use goto-char instead of beginning-of-buffer.
6311
6312 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
6313
6314 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
6315 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
6316 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
6317
6318 2004-11-06 David Ponce <david@dponce.com>
6319
6320 * recentf.el (recentf-menu-path): Use menu item name.
6321
6322 2004-11-06 Eli Zaretskii <eliz@gnu.org>
6323
6324 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
6325 display doesn't support images.
6326
6327 2004-11-06 Andreas Schwab <schwab@suse.de>
6328
6329 * tempo.el (tempo-match-finder): Doc fix.
6330
6331 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
6332
6333 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
6336 (easy-menu-lookup-name): New fun to replace it.
6337 (easy-menu-get-map): Use it to obey menu item names (rather than just
6338 keys) when looking up `path'.
6339 (easy-menu-always-true-p): Rename from easy-menu-always-true.
6340 (easy-menu-convert-item-1): Adjust to new name.
6341
6342 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
6343
6344 * outline.el (hide-body): Don't hide lines at the top of the file
6345 that precede the first header line.
6346
6347 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
6348
6349 * align.el (align-areas): Delete whitespace before reindenting, so
6350 that tabs are never placed after spaces.
6351
6352 2004-11-06 Alan Shutko <ats@acm.org>
6353
6354 * macros.el (insert-kbd-macro): Do completions based on macros,
6355 rather than all commands.
6356
6357 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
6358
6359 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
6360 to solve a bug whereby tags with 'b' don't match.
6361
6362 2004-11-05 Juri Linkov <juri@jurta.org>
6363
6364 * info.el (Info-search): Don't search in node header lines
6365 and file headers.
6366
6367 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
6368 symbol-constituent characters after dot, not only digits.
6369
6370 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
6371
6372 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
6373
6374 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6375
6376 * dired.el (dired-read-dir-and-switches): Call read-directory-name
6377 if a dialog will be used, read-file-name otherwise.
6378
6379 2004-11-04 Richard M. Stallman <rms@gnu.org>
6380
6381 * textmodes/table.el (table group): Add :version.
6382
6383 * textmodes/ispell.el (ispell-word):
6384 Don't alter args; set them only thru `interactive' spec.
6385
6386 * textmodes/flyspell.el (flyspell-word):
6387 Don't alter FOLLOWING; set it only thru `interactive' spec.
6388
6389 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
6390
6391 * net/browse-url.el (browse-url-maybe-new-window):
6392 Use called-interactively-p.
6393
6394 * mail/supercite.el (sc-cite-region):
6395 Don't use interactive-p. Add arg INTERACTIVE.
6396 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
6397
6398 * international/mule-cmds.el (set-input-method, toggle-input-method):
6399 Don't use interactive-p. Add arg INTERACTIVE.
6400
6401 * eshell/esh-mode.el (eshell-show-maximum-output):
6402 Don't use interactive-p.
6403 (eshell-truncate-buffer): Just message, no error, if buffer is short.
6404
6405 * mouse.el (mouse-show-mark): Get positions to delete from mark
6406 and point, not from mouse-drag-overlay.
6407
6408 * imenu.el (imenu-eager-completion-buffer): Add :version.
6409
6410 * filesets.el (filesets group): Add :version.
6411
6412 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
6413
6414 * files.el (xml-based-modes): Delete var.
6415 (magic-mode-alist): New more general var.
6416 (set-auto-mode): Use it.
6417
6418 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
6419 when clicking from another window.
6420
6421 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
6422
6423 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
6424 (vc-cvs-annotate-time): Incorporate value of deleted var.
6425 Remove special-case handling of beginning-of-buffer cruft.
6426 Cache ending position (point) and return value in text property
6427 `vc-cvs-annotate-time', and consult it on subsequent invocations.
6428
6429 * vc-cvs.el (vc-cvs-annotate-command):
6430 Delete extraneous lines from beginning of buffer.
6431 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
6432
6433 * progmodes/grep.el (grep-default-command): Take empty string
6434 for tag if all other methods yield nil. Shell-quote the tag.
6435
6436 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
6437 spec in `interactive' form, and mention it in the docstring.
6438 Also, make sure point is at bol after calling `annotate-time'.
6439
6440 2004-11-02 Richard M. Stallman <rms@gnu.org>
6441
6442 * cus-edit.el (customize-group-other-window):
6443 Select the window that displays the custom buffer.
6444 (custom-buffer-create-other-window): Likewise.
6445
6446 * comint.el (comint-insert-input): Fix previous change.
6447
6448 * emacs-lisp/elp.el (elp-instrument-function):
6449 Use called-interactively-p.
6450
6451 * emacs-lisp/easymenu.el (easy-menu-intern):
6452 Don't downcase; rather, case-flip the first letter of each word.
6453
6454 * emacs-lisp/easy-mmode.el (define-minor-mode):
6455 Use called-interactively-p.
6456
6457 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
6458 Add interactive-only.
6459 (byte-compile-warnings): Add interactive-only as option.
6460 (byte-compile-interactive-only-functions): New variable.
6461 (byte-compile-form): Warn about calls to functions
6462 in byte-compile-interactive-only-functions.
6463
6464 * emacs-lisp/autoload.el (update-file-autoloads):
6465 Don't use interactive-p; take new arg SAVE-AFTER.
6466
6467 * emacs-lisp/advice.el (ad-make-advised-definition):
6468 Use called-interactively-p.
6469
6470 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6471
6472 * files.el (find-file-existing): New function.
6473
6474 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
6475 find-file-existing. Add "New File..." that calls find-file.
6476
6477 * diropen.pbm, diropen.xpm: New files.
6478
6479 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
6480 icon diropen. New tool bar item find-file-existing uses icon open.
6481
6482 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
6483 instead of read-file-name.
6484
6485 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
6486
6487 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
6488 (icalendar--split-value): Change name of work buffer.
6489 (icalendar--get-weekday-abbrev): Return nil on error.
6490 (icalendar--date-to-isodate): New function.
6491 (icalendar-convert-diary-to-ical)
6492 (icalendar-extract-ical-from-buffer): Use only two args for
6493 make-obsolete (XEmacs compatibility).
6494 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
6495 (icalendar-export-region): Doc fix.
6496 If error, return non-nil and write errors to a buffer.
6497 Use correct weekday for weekly recurring events.
6498 Check whether date has been parsed for ordinary events.
6499 Make weekly events start in the year 2000.
6500 DTEND is non-inclusive, shift end date by one day if
6501 necessary (not for entries that have date and time).
6502 Rename local let variables: oops -> found-error, datestring ->
6503 startdatestring.
6504
6505 2004-11-02 Kim F. Storm <storm@cua.dk>
6506
6507 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
6508 keep-mode-if-same variable. Add it as optional arg instead.
6509 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
6510
6511 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
6512 substitute-command-keys will select lower-case bindings like those
6513 used in the static help texts.
6514
6515 * descr-text.el (describe-text-properties): Don't err if called in
6516 the *Help* buffer; output to *Help-2* buffer instead.
6517
6518 * kmacro.el (group kmacro): Add :version.
6519 (kmacro-keyboard-quit): New function to cleanup on C-g.
6520 (kmacro-start-macro): Set defining-kbd-macro to append when
6521 appending to last macro.
6522
6523 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
6524
6525 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
6526
6527 * progmodes/gdb-ui.el (gdb-enable-debug-log)
6528 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
6529 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
6530 Add :version keyword.
6531
6532 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
6533
6534 * progmodes/flymake.el (flymake-err-line-patterns):
6535 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
6536 `compilation-error-regexp-alist-alist' to internal Flymake format.
6537
6538 * progmodes/flymake.el: Eliminate byte-compiler warnings.
6539
6540 2004-11-01 Jay Belanger <belanger@truman.edu>
6541
6542 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
6543 with `interactive "s"'.
6544
6545 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6546
6547 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
6548 Revert change from 2004-10-16. '*' checks the current buffer, but the
6549 mouse click may be in another buffer.
6550
6551 2004-11-01 John Paul Wallington <jpw@gnu.org>
6552
6553 * files.el (large-file-warning-threshold): Add :version keyword.
6554 (kill-some-buffers): Doc fix.
6555
6556 * thumbs.el (group thumbs): Add :version keyword.
6557
6558 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
6559
6560 2004-11-01 Richard M. Stallman <rms@gnu.org>
6561
6562 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
6563
6564 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
6565
6566 * allout.el (allout group): Add :version.
6567 (allout-init): Don't use interactive-p.
6568 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
6569 (allout-forward-current-level, allout-backward-current-level):
6570 Don't use interactive-p.
6571
6572 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
6573 (bibtex-find-text): Likewise.
6574
6575 * progmodes/vhdl-mode.el (vhdl-fill-region)
6576 (vhdl-beginning-of-statement): Don't use interactive-p.
6577
6578 * progmodes/idlwave.el (idlwave-update-routine-info):
6579 Don't use interactive-p.
6580
6581 * progmodes/idlw-shell.el (idlwave-shell-send-char):
6582 Don't use interactive-p.
6583
6584 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
6585 Don't use interactive-p.
6586
6587 * progmodes/ada-xref.el (ada-make-body-gnatstub):
6588 Don't use interactive-p.
6589
6590 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
6591 (fortune-in-buffer): Doc fix.
6592
6593 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
6594
6595 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
6596 don't select the temporary buffer.
6597 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
6598 (eudc-get-phone): Likewise.
6599
6600 2004-11-01 Kim F. Storm <storm@cua.dk>
6601
6602 * man.el (Man-xref-normal-file): Fix help-echo.
6603
6604 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * reveal.el (reveal-last-tick): New var.
6607 (reveal-post-command): Use it to avoid closing overlays when we're
6608 appending text to them.
6609
6610 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6611
6612 * textmodes/bibtex.el: Require button.
6613 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
6614 (bibtex-reference-keys): Distinguish between header keys and
6615 crossref keys.
6616 (bibtex-beginning-of-field): New function.
6617 (bibtex-url-map): Remove.
6618 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
6619 (bibtex-font-lock-url-regexp): Assume that field names begin at
6620 the beginning of a line.
6621 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
6622 Remove field delimiters. Use bibtex-beginning-of-field.
6623 Bugfix, point can be inside a field with a url.
6624 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
6625 New functions.
6626 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
6627 (bibtex-key-in-head): Simplify.
6628 (bibtex-current-line): Use bolp.
6629 (bibtex-parse-keys): Remove unused arg `add'.
6630 Use bibtex-type-in-head and bibtex-key-in-head.
6631 (bibtex-parse-entry, bibtex-autofill-entry):
6632 Use bibtex-type-in-head and bibtex-key-in-head.
6633 (bibtex-autokey-get-field): Do not alter case of replacement text.
6634 (bibtex-autokey-get-names): Do all processing of name list.
6635 (bibtex-autokey-get-year): New function.
6636 (bibtex-autokey-get-title): Do all processing of title words.
6637 (bibtex-generate-autokey): Simplify.
6638 (bibtex-string-files-init): Use default-directory.
6639 Allow for absolute file names in bibtex-string-files.
6640 (bibtex-files, bibtex-file-path): New variables.
6641 (bibtex-files-expand): New function.
6642 (bibtex-find-entry-globally): New command.
6643 (bibtex-summary-function): New variable.
6644 (bibtex-summary): Default value of bibtex-summary-function.
6645 (bibtex-find-crossref): New optional args pnt and split.
6646 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
6647 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
6648 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
6649 Fix handling of required and alternative fields.
6650 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
6651 Use cons and display-buffer.
6652 (bibtex-validate-globally): New command.
6653 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
6654 bibtex-parse-keys and bibtex-parse-strings for updating
6655 bibtex-reference-keys and bibtex-strings.
6656 (bibtex-realign): Remove blank lines past the last entry.
6657 (bibtex-reformat): Use bibtex-entry-format as default.
6658 (bibtex-choose-completion-string): Remove.
6659 (bibtex-complete): Do not use bibtex-choose-completion-string.
6660 (bibtex-url): Simplify.
6661
6662 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6663
6664 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
6665 (x-dnd-types-alist, x-dnd-open-file-other-window)
6666 (x-dnd-known-types): Add :version.
6667
6668 2004-10-31 John Paul Wallington <jpw@gnu.org>
6669
6670 * ibuffer.el (group ibuffer): Add :version keyword.
6671
6672 2004-10-31 Kim F. Storm <storm@cua.dk>
6673
6674 * ido.el (group ido): Add :version keyword.
6675 (ido-mode): Remove :version keyword.
6676
6677 * emulation/cua-base.el (group cua): Add :version keyword.
6678 (cua-mode): Remove :version keyword.
6679
6680 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
6681
6682 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
6683
6684 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
6685 compiler warning.
6686 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
6687 function.
6688 (help-at-pt-display-when-idle): Remove autoload.
6689
6690 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
6693
6694 2004-10-30 Juri Linkov <juri@jurta.org>
6695
6696 * help.el (function-called-at-point):
6697 * help-fns.el (variable-at-point): Read -> intern.
6698
6699 2004-10-30 Simon Josefsson <jas@extundo.com>
6700
6701 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6702 Recognize AS_* too.
6703
6704 2004-10-29 Simon Josefsson <jas@extundo.com>
6705
6706 * subr.el (read-passwd): Move back from password.el.
6707
6708 * password.el: Remove, not ready yet.
6709
6710 2004-10-29 Andreas Schwab <schwab@suse.de>
6711
6712 * speedbar.el (speedbar-frame-parameters): Improve customize type.
6713
6714 2004-10-29 Sam Steingold <sds@gnu.org>
6715
6716 * mouse.el (mouse-show-mark): Replace the last occurrence of
6717 x-lost-selection-hooks with x-lost-selection-functions.
6718
6719 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
6722 x-lost-selection-functions is bound.
6723
6724 * mouse-sel.el (mouse-sel-mode):
6725 * emacs-lisp/lselect.el: Adjust to new names for
6726 x-(lost|sent)-selection-functions.
6727
6728 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
6729 New obsolete aliases of x-lost-selection-functions and
6730 x-sent-selection-functions.
6731
6732 2004-10-28 Kim F. Storm <storm@cua.dk>
6733
6734 * imenu.el (imenu-scanning-message): Remove.
6735 (imenu-progress-message): Make it a no-op.
6736
6737 2004-10-28 John Paul Wallington <jpw@gnu.org>
6738
6739 * files.el (set-auto-mode): Call `throw' correctly.
6740
6741 2004-10-28 Juri Linkov <juri@jurta.org>
6742
6743 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
6744 to search `Info-...' commands in `info' manual.
6745 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6746 Add 'info-file "emacs" property.
6747 (Info-find-emacs-command-nodes): Fix index line number regexp.
6748 Set real line number (instead of fake 0) in first element of the
6749 returned list.
6750 (Info-goto-emacs-command-node): Use line number of first element
6751 to set point in the first found Info node.
6752
6753 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
6754 code to `grep-mode-font-lock-keywords'.
6755 (grep-mode-font-lock-keywords): Delete grep markers instead
6756 of making them invisible.
6757
6758 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6759
6760 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
6761 and x-server-version in bug report.
6762
6763 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
6764
6765 * files.el (set-auto-mode-0): New function.
6766 (set-auto-mode): Use it to handle aliased modes and to
6767 be consistent between C-x C-f and C-x C-w.
6768
6769 2004-10-28 Kenichi Handa <handa@m17n.org>
6770
6771 * international/utf-8.el (utf-translate-cjk-charsets):
6772 Add katakana-jisx0201.
6773
6774 * international/subst-jis.el: Add data for JISX0201.
6775
6776 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * obsolete/hilit19.el (hilit-mode): New function.
6779 Move all the toplevel side-effecting stuff into it, so that loading
6780 hilit19 doesn't mess everything up any more.
6781
6782 2004-10-27 Richard M. Stallman <rms@gnu.org>
6783
6784 * add-log.el (add-change-log-entry): Set up mailing address
6785 and full name later, and don't alter add-log-mailing-address
6786 or add-log-full-name.
6787
6788 * elide-head.el (elide-head): Change error to message.
6789 (elide-head-show): Likewise.
6790
6791 * apropos.el (apropos-macrop): Doc fix.
6792
6793 * mouse.el (mouse-show-mark): Do most processing the same
6794 regardless of transient-mark-mode.
6795
6796 * shadowfile.el (shadow-copy-files): Use interactive-p
6797 only to control whether to print a message.
6798
6799 * tar-mode.el (tar-mode): Use write-contents-functions,
6800 not write-contents-hooks.
6801
6802 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
6803 directory-sep-char.
6804
6805 2004-10-27 Richard M. Stallman <rms@gnu.org>
6806
6807 * strokes.el (strokes-unload-hook): Fix previous change.
6808
6809 * type-break.el (type-break-run-at-time): Always use run-at-time;
6810 forget the alternatives.
6811 (type-break-cancel-function-timers): Always use cancel-function-timers;
6812 forget the alternatives.
6813
6814 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
6815
6816 2004-10-27 Kenichi Handa <handa@m17n.org>
6817
6818 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
6819
6820 * international/subst-gb2312.el: Likewise.
6821
6822 * international/subst-big5.el: Likewise.
6823
6824 * international/subst-ksc.el: Likewise.
6825
6826 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
6827 New variable.
6828 (utf-translate-cjk-set-unicode-range): New function.
6829 (utf-translate-cjk-unicode-range): Make it customizable.
6830 (utf-8-post-read-conversion):
6831 Use utf-translate-cjk-unicode-range-string.
6832 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
6833 Unicode ranges.
6834
6835 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
6836
6837 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
6838 trivial variants to shorten the list.
6839 (xml-based-modes): New var.
6840 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
6841 declaration higher priority than auto-mode-alist.
6842
6843 * find-file.el (cc-other-file-alist): Bring it in line with
6844 cc-mode's auto-mode-alist entries and use \' instead of $.
6845
6846 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
6847 and add "Id" and "Name" submenus to it.
6848
6849 * imenu.el (imenu--generic-function): Skip matches in comments.
6850
6851 2004-10-26 Jay Belanger <belanger@truman.edu>
6852
6853 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
6854 (full-calc-keypad, calc-trail-display): Use an extra argument
6855 instead of `interactive-p'.
6856
6857 * calc/calc-misc.el (calc-other-window): Use an extra argument
6858 instead of `interactive-p'.
6859
6860 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
6861 `interactive-p'.
6862
6863 2004-10-26 Kim F. Storm <storm@cua.dk>
6864
6865 * help.el (describe-key): Describe both down-event and up-event
6866 for a mouse click.
6867
6868 2004-10-26 Richard M. Stallman <rms@gnu.org>
6869
6870 * woman.el (woman): Don't call interactive-p.
6871
6872 * pcomplete.el (pcomplete): Instead of interactive-p,
6873 use an arg set non-nil by the interactive spec.
6874
6875 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
6876 use an arg set non-nil by the interactive spec.
6877
6878 * man.el (Man-cleanup-manpage): Instead of interactive-p,
6879 use an arg set non-nil by the interactive spec.
6880
6881 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
6882
6883 * progmodes/flymake.el (flymake-split-string):
6884 Use `flymake-split-string-remove-empty-edges' in any case.
6885
6886 2004-10-26 Masatake YAMATO <jet@gyve.org>
6887
6888 * progmodes/flymake.el (flymake-err-line-patterns):
6889 Use `compilation-error-regexp-alist-alist' instead of
6890 `compilation-error-regexp-alist'.
6891
6892 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
6895 verbatim face on the \ of \end{verbatim}.
6896
6897 2004-10-25 Jay Belanger <belanger@truman.edu>
6898
6899 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
6900 erasing minibuffer.
6901
6902 2004-10-25 Simon Josefsson <jas@extundo.com>
6903
6904 * subr.el (read-passwd): Move to net/password.el.
6905
6906 * net/password.el (read-passwd): Add. Autoload it.
6907
6908 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
6909
6910 * mouse-sel.el (mouse-sel-mode): Specify custom group.
6911
6912 * simple.el (process-file): Fix logic.
6913
6914 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
6915
6916 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
6917 (increase-right-margin): Remove erroneous call to `interactive-p'.
6918
6919 2004-10-24 Kim F. Storm <storm@cua.dk>
6920
6921 * help.el (describe-mode): Fix 2004-10-13 change.
6922 Copy pure "Auto Fill" string so it can be propertized later
6923 without causing a read-only error.
6924
6925 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
6926
6927 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
6928 style indexes.
6929
6930 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6931
6932 * simple.el (process-file): Accept nil for INFILE. Reported by
6933 Luc Teirlinck.
6934
6935 2004-10-24 Masatake YAMATO <jet@gyve.org>
6936
6937 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
6938 Handle periods and underscores in a function name.
6939 Remove the address fontification.
6940
6941 2004-10-24 Masatake YAMATO <jet@gyve.org>
6942
6943 * progmodes/asm-mode.el (asm-font-lock-keywords):
6944 Use font-lock-variable-name-face for registers.
6945
6946 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
6947
6948 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
6949 kill-all-local-variables.
6950 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
6951 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
6952 Use kill-all-local-variables and provide mode-hooks.
6953 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
6954 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
6955 Suggested by Masatake YAMATO <jet@gyve.org>.
6956
6957 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
6958
6959 * simple.el (process-file): New function, similar to call-process
6960 but supports file handlers.
6961 * vc.el (vc-do-command): Use it, instead of call-process.
6962 * net/tramp-vc.el (vc-do-command): Do not advise it if
6963 process-file is fboundp.
6964 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
6965 process-file.
6966 (tramp-handle-process-file): New function.
6967 (tramp-file-name-for-operation): Support process-file.
6968
6969 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
6970
6971 * calendar/icalendar.el (icalendar--weekday-array): New constant.
6972 (icalendar-weekdayabbrev-table)
6973 (icalendar-monthnumber-table): Delete.
6974 (icalendar--get-month-number): Use calendar-month-name-array.
6975 (icalendar--get-weekday-number): New function.
6976 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
6977 (icalendar-export-region): Handle multi-line entries.
6978 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
6979
6980 2004-10-23 John Paul Wallington <jpw@gnu.org>
6981
6982 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
6983 `wildcards' set to t in interactive spec.
6984
6985 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
6986 interactive spec rather than use `interactive-p'.
6987 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
6988 rather than use function `interactive-p'.
6989
6990 2004-10-21 Jay Belanger <belanger@truman.edu>
6991
6992 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
6993 Declare these variables with defvar.
6994
6995 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
6996 is bound, only check to see if it is bound.
6997
6998 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7001 Don't output messages.
7002
7003 * calc/calc-help.el (calc-describe-bindings): Fix last change.
7004
7005 2004-10-21 John Paul Wallington <jpw@gnu.org>
7006
7007 * calc/calc-graph.el (calc-graph-init):
7008 Use `set-process-query-on-exit-flag'.
7009
7010 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
7011
7012 * progmodes/compile.el (compilation-start): Rely on `cd' to get
7013 dir right and also allow argumentless cd.
7014
7015 2004-10-19 Richard M. Stallman <rms@gnu.org>
7016
7017 * textmodes/flyspell.el (flyspell-mode): Doc fix.
7018
7019 * eshell/em-unix.el (eshell-grep):
7020 Don't bind compilation-process-setup-function.
7021
7022 * comint.el (comint-insert-input): Use @ in `interactive'.
7023 (comint-input-filter-functions): Doc fix.
7024 (comint-kill-whole-line, comint-get-source): Doc fix.
7025
7026 * progmodes/compile.el (compilation-setup):
7027 Don't set buffer-read-only if MINOR is non-nil.
7028
7029 2004-10-19 Jay Belanger <belanger@truman.edu>
7030
7031 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
7032 (calc-emacs-type-gnu19): Remove.
7033 (calc-digit-map, calc-read-key-sequence, calc-read-key):
7034 Remove check for old emacs versions.
7035
7036 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
7037 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
7038 for current Emacs.
7039
7040 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
7041 the end of the minibuffer.
7042 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
7043 copy `esc-map'.
7044
7045 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
7046
7047 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
7048 call that would be given when the current emacs was used.
7049
7050 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
7051
7052 * calendar/icalendar.el: Set coding to utf-8.
7053 (icalendar-version): Increase to 0.07.
7054 (icalendar-monthnumber-table): Change March pattern.
7055 (icalendar-get-all-event-properties)
7056 (icalendar-set-event-property): Delete.
7057 (icalendar-all-events): No longer interactive.
7058 (icalendar-convert-diary-to-ical)
7059 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
7060 their replacements.
7061 (icalendar-export-file, icalendar-export-region): New functions;
7062 essentially old `icalendar-convert-diary-to-ical' but appending to
7063 target rather than overwriting.
7064 (icalendar-import-file): Append to target file rather than
7065 overwriting. Fourth arg deleted.
7066 (icalendar-import-buffer): New name for old
7067 `icalendar-extract-ical-from-buffer'.
7068 (icalendar--convert-string-for-import): New name for
7069 old `icalendar-convert-for-import'.
7070 (include-icalendar-files): Delete.
7071 Prefix for all internal functions changed from `icalendar-'
7072 to `icalendar--'.
7073
7074 2004-10-19 Richard M. Stallman <rms@gnu.org>
7075
7076 * paths.el (news-path): Fix previous change.
7077
7078 2004-10-18 Jay Belanger <belanger@truman.edu>
7079
7080 * calc/calc-help.el (calc-describe-bindings):
7081 Set `buffer-read-only' to nil while working in the keybindings buffer;
7082 remove some extra information from the keybindings buffer.
7083
7084 2004-10-18 David Ponce <david@dponce.com>
7085
7086 * mouse.el (mouse-drag-move-window-top): New function.
7087 (mouse-drag-mode-line-1): Use it.
7088
7089 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7090
7091 * info.el (Info-fontify-node): For multiline refs,
7092 arrange to unfontify newline and surrounding whitespace.
7093
7094 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7095
7096 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
7097 directory is missing.
7098
7099 2004-10-17 John Paul Wallington <jpw@gnu.org>
7100
7101 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
7102 New customizable variable; whether to display buffers that match
7103 `ibuffer-maybe-show-predicates' by default.
7104 (ibuffer-maybe-show-predicates): Mention it in docstring.
7105 (ibuffer-display-maybe-show-predicates): New variable.
7106 (ibuffer-update): Prefix arg now toggles whether buffers that
7107 match `ibuffer-maybe-show-predicates' should be displayed.
7108 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
7109 locally to heed `ibuffer-default-display-maybe-show-predicates'.
7110 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
7111
7112 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
7113
7114 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
7115 work correctly.
7116
7117 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
7118
7119 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
7120 (Buffer-menu-beginning): New helper function.
7121 (Buffer-menu-execute): Use it.
7122 (Buffer-menu-select): Use it.
7123 (Buffer-menu-sort): Use it and also keep markers.
7124
7125 2004-10-17 Richard M. Stallman <rms@gnu.org>
7126
7127 * paths.el (news-directory): Rename from news-path. Old name alias.
7128 (rmail-spool-directory): Use defvar.
7129 (sendmail-program): Use defcustom.
7130 (remote-shell-program): Use defcustom.
7131 (term-file-prefix): Use defvar.
7132 (abbrev-file-name): Use defvar.
7133
7134 * term.el: Add maintainer.
7135
7136 * subr.el (with-local-quit): Return nil if there's a quit.
7137 (read-passwd): Use with-local-quit. Doc fix.
7138
7139 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
7140 (strokes-unload-hook): Set as a variable with add-hook.
7141
7142 * startup.el (fancy-splash-tail, normal-splash-screen):
7143 Update copyright year.
7144
7145 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
7146
7147 * server.el (server-unload-hook): Set as a variable with add-hook.
7148
7149 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
7150
7151 * frame.el (special-display-popup-frame):
7152 Make the buffer current as its frame is created.
7153
7154 * delsel.el (delsel-unload-hook): Set as a variable.
7155
7156 * comint.el (comint-output-filter-functions):
7157 Add comint-watch-for-password-prompt.
7158 (comint-read-noecho): Function deleted.
7159 (send-invisible): Use read-passwd.
7160
7161 * fringe.el (fringe-mode-initialize): New function.
7162 (fringe-mode): Use fringe-mode-initialize as :initialize.
7163
7164 2004-10-17 Kim F. Storm <storm@cua.dk>
7165
7166 * language/indian.el (indian-script-language-alist): Swap value and doc.
7167 (indian-font-char-index-table): Doc fix.
7168
7169 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
7172
7173 2004-10-16 Juri Linkov <juri@jurta.org>
7174
7175 * progmodes/compile.el (compilation-start): Move let-binding of
7176 `process-environment' into `with-current-buffer' body.
7177 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7178
7179 2004-10-16 Richard M. Stallman <rms@gnu.org>
7180
7181 * pcvs-util.el (cvs-bury-buffer):
7182 Don't call get-buffer-window for effect.
7183
7184 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
7185
7186 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
7187
7188 * msb.el (msb-unload-hook): Set the variable.
7189
7190 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7191 Use * to err if buffer is readonly.
7192
7193 * subr.el (looking-back): Return only t or nil.
7194
7195 * whitespace.el (whitespace-unload-hook): Set the variable.
7196
7197 * view.el (view-mode-enable): Set view-page-size and
7198 view-half-page-size to nil.
7199 (view-set-half-page-size-default): view-half-page-size = nil
7200 means the default.
7201 (View-scroll-page-forward): Use view-page-size-default.
7202 (View-scroll-page-backward): Likewise.
7203 (view-page-size, view-half-page-size): Doc fixes.
7204
7205 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
7206
7207 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
7208
7209 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
7210 "cl" like other files. Instead, call byte-compile-find-cl-functions.
7211 (byte-compile-log-1): Bind inhibit-read-only.
7212 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
7213 (byte-compile-log-warning): Likewise.
7214 (byte-compile-file-form-require): Detect "cl" from the arg value.
7215
7216 * progmodes/compile.el (compilation-start): Assume compilation-mode
7217 will make the buffer read-only.
7218 (compilation-mode): Take arg name-of-mode.
7219 (compilation-setup): Make buffer read-only.
7220 (compilation-handle-exit): Bind inhibit-read-only.
7221
7222 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
7223 (ispell-message): Likewise.
7224 (ispell-show-choices): Don't call get-buffer-window uselessly.
7225 (ispell-init-process): Use set-process-query-on-exit-flag.
7226
7227 2004-10-16 Kim F. Storm <storm@cua.dk>
7228
7229 * fringe.el (fringe-bitmaps): Only initialize when defined.
7230
7231 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
7232 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
7233
7234 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
7235
7236 2004-10-15 Simon Josefsson <jas@extundo.com>
7237
7238 * net/password.el: Add.
7239
7240 2004-10-14 Masatake YAMATO <jet@gyve.org>
7241
7242 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
7243 (gdb-script-end-of-defun): New function.
7244 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
7245 `gdb-script-end-of-defun' as *-of-defun-function.
7246
7247 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
7248
7249 * button.el (button-activate): Allow a marker to display as an action.
7250
7251 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
7252
7253 * help.el (describe-mode): Use it to make minor mode list into
7254 hyperlinks.
7255
7256 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * vc.el (vc-annotate-display-select): Fix typo.
7259
7260 * subr.el (substitute-key-definition-key): New function.
7261 (substitute-key-definition): Use it with map-keymap.
7262 (event-modifiers): Use push.
7263 (mouse-movement-p, with-temp-buffer): Simplify.
7264
7265 2004-10-12 Jay Belanger <belanger@truman.edu>
7266
7267 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
7268 New variables.
7269 (calc-help-index-entries): New function.
7270 (calc-describe-function): Use `calc-help-function-list' instead of
7271 obarray for completion.
7272 (calc-describe-variable): Use `calc-help-variable-list' instead
7273 of obarray for completion.
7274
7275 2004-10-12 Richard M. Stallman <rms@gnu.org>
7276
7277 * info-look.el (info-lookup-file): Add info-file property.
7278 (info-lookup-symbol): Likewise.
7279
7280 * info.el (info-xref): Add underlining.
7281 (info): Add info-file property.
7282 (Info-find-emacs-command-nodes): Specify case-sensitive search.
7283
7284 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
7285
7286 Sync with Tramp 2.0.45.
7287
7288 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
7289 defined. This is not the case for XEmacs without package "edebug".
7290 (tramp-set-auto-save-file-modes): Set permissions of autosaved
7291 remote files to the permissions of the original file. This is not
7292 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
7293 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
7294 (tramp-perl-decode): Fix an error in Perl implementation.
7295 $pending must be cleared every loop. Reported by Benjamin Place
7296 <benjaminplace@sprintmail.com>
7297
7298 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
7299 Don't activate advice during definition. This is done later on,
7300 depending on test result of `substitute-in-file-name'.
7301 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7302
7303 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
7306
7307 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
7308
7309 2004-10-12 David Ponce <david@dponce.com>
7310
7311 * recentf.el (recentf-edit-list): Update the menu when the recentf
7312 list has been modified.
7313
7314 2004-10-12 Simon Josefsson <jas@extundo.com>
7315
7316 * net/tls.el (tls-certtool-program): New variable.
7317 (tls-certificate-information): New function, based on
7318 ssl-certificate-information.
7319
7320 2004-10-12 Kenichi Handa <handa@m17n.org>
7321
7322 * international/mule.el (coding-system-equal): Move from mule-util.el.
7323
7324 * international/mule-util.el (coding-system-equal): Move to mule.el.
7325
7326 2004-10-12 Kim F. Storm <storm@cua.dk>
7327
7328 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
7329 reset kmacro-initial-counter-value if set.
7330 (kmacro-set-counter): Only set kmacro-counter if defining or executing
7331 macro. Set kmacro-initial-counter-value otherwise. Never set both.
7332 (kmacro-display): Show macro counter if non-zero.
7333
7334 * subr.el (substitute-key-definition): Mention command remapping
7335 in doc string.
7336
7337 2004-10-11 Jay Belanger <belanger@truman.edu>
7338
7339 * calc/calc-misc.el (calc-info-goto-node): New function.
7340 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
7341 node in one step.
7342 (calc-describe-copying, calc-describe-distribution)
7343 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
7344 Go to appropriate info node in one step.
7345
7346 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7347
7348 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
7349
7350 * font-lock.el (font-lock-apply-highlight): Fix last change.
7351
7352 2004-10-11 Simon Josefsson <jas@extundo.com>
7353
7354 * mail/smtpmail.el (smtpmail-open-stream): Look for
7355 starttls-gnutls-program instead of starttls-program iff
7356 starttls-use-gnutls is non-nil.
7357 (smtpmail-open-stream): Don't overwrite user settings of
7358 starttls-extra-arguments and starttls-extra-args.
7359
7360 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7361
7362 * comint.el (comint-mouse-insert-input): Remove.
7363 (comint-insert-input): Make it work for mouse bindings.
7364 (comint-mode-map): Move defs into the declaration.
7365 (comint-output-filter): Typo.
7366
7367 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
7368
7369 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
7370
7371 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
7372 (ange-ftp-call-chmod): Reference remote-shell-program instead of
7373 ange-ftp-remote-shell.
7374
7375 2004-10-10 Andreas Schwab <schwab@suse.de>
7376
7377 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
7378 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
7379 Reported by <sri@asu.edu>.
7380
7381 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
7382
7383 * vc.el (vc-annotate-mode): Remove variable.
7384 (vc-annotate-display-select): Only call vc-annotate-mode
7385 if we're not in that mode already.
7386
7387 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
7390 (imenu-choose-buffer-index): Check here for rescan instead.
7391
7392 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
7393 where the face expression evals to nil.
7394
7395 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
7396 (tex-font-lock-keywords-2): Use it.
7397 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
7398
7399 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
7400
7401 2004-10-09 Kim F. Storm <storm@cua.dk>
7402
7403 * subr.el (progress-reporter-update): Define before first usage.
7404 (make-progress-reporter): Doc fix.
7405
7406 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7407
7408 * textmodes/paragraphs.el (sentence-end-double-space)
7409 (sentence-end-without-period, sentence-end-without-space)
7410 (sentence-end): Doc fixes.
7411
7412 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
7413
7414 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
7415 Change paragraph-start regexp so we don't fill code starting with #'(.
7416
7417 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
7418
7419 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
7420 New defcustom.
7421 (extract-address-components): Use it.
7422
7423 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7424
7425 * subr.el (make-progress-reporter, progress-reporter-update)
7426 (progress-reporter-force-update, progress-reporter-do-update)
7427 (progress-reporter-done): New functions.
7428
7429 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
7430
7431 * progmodes/etags.el (etags-tags-completion-table): Use progress
7432 reporter.
7433 (etags-tags-apropos): Likewise.
7434
7435 2004-10-08 Alan Mackenzie <acm@muc.de>
7436
7437 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
7438 of current line.
7439
7440 2004-10-08 Masatake YAMATO <jet@gyve.org>
7441
7442 * server.el (server-process-filter): Wrap `process-send-region'
7443 by `condition-case' to guard the case when the pipe to PROC is closed.
7444
7445 2004-10-07 Mark A. Hershberger <mah@everybody.org>
7446
7447 * xml.el (xml-substitute-special): Limit handling of external entities.
7448
7449 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
7450
7451 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
7452
7453 2004-10-06 John Paul Wallington <jpw@gnu.org>
7454
7455 * xml.el (xml-parse-dtd): Fix `error' call.
7456
7457 2004-10-05 Mark A. Hershberger <mah@everybody.org>
7458
7459 * xml.el (xml-substitute-special): Return a single string instead
7460 of a list of strings if an entity substitution is made.
7461
7462 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
7463
7464 * calendar/icalendar.el: New file.
7465
7466 2004-10-05 Juri Linkov <juri@jurta.org>
7467
7468 * isearch.el (isearch-done): Set mark after running hook.
7469 Reported by Drew Adams <drew.adams@oracle.com>.
7470
7471 * info.el (Info-history, Info-toc): Fix Info headers.
7472 (Info-toc): Narrow buffer before Info-fontify-node.
7473 (Info-build-toc): Don't check for special Info file names.
7474 Set main-file to nil if Info-find-file returns a symbol.
7475
7476 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
7477
7478 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
7479 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
7480 * calendar/cal-menu.el (calendar-mode-map): Ditto.
7481
7482 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7483
7484 * calendar/cal-iso.el (calendar-iso-read-args): New function,
7485 for old interactive spec from calendar-goto-iso-date.
7486 (calendar-goto-iso-date): Use it.
7487 (calendar-goto-iso-week): New function. Suggested by Emilio
7488 C. Lopes <eclig@gmx.net>.
7489
7490 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
7491
7492 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
7493 `set-right-margin' bindings that follow the minor mode conventions.
7494
7495 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
7498 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
7499 (latex-block-args-alist): Add minipage and picture.
7500 (latex-block-body-alist): Use reftex-label if enabled.
7501 (latex-insert-block): Don't insert a \n if not necessary.
7502 (tex-compile-commands): Make sure dvips doesn't send to printer.
7503 (tex-compile-default): Handle the case where no executable is found.
7504 (latex-noindent-environments): New var.
7505 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
7506 If tex-indent-allhanging is non-nil, make sure we only align for macros
7507 at beginning of line.
7508
7509 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
7510
7511 * newcomment.el (comment-beginning): Doc fix and don't choke on
7512 unset `comment-end-skip' when at beginning of comment.
7513
7514 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
7515
7516 * term.el (term-adjust-current-row-cache): Don't allow the current
7517 row to become negative.
7518 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
7519 the end of the line. Fix scroll down. Add comments.
7520 (term-handle-ansi-escape): Don't exceed terminal width when moving
7521 right.
7522 (term-scroll-region): Move the cursor after setting the scroll region.
7523
7524 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
7525
7526 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
7527 to `width' for consistency with docstring. Doc fix.
7528
7529 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
7530
7531 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
7532 This is necessary for derived modes.
7533
7534 2004-09-30 Kim F. Storm <storm@cua.dk>
7535
7536 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
7537 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
7538
7539 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
7540 kmacro-extract-lambda functions.
7541 (edit-kbd-macro): Handle kmacro lambda forms.
7542 Include counter and counter format in edit buffer.
7543 (edmacro-finish-edit): Get counter and format from edit buffer and
7544 update kmacro bindings when found.
7545
7546 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
7547
7548 * textmodes/paragraphs.el (forward-paragraph):
7549 Avoid args-out-of-range error when point winds up at the beginning of
7550 the buffer and hard newlines are enabled.
7551
7552 * newcomment.el (comment-multi-line): Doc fix.
7553
7554 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7555
7556 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
7557 (diff-fixup-modifs): Catch unified-diff file-headers.
7558
7559 2004-09-29 Kim F. Storm <storm@cua.dk>
7560
7561 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
7562 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
7563 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
7564
7565 * fringe.el (fringe-bitmap-p): New macro.
7566 (fringe-bitmaps): Add standard fringe bitmaps on load.
7567
7568 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * dired.el (dired-view-command-alist): Use more efficient regexps.
7571 Remove dubious arguments.
7572 (dired-align-file): New function.
7573 (dired-insert-directory): Use it.
7574 (dired-move-to-end-of-filename): Make the " -> " search more specific.
7575 (dired-buffers-for-dir): Remove unused var `pattern'.
7576
7577 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
7578
7579 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
7580 from diary display excursion. Store diary buffer's point for
7581 `simple-diary-display'.
7582 (simple-diary-display): Set window point and start when
7583 displaying buffer, to preserve point.
7584
7585 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
7586
7587 * textmodes/enriched.el (enriched-translations): Replace defconst
7588 with defvar.
7589
7590 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7591
7592 * printing.el: Doc fix.
7593 (pr-version): New version number (6.8.1).
7594 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
7595 make-temp-name.
7596 (pr-delete-file): Check if file exists before deleting it.
7597 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
7598
7599 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * term.el (term-display-table): New variable.
7602 (term-mode): Use it.
7603 (term-exec-1): Set the coding system to binary.
7604 (term-emulate-terminal): Decode the string before inserting it.
7605
7606 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
7607
7608 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
7609 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
7610 (map): Bind S-prior, S-next and S-insert.
7611 (term-mode): Set `indent-tabs-mode' to nil.
7612 (term-paste): New function to be bound to S-insert.
7613 (term-send-del, term-send-backspace): Change the strings sent.
7614 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
7615 (term-handle-colors-array): Fix handling of underline and reverse.
7616 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
7617 (term-erase-in-line): Fix comparison.
7618 (term-emulate-terminal): Fix line wrap handling.
7619 (term-start-output-log): Rename from `term-set-output-log'.
7620 (term-stop-output-log): Rename from `term-stop-photo'.
7621 (term-switch-to-alternate-sub-buffer): Comment out, unused.
7622
7623 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * dired.el (dired-move-to-filename): Don't output a message if
7626 raise-error is non-nil. Fix return position and value.
7627
7628 * files.el (insert-directory): Obey --dired even with symlinks.
7629
7630 2004-09-25 Lars Hansen <larsh@math.ku.dk>
7631
7632 * ls-lisp.el (ls-lisp-format): Mark file names with property
7633 dired-filename.
7634
7635 2004-09-25 Kim F. Storm <storm@cua.dk>
7636
7637 * ido.el (ido-max-directory-size): New defcustom.
7638 (ido-decorations): Add "too big" element.
7639 (ido-directory-too-big): New dynamic var.
7640 (ido-may-cache-directory): Don't cache big directories.
7641 (ido-directory-too-big-p): New defun.
7642 (ido-set-current-directory): Update ido-directory-too-big.
7643 (ido-read-internal): Make empty ido-cur-item if too-big.
7644 (ido-buffer-internal): Use ido-read-internal directly instead of
7645 ido-read-buffer.
7646 (ido-file-internal): Init ido-directory-too-big.
7647 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
7648 and redo completion with full list.
7649 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
7650 it, and show completions.
7651 (ido-all-completions): Let bind ido-directory-too-big to nil.
7652 (ido-exhibit): Handle ido-directory-too-big.
7653 (ido-read-buffer): Handle fallback to read-buffer.
7654 Init ido-directory-too-big.
7655 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
7656 Init ido-directory-too-big.
7657
7658 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7659
7660 * subr.el (delay-mode-hooks): Doc fix.
7661
7662 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
7663
7664 * textmodes/enriched.el
7665 (enriched-default-text-properties-local-flag): New variable.
7666 (enriched-mode): Make sure that enabling and disabling the mode is
7667 a no-op. Doc fix.
7668
7669 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
7670
7671 * calendar/holidays.el (holiday-advent): Report on a specified day
7672 offset from advent, not just advent.
7673 (holiday-easter-etc): Report on one specified day offset from
7674 easter, not all easter holidays. Various Easter holidays moved to
7675 `christian-holidays' variable in calendar.el.
7676 * calendar/calendar.el (christian-holidays): Adapt for new
7677 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
7678
7679 2004-09-23 Kim F. Storm <storm@cua.dk>
7680
7681 * image.el (insert-sliced-image): Add doc string.
7682
7683 * ido.el (ido-choice-list): New dynamic var for `list' context.
7684 (ido-context-switch-command): New dynamic var.
7685 (ido-define-mode-map): Generalize switch between file/buffer contexts.
7686 (ido-read-internal): Handle new `list' context.
7687 Handle insert-buffer and insert-file ido-exit values.
7688 (ido-buffer-internal): New arg switch-cmd. Use it to setup
7689 ido-context-switch-command. Handle insert-file ido-exit value.
7690 (ido-read-buffer): Set ido-context-switch-command to 'ignore
7691 unless it is already bound by caller.
7692 (ido-file-internal): New arg switch-cmd. Use it to setup
7693 ido-context-switch-command. Handle insert-buffer ido-exit value.
7694 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
7695 used for context switching.
7696 (ido-all-completions): Handle new `list' context.
7697 (ido-make-choice-list): Return choices for `list' context.
7698 (ido-find-file-in-dir, ido-display-file, ido-write-file)
7699 (ido-display-buffer, ido-kill-buffer): Disable context switching.
7700 (ido-insert-buffer, ido-insert-file): Setup context switching.
7701 (ido-exhibit): Handle `list' context.
7702 (ido-read-file-name): Disable context switching. Handle fallback.
7703 (ido-read-directory-name): Disable context switching.
7704 (ido-completing-read): New defun like completing-read. Setup and
7705 use new `list' context.
7706
7707 2004-09-20 Jesper Harder <harder@ifa.au.dk>
7708
7709 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
7710
7711 2004-09-21 Jay Belanger <belanger@truman.edu>
7712
7713 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
7714 `calc-graph-set-styles' so the gnuplot buffer will appear in a
7715 separate window.
7716
7717 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
7718
7719 * subr.el (after-change-major-mode-hook): Doc fix.
7720
7721 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7722
7723 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
7724 of ghostscript for monochrome PostScript file in Windows.
7725
7726 2004-09-21 Kenichi Handa <handa@m17n.org>
7727
7728 * descr-text.el (describe-char): Checking of quail activation fixed.
7729
7730 2004-09-21 Jay Belanger <belanger@truman.edu>
7731
7732 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
7733
7734 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
7735
7736 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
7737 after the mode hooks instead of before. Doc fix.
7738
7739 2004-09-20 Jason Rumney <jasonr@gnu.org>
7740
7741 * startup.el (command-line) [windows-nt]: Try .emacs first, then
7742 _emacs, but revert to .emacs if neither exists in home directory.
7743
7744 2004-09-20 John Paul Wallington <jpw@gnu.org>
7745
7746 * bindings.el (completion-ignored-extensions): Add .dfsl.
7747
7748 2004-09-20 Richard M. Stallman <rms@gnu.org>
7749
7750 * bindings.el (scroll-left): Make it disabled.
7751
7752 * files.el (enable-local-eval): Doc fix.
7753
7754 * indent.el (move-to-left-margin): Special case for minibuffer.
7755
7756 * term.el (term-emulate-terminal): Turn off undo for output.
7757 Use with-current-buffer and save-selected-window.
7758
7759 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
7760
7761 * progmodes/make-mode.el (makefile-fill-paragraph):
7762 Don't insist on spaces when looking for comments. # is enough.
7763
7764 * files.el (hack-local-variables): Copy the variables list
7765 to another buffer, strip prefixes and suffixes there, then read.
7766 (enable-local-eval): Doc fix.
7767 (ignored-local-variables): Initialize to nil.
7768 (risky-local-variable-p): Don't check ignored-local-variables here.
7769 (hack-one-local-variable): Ignore var if in ignored-local-variables.
7770
7771 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
7772
7773 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
7774 of = to "." (punctuation).
7775
7776 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * subr.el (event-basic-type): Fix mask (extend to 22bits).
7779
7780 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
7781
7782 * textmodes/enriched.el (enriched-rerun-flag): New variable.
7783 (enriched-before-change-major-mode): New function.
7784 Add it to `change-major-mode-hook'.
7785 (enriched-after-change-major-mode): New function.
7786 Add it to `after-change-major-mode-hook'.
7787 (enriched-mode): Make it work correctly if called from
7788 `after-change-major-mode-hook'.
7789 No longer set `indent-line-function'.
7790
7791 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
7792
7793 * subr.el (after-change-major-mode-hook): New variable.
7794 (run-mode-hooks): Implement it.
7795
7796 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * battery.el (battery-linux-proc-apm): Use string-to-number.
7799 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
7800 Use dolist (and less indentation). Use erase-buffer.
7801 Pre-initialize `design-capacity', `warn', and `low'.
7802 (battery-format): Use replace-regexp-in-string.
7803
7804 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
7805
7806 * battery.el: Delete superfluous empty lines.
7807 (battery-linux-proc-acpi): Attempt to gather information from all
7808 battery subdirectories regardless of their file name.
7809 (battery-linux-proc-apm): Replace all occurrences of
7810 battery-hex-to-int-2 with string-to-int (base 16).
7811 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
7812 (battery-hex-map): Delete variable.
7813
7814 2004-09-18 John Paul Wallington <jpw@gnu.org>
7815
7816 * calc/calc-units.el (calc-quick-units): Fix overzealous
7817 s/or/unless/.
7818
7819 2004-09-17 Jay Belanger <belanger@truman.edu>
7820
7821 * calc/calc.el (calc-mode-var-list): Fix the value of
7822 `calc-matrix-brackets'.
7823
7824 2004-09-17 Romain Francoise <romain@orebokech.com>
7825
7826 * ibuf-ext.el (define-ibuffer-filter filename):
7827 Expand dired-directory since buffer-file-name is absolute.
7828
7829 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7830
7831 * ediff-init.el (ediff-current-diff-face-A)
7832 (ediff-current-diff-face-B, ediff-current-diff-face-C)
7833 (ediff-current-diff-face-Ancestor)
7834 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7835 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7836 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7837 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7838 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7839 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7840 Use min-colors.
7841
7842 * term.el (term-down): Perform vertical motion if DOWN is negative.
7843 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
7844 (term-termcap-format): Synchronyze with the eterm terminfo entry
7845 in etc/e/eterm.ti.
7846 (term-handle-colors-array): If the current foreground or
7847 background are zero (i.e. unspecified), use the foreground and
7848 background of the default face for reverse video.
7849 (term-ansi-at-eval-string, term-ansi-default-fg)
7850 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
7851 (term-mem): Delete ununsed function.
7852 (term-protocol-version): Increment.
7853 (term-current-face): Set to default.
7854
7855 2004-09-15 Jay Belanger <belanger@truman.edu>
7856
7857 * calc/calc.el (calc-mode-var-list): Define this variable.
7858 (calc-always-load-extensions, calc-line-numbering)
7859 (calc-line-breaking, calc-display-just, calc-display-origin)
7860 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7861 (calc-group-char, calc-point-char, calc-frac-format)
7862 (calc-prefer-frac, calc-hms-format, calc-date-format)
7863 (calc-float-format, calc-full-float-format, calc-complex-format)
7864 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7865 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7866 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7867 (calc-matrix-brackets, calc-language, calc-language-option)
7868 (calc-left-label, calc-right-label, calc-word-size)
7869 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7870 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7871 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7872 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7873 (calc-window-height, calc-display-trail, calc-show-selections)
7874 (calc-use-selections, calc-assoc-selections)
7875 (calc-display-working-message, calc-auto-why, calc-timing)
7876 (calc-mode-save-mode, calc-standard-date-formats)
7877 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
7878 (calc-user-parse-tables, calc-gnuplot-default-device)
7879 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7880 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7881 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7882 (calc-invocation-macro, calc-show-banner): Give these values as
7883 part of `calc-mode-var-list's initialization after the variables
7884 are declared with defvar.
7885 (calc-bug-address): Change email address to send bug reports to.
7886 Change the maintainer address at the top.
7887 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
7888 than "\\.emacs" to determine if it is the user-init-file.
7889
7890 * calc/calc-embed.el (calc-embedded-set-modes): Use
7891 `calc-mode-var-list' correctly.
7892
7893 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
7894
7895 * vc.el (annotate-time): Document point handling.
7896 (vc-annotate-display-autoscale): Doc fix.
7897
7898 2004-09-15 Miles Bader <miles@gnu.org>
7899
7900 * generic.el (generic-make-keywords-list): Use symbol rather than
7901 word anchors in regexp.
7902
7903 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
7904
7905 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
7906 no file name consider `dired-directory'.
7907
7908 2004-09-14 Kim F. Storm <storm@cua.dk>
7909
7910 * faces.el (cursor): Add face-no-inherit property. Doc fix.
7911
7912 2004-09-14 Simon Josefsson <jas@extundo.com>
7913
7914 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
7915
7916 * textmodes/dns-mode.el: Add.
7917
7918 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
7921 (disabled-command-function): Make the ?\ char more obvious.
7922
7923 * vc-arch.el (vc-arch-root, vc-arch-registered):
7924 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
7925
7926 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
7927
7928 * windmove.el (windmove-frame-edges): Report coordinates of
7929 outside edges of frame, not inside edges.
7930 (windmove-coordinates-of-position): Convert into wrapper to new
7931 function `windmove-coordinates-of-window-position';
7932 `compute-motion' always applies to selected window.
7933 (windmove-coordinates-of-position): Update documentation to refer
7934 to Emacs 21 Lisp Reference Manual.
7935 (windmove-find-other-window): Fix off-by-one errors for max x,y.
7936
7937 2004-09-13 Kim F. Storm <storm@cua.dk>
7938
7939 * isearch.el (isearch-resume-in-command-history): Rename from
7940 isearch-resume-enabled and change default to nil.
7941
7942 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7943
7944 * vc-hooks.el (vc-ignore-dir-regexp): New var.
7945 (vc-registered): Use it.
7946 (vc-find-root): New fun.
7947
7948 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7949 Don't tell to use \\{...} when it's already done.
7950
7951 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
7952 Provide a sample complex default.
7953 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
7954 (bibtex-entry): Use mapc.
7955
7956 2004-09-12 Kim F. Storm <storm@cua.dk>
7957
7958 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
7959
7960 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
7961 inhibit-field-text-motion to t so rectangles work in comint buffers.
7962
7963 * simple.el (choose-completion-string): Set buffer before running
7964 choose-completion-string-functions hook so it can be buffer-local.
7965
7966 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
7967
7968 * progmodes/compile.el (compilation-start): Parse command to see
7969 if it starts with a cd, and if so perform it for the *compilation*
7970 buffer. Change the header to reflect this.
7971
7972 2004-09-11 Kim F. Storm <storm@cua.dk>
7973
7974 * ido.el (ido-enable-dot-prefix): Doc fix.
7975 (ido-enable-dot-prefix): New defcustom.
7976 (ido-set-matches1): Use it.
7977
7978 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * textmodes/bibtex.el (bibtex-mark-active)
7981 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
7982
7983 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7984
7985 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
7986 used in a case insensitive environment.
7987 (bibtex-mode-map): Rearrange order of menus.
7988 (bibtex-quoted-string-re): Obsolete.
7989 (bibtex-complete-key-cleanup): Variable replaced by new function.
7990 (bibtex-font-lock-keywords): Use backquotes.
7991 (bibtex-font-lock-url-regexp): New internal variable.
7992 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
7993 "OPT" and "ALT".
7994 (bibtex-insert-current-kill, bibtex-make-field)
7995 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
7996 (bibtex-parse-field-text): Simplify.
7997 (bibtex-string=): New helper function.
7998 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
7999 (bibtex-map-entries): Use bibtex-string=.
8000 (bibtex-search-entry): Use not.
8001 (bibtex-enclosing-field): Fix docstring.
8002 (bibtex-assoc-regexp): Obsolete.
8003 (bibtex-format-entry): Use assoc-string and bibtex-string=.
8004 (bibtex-autokey-get-names): Handle empty name field.
8005 (bibtex-parse-strings): Use assoc-string and unless.
8006 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
8007 Use assoc-string.
8008 (bibtex-pop): Simplify.
8009 (bibtex-mode): Set font-lock-extra-managed-props.
8010 (bibtex-entry-update): Use assoc-string.
8011 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
8012 (bibtex-autofill-entry): Use bibtex-string=.
8013 (bibtex-print-help-message): Simplify.
8014 (bibtex-find-entry): New optional arg START.
8015 (bibtex-validate): Use bibtex-string= and assoc-string.
8016 Do not call obsolete function compilation-parse-errors.
8017 (bibtex-remove-delimiters): Only remove delimiters if present.
8018 (bibtex-copy-entry-as-kill): Add docstring.
8019 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
8020 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
8021 (bibtex-complete): Use bibtex-predefined-month-strings,
8022 bibtex-string=, and new function bibtex-complete-key-cleanup.
8023 (bibtex-generate-url-list): New variable.
8024 (bibtex-url): New command bound to C-c C-l and mouse-2.
8025 (bibtex-url-map): New local keymap for bibtex-url-mouse.
8026 (bibtex-font-lock-url): New function.
8027
8028 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
8031
8032 2004-09-09 Kim F. Storm <storm@cua.dk>
8033
8034 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
8035 counter and format with binding.
8036 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
8037 the declared macro uses own macro counter and format. Give symbol
8038 kmacro property.
8039 (kmacro-keymap): Bind kmacro-name-last-macro to n.
8040 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
8041 (kmacro-end-and-call-macro): Doc fix.
8042
8043 2004-09-09 Lars Hansen <larsh@math.ku.dk>
8044
8045 * desktop.el (desktop-clear-preserve-buffers):
8046 Remove make-obsolete-variable.
8047
8048 2004-09-08 Richard M. Stallman <rms@gnu.org>
8049
8050 * buff-menu.el (list-buffers-noselect): Call format-mode-line
8051 with the buffer as argument.
8052
8053 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
8056
8057 2004-09-08 Juri Linkov <juri@jurta.org>
8058
8059 * replace.el (perform-replace): Use `query-replace-descr'.
8060
8061 * cus-start.el (history-delete-duplicates): Specify customization.
8062
8063 * diff-mode.el (diff-mode-map):
8064 * progmodes/compile.el (compilation-mode-map):
8065 * progmodes/grep.el (grep-mode-map):
8066 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
8067 to `next-error-follow-minor-mode'.
8068
8069 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8070
8071 * isearch.el (isearch-lazy-highlight-update): Take into account
8072 the case of zero-length match at the search bound.
8073
8074 2004-09-08 Kim F. Storm <storm@cua.dk>
8075
8076 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
8077 change. Use zero width overlays when necessary.
8078
8079 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8080
8081 * subr.el (split-string): Docfix.
8082
8083 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8084
8085 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
8086 (display-call-tree): Ensure newline after caller/calls blocks.
8087
8088 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8089
8090 * startup.el (command-line-1): Make option
8091 --directory/-L modify `load-path' straight away.
8092
8093 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8094
8095 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
8096
8097 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8098
8099 * emacs-lisp/autoload.el (make-autoload):
8100 Handle `define-compilation-mode'.
8101
8102 * emacs-lisp/lisp-mode.el (define-compilation-mode):
8103 Specify `doc-string-elt' property.
8104
8105 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8106
8107 * bs.el (bs-mode): Doc fix.
8108
8109 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8110
8111 * info.el (Info-insert-dir): Fix temp buffer leak bug.
8112
8113 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8114
8115 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
8116
8117 2004-09-08 Kenichi Handa <handa@m17n.org>
8118
8119 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
8120 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
8121 ps-mule-next-point -> 1+).
8122
8123 * composite.el (encode-composition-rule): Add autoload cooky.
8124
8125 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8126
8127 * format.el (buffer-auto-save-file-format): Make it permanent local.
8128
8129 2004-09-07 Kim F. Storm <storm@cua.dk>
8130
8131 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
8132 (authors-fixed-entries): Fix typo.
8133 (authors-canonical-author-name): Compact multiple spaces.
8134 Ignore trivial names (e.g. only first name).
8135
8136 * term.el (term-window-width): Only use full window width on
8137 window system if overflow-newline-into-fringe is enabled.
8138 (term-mode): Don't disable overflow-newline-into-fringe.
8139
8140 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
8143 motion as seen on my Mac OS X xterms.
8144
8145 * newcomment.el (uncomment-region-default, comment-region-default):
8146 New functions extracted from uncomment-region and comment-region.
8147 (comment-region, comment-region-function, uncomment-region)
8148 (uncomment-region-function): Use them.
8149
8150 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
8151
8152 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
8153 It's not crucial but can make sense at times.
8154
8155 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
8156 the first commit.
8157
8158 * vc.el (vc-buffer-context, vc-restore-buffer-context):
8159 Disable obsolete code.
8160
8161 2004-09-07 Juri Linkov <juri@jurta.org>
8162
8163 * progmodes/grep.el (grep-highlight-matches): Change default from
8164 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
8165 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
8166 if grep option `--color' is available, or to `nil' otherwise.
8167 (grep-process-setup): Call `grep-compute-defaults' if
8168 `grep-highlight-matches' is not computed. Set env-vars only
8169 if `grep-highlight-matches' is `t'.
8170 (grep-use-null-device): Remove redundant type `boolean' (`choice'
8171 is already defined).
8172
8173 * progmodes/compile.el (compilation-start): Use copy of
8174 `process-environment' created by `copy-sequence' to not
8175 modify env-vars in the global `process-environment'.
8176
8177 2004-09-06 Eli Zaretskii <eliz@gnu.org>
8178
8179 * simple.el (next-error-follow-minor-mode): Fix last change.
8180
8181 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
8182
8183 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
8184 permanent local.
8185
8186 2004-09-04 Richard M. Stallman <rms@gnu.org>
8187
8188 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
8189 highlighting if the search string is empty.
8190
8191 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
8192
8193 * facemenu.el (facemenu-active-faces): Change condition of inner
8194 `while' loop to also check the first two elements of `face-atts'
8195 and `mask-atts'.
8196
8197 2004-09-04 John Paul Wallington <jpw@gnu.org>
8198
8199 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
8200 (thumbs-view-image-mode): Make buffer read-only.
8201
8202 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
8203
8204 * textmodes/ispell.el (ispell-really-aspell): New defvar.
8205 (ispell-check-version): Set it.
8206 (ispell-send-replacement): New function.
8207 (ispell-process-line): Call ispell-send-replacement.
8208
8209 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8210
8211 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
8212 Support choosing seconds with "s".
8213
8214 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
8215
8216 * terminal.el (te-escape): Show `?' in prompt for help key.
8217
8218 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
8219
8220 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
8221
8222 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8223
8224 * simple.el (next-error-follow-minor-mode)
8225 (next-error-follow-mode-post-command-hook): New functions.
8226 (next-error-follow-last-line): New defvar.
8227
8228 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
8229 * progmodes/compile.el (compilation-mode-map): Likewise.
8230 * progmodes/grep.el (grep-mode-map): Likewise.
8231 * replace.el (occur-mode-map): Likewise.
8232
8233 * newcomment.el (uncomment-region): Bind comment-use-global-state
8234 to nil.
8235
8236 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
8237
8238 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
8239 locally around the call to `revert-buffer'.
8240
8241 2004-09-03 Juri Linkov <juri@jurta.org>
8242
8243 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
8244 `isearch-adjusted' to `t'.
8245 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
8246 (isearch-message-prefix): Add "pending" for isearch-adjusted.
8247 (isearch-other-meta-char): Restore isearch-point unconditionally.
8248 (isearch-query-replace): Add new arg `regexp-flag' and use it.
8249 Set point to start of match if region is not active in transient
8250 mark mode (to include the current match to region boundaries).
8251 Push the search string to `query-replace-from-history-variable'.
8252 Add prompt "Query replace regexp" for isearch-regexp.
8253 Add region beginning/end as last arguments of `perform-replace.'
8254 (isearch-query-replace-regexp): Replace code by the call to
8255 `isearch-query-replace' with arg `t'.
8256
8257 2004-09-03 Richard M. Stallman <rms@gnu.org>
8258
8259 * startup.el (normal-top-level): Undo previous TERM change.
8260
8261 2004-09-03 Kim F. Storm <storm@cua.dk>
8262
8263 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
8264 highlight overlays; allow using RET when cursor is over a button.
8265 (cua--highlight-rectangle): Use it.
8266 (cua--rectangle-set-corners): Don't move backwards at eol.
8267 (cua--forward-line): Don't move into void after eob.
8268
8269 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
8270 point is set (and displayed) inside rectangle.
8271 (cua--rectangle-operation): Fix for highlight of empty lines.
8272 (cua--highlight-rectangle): Fix highlight for tabs.
8273 Position cursor at left/right edge of rectangle using new `cursor'
8274 property on overlay strings.
8275 (cua--indent-rectangle): Don't tabify.
8276 (cua-rotate-rectangle): Ignore that point has moved.
8277
8278 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8279
8280 * term/mac-win.el: Add ASCII equivalents for some function keys.
8281 (mode-line-frame-identification): Sync with x-win.el.
8282
8283 2004-09-02 Juri Linkov <juri@jurta.org>
8284
8285 * progmodes/compile.el (compilation-buffer-name): Compare major
8286 mode with second element of compilation-arguments instead of third
8287 to reflect latest changes in compilation-arguments structure.
8288 (recompile): Use global variable `compilation-directory' to get
8289 recent compilation directory only when `recompile' is invoked NOT
8290 in the compilation buffer. Otherwise, use `default-directory' of
8291 the compilation buffer.
8292 (compilation-error-properties): Allow to funcall col and end-col.
8293 (compilation-mode-font-lock-keywords): Check col and end-col by
8294 `integerp'.
8295 (compilation-goto-locus): If end-mk is non-nil in transient mark
8296 mode don't activate the mark (and don't display message in
8297 push-mark), but highlight overlay between mk and end-mk.
8298
8299 * progmodes/grep.el (grep-highlight-matches): New defcustom.
8300 (grep-regexp-alist): Add rule to highlight grep matches.
8301 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
8302
8303 * info.el (Info-fontify-node): Don't compute other-tag
8304 if Info-hide-note-references=hide.
8305
8306 * help.el (function-called-at-point):
8307 * help-fns.el (variable-at-point):
8308 Try `find-tag-default' when other methods failed.
8309
8310 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8311 Do not push mark if inhibit-mark-movement is non-nil.
8312
8313 * textmodes/ispell.el (ispell-html-skip-alists):
8314 Fix backslashes in docstring.
8315
8316 2004-09-01 Juri Linkov <juri@jurta.org>
8317
8318 * isearch.el (isearch-wrap-function)
8319 (isearch-push-state-function): New defvars.
8320 (isearch-pop-fun-state): New defsubst.
8321 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
8322 (isearch-push-state): Set the result of calling
8323 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
8324 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
8325 restore the mode-specific starting point of terminated search.
8326 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
8327 (isearch-repeat): Call `isearch-wrap-function' if defined.
8328 (isearch-message-prefix): Don't add prefix "over" to the message
8329 for wrapped search if `isearch-wrap-function' is defined.
8330 (isearch-search): Call function saved in `isearch-pop-fun-state' to
8331 restore the mode-specific starting point of failed search.
8332
8333 * info.el (Info-search-whitespace-regexp): Fix backslashes.
8334 (Info-search): Add new optional arguments for the sake of isearch.
8335 Replace whitespace in Info-search-whitespace-regexp literally.
8336 Add backward search. Don't call `Info-select-node' if regexp is
8337 found in the same Info node. Don't add node to Info-history for
8338 wrapped isearch.
8339 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
8340 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
8341 (Info-mode): Set local variables `isearch-search-fun-function',
8342 `isearch-wrap-function', `isearch-push-state-function',
8343 `search-whitespace-regexp'.
8344
8345 * isearch.el: Remove ancient Change Log section.
8346 (isearch-string, isearch-message-string, isearch-point)
8347 (isearch-success, isearch-forward-flag, isearch-other-end)
8348 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
8349 (isearch-barrier, isearch-within-brackets)
8350 (isearch-case-fold-search): Add suffix `-state' to state-related
8351 defsubsts to avoid name clashes with other function names.
8352
8353 * simple.el (next-error): New defgroup and defface.
8354 (next-error-highlight, next-error-highlight-no-select):
8355 New defcustoms.
8356 (next-error-no-select): Let-bind next-error-highlight to the value
8357 of next-error-highlight-no-select before calling `next-error'.
8358
8359 * progmodes/compile.el (compilation-goto-locus):
8360 Use `next-error' face instead of `region'. Set 4-th argument of
8361 `move-overlay' to `current-buffer' to move overlay to different
8362 source buffers. Use new variable `next-error-highlight'.
8363
8364 * simple.el (next-error-find-buffer): Move the rule
8365 "if current buffer is a next-error capable buffer" after the
8366 rule "if next-error-last-buffer is set to a live buffer".
8367 Simplify to test all rules in one `or'.
8368 (next-error): Doc fix.
8369 (next-error, previous-error, first-error)
8370 (next-error-no-select, previous-error-no-select):
8371 Make arguments optional.
8372
8373 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
8374
8375 * macros.el (apply-macro-to-region-lines): Make it operate on all
8376 lines that begin in the region, rather than on all complete lines
8377 in the region.
8378
8379 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8380
8381 * x-dnd.el (x-dnd-protocol-alist): Document update.
8382 (x-dnd-known-types): Defcustom it.
8383 (x-dnd-handle-motif): Print message-atom in error message.
8384
8385 2004-08-30 John Paul Wallington <jpw@gnu.org>
8386
8387 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
8388 strings rather than programatically constructing message.
8389
8390 2004-08-30 Richard M. Stallman <rms@gnu.org>
8391
8392 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
8393 Don't return a string that would read as the wrong character code.
8394
8395 2004-08-29 Kim F. Storm <storm@cua.dk>
8396
8397 * emulation/cua-base.el (cua-auto-expand-rectangles):
8398 Remove automatic rectangle padding feature; replace by non-destructive
8399 virtual rectangle edges feature.
8400 (cua-virtual-rectangle-edges): New defcustom.
8401 (cua-auto-tabify-rectangles): New defcustom.
8402 (cua-paste): If paste into a marked rectangle, insert rectangle at
8403 current column, even if virtual; also paste exactly as many lines
8404 as has been marked (ignore additional lines or add empty lines),
8405 but paste whole source if only one line is marked.
8406 (cua--update-indications): No longer use overwrite-cursor to
8407 indicate rectangle padding
8408
8409 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
8410 (cua--rectangle-virtual-edges): New defun.
8411 (cua--rectangle-get-corners): Remove optional PAD arg.
8412 (cua--rectangle-set-corners): Never do padding.
8413 (cua--forward-line): Remove optional PAD arg. Simplify.
8414 (cua-resize-rectangle-right, cua-resize-rectangle-left)
8415 (cua-resize-rectangle-down, cua-resize-rectangle-up):
8416 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
8417 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
8418 (cua--rectangle-move): Never do padding. Simplify.
8419 (cua--tabify-start): New defun.
8420 (cua--rectangle-operation): Add tabify arg. All callers changed.
8421 (cua--pad-rectangle): Remove.
8422 (cua--delete-rectangle): Handle delete with virtual edges.
8423 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
8424 (cua--insert-rectangle): Handle insert at virtual column.
8425 Perform auto-tabify if necessary.
8426 (cua--activate-rectangle): Remove optional FORCE arg.
8427 Never do padding. Simplify.
8428 (cua--highlight-rectangle): Enhance for virtual edges.
8429 (cua-toggle-rectangle-padding): Remove command.
8430 (cua-toggle-rectangle-virtual-edges): New command.
8431 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
8432 (cua--rectangle-post-command): Don't force rectangle padding.
8433 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
8434
8435 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * indent.el (edit-tab-stops-buffer): Doc fix.
8438
8439 2004-08-28 Richard M. Stallman <rms@gnu.org>
8440
8441 * progmodes/grep.el (grep-default-command): Use find-tag-default.
8442 (grep-tag-default): Function deleted.
8443
8444 * subr.el (find-tag-default): Move from etags.el.
8445
8446 * progmodes/etags.el (find-tag-default): Move to subr.el.
8447
8448 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
8449 into the basic character if it has an uppercase form.
8450
8451 2004-08-27 Kenichi Handa <handa@m17n.org>
8452
8453 * international/utf-8.el (utf-8-post-read-conversion): If the
8454 buffer is unibyte, temporarily make it multibyte.
8455
8456 2004-08-27 Masatake YAMATO <jet@gyve.org>
8457
8458 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
8459
8460 2004-08-25 John Paul Wallington <jpw@gnu.org>
8461
8462 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
8463 0, 1, and many mismatches in message.
8464 (tex-start-shell): Use `set-process-query-on-exit-flag'.
8465
8466 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
8467 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
8468
8469 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
8472 vc-diff-switches differently.
8473
8474 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8475
8476 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
8477 before and a real defvar after
8478 `speedbar-supported-extension-expressions'. This is to silence
8479 the compiler without breaking bootstrapping.
8480
8481 2004-08-22 Richard M. Stallman <rms@gnu.org>
8482
8483 * textmodes/flyspell.el (flyspell-word):
8484 Use set-process-query-on-exit-flag.
8485 (flyspell-highlight-duplicate-region): Take POSS as arg.
8486 (flyspell-word): Pass POSS as arg.
8487
8488 * progmodes/ada-xref.el: Many doc and style fixes.
8489 (ada-find-any-references): Use compilation-start.
8490 (ada-get-ali-file-name): Improve error msg.
8491 (ada-get-ada-file-name): Likewise.
8492
8493 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
8494 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
8495
8496 * mail/mail-extr.el (mail-extr-all-top-level-domains):
8497 Add forward defvar.
8498
8499 * whitespace.el (global-whitespace-mode): New alias
8500 for whitespace-global-mode.
8501
8502 * speedbar.el (speedbar-file-regexp): Move definition up.
8503 (speedbar-mode, speedbar-set-mode-line-format):
8504 Use with-no-warnings.
8505 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
8506
8507 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
8508 controls whether to display the error buffer.
8509
8510 * ps-mule.el: Delete compatibility code for old Emacses.
8511 (ps-mule-find-wrappoint): Don't use chars-in-region.
8512
8513 * frame.el (display-mouse-p, display-selections-p):
8514 Use with-no-warnings.
8515
8516 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
8517
8518 2004-08-22 David Kastrup <dak@gnu.org>
8519
8520 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
8521 information.
8522
8523 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
8524
8525 2004-08-22 Andreas Schwab <schwab@suse.de>
8526
8527 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
8528
8529 2004-08-22 Masatake YAMATO <jet@gyve.org>
8530
8531 * cvs-status.el (cvs-status-checkout): New function.
8532 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
8533
8534 2004-08-21 David Kastrup <dak@gnu.org>
8535
8536 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
8537 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
8538 has been converted to use hashtables, the relation `nil=none' is
8539 no longer valid, as `nil' is not a hashtable. This patch tries to
8540 reduce the number of resulting errors.
8541
8542 2004-08-21 John Paul Wallington <jpw@gnu.org>
8543
8544 * subr.el (process-kill-without-query): Made obsolete in
8545 version 21.4, not 21.5.
8546
8547 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
8548 (vc-previous-comment, vc-next-comment)
8549 (vc-comment-search-reverse, vc-comment-search-forward)
8550 (vc-comment-to-change-log): Likewise.
8551
8552 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
8553
8554 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
8555
8556 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
8557 Correct indentation of DEFMETHODS with non-standard method
8558 combinations (e.g., PROGN, MIN, MAX).
8559
8560 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * startup.el (normal-top-level-add-subdirs-to-load-path):
8563 Avoid unnecessarily checking system-type.
8564 (normal-top-level): Set TERM to "dumb". Simplify.
8565
8566 * avoid.el (mouse-avoidance-ignore-p): New fun.
8567 Also ignore switch-frame, select-window, double, and triple clicks.
8568 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
8569 (mouse-avoidance-fancy-hook): Use it.
8570
8571 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
8572
8573 * avoid.el (mouse-avoidance-nudge-mouse)
8574 (mouse-avoidance-banish-destination): Stay within the current window
8575 to avoid problems with mouse-autoselect-window.
8576
8577 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
8580 the newer format of some messages in cvs-1.12.1.
8581
8582 2004-08-19 Masatake YAMATO <jet@gyve.org>
8583
8584 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
8585 (elp-results-jump-to-definition-by-mouse)
8586 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
8587 (elp-output-result): Use elp-output-insert-symname.
8588
8589 2004-08-18 Kenichi Handa <handa@m17n.org>
8590
8591 * language/cyrillic.el: Register koi8-r in
8592 ctext-non-standard-encodings-alist.
8593 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
8594
8595 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8596
8597 * emacs-lisp/copyright.el (copyright-update-year): Delete code
8598 that replaces 20xy with xy.
8599
8600 2004-08-17 John Paul Wallington <jpw@gnu.org>
8601
8602 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
8603 (reb-force-update): Doc fix.
8604
8605 2004-08-16 Richard M. Stallman <rms@gnu.org>
8606
8607 * progmodes/which-func.el (which-func-update-1): Doc fix.
8608
8609 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
8610 (sh-mode-abbrev-table): New variable.
8611
8612 * progmodes/compile.el (compilation-mode): Doc fix.
8613
8614 * emacs-lisp/lisp-mode.el (eval-last-sexp):
8615 Don't cons a new symbol each time.
8616 (eval-last-sexp-fake-value): New variable.
8617
8618 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
8619 (copyright-update-year): Detect continuation of list of years.
8620
8621 * term.el (term-default-fg-color, term-default-bg-color)
8622 (ansi-term-color-vector): Use `unspecified', not nil, as default.
8623
8624 * imenu.el: Several doc fixes: don't say variables are buffer-local.
8625
8626 2004-08-16 Davis Herring <herring@lanl.gov>
8627
8628 * isearch.el (isearch-string, isearch-message-string, isearch-point)
8629 (isearch-success, isearch-forward-flag, isearch-other-end)
8630 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
8631 (isearch-barrier, isearch-within-brackets)
8632 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
8633
8634 2004-08-16 Kenichi Handa <handa@m17n.org>
8635
8636 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
8637
8638 2004-08-15 Kenichi Handa <handa@m17n.org>
8639
8640 * term/x-win.el (x-selection-value): If utf8 was successful but
8641 ctext was not, use utf8 string.
8642
8643 2004-08-14 Davis Herring <herring@lanl.gov>
8644
8645 * isearch.el: Remove accidental changes of March 4. Fix backing
8646 up when a regexp isearch is made more general. Use symbolic
8647 accessor functions for isearch stack frames to make usage clearer.
8648 (search-whitespace-regexp): Made groups in documentation shy (as
8649 is the group in the default value).
8650 (isearch-fallback): New function, addresses problems with regexps
8651 liberalized by `\|', adds support for liberalization by `\}' (the
8652 general repetition construct), and incorporates behavior for
8653 `*'/`?'.
8654 (isearch-}-char): New command, calls `isearch-fallback' with
8655 arguments appropriate to a typed `}'.
8656 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
8657 appropriately.
8658 (isearch-mode-map): Bind `}' to `isearch-}-char'.
8659 (isearch-string, isearch-message,string, isearch-point)
8660 (isearch-success, isearch-forward-flag, isearch-other-end)
8661 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
8662 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
8663 New inline functions to read fields of a stack frame.
8664
8665 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
8666
8667 * battery.el (battery-linux-proc-acpi): Look into battery
8668 directories matching the literal string "CMB", too (required for
8669 Linux kernel version 2.6.7).
8670
8671 2004-08-14 John Paul Wallington <jpw@gnu.org>
8672
8673 * cus-start.el (read-file-name-completion-ignore-case): Add.
8674 (blink-cursor-alist): Change version to "21.4".
8675
8676 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
8677
8678 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
8679
8680 * speedbar.el (speedbar-scan-subdirs): New option.
8681 (speedbar-file-lists): Don't ignore file-name case on Unix and use
8682 dolist.
8683 (speedbar-insert-files-at-point): Take an extra argument and use
8684 it to optionally find out if a subdir is empty. Also unreadable
8685 files don't get expand buttons.
8686 (speedbar-directory): New image (unused pixmap already existed).
8687 (speedbar-expand-image-button-alist): Use it.
8688
8689 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
8690
8691 CC Mode update to 5.30.9:
8692
8693 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
8694 Move from cc-vars to cc-defs for dependency reasons. Fix the
8695 POSIX char class test to check that it works in
8696 `skip-chars-(forward|backward)' too.
8697
8698 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8699 first argument starts with a special brace list.
8700
8701 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
8702 when `c-opt-type-concat-key' is used (i.e. in Pike).
8703
8704 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
8705 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
8706 >)".
8707
8708 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
8709 whitespace safe.
8710
8711 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
8712 position for `arglist-intro', `arglist-cont-nonempty' and
8713 `arglist-close' when there are two arglist open parens on the same
8714 line and there's nothing in front of the first.
8715
8716 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
8717 locking of qualified names in Java, which previously could fontify
8718 common indexing expressions in many cases. The standard Java
8719 naming conventions are used to tell them apart.
8720
8721 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
8722 Fix inconsistency wrt opening parens on the first line inside a paren
8723 block.
8724
8725 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
8726 compile time for the sake of `c-major-mode-is'.
8727
8728 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
8729 `c-major-mode-is' in the event that this is used inside a
8730 `c-lang-defconst'.
8731
8732 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
8733 `c-lang-defconst' so that it works better with fallback languages.
8734
8735 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
8736 it to fail to record the base mode.
8737
8738 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
8739 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
8740 is used. Reorder the syntax checks to get more efficient
8741 skipping in some situations.
8742
8743 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
8744 continuation which might precede the newly inserted '{'.
8745
8746 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
8747 Fix cases where it could loop indefinitely.
8748
8749 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
8750 size specs correctly. Only fontify identifiers in front of '('
8751 with as functions - don't accept any paren char. Tighten up
8752 initializer skipping to stop before function and class blocks.
8753
8754 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8755 the point could be left directly after an open paren when finding
8756 the beginning of the first decl in the block.
8757
8758 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
8759 table when filtering out legitimate open parens to be recorded.
8760 This could cause cache inconsistencies when e.g.
8761 `c++-template-syntax-table' was temporarily in use.
8762
8763 * progmodes/cc-engine.el (c-on-identifier)
8764 (c-simple-skip-symbol-backward): Small fix for handling "-"
8765 correctly in `skip-chars-backward'. Affected the operator lfun
8766 syntax in Pike.
8767
8768 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
8769 Fix bug that could cause an error from `after-change-functions' when
8770 the changed region is at bob.
8771
8772 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
8773
8774 CC Mode update to 5.30.9:
8775
8776 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
8777 to say that <TAB> doesn't insert WS into a CPP line.
8778 (c-indent-command, c-tab-always-indent): Amend doc strings.
8779
8780 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
8781 checks for user errors, thus eliminating cryptic and unhelpful
8782 Emacs error messages. (1) Check the arg to `c-set-style' is a
8783 string. (2) Check that settings to `c-offsets-alist' are not
8784 spuriously quoted.
8785
8786 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
8787 which precedes the newly inserted `{'.
8788
8789 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
8790
8791 Sync with Tramp 2.0.44.
8792
8793 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
8794 function "tramp_file_attributes". Otherwise, file names
8795 containing spaces are misinterpreted. Reported by Magnus Henoch
8796 <mange@freemail.hu>.
8797 (tramp-handle-file-truename): FILENAME must be expanded first.
8798 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
8799 obscure results. Reported by D. Goel <deego@gnufans.org>.
8800 (tramp-handle-verify-visited-file-modtime): If file does not
8801 exist, say it is not modified if and only if that agrees with the
8802 buffer's record. Check whether a file is visiting the buffer, or
8803 the buffer has no recorded last modification time. Return t in
8804 case the visiting file doesn't exist. Suggested by Luc Teirlinck
8805 <teirllm@auburn.edu>.
8806 (tramp-handle-write-region): Pass modtime explicitely to
8807 `set-visited-file-modtime', because filename can be different
8808 from (buffer-file-name) if `file-precious-flag' is set.
8809 `set-visited-file-modtime' must be called always when `visit' is t
8810 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
8811 (tramp-handle-set-visited-file-modtime): If `time-list' is not
8812 nil, don't apply the whole body. If the file doesn't exists, set
8813 modtime to '(-1 65535). Suggested by Luc Teirlinck
8814 <teirllm@auburn.edu>.
8815
8816 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
8817
8818 * help.el (describe-bindings): Doc fix.
8819
8820 * subr.el (kbd): Doc fix.
8821
8822 2004-08-08 John Paul Wallington <jpw@gnu.org>
8823
8824 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
8825 instead of `string-to-int'.
8826 (define-ibuffer-column mode): Fix indentation.
8827
8828 2004-08-08 Lars Hansen <larsh@math.ku.dk>
8829
8830 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
8831
8832 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8833
8834 * subr.el (global-unset-key, local-unset-key): Doc fixes.
8835
8836 * novice.el (disabled-command-function): New variable renamed from
8837 `disabled-command-hook'.
8838 (disabled-command-hook): Keep the _variable_ as alias for
8839 `disabled-command-function' and make obsolete.
8840 (disabled-command-function): Function renamed from
8841 `disabled-command-hook'. Adapt code to name change of the variable.
8842
8843 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
8844
8845 * simple.el (completion-root-regexp): New defvar.
8846 (completion-setup-function): Use it instead of a literal string.
8847
8848 2004-08-07 John Paul Wallington <jpw@gnu.org>
8849
8850 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
8851 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
8852 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
8853 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
8854
8855 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8856
8857 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
8858 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
8859
8860 2004-08-04 Kenichi Handa <handa@m17n.org>
8861
8862 * international/encoded-kb.el (encoded-kbd-setup-keymap):
8863 Fix previous change.
8864
8865 2004-08-03 Kenichi Handa <handa@m17n.org>
8866
8867 * international/encoded-kb.el: The following changes are to
8868 utilize key-translation-map instead of minor mode map.
8869 (encoded-kbd-iso2022-non-ascii-map): Delete it.
8870 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
8871 (encoded-kbd-last-key): New function.
8872 (encoded-kbd-iso2022-single-shift): New function.
8873 (encoded-kbd-iso2022-designation)
8874 (encoded-kbd-self-insert-iso2022-7bit)
8875 (encoded-kbd-self-insert-iso2022-8bit)
8876 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
8877 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
8878 key-translation-map.
8879 (encoded-kbd-setup-keymap): Setup key-translation-map.
8880 (saved-key-translation-map): New variable.
8881 (encoded-kbd-mode): Save/restore key-translation-map.
8882 Adjust for the change of encoded-kbd-setup-keymap.
8883
8884 2004-08-02 Kim F. Storm <storm@cua.dk>
8885
8886 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
8887 and call compute-motion with nil for topos and width to get proper
8888 usable width and height for both window and non-window systems.
8889
8890 * windmove.el (windmove-coordinates-of-position): Let compute-motion
8891 calculate usable window width and height.
8892
8893 * window.el (window-buffer-height): Call compute-motion with nil width.
8894
8895 2004-08-01 David Kastrup <dak@gnu.org>
8896
8897 * replace.el (query-replace-read-from):
8898 Use `query-replace-compile-replacement'.
8899 (query-replace-compile-replacement): New function.
8900 (query-replace-read-to): Use `query-replace-compile-replacement'
8901 for repeating the last command.
8902
8903 2004-08-01 John Paul Wallington <jpw@gnu.org>
8904
8905 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
8906 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
8907 (pr-switches): Remove period from end of error messages.
8908
8909 * help-mode.el (help-go-back): Likewise.
8910
8911 * abbrev.el (only-global-abbrevs): Doc fix.
8912 (edit-abbrevs-map): Define within defvar.
8913 (quietly-read-abbrev-file): Doc fix.
8914
8915 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
8916
8917 * novice.el (enable-command, disable-command): Doc fixes.
8918
8919 * subr.el (event-modifiers, event-basic-type): Doc fixes.
8920
8921 2004-07-30 Richard M. Stallman <rms@gnu.org>
8922
8923 * subr.el (with-local-quit): Doc fix.
8924
8925 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
8926
8927 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
8928
8929 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
8930
8931 * custom.el (defcustom): Doc fix.
8932
8933 2004-07-28 Masatake YAMATO <jet@gyve.org>
8934
8935 * progmodes/etags.el (etags-tags-apropos): Show building progress.
8936
8937 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * imenu.el (imenu-prev-index-position-function)
8940 (imenu-extract-index-name-function, imenu-name-lookup-function)
8941 (imenu--index-alist): Docstring redundancy fix.
8942
8943 2004-07-25 Lars Hansen <larsh@math.ku.dk>
8944
8945 * wdired.el (wdired-finish-edit): Require dired-aux before locally
8946 binding dired-backup-overwrite.
8947
8948 2004-07-25 John Paul Wallington <jpw@gnu.org>
8949
8950 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
8951
8952 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8953
8954 * term/tty-colors.el (tty-color-approximate): Doc fix.
8955
8956 * select.el (x-get-selection, x-set-selection): Doc fixes.
8957
8958 * frame.el (make-frame): Doc fix.
8959
8960 2004-07-24 Richard M. Stallman <rms@gnu.org>
8961
8962 * mail/rmail.el (rmail-mime-charset-pattern):
8963 Don't include semicolon in the charset value.
8964
8965 * replace.el (occur-next-error): Call set-window-point.
8966 (occur-engine): Handle negative NLINES.
8967
8968 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
8969
8970 * frame.el (modify-all-frames-parameters): Minor doc fix.
8971 (set-frame-configuration): Doc fix.
8972
8973 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8974
8975 * simple.el (completion-setup-function): Compute the common parts
8976 and the first difference place correctly when
8977 partial-completion-mode is on.
8978
8979 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8980
8981 * ps-print.el: Doc fix.
8982 (ps-print-version): New version 6.6.5.
8983 (ps-printing-region): Doc fix.
8984 (ps-generate-string-list): Comment fix.
8985 (ps-message-log-max): Code fix.
8986
8987 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
8988
8989 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
8990 generated PostScript.
8991
8992 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
8993
8994 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
8995 with Gnus v5_10 branch.)
8996
8997 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
8998
8999 * calendar/time-date.el (time-to-number-of-days): New function.
9000 Imported from from Gnus.
9001
9002 2004-07-22 Kim F. Storm <storm@cua.dk>
9003
9004 * progmodes/make-mode.el: Fix comments.
9005
9006 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9007
9008 * printing.el: Doc fix.
9009
9010 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
9011
9012 * frame.el (modify-all-frames-parameters): Minor doc fix.
9013
9014 2004-07-20 Richard M. Stallman <rms@gnu.org>
9015
9016 * textmodes/fill.el (fill-nobreak-p): If this break point is
9017 at the end of the line, don't consider the newline which follows
9018 as a reason to return t.
9019
9020 2004-07-19 John Paul Wallington <jpw@gnu.org>
9021
9022 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
9023
9024 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9025
9026 * dired-aux.el (dired-do-kill-lines): Expand docstring.
9027 Delete irrelevant code.
9028
9029 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9030
9031 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9032 New docstring. From Luc Teirlinck.
9033
9034 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
9035
9036 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
9037 section.
9038 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
9039 non-file buffers. We know it is nil.
9040
9041 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9042
9043 Sync with Tramp 2.0.43.
9044
9045 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9046 Remove outdated comment.
9047 (tramp-locked, tramp-locker): New variables for implementing a
9048 global lock.
9049 (tramp-sh-file-name-handler): Use them to implement the global lock.
9050
9051 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
9052
9053 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
9054 calls to respective `xxx` calls.
9055 (tramp-process-alive-regexp): Precise doc string.
9056 (tramp-multi-action-process-alive): New defun.
9057 (tramp-multi-actions): Use it.
9058 (tramp-handle-find-backup-file-name): `copy-tree' is available
9059 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
9060 in order to avoid this function.
9061 (tramp-handle-write-region): Set current buffer. If connection
9062 wasn't open, `file-modes' has changed it accidently. Reported by
9063 David Kastrup <dak@gnu.org>.
9064 (tramp-enter-password, tramp-read-passwd): New arguments USER and
9065 HOST.
9066 (tramp-action-password, tramp-multi-action-password): Apply it.
9067 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
9068 name must still contain the port number. Otherwise, we have two
9069 Tramp buffers, with all the confusion. Reported by Myron Selby
9070 <myron@xytech.com> and Rolf Dubitzky
9071 <Dubitzky@physi.uni-heidelberg.de>.
9072
9073 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
9074 HOST to `tramp-enter-passwd'.
9075
9076 * net/tramp-vc.el (all): Code cleanup. Change all
9077 `tramp-handle-xxx' calls to respective `xxx` calls.
9078
9079 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
9080
9081 * emacs-lisp/testcover.el: New category "potentially-1valued" for
9082 functions that are not erroneous if either 1-valued or
9083 multi-valued. Detect functions in this class.
9084 (testcover-1value-functions, testcover-compose-functions)
9085 (testcover-progn-functions) Add some additional functions to lists.
9086 (testcover-mark): Bugfix when marking up the definition for an
9087 empty function.
9088
9089 2004-07-17 Richard M. Stallman <rms@gnu.org>
9090
9091 * replace.el (occur-read-primary-args): Pass default to
9092 read-from-minibuffer.
9093
9094 * mail/footnote.el (footnote-section-tag): Use defcustom.
9095
9096 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
9097 Compile font-lock-keywords, not KEYWORDS.
9098 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
9099 Add warn, check-type. Handle cerror like error.
9100
9101 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9102
9103 * progmodes/which-func.el (which-func-keymap): New var.
9104 (which-func-face): New face.
9105 (which-func-format): Use them.
9106
9107 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9108
9109 * buff-menu.el (list-buffers-noselect): Append the buffer's
9110 process status to its mode name.
9111
9112 2004-07-16 Kim F. Storm <storm@cua.dk>
9113
9114 * simple.el (inhibit-mark-movement): New defvar.
9115 (beginning-of-buffer, end-of-buffer): Do not push mark if
9116 inhibit-mark-movement is non-nil or C-u prefix is given.
9117
9118 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
9119 Init to beginning-of-buffer and end-of-buffer.
9120 (cua--undo-push-mark): New defvar.
9121 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
9122 already active and command is in cua--preserve-mark-commands.
9123 Also fix check for shift modifier on non-window systems.
9124 (cua--post-command-handler): Clear inhibit-mark-movement if set.
9125
9126 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9127
9128 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
9129 of two integers, instead of a cons.
9130
9131 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9132 `visited-file-modtime' now returns a list of two integers, instead
9133 of a cons.
9134
9135 * dired.el (dired-directory-changed-p): Ditto.
9136
9137 * progmodes/grep.el (grep): Doc fix.
9138
9139 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9140
9141 * autorevert.el (auto-revert-tail-mode)
9142 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
9143 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
9144 in both at the same time.
9145 (auto-revert-tail-mode): New command.
9146 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
9147 (auto-revert-handler): Revert only either tail or whole file.
9148
9149 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
9150 add auto-revert-tail-mode.
9151
9152 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9153
9154 * printing.el: Doc fix. Change name of some funs.
9155 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
9156 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
9157 (pr-standard-file-name): New fun. Replace pr-standard-path.
9158 (pr-call-process): Code fix.
9159
9160 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
9161
9162 * subr.el (with-selected-window): Doc fix.
9163
9164 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
9165
9166 * subr.el (get-buffer-window-list): Doc fix.
9167
9168 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
9169
9170 * files.el (switch-to-buffer-other-window): Doc fix.
9171
9172 * window.el (save-selected-window, one-window-p)
9173 (split-window-keep-point, split-window-vertically)
9174 (split-window-horizontally): Doc fixes.
9175
9176 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9177
9178 * printing.el: Doc fix. Now it uses call-process instead of
9179 shell-command for low command execution.
9180 (pr-version): New version number (6.8).
9181 (pr-shell-file-name): Option removed.
9182 (pr-shell-command): Fun removed.
9183 (pr-call-process): New fun. Replace pr-shell-command.
9184 (pr-standard-path, pr-remove-nil-from-list): New funs.
9185 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
9186 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
9187 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
9188 (pr-ps-utility-process, pr-txt-print): Code fix.
9189
9190 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9191
9192 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
9193 boolean.
9194
9195 2004-07-09 Lars Hansen <larsh@math.ku.dk>
9196
9197 * wid-edit.el (widget-field-buffer): Doc fix.
9198
9199 2004-07-09 John Paul Wallington <jpw@gnu.org>
9200
9201 * emacs-lisp/re-builder.el (reb-update-overlays):
9202 Distinguish between one and several matches in message.
9203
9204 2004-07-09 Richard M. Stallman <rms@gnu.org>
9205
9206 * mouse.el (mouse-set-region-1): If transient-mark-mode
9207 is `identity', change it to `only'.
9208
9209 * simple.el (current-word): Doc fix.
9210
9211 2004-07-09 Mark A. Hershberger <mah@everybody.org>
9212
9213 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
9214 so that it is more understanding of whitespace.
9215
9216 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
9217 (("ns" . "element") (attr-list) children) instead of
9218 ((:ns . "element") (attr-list) children) in order to reduce the
9219 number of symbols used.
9220 (xml-skip-dtd): Change to use xml-parse-dtd but set
9221 xml-validating-parsing to nil.
9222 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
9223 (xml-substitute-entity): Remove in favor of new entity substitution.
9224 (xml-substitute-special): Rewrite in to substitute complex
9225 entities from DOCTYPE declarations.
9226 (xml-parse-fragment): Parse fragments from entity deleclarations.
9227 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
9228 (xml-parse-dtd, xml-substitute-special): Make validity checks
9229 conditioned on xml-validating-parser. Add "Not Well Formed" to
9230 error messages about well-formedness.
9231
9232 2004-07-08 Steven Tamm <steventamm@mac.com>
9233
9234 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
9235 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
9236 Do not treat double clicks and triple clicks specially in the
9237 scroll bar (preventing strange repositioning problems)
9238
9239 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * replace.el (query-replace-regexp-eval): Fix last change.
9242
9243 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * replace.el (query-replace-descr): New fun.
9246 (query-replace-read-from, query-replace-read-args): Default to the
9247 previous from&to.
9248 (query-replace-read-to): Quote the `from' string when displaying it.
9249 (query-replace-regexp-eval): Immediately check read-only status.
9250 Use query-replace-read-from to get the \n checking.
9251 Quote the `from' string when displaying it.
9252 (map-query-replace-regexp, occur-read-primary-args):
9253 Quote the `from' string when displaying it.
9254
9255 * isearch.el (isearch-query-replace): Pass the regexp-ness and
9256 delimited-ness of the search to query-replace.
9257
9258 * replace.el (query-replace-read-from, query-replace-read-to):
9259 New funs extracted from query-replace-read-args.
9260 (query-replace-read-args): Use them.
9261
9262 * replace.el (query-replace-interactive, query-replace-read-args):
9263 Remove the `initial' special value.
9264 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
9265 (occur-engine): Remove unused var `matchend'.
9266
9267 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
9268 Use the search string without prompting.
9269
9270 2004-07-05 Kenichi Handa <handa@m17n.org>
9271
9272 * international/mule.el (decode-coding-inserted-region):
9273 Set last-coding-system-used only when coding is nil.
9274
9275 2004-07-03 Eli Zaretskii <eliz@gnu.org>
9276
9277 * progmodes/grep.el (grep-compute-defaults, grep-command)
9278 (grep-program, find-program, grep-find-use-xargs, grep-history)
9279 (grep-find-history, grep-tag-default, grep-find-command)
9280 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
9281 Add autoload cookies, for unbundled packages that load `compile'
9282 and expect all grep-related symbols to become defined.
9283
9284 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
9285
9286 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
9287 (iimage-mode-image-search-path): New user option to search the
9288 image file.
9289 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
9290 have locate-file.
9291 (iimage-mode-buffer): Use it.
9292
9293 2004-07-03 Nick Roberts <nickrob@gnu.org>
9294
9295 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
9296 carefully.
9297 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
9298
9299 2004-07-03 Juri Linkov <juri@jurta.org>
9300
9301 * replace.el (query-replace-read-args): Swallow space after 'foo,
9302 not after (quote foo). Match space only immediately after symbol,
9303 not anywhere in the whole string.
9304
9305 2004-07-02 Richard M. Stallman <rms@gnu.org>
9306
9307 * replace.el (query-replace-read-args): Swallow space after
9308 symbols, not after closeparens. But avoid error if string ends there.
9309
9310 * progmodes/python.el (python-beginning-of-statement):
9311 Exit the loop if backward-up-list gets error.
9312
9313 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
9314
9315 2004-07-02 Andre Spiegel <spiegel@gnu.org>
9316
9317 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
9318 only if vc-consult-headers is non-nil.
9319
9320 2004-07-02 Juri Linkov <juri@jurta.org>
9321
9322 * pcvs.el (cvs-mode-diff-repository): New command.
9323
9324 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
9325
9326 2004-07-01 Juri Linkov <juri@jurta.org>
9327
9328 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
9329 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
9330 C-M-% to isearch-query-replace-regexp.
9331 (minibuffer-local-isearch-map): Add arrow key bindings.
9332 Bind C-f to isearch-yank-char-in-minibuffer.
9333 (isearch-forward): Doc fix.
9334 (isearch-edit-string): Doc fix.
9335 (isearch-query-replace, isearch-query-replace-regexp): New funs.
9336 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
9337 (isearch-yank-char): Add optional arg.
9338 (isearch-yank-char-in-minibuffer): New fun.
9339
9340 * replace.el (query-replace-interactive): Change type from boolean
9341 to choice. Add value `initial'.
9342 (query-replace-read-args): Handle value `initial' of
9343 query-replace-interactive.
9344
9345 2004-06-29 Kim F. Storm <storm@cua.dk>
9346
9347 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
9348 (breakpoint-disabled-bitmap-face): Add :group 'gud.
9349
9350 * progmodes/ada-xref.el (ada-tight-gvd-integration):
9351 Add :group 'ada.
9352
9353 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
9354
9355 2004-06-29 Juri Linkov <juri@jurta.org>
9356
9357 * replace.el (query-replace-read-args): Swallow a space after
9358 everything except )]" which in most cases means after a symbol.
9359
9360 * emacs-lisp/pp.el (pp-buffer): Add autoload.
9361
9362 2004-06-28 Richard M. Stallman <rms@gnu.org>
9363
9364 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
9365 More changes to go with previous change in font-lock.el.
9366
9367 2004-06-26 David Kastrup <dak@gnu.org>
9368
9369 * replace.el (perform-replace): Highlight the match even in
9370 non-query mode if there is potential replace string editing.
9371
9372 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
9373
9374 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
9375 agree with new return value of `file-remote-p'.
9376 This syncs with Tramp 2.0.42.
9377
9378 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
9379 according to new documentation of `file-remote-p'.
9380
9381 * files.el (file-remote-p): Fix doc to say that return value is
9382 identification of remote system, if not nil.
9383 (file-relative-name): Use new return value of `file-remote-p'.
9384
9385 2004-06-26 Nick Roberts <nickrob@gnu.org>
9386
9387 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
9388 (gdb-goto-breakpoint): Fix breakage.
9389
9390 2004-06-26 Eli Zaretskii <eliz@gnu.org>
9391
9392 * man.el (Man-getpage-in-background): Add windows-nt to the list
9393 of systems where shell-file-name should be used instead of
9394 literal "sh".
9395
9396 2004-06-25 Sam Steingold <sds@gnu.org>
9397
9398 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
9399 function names `(setf symbol)'.
9400
9401 2004-06-24 Richard M. Stallman <rms@gnu.org>
9402
9403 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
9404
9405 * font-lock.el (font-lock-keywords): Change format of compiled values.
9406 Document it.
9407 (font-lock-add-keywords): If font-lock-keywords is compiled,
9408 extract the uncompiled version, modify, then recompile.
9409 (font-lock-remove-keywords): Likewise.
9410 (font-lock-fontify-keywords-region): Handle changed format.
9411 (font-lock-compile-keywords): Handle changed format.
9412 (font-lock-set-defaults): Compile the keywords explicitly here.
9413
9414 2004-06-24 David Kastrup <dak@gnu.org>
9415
9416 * replace.el (query-replace-read-args): Implement `\,' and `\#'
9417 replacements here.
9418 (query-replace-regexp): Doc string explaining this and the new
9419 `\?' replacement. Remove `\,' and `\#' implementation here, as it
9420 is better placed in `query-replace-read-args'.
9421 (replace-regexp): Explain `\,', `\#' and `\?'.
9422 (replace-match-data): New function for thorough reuse/destruction
9423 of old match-data.
9424 (replace-match-maybe-edit): Function for implementing `\?' editing.
9425 (perform-replace): Fix maintaining of the match stack including
9426 already matched regions, implement `\?', fix various problems
9427 with regions while editing and other stuff.
9428 (replace-highlight): Simplify.
9429
9430 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
9431
9432 * progmodes/grep.el (grep-error-screen-columns): New variable.
9433 (grep-regexp-alist): Give it the full functionality of gnu style
9434 compilation messages with line and column ranges. Ask me for the
9435 perl script I'm working on, that uses these.
9436
9437 2004-06-23 Nick Roberts <nickrob@gnu.org>
9438
9439 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
9440 Remove.
9441 (comint-insert-input, comint-mouse-insert-input): New functions
9442 based on comint-insert-clicked-input for two bindings but just
9443 one functionality.
9444
9445 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
9446
9447 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
9448
9449 2004-06-23 Lars Hansen <larsh@math.ku.dk>
9450
9451 * files.el (write-contents-functions): Doc fix.
9452
9453 2004-06-21 Juanma Barranquero <lektu@terra.es>
9454
9455 * image.el (image-library-alist): Rewrite docstring in active voice.
9456
9457 2004-06-20 Richard M. Stallman <rms@gnu.org>
9458
9459 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
9460
9461 * isearch.el (isearch-repeat): Avoid testing old match data.
9462 (isearch-message): Display trailing space in special font
9463 when search is failing.
9464 (isearch-search-fun-function): Doc fix.
9465
9466 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
9467
9468 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
9469
9470 * frame.el (show-trailing-whitespace): Doc fix.
9471
9472 * cus-edit.el (custom-variable-documentation): New function.
9473 (custom-variable): Use it.
9474
9475 2004-06-19 Nick Roberts <nickrob@gnu.org>
9476
9477 * man.el (Man-getpage-in-background): Revert previous change but
9478 make cygwin a special case.
9479
9480 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
9481
9482 * autorevert.el (global-auto-revert-non-file-buffers):
9483 Update docstring.
9484
9485 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
9486
9487 * progmodes/compile.el (compilation-error-properties): Store one
9488 more than end-col, if present, so that transient-mark-mode will
9489 highlight last char too.
9490 * progmodes/grep.el (grep-regexp-alist): Match columns and column
9491 ranges, if present.
9492
9493 2004-06-18 Jason Rumney <jasonr@gnu.org>
9494
9495 * makefile.w32-in: Double percent signs in for loops.
9496
9497 2004-06-17 David Kastrup <dak@gnu.org>
9498
9499 * replace.el (query-replace-read-args): Only warn about use of \n
9500 and \t when we are doing a regexp replacement and the actual
9501 escaped character is n or t.
9502 (query-replace-regexp): Add \, and \# interpretation to
9503 interactive call and document it.
9504 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
9505 as shortkey for replace-count.
9506 (replace-quote): New function for doubling backslashes.
9507
9508 2004-06-17 Juanma Barranquero <lektu@terra.es>
9509
9510 * files.el (parse-colon-path, cd): Mention in docstring that the
9511 path separator is colon in GNU-like systems.
9512
9513 * newcomment.el (comment-region-internal): Fix docstring.
9514
9515 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
9516 (ewoc-invalidate, ewoc-collect): Doc fixes.
9517 (ewoc--create-node, ewoc--delete-node-internal):
9518 Fix typos in docstring.
9519
9520 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9521
9522 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
9523 manual to docstring.
9524
9525 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9526
9527 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
9528
9529 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
9530
9531 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9532 Add hyperlink to emacs-xtra manual to docstring.
9533
9534 * autorevert.el (global-auto-revert-non-file-buffers):
9535 Add hyperlink to emacs-xtra manual to docstring, as well as an
9536 info-link.
9537
9538 2004-06-14 Juanma Barranquero <lektu@terra.es>
9539
9540 * image.el (image-library-alist): New variable to map image types
9541 to external libraries. Initialized to nil, unless system-specific
9542 configs change it.
9543 (image-type-available-p): Determine whether an image type is
9544 available by calling `init-image-library'.
9545
9546 * term/w32-win.el (image-library-alist): Initialize to a known set
9547 of probable library names.
9548
9549 2004-06-14 Kenichi Handa <handa@m17n.org>
9550
9551 * international/code-pages.el (windows-1256, cp1125): Fix tables
9552 for several characters.
9553
9554 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
9555
9556 2004-06-13 Richard M. Stallman <rms@gnu.org>
9557
9558 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
9559
9560 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
9561 not "`pc-selection-mode'".
9562
9563 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
9564
9565 * simple.el (previous-matching-history-element): Specify a default.
9566
9567 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
9568
9569 * cus-face.el (custom-declare-face): Simplify code.
9570
9571 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
9572
9573 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
9574
9575 * files.el (before-save-hook): Add `time-stamp' to the options.
9576
9577 * time-stamp.el (time-stamp): Recommend adding it to
9578 `before-save-hook', rather than `write-file-functions'.
9579 Make a similar change in `Commentary' section.
9580
9581 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
9582
9583 * diff-mode.el (diff-current-defun): If at start of hunk, use
9584 position of first change.
9585
9586 2004-06-13 Lars Hansen <larsh@math.ku.dk>
9587
9588 * dired-x.el (dired-mark-omitted): Bind to "*O".
9589
9590 2004-06-12 Karl Fogel <kfogel@red-bean.com>
9591
9592 * bookmark.el (bookmark-bmenu-relocate): New function, as
9593 suggested by David J. Biesack <David.Biesack@sas.com>.
9594 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
9595 (bookmark-bmenu-mode): Describe binding in doc string.
9596 (bookmark-set-filename): Save the bookmark list if it's time.
9597
9598 2004-06-13 Kenichi Handa <handa@m17n.org>
9599
9600 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
9601 (ccl-untranslated-to-ucs): Fix typo.
9602
9603 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
9604
9605 * progmodes/python.el (python-open-block-statement-p):
9606 Fix indentation after a block opening that contains a comment.
9607
9608 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
9609
9610 * bindings.el (completion-ignored-extensions): Add file extensions
9611 of Python byte-compiled files.
9612
9613 2004-06-12 Juri Linkov <juri@jurta.org>
9614
9615 * info.el (Info-goto-node): Add autoload.
9616 (Info-toc): Add substring-no-properties on Info file name.
9617 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
9618 (Info-mode-map): Bind L to Info-history, T to Info-toc.
9619
9620 2004-06-12 Kenichi Handa <handa@m17n.org>
9621
9622 * international/mule-cmds.el (set-language-environment):
9623 Load subst tables if necessary.
9624
9625 * international/mule.el (decode-char): Load subst tables if necessary.
9626 (encode-char): Likewise.
9627
9628 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
9629 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
9630 (utf-16le-decode-loop): Set r5 to -1 before loop.
9631 (utf-16be-decode-loop): Likewise.
9632 (ccl-decode-mule-utf-16le): Add EOF processing block.
9633 (ccl-decode-mule-utf-16be): Likewise.
9634 (ccl-decode-mule-utf-16le-with-signature): Likewise.
9635 (ccl-decode-mule-utf-16be-with-signature): Likewise.
9636 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
9637 (ccl-mule-utf-16-encode-untrans): New CCL.
9638 (utf-16-decode-to-ucs): Handle pre-read character.
9639 (utf-16le-encode-loop): Handle surrogate pair.
9640 (utf-16be-encode-loop): Likewise.
9641 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
9642 of utf-16le-encode-loop.
9643 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
9644 of utf-16be-encode-loop.
9645 (mule-utf-16-post-read-conversion):
9646 Call utf-8-post-read-conversion at first.
9647 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
9648 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
9649 Add post-read-conversion and pre-write-conversion.
9650
9651 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
9652 (utf-translate-cjk-unicode-range): New variable.
9653 (utf-translate-cjk-load-tables): New function.
9654 (utf-lookup-subst-table-for-decode): New function.
9655 (utf-lookup-subst-table-for-encode): New function.
9656 (utf-translate-cjk-mode): Init-value changed to t. Don't load
9657 tables here. Update safe-charsets of utf-* coding systems.
9658 (ccl-mule-utf-untrans): New CCL.
9659 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
9660 at end of each branch.
9661 (ccl-mule-utf-8-encode-untrans): New CCL.
9662 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
9663 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
9664 length of encoding. Don't return r0.
9665 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
9666 (utf-8-post-read-conversion): Narrow to region properly.
9667 If utf-translate-cjk-mode is on, load tables if necessary.
9668 Call utf-8-compose with hash-table arg if necessary.
9669 Call XXX-compose-region instead of XXX-post-read-convesion.
9670 (utf-8-pre-write-conversion): New function.
9671 (mule-utf-8): Include CJK charsets in safe-charsets if
9672 utf-translate-cjk-mode is on. Add pre-write-conversion.
9673
9674 * international/characters.el: Temporarily set
9675 utf-translate-cjk-mode to nil.
9676
9677 * language/devan-util.el (devanagari-compose-region):
9678 Add autoload cookie.
9679
9680 * international/ccl.el (ccl-dump-call): Fix printing the
9681 subroutine name.
9682
9683 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
9684
9685 * dired.el (dired-revert): If buffer is marked unmodified before
9686 reverting, keep it marked unmodified.
9687 Adapt to new conventions for commenting out code.
9688 (dired-make-relative): Adapt to new conventions for commenting out code.
9689
9690 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
9691
9692 * eshell/esh-module.el (eshell-load-defgroups):
9693 Bind `vc-handled-backends' to nil when opening files.
9694
9695 2004-06-11 Juanma Barranquero <lektu@terra.es>
9696
9697 * files.el (parse-colon-path, cd): Doc fixes (refer to
9698 `path-separator', not colon).
9699
9700 2004-06-10 Juanma Barranquero <lektu@terra.es>
9701
9702 * newcomment.el (comment-search-forward)
9703 (comment-search-backward): Fix typos in docstring.
9704 (comment-region): Doc fix.
9705
9706 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
9707
9708 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
9709 switch is no longer stored in `dired-switches-alist'.
9710
9711 * dired-aux.el (dired-insert-subdir): Do not store R switch in
9712 `dired-switches-alist'.
9713
9714 2004-06-10 Kim F. Storm <storm@cua.dk>
9715
9716 * pcvs.el (cvs-mode-diff-yesterday): New command.
9717
9718 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
9719
9720 2004-06-10 Juri Linkov <juri@jurta.org>
9721
9722 * emacs-lisp/edebug.el (edebug-eval-defun):
9723 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
9724 Fix docstring.
9725
9726 * simple.el (eval-expression-print-format): Don't print additional
9727 information on the first call to `eval-print-last-sexp'.
9728 (next-error-find-buffer): Fix punctuation.
9729 (killing) <defgroup>: Fix punctuation.
9730 (yank-excluded-properties): Change group from editing to killing.
9731
9732 * replace.el (perform-replace): Use `limit' to terminate the
9733 while-loop explicitly.
9734
9735 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9736
9737 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
9738 Use lc-*.xpm as prefix instead of *-locol.xpm.
9739
9740 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
9741 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
9742 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
9743 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
9744 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
9745 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
9746 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
9747 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
9748 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
9749 * toolbar/lc-up_arrow.xpm:
9750 Rename from *-locol.xpm.
9751
9752 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
9753
9754 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
9755 include forms like &<str>; as valid url patterns.
9756
9757 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
9758
9759 * dired.el (dired-diff, dired-backup-diff)
9760 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
9761 (dired-do-chown, dired-do-touch, dired-do-print)
9762 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
9763 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
9764 (dired-create-directory, dired-do-copy, dired-do-symlink)
9765 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
9766 (dired-do-copy-regexp, dired-do-hardlink-regexp)
9767 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
9768 (dired-maybe-insert-subdir, dired-next-subdir)
9769 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
9770 (dired-kill-subdir, dired-tree-up, dired-tree-down)
9771 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
9772 (dired-run-shell-command, dired-query): Remove redundant,
9773 or incorrect, autoloads.
9774
9775 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
9776 does not end in a slash. Add optional argument KILL-ROOT.
9777 Update docstring.
9778 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
9779 (dired-query): Add autoloads.
9780
9781 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
9782
9783 * progmodes/compile.el (compilation-set-window-height):
9784 Rearrange the save-* functions because a buffer can have several current
9785 point in different windows.
9786 (compilation-error-regexp-alist-alist): Recognize {standard input}
9787 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
9788
9789 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9790
9791 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
9792 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
9793 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
9794 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
9795 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
9796 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
9797 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
9798 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
9799 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
9800 * toolbar/up_arrow-locol.xpm:
9801 New versions of icons that uses fewer colors.
9802
9803 * toolbar/tool-bar.el (tool-bar-local-item)
9804 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
9805 if display-color-cells is 256 or less.
9806
9807 2004-06-08 Kim F. Storm <storm@cua.dk>
9808
9809 * wid-edit.el (widget-specify-button): Use hand pointer rather
9810 than mouse-face as visible mouse-over effect.
9811
9812 2004-06-07 Karl Fogel <kfogel@red-bean.com>
9813
9814 * saveplace.el (save-place-alist-to-file): Bind `print-length'
9815 and `print-level' to nil when writing out `save-place-alist'.
9816 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
9817
9818 2004-06-07 Juanma Barranquero <lektu@terra.es>
9819
9820 * completion.el (completion-kill-region): Doc fix.
9821
9822 * format.el (format-insert-annotations)
9823 (format-annotate-location): Doc fixes.
9824 (format-subtract-regions): Make arguments match their use in docstring.
9825
9826 * simple.el (kill-region): Doc fix.
9827
9828 * subr.el (insert-buffer-substring-no-properties)
9829 (insert-buffer-substring-as-yank): Doc fixes.
9830
9831 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
9832
9833 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9834 Update docstring.
9835 (dired-reset-subdir-switches): New function.
9836
9837 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
9838 Limit scope of `buffer-read-only' binding.
9839
9840 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
9841
9842 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
9843 eshell-explicit-command-char.
9844
9845 2004-06-06 Juanma Barranquero <lektu@terra.es>
9846
9847 * help-fns.el (help-argument-name): Inherit from italic face only
9848 if the frame supports it.
9849
9850 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9851
9852 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
9853 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
9854 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
9855 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
9856 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
9857 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
9858 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
9859 New conversions from xpm files.
9860
9861 * toolbar/README: New file.
9862
9863 2004-06-06 Richard M. Stallman <rms@gnu.org>
9864
9865 * isearch.el (isearch-mode-map): Undo previous change.
9866
9867 2004-06-05 Juri Linkov <juri@jurta.org>
9868
9869 * bindings.el (debug-ignored-errors): Add regexps for history
9870 related messages. Remove $ from "No further undo information".
9871 Move Ediff's messages to ediff.el.
9872
9873 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
9874
9875 * cus-edit.el (custom-display): Add `min-colors'.
9876
9877 * custom.el (defface): Add `supports' to docstring.
9878
9879 * help-fns.el (help-argument-name): Add :group 'help.
9880
9881 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
9882
9883 * find-dired.el (find-ls-subdir-switches): New user option.
9884 (find-dired): No longer call `abbreviate-file-name' on DIR.
9885 Set `dired-subdir-switches' buffer-locally.
9886
9887 * locate.el: Merge the two `Commentary' sections.
9888 (locate-ls-subdir-switches): New user option.
9889 (locate): Update for other changes.
9890 (locate-mode-map): Restore Dired binding for mouse-2.
9891 Bind `locate-mouse-view-file' to M-mouse-2.
9892 Bind `l' to `locate-do-redisplay'.
9893 (locate-main-listing-line-p, locate-do-redisplay): New functions.
9894 (locate-mouse-view-file, locate-tags, locate-find-directory):
9895 Print message if used outside main listing.
9896 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
9897 Various changes to support inserted subdirectories.
9898 (locate-insert-header): Change header of *Locate* buffer.
9899
9900 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9901 Change interactive default switches.
9902 (dired-rename-subdir-2): Update `dired-switches-alist'.
9903 (dired-insert-subdir, dired-kill-subdir):
9904 Handle `dired-switches-alist'. Do not mark buffer modified.
9905 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
9906 (dired-insert-subdir-doinsert): Omit messages.
9907 Handle `dired-subdir-switches'.
9908 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
9909
9910 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
9911 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
9912 subdirs if -R switch is used for a subdir.
9913 (dired-mode): Set `dired-switches-alist'.
9914 (dired-build-subdir-alist): Only print number of directories in
9915 echo area when invoked interactively.
9916
9917 2004-06-05 Lars Hansen <larsh@math.ku.dk>
9918
9919 * dired-x.el (dired-omit-mode): Rename from
9920 dired-omit-files-p. Use define-minor-mode to define it.
9921 (dired-omit-files-p): Add as alias for dired-omit-mode.
9922 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
9923 dired-mark-omitted.
9924 (dired-mark-omitted): Add. Bind to M-O.
9925
9926 2004-06-05 Kenichi Handa <handa@m17n.org>
9927
9928 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
9929
9930 2004-06-05 Juanma Barranquero <lektu@terra.es>
9931
9932 * help-fns.el (help-argument-name): Reintroduce face.
9933 (help-default-arg-highlight): Use it, now that
9934 `face-differs-from-default-p' can be trusted.
9935
9936 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9937
9938 * textmodes/table.el: Sentence commands added to Point Motion
9939 group; kill and backward-kill commands added to Extraction group.
9940
9941 2004-06-04 Mario Lang <mlang@delysid.org>
9942
9943 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
9944 systems appear to use mW, make the code handle this. Fix a
9945 division-by-zero bug while at it, and handle kernels with
9946 a slightly different layout in /proc/acpi.
9947
9948 2004-06-04 Karl Fogel <kfogel@red-bean.com>
9949
9950 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
9951 because the latter is a CL-ism. This fixes the bug reported by
9952 Shawn Boyette <mdxi@collapsar.net> in
9953 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
9954
9955 2004-06-04 Miles Bader <miles@gnu.org>
9956
9957 * faces.el (display-supports-face-attributes-p): Function moved to
9958 C code. Previously only the tty-related portion of this function
9959 was done in C; however the previous attempt to do a halfway-proper
9960 job for non-tty displays in lisp didn't work properly because of
9961 funny conditions during Emacs startup.
9962 (face-differs-from-default-p): Simplify, now that
9963 display-supports-face-attributes-p works properly on all display
9964 types. Remove :stipple from comparison; it doesn't really work
9965 in emacs anyway.
9966
9967 2004-06-04 Miles Bader <miles@gnu.org>
9968
9969 * faces.el (face-differs-from-default-p): Use a different
9970 implementation, so we can really check whether FACE displays
9971 differently or not.
9972
9973 2004-06-04 Miles Bader <miles@gnu.org>
9974
9975 * faces.el (display-supports-face-attributes-p): Implement a
9976 `different from default' check for non-tty displays.
9977
9978 2004-06-03 David Kastrup <dak@gnu.org>
9979
9980 * woman.el (woman-mapcan): More concise code.
9981 (woman-topic-all-completions, woman-topic-all-completions-1)
9982 (woman-topic-all-completions-merge): Replace by a simpler and
9983 much faster implementation based on O(n log n) sort/merge instead
9984 of the old O(n^2) behavior.
9985
9986 2004-06-03 Miles Bader <miles@gnu.org>
9987
9988 * subr.el (read-number): Use canonical format for default in prompt.
9989
9990 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
9991 Add regexp for " [...]" style defaults.
9992
9993 2004-06-02 Romain Francoise <romain@orebokech.com>
9994
9995 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
9996 groups: if the user asks for a hidden buffer, open the
9997 corresponding filter group to expose it.
9998
9999 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
10000 `ibuffer-jump-to-buffer'.
10001 (ibuffer-jump-offer-only-visible-buffers): New user option.
10002
10003 2004-06-02 Juanma Barranquero <lektu@terra.es>
10004
10005 * faces.el (frame-update-faces): Add empty docstring so the one
10006 for `ignore' doesn't show through.
10007
10008 * subr.el (process-kill-without-query): Remove spurious "\n" on
10009 obsolescence string.
10010 (focus-frame, unfocus-frame): Add obsolescence declaration and
10011 empty docstring.
10012
10013 * international/mule.el (register-char-codings): Make alias for
10014 `ignore'. Move docstring to obsolescence info and remove redundancy.
10015
10016 2004-06-02 Kim F. Storm <storm@cua.dk>
10017
10018 * frame.el (blink-cursor-start): Turn cursor off initially so blink
10019 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
10020
10021 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * comint.el (comint-replace-by-expanded-history-before-point):
10024 Obey `start' as the docstring says.
10025 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
10026 (comint-update-fence): Prevent font-lock from running unnecessarily.
10027 (comint-dynamic-list-completions): Use with-current-buffer.
10028
10029 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10030
10031 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
10032 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
10033 (bibtex-entry-update): Handle alternatives and optional fields.
10034 (bibtex-parse-entry): Bugfix, handle empty key.
10035
10036 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * vc-arch.el (vc-arch-state): Don't assume the file exists.
10039
10040 2004-05-31 Lars Hansen <larsh@math.ku.dk>
10041
10042 * desktop.el (desktop-save): Don't save minor modes without a
10043 known mode initialization function.
10044
10045 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
10046
10047 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
10048
10049 * autorevert.el: Update `Commentary' section.
10050
10051 2004-05-30 Juanma Barranquero <lektu@terra.es>
10052
10053 * dos-fns.el (convert-standard-filename):
10054 * files.el (convert-standard-filename):
10055 * w32-fns.el (convert-standard-filename):
10056 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
10057
10058 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10059
10060 Sync with Tramp.
10061
10062 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
10063 (tramp-let-maybe): Move to an earlier spot in the file.
10064 Patch by Andreas Schwab.
10065
10066 2004-05-30 Andreas Schwab <schwab@suse.de>
10067
10068 * dired.el (dired-get-filename): Don't use dired-re-dot.
10069
10070 2004-05-30 Richard M. Stallman <rms@gnu.org>
10071
10072 * files.el (find-file): Doc fix.
10073
10074 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
10075
10076 2004-05-30 Nick Roberts <nickrob@gnu.org>
10077
10078 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
10079 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
10080 modeline of the locals buffer.
10081 (gdb-goto-breakpoint): Handle gdbmi.
10082 (gdb-get-frame-number): Change for gdbmi.
10083
10084 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10085
10086 * files.el (file-remote-p): Apply file name handler for operation
10087 `file-remote-p'. It isn' a property any longer.
10088 (file-relative-name): `fh' and `fd' get the required value via
10089 `find-file-name-handler' already.
10090
10091 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
10092 (top): Remove setting of `file-remote-p' property for
10093 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
10094
10095 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10096
10097 Version 2.0.41 of Tramp released.
10098
10099 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
10100 Throw away if process has died.
10101 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
10102 (tramp-out-of-band-prompt-regexp): Rename to
10103 `tramp-process-alive-regexp', because its usage is widen.
10104 (tramp-actions-copy-out-of-band): Apply it.
10105 (tramp-actions-before-shell, tramp-multi-actions):
10106 Add `tramp-action-process-alive' action.
10107 (tramp-action-process-alive): New defun.
10108 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10109 Add entry for `file-remote-p'.
10110 (tramp-handle-file-remote-p): New defun.
10111 (top): Remove setting of `file-remote-p'. Don't set
10112 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
10113
10114 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10115 `file-remote-p'.
10116
10117 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
10118 counted for (last) line. [They should or they shouldn't? --Stef]
10119 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
10120
10121 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10122
10123 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
10124 not really necessary but seems to keep the shell history smaller
10125 in some cases. It is no substitute for setting HISTFILE and
10126 HISTSIZE from tramp-open-connection-setup-interactive-shell,
10127 though. Suggested by Luc Teirlinck.
10128 (tramp-open-connection-setup-interactive-shell): Export variables
10129 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
10130 (tramp-set-process-query-on-exit-flag): New compat function.
10131 (tramp-open-connection-multi, tramp-open-connection-su)
10132 (tramp-open-connection-rsh, tramp-open-connection-telnet)
10133 (tramp-do-copy-or-rename-file-out-of-band): Use it.
10134 (tramp-let-maybe): New macro, let-binds a variable only if it
10135 isn't obsolete.
10136 (tramp-check-ls-commands, tramp-handle-expand-file-name)
10137 (tramp-handle-file-truename): Use it.
10138 (tramp-completion-file-name-regexp-unified): Avoid matching
10139 filenames starting with "/:" -- those are reserved for
10140 file-name-non-special.
10141
10142 * tramp-smb.el (tramp-smb-open-connection):
10143 Use tramp-set-process-query-on-exit-flag compat function.
10144
10145 2004-05-29 Richard M. Stallman <rms@gnu.org>
10146
10147 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
10148
10149 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
10150 (eval-last-sexp-print-value): Print char equivalent regardless
10151 of standard-output value.
10152
10153 * thumbs.el (thumbs-subst-char-in-string): Delete.
10154 (thumbs-thumbname): Use subst-char-in-string.
10155 (thumbs-resize-image): Use condition-case, not ignore-errors.
10156 (thumbs-kill-buffer): Likewise.
10157
10158 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
10159 (thumbs-mode): Make buffer read-only.
10160 (thumbs-make-thumb): Unconditionally accept an existing file.
10161 (thumbs-insert-thumb): Add thumb-image-file property to the image.
10162 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
10163 (thumbs-show-thumbs-list): Error if images not supported.
10164 (thumbs-save-current-image): Improve prompt string.
10165 (thumbs-mode-map): Define u, R, x.
10166 (thumbs-unmark): New command.
10167 (thumbs-emboss-image): Minor cleanup.
10168 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
10169 (thumbs-rename-images): New command.
10170 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
10171
10172 * thumbs.el (thumbs-current-image): New function.
10173 (thumbs-file-list, thumbs-file-alist): New functions.
10174 (thumbs-find-image): Delete arg L.
10175 Don't set up thumbs-fileL as buffer-local global var.
10176 (thumbs-find-image-at-point): Use thumbs-current-image.
10177 (thumbs-set-image-at-point-to-root-window): Likewise.
10178 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
10179 Record and warn about errors. Update thumbs-markedL for deletions.
10180 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
10181 (thumbs-redraw-buffer): Use thumbs-file-list.
10182 (thumbs-mark): Use thumbs-current-image.
10183 (thumbs-show-name): Use thumbs-current-image.
10184
10185 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
10186 and imenu--last-menubar-index-alist.
10187
10188 * subr.el (with-selected-window): Undo previous change.
10189
10190 2004-05-29 John Paul Wallington <jpw@gnu.org>
10191
10192 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
10193 (thumbs-mouse-find-image): New command.
10194 (thumbs-mode-map): Bind it to mouse-2.
10195 (thumbs-mode): Make mode-class special.
10196 (thumbs-view-image-mode): Likewise.
10197
10198 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10199
10200 * flymake.el: New file.
10201
10202 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
10203
10204 * files.el (find-file-noselect-1): Do not bind
10205 `inhibit-read-only' to t during execution of
10206 `find-file-not-found-functions'.
10207
10208 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
10211 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
10212
10213 2004-05-28 Juri Linkov <juri@jurta.org>
10214
10215 * simple.el (eval-expression-print-format): New fun.
10216
10217 * simple.el (eval-expression):
10218 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10219 * emacs-lisp/edebug.el (edebug-compute-previous-result)
10220 (edebug-eval-expression): Print additionally the value returned by
10221 `eval-expression-print-format'.
10222
10223 * emacs-lisp/lisp.el (insert-pair-alist): New var.
10224 (insert-pair): Make arguments optional. Find character pair
10225 from `insert-pair-alist' according to the last input event.
10226 (insert-parentheses): Make arguments optional.
10227 (raise-sexp, delete-pair): New funs.
10228
10229 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
10230 (emacs-lisp-mode-map, lisp-interaction-mode-map):
10231 Bind C-M-q to `indent-pp-sexp'.
10232
10233 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
10234 `pp-to-string' modified to be able to format text with newlines.
10235 (pp-to-string): Move the buffer-formatting part of the code to
10236 `pp-buffer'. Call `pp-buffer'.
10237
10238 * info.el (Info-desktop-buffer-misc-data): Don't save information
10239 about virtual files.
10240 (Info-restore-desktop-buffer): Restore Info buffers in prepared
10241 buffers with names obtained from the desktop file instead of the
10242 default *info* buffer.
10243
10244 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10245
10246 * subr.el (with-selected-window): Only save/restore the selected window.
10247
10248 * progmodes/compile.el (compilation-error-regexp-alist):
10249 Use expand-file-name and data-directory.
10250
10251 * progmodes/grep.el (grep-tree): Rework previous fix.
10252
10253 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
10254 after the user marked text with the mouse.
10255
10256 * startup.el (command-line): Keep the first regexp of
10257 auto-save-file-name-transforms intact.
10258
10259 2004-05-28 Juanma Barranquero <lektu@terra.es>
10260
10261 * cus-edit.el (customize-face, customize-face-other-window)
10262 (custom-face-edit-delete): Make arguments match their use in
10263 docstring.
10264 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
10265 docstring.
10266
10267 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
10268 not `cvs-butlast'.
10269
10270 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
10271 `nbutlast' are in subr.el).
10272
10273 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
10274 (set-w32-system-coding-system): Doc fixes.
10275
10276 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
10277 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
10278 Make arguments match their use in docstring.
10279 (artist-draw-region-trim-line-endings)
10280 (artist-mouse-choose-operation): Fix typo in docstring.
10281 (artist-key-set-point-common): Doc fix.
10282
10283 2004-05-28 Simon Josefsson <jas@extundo.com>
10284
10285 * mail/smtpmail.el (smtpmail-open-stream):
10286 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
10287
10288 2004-05-26 Simon Josefsson <jas@extundo.com>
10289
10290 * starttls.el: Merge with my GNUTLS based starttls.el.
10291 (starttls-gnutls-program, starttls-use-gnutls)
10292 (starttls-extra-arguments, starttls-process-connection-type)
10293 (starttls-connect, starttls-failure, starttls-success): New variables.
10294 (starttls-program, starttls-extra-args): Doc fix.
10295 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
10296 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
10297 and pass on to corresponding *-gnutls function if it is set.
10298
10299 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
10300
10301 * autorevert.el (auto-revert-handler): Disable auto-reverting of
10302 remote files.
10303
10304 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
10305
10306 * files.el (file-name-non-special): There are more operations
10307 which need handling: `find-backup-file-name',
10308 `insert-file-contents', `verify-visited-file-modtime',
10309 `write-region'. Rename t value of method to `add'. Add new
10310 methods `quote' and `unquote-then-quote' to file-arg-indices.
10311
10312 2004-05-25 Juri Linkov <juri@jurta.org>
10313
10314 * info.el (Info-toc): Call Info-mode on intermediate buffer.
10315 (Info-index-nodes): Enclose code in condition-case to catch errors.
10316 (Info-index-node): Don't search all index nodes if request is only
10317 for the current node and file is not in the cache of index nodes.
10318 (Info-mode-map): Bind Info-copy-current-node-name to `w'
10319 for consistency with dired-copy-filename-as-kill.
10320 Bind `S' to Info-search-case-sensitively.
10321 (Info-copy-current-node-name): New arg. With zero prefix arg put
10322 the name inside a function call to `info'. Display copied text in
10323 the echo area.
10324
10325 2004-05-25 Sam Steingold <sds@gnu.org>
10326
10327 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
10328 strip the package prefix from the symbol name, if any.
10329 Make it the `find-tag-default-function' for `lisp-mode'.
10330
10331 2004-05-25 John Paul Wallington <jpw@gnu.org>
10332
10333 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
10334 instead of obsolete `process-kill-without-query'.
10335
10336 * textmodes/texinfmt.el (texinfo-indexvar-alist):
10337 Declare as variable, not constant.
10338
10339 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
10340
10341 * files.el (find-file-noselect-1): Fix bug introduced by
10342 Revision 1.694. As a side effect, `inhibit-read-only'
10343 is again, by default, t during execution of
10344 `find-file-not-found-functions'.
10345 (insert-directory): Check that lines were really inserted by
10346 the --dired switch, before erasing them.
10347
10348 2004-05-24 Nick Roberts <nickrob@gnu.org>
10349
10350 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
10351 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
10352 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
10353 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
10354 gud-minor-mode (gdbmi).
10355
10356 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
10357
10358 * net/browse-url.el (browse-url-interactive-arg): Enable user to
10359 explicitly select the text to be taken as URL.
10360
10361 2004-05-23 Juri Linkov <juri@jurta.org>
10362
10363 * info.el (Info-index-nodes): New var and fun.
10364 (Info-goto-index, Info-index, info-apropos)
10365 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
10366 (Info-index): Fix docstring. Store and restore Info-history-list.
10367 (Info-complete-nodes): New var.
10368 (Info-complete-menu-item): Use it.
10369 (Info-index-node): New fun.
10370 (Info-final-node, Info-forward-node, Info-backward-node)
10371 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
10372 Use Info-index-node.
10373 (Info-extract-menu-item, Info-extract-menu-counting): Set second
10374 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
10375 (Info-find-node-2): If a node with period in its name not found,
10376 try to find a node without the name part after period.
10377 (Info-select-node): Call Info-fontify-node only if
10378 Info-fontify-maximum-menu-size is not nil.
10379 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
10380 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
10381 Preserve Info-history-list.
10382 (Info-toc): Set Info-current-file.
10383 (Info-build-toc): Move point to the beginning of the buffer.
10384 Add main-file variable.
10385 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
10386 Use backslashed representation of the control character ^_.
10387
10388 * textmodes/texinfmt.el (texinfo-print-index): Print index line
10389 numbers in the new Texinfo 4.7 format.
10390
10391 * add-log.el (change-log-font-lock-keywords): Remove `:' from
10392 regexps for function and variable names.
10393
10394 * descr-text.el (describe-property-list): Add [show] button for
10395 `syntax-table' property with action to pp to a separate buffer.
10396 (describe-char): Replace search-forward by re-search-forward with
10397 whitespace regexp after "character:" to not fail in too narrow windows.
10398
10399 * simple.el (next-error-find-buffer): Add a rule to return
10400 next-error capable buffer if one window on the selected frame
10401 displays such buffer.
10402
10403 2004-05-23 Nick Roberts <nickrob@gnu.org>
10404
10405 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
10406 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
10407 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
10408 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
10409 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
10410 Handle new value for gud-minor-mode (gdbmi).
10411 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
10412 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
10413 Change from local to global gdb variable set.
10414 (gdb-ann3): Initialise above gdb variable set.
10415 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
10416 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
10417 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
10418 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
10419 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
10420 (gdb-info-locals-handler, gdb-invalidate-assembler)
10421 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
10422 set as global variables.
10423 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
10424 Handle gdbmi.
10425 (gdb-info-breakpoints-custom): Fix regexp.
10426 (def-gdb-var): Delete.
10427
10428 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
10429 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
10430 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
10431 a new mode. The file (gdb-mi.el) for this mode will be included
10432 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
10433 primary interface.
10434
10435 2004-05-23 Jesper Harder <harder@ifa.au.dk>
10436
10437 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
10438 interpreted as a directory.
10439
10440 2004-05-22 Richard M. Stallman <rms@gnu.org>
10441
10442 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
10443 as a close quote.
10444
10445 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
10446
10447 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
10448 Use assoc-string, not assoc-ignore-case.
10449
10450 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
10451
10452 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
10453 If moving back then fwd gets a defun that ends before point,
10454 try again moving fwd then back.
10455
10456 * files.el (file-name-non-special): Allow t in file-arg-indices
10457 to mean requote the return value. Use `identity' as an element
10458 rather than as the whole value.
10459
10460 * gs.el (gs-options): Add -dSAFER. Mark it risky.
10461
10462 2004-05-22 Juanma Barranquero <lektu@terra.es>
10463
10464 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
10465 `help-make-usage'.
10466 (help-highlight-arguments): Skip function name before searching
10467 for arguments.
10468
10469 2004-05-21 Juanma Barranquero <lektu@terra.es>
10470
10471 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
10472 Don't mention in the docstring these arguments meant for
10473 internal (recursive) use only.
10474 (allout-char-spec): Comment out (it's not implemented).
10475 (allout-old-expose-topic, allout-exposure): Fix docstring and add
10476 obsolescence declaration.
10477 (allout-flatten-exposed-to-buffer)
10478 (allout-indented-exposed-to-buffer): Fix typos in docstring.
10479 (my-mark-marker): Doc fix.
10480 (produce-allout-mode-map, allout-sibling-index)
10481 (allout-isearch-expose, allout-distinctive-bullet)
10482 (allout-open-topic, allout-reindent-body)
10483 (allout-rebullet-heading, allout-process-exposed)
10484 (allout-insert-listified, allout-latex-verb-quote)
10485 (allout-insert-latex-header, allout-insert-latex-trailer):
10486 Make arguments match their use in docstring.
10487 (allout-primary-bullet, allout-old-style-prefixes)
10488 (allout-inhibit-protection, allout-init, allout-mode)
10489 (allout-before-change-protect, allout-flag-region):
10490 Use "Emacs" instead of "emacs" in docstrings.
10491
10492 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10493
10494 * international/characters.el: Modify syntax of more characters.
10495
10496 2004-05-21 Masatake YAMATO <jet@gyve.org>
10497
10498 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
10499 (etags-tags-completion-table): Show parsing progress.
10500
10501 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
10502
10503 * locate.el (locate-prompt-for-command): Shorten first line of
10504 docstring.
10505 (locate-mode): Expand docstring and include keymap summary.
10506
10507 * files.el (find-file-noselect-1): Limit the scope of the
10508 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
10509 is, by default, nil during the execution of
10510 `find-file-not-found-functions' and `find-file-hook'.
10511
10512 2004-05-20 Michael Mauger <mmaug@yahoo.com>
10513
10514 * facemenu.el (facemenu-color-name-equal): New function.
10515 (list-colors-display): Use it to compare colors instead of
10516 facemenu-color-equal.
10517
10518 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
10519
10520 * compare-w.el (compare-windows-face): Use min-colors instead of
10521 checking for tty or pc types.
10522
10523 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
10526 (completion-setup-function): Use with-current-buffer.
10527 Properly save excursion. Simplify.
10528 Don't assume there is necessarily a `mouse-face' property somewhere.
10529
10530 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
10531
10532 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
10533
10534 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
10535 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
10536 Use with-current-buffer.
10537 (byte-goto-log-buffer): Delete.
10538 (byte-compile-log-file): Call compilation-forget-errors.
10539
10540 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
10541
10542 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
10543 output messages into the search result.
10544
10545 2004-05-19 Masatake YAMATO <jet@gyve.org>
10546
10547 * wid-edit.el (widget-radio-button-notify): Revert my last
10548 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10549
10550 2004-05-19 Kenichi Handa <handa@m17n.org>
10551
10552 * international/characters.el: Fix syntax (open/close) of CJK chars.
10553
10554 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
10555
10556 * help-mode.el (help-go-back): Don't depend on position of back button.
10557
10558 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10559
10560 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
10561 files files don't contain an accidental additional /.
10562
10563 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
10564 in source buffer.
10565
10566 2004-05-18 Masatake YAMATO <jet@gyve.org>
10567
10568 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
10569 to widget-apply. :action method assumes 2 arguments, not 3.
10570
10571 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
10572
10573 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10574 New constants.
10575 (hs-special-modes-alist): Add an f90-mode entry.
10576
10577 2004-05-17 Sam Steingold <sds@gnu.org>
10578
10579 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
10580 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
10581
10582 2004-05-16 Kim F. Storm <storm@cua.dk>
10583
10584 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
10585
10586 2004-05-15 John Wiegley <johnw@newartisans.com>
10587
10588 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
10589 (eshell-output-object-to-target): Improve output speed 20% by not
10590 calling `eshell-stringify' if something is already known to be a string.
10591
10592 2004-05-15 Alex Ott <ott@jet.msk.su>
10593
10594 * textmodes/ispell.el (ispell-local-dictionary-alist):
10595 Add windows-1251 to the choice of coding systems.
10596 (ispell-dictionary-alist-6): Add support for "russianw.aff",
10597 encoded in cp1251.
10598
10599 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
10600
10601 * progmodes/compile.el (compilation-warning-face)
10602 (compilation-info-face): Use min-colors.
10603
10604 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10605
10606 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
10607 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
10608 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
10609 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
10610 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
10611 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
10612 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
10613 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
10614 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
10615 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
10616 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
10617 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
10618 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
10619 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
10620
10621 2004-05-15 Kim F. Storm <storm@cua.dk>
10622
10623 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
10624 Use it to set triggered-p element of timer.
10625 (timer-event-handler): Set triggered-p element non-nil while running
10626 the timer function.
10627
10628 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * descr-text.el (describe-char-unicode-data)
10631 (describe-char-unicodedata-file): Re-enable the unicode code now that
10632 the licensing issues have been cleared in the unicode-4 license.
10633 (describe-text-properties-1): Remove unused `overlay' var.
10634 (describe-char): Remove unused var `buffer'.
10635
10636 2004-05-14 David Ponce <david@dponce.com>
10637
10638 * tree-widget.el: New file.
10639
10640 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
10641
10642 * language/european.el ("Brazilian Portuguese"): Add support for
10643 Brazilian Portuguese.
10644
10645 2004-05-13 John Wiegley <johnw@newartisans.com>
10646
10647 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
10648 `recentf-mode' if this variable has been customized to t.
10649
10650 * eshell/esh-test.el (eshell-test): Call the function
10651 `emacs-version' rather than trying to build a custom version string.
10652
10653 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * net/telnet.el (telnet-mode): Use define-derived-mode.
10656 Don't modify the global value of comint-prompt-regexp.
10657
10658 2004-05-13 John Paul Wallington <jpw@gnu.org>
10659
10660 * version.el (emacs-version): Check for `gtk' feature before
10661 `x-toolkit' feature.
10662
10663 2004-05-13 Juanma Barranquero <lektu@terra.es>
10664
10665 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
10666 arguments in the docstring, they're used only in recursive calls.
10667
10668 * help-fns.el (help-arg-highlighting-function)
10669 (help-argument-name): Delete.
10670 (help-default-arg-highlight): New function.
10671 (help-do-arg-highlighting): Use it.
10672
10673 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
10674
10675 * calendar/appt.el (appt-disp-window):
10676 Use `calendar-set-mode-line' for a centered mode-line.
10677
10678 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
10679
10680 * calendar/appt.el (appt-disp-window): Do not split window
10681 excessively when `split-height-threshold' is low.
10682
10683 2004-05-12 Nick Roberts <nickrob@gnu.org>
10684
10685 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
10686 kill-buffer-hook here and make it local.
10687 (gud-kill-buffer-hook): Use kill-process for a sure kill.
10688
10689 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
10690
10691 * progmodes/compile.el (compilation-set-window-height):
10692 Use save-excursion to protect against misplaced marker.
10693
10694 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10695
10696 * custom.el (defface): Document that type can have value gtk.
10697
10698 * faces.el (face-spec-set-match-display): Handle type gtk in display.
10699
10700 2004-05-12 Kenichi Handa <handa@m17n.org>
10701
10702 * descr-text.el: Require quail at comile time.
10703 (describe-char): If an input method is on and it supports the
10704 character, show how to input it.
10705
10706 * international/quail.el (quail-install-decode-map): Accept a
10707 char-table whose subtype is `quail-decode-map'.
10708 (quail-store-decode-map-key, quail-gen-decode-map1)
10709 (quail-gen-decode-map, quail-find-key1, quail-find-key)
10710 (quail-show-key): New functions.
10711
10712 2004-05-12 Juanma Barranquero <lektu@terra.es>
10713
10714 * generic.el (define-generic-mode): Remove redundant arglist info.
10715
10716 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
10717 Make arguments match their use in docstring.
10718 (help-arg-highlighting-function): New variable.
10719 (help-argument-name): Mention it in the docstring.
10720 (help-do-arg-highlight): Use it. Expand regexp to accept also
10721 ARG-xxx and xxx-ARG references.
10722
10723 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
10724
10725 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
10726 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
10727 and "mailto:addr1?to=addr2" equal.
10728
10729 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
10730
10731 * man.el (Man-getpage-in-background): Use shell-file-name
10732 and shell-command-switch variables instead of hard-coded values.
10733
10734 2004-05-11 Eli Zaretskii <eliz@gnu.org>
10735
10736 * iimage.el: New file.
10737
10738 2004-05-11 Juanma Barranquero <lektu@terra.es>
10739
10740 * custom.el (custom-initialize-default, defcustom):
10741 Fix typo in docstring.
10742
10743 * files.el (set-visited-file-name, file-expand-wildcards):
10744 Fix docstring.
10745
10746 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
10749
10750 * subr.el (eventp): Be more discriminating with integers.
10751
10752 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
10753
10754 * progmodes/compile.el (compile): Add universal prefix arg.
10755 (compilation-error-regexp-alist-alist): Add edg patterns.
10756
10757 2004-05-10 Sam Steingold <sds@gnu.org>
10758
10759 * textmodes/ispell.el (ispell-message):
10760 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
10761
10762 2004-05-10 Dave Love <fx@gnu.org>
10763
10764 * progmodes/python.el (help-buffer): Autoload when compiling.
10765 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
10766 (run-python): Prepend to any existing PYTHONPATH.
10767
10768 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
10769
10770 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
10771 for pending breakpoints.
10772
10773 2004-05-10 Richard M. Stallman <rms@gnu.org>
10774
10775 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
10776 directly without calling any functions in Rmail.
10777 (unrmail-unprune): Function deleted.
10778
10779 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10780
10781 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
10782 C-c C-z binding.
10783
10784 2004-05-10 Kenichi Handa <handa@m17n.org>
10785
10786 * descr-text.el (describe-char): Fix previous change. Don't make
10787 a unibyte character to multibyte in the *Help* buffer.
10788
10789 2004-05-10 Miles Bader <miles@gnu.org>
10790
10791 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
10792 buffer an error if the debugger process is actually running.
10793
10794 2004-05-10 Juanma Barranquero <lektu@terra.es>
10795
10796 * help-fns.el (help-argument-name): Default to italic.
10797 (help-highlight-arguments): Return always (usage . doc), even when
10798 usage is nil.
10799
10800 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
10801 (define-ibuffer-filter): Add usage info.
10802 (define-ibuffer-op): Add usage info (but CL-style defaults for
10803 keyword args are not shown).
10804
10805 * subr.el (remove-overlays, read-passwd): Fix docstring.
10806 (start-process-shell-command): Fix docstring. Put usage info in a
10807 format usable by `describe-function'.
10808 (open-network-stream, open-network-stream-nowait)
10809 (open-network-stream-server): Fix docstring.
10810
10811 2004-05-09 Jason Rumney <jasonr@gnu.org>
10812
10813 * international/code-pages (cp932, cp936, cp949, c950): Remove.
10814 Only define cp125* if windows-125* is already defined.
10815
10816 * language/korean.el (cp949): Add alias.
10817
10818 * language/chinese.el (cp936, cp950): Add aliases.
10819
10820 * language/japanese.el (cp932): Add alias.
10821
10822 * term/w32-win.el: Require code-pages.
10823
10824 * international/mule-cmds.el (set-locale-environment):
10825 On MS-Windows use ansi code-page for default coding-systems.
10826 Set up paper sizes for Windows 3 letter languages.
10827
10828 * international/code-pages.el (cp932, cp936, cp949, cp950):
10829 Add aliases. Also add cp125* if not already defined.
10830
10831 2004-05-09 Juanma Barranquero <lektu@terra.es>
10832
10833 * help-fns.el (help-highlight-arguments): Don't try to highlight
10834 missing or autoloaded arglists. Accept structured arguments, like
10835 the first ones of `do' and `flet'.
10836
10837 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
10838 (cvs-get-marked): Remove redundant arglist info.
10839
10840 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
10841 Don't use CL-style default args.
10842
10843 2004-05-08 Andreas Schwab <schwab@suse.de>
10844
10845 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
10846
10847 * international/subst-ksc.el: Fix references to utf-translate-cjk
10848 into utf-translate-cjk-mode.
10849 * international/subst-big5.el: Likewise.
10850 * international/subst-gb2312.el: Likewise.
10851 * international/subst-jis.el: Likewise.
10852 * international/utf-16.el: Likewise.
10853 * international/utf-8.el: Likewise.
10854
10855 2004-05-08 John Wiegley <johnw@newartisans.com>
10856
10857 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
10858 "virtual buffers" (off by default), which makes it possible to
10859 switch to the "virtual" buffers of recently visited files. When a
10860 buffer name search fails, and this option is on, iswitchb will
10861 look at the list of recently visited files, and permit matching
10862 against those names. When the user hits RET on a match, it will
10863 revisit that file.
10864 (iswitchb-read-buffer): Add two optional arguments, which makes
10865 isearchb.el possible.
10866 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
10867 (iswitchb-next-match): Add support for virtual buffers.
10868
10869 * isearchb.el: This module extends iswitchb to provide "as you
10870 type" buffer selection.
10871
10872 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
10873 Ignore the read-only property when flyspell highlighting is on.
10874 Not ignoring it leads to a series of confusing errors.
10875 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
10876 but also make sure to call flyspell-incorrect-hook.
10877 (flyspell-maybe-correct-transposition): Perform transposition test
10878 by bit twiddling a string, rather than using a temp buffer.
10879 (flyspell-maybe-correct-doubling): Use a string rather than a temp
10880 buffer. This is also the original version of the code, which
10881 could not be checked in before due to a previous lack of
10882 assignment papers. This version has seen heavy usage on my system
10883 for several years now.
10884
10885 * calendar/cal-bahai.el: New file, which adds support for the
10886 Baha'i calendar to Emacs. This calendar is based on a solar year
10887 of 19 months of 19 days, with 4 intercalary days. Each year
10888 begins on March 21, with the calendar starting in 1844.
10889
10890 * calendar/cal-menu.el, calendar/calendar.el,
10891 calendar/diary-lib.el, calendar/holidays.el: Added support for
10892 using cal-bahai.el.
10893
10894 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
10895 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
10896 function can be used outside of eshell buffers.
10897 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
10898
10899 2004-05-08 Juanma Barranquero <lektu@terra.es>
10900
10901 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
10902 word constituent so FOO-ARG is not recognized as an arg.
10903 (help-highlight-arguments): Don't skip lists in mandatory arguments.
10904
10905 * simple.el (next-error): Fix typo in docstring.
10906 (open-line): Make argument names match their use in docstring.
10907 (split-line): Fix docstring.
10908
10909 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
10910 usable by `describe-function'.
10911 (gensym, gentemp, typep, ignore-errors): Make argument names match
10912 their use in docstring.
10913
10914 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
10915 argument to `help-setup-xref'.
10916
10917 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
10918
10919 Version 2.0.40 of Tramp released.
10920
10921 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
10922 Use symbol-function to invoke functions only known on some Emacs
10923 flavors. This avoids byte-compiler warnings. Reported by Kevin
10924 Scaldeferri <kevin@scaldeferri.com>.
10925 (tramp-do-copy-or-rename-file-via-buffer): Rename from
10926 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
10927 consistent with the other tramp-do-* functions.
10928 (tramp-do-copy-or-rename-file): Calls adjusted.
10929 (tramp-process-initial-commands): Avoid liveness check on shell --
10930 we know that it must be alive since we're opening a connection at
10931 this moment.
10932 (tramp-last-cmd): New internal variable.
10933 (tramp-process-echoes): New tunable.
10934 (tramp-send-command): Set tramp-last-cmd.
10935 (tramp-wait-for-output): Delete echo, if applicable.
10936 (tramp-read-passwd): Construct the key for the password cache in a
10937 way that works for multi methods, too.
10938 (tramp-bug): Add backup-directory-alist and
10939 bkup-backup-directory-info to bug reports, with Tramp counterparts.
10940
10941 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
10942
10943 * net/tramp*.el: Suppress byte-compiler warnings where possible.
10944
10945 * net/tramp.el (tramp-out-of-band-prompt-regexp)
10946 (tramp-actions-copy-out-of-band): New defcustoms.
10947 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
10948 used instead of a synchronous one. Allows password entering.
10949 (tramp-action-out-of-band): New defun.
10950 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
10951 Remove restriction with password from doc string.
10952 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
10953 `tramp-out-of-band-prompt-regexp',
10954 `tramp-actions-copy-out-of-band', `password-cache' and
10955 `password-cache-expiry'.
10956 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
10957 password caching.
10958 (tramp-touch): FILE can be a local file, too.
10959 (TODO): Remove items done.
10960 (tramp-handle-insert-directory): Properly quote file name also if
10961 not full-directory-p. Handle wildcard case. Reported by Andreas
10962 Schwab <schwab@suse.de>.
10963 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
10964 new file.
10965 (tramp-handle-file-local-copy, tramp-handle-write-region):
10966 The permissions of the temporary file are set if filename exists.
10967 Reported by Ted Stern <stern@cray.com>.
10968 (tramp-backup-directory-alist)
10969 (tramp-bkup-backup-directory-info): New defcustoms.
10970 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
10971 (tramp-handle-find-backup-file-name): New function.
10972 Implements Tramp's find-backup-file-name.
10973
10974 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
10975 for `find-backup-file-name'.
10976
10977 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
10978 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
10979
10980 2004-05-07 Lars Hansen <larsh@math.ku.dk>
10981
10982 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
10983
10984 2004-05-07 Juanma Barranquero <lektu@terra.es>
10985
10986 * subr.el (lambda): Add arglist description to docstring.
10987 (declare): Fix typo in docstring.
10988 (open-network-stream): Fix docstring.
10989 (process-kill-without-query): Fix docstring and add obsolescence info.
10990 (last, butlast, nbutlast): Make arguments match their use in docstring.
10991 (insert-buffer-substring-no-properties): Likewise.
10992 (insert-buffer-substring-as-yank): Likewise.
10993 (split-string): Fix docstring.
10994
10995 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10996 Make argument names match their use in docstring.
10997
10998 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
10999
11000 2004-05-06 Nick Roberts <nickrob@gnu.org>
11001
11002 * progmodes/gdb-ui.el: Improve/extend documentation strings.
11003 Fit first sentence on one line for apropos-command.
11004
11005 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 Changes largely merged in from Dave Love's code.
11008 * progmodes/python.el: Doc fixes.
11009 (python-mode-map): Add python-complete-symbol.
11010 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
11011 (python-comment-indent, python-complete-symbol)
11012 (python-symbol-completions, python-partial-symbol)
11013 (python-try-complete): New.
11014 (python-indent-line): Remove optional arg. Use python-block-end-p.
11015 (python-check): Bind compilation-error-regexp-alist.
11016 (inferior-python-mode): Use rx. Move keybindings to top level.
11017 Set comint-input-filter.
11018 (python-preoutput-filter): Use rx.
11019 (python-input-filter): Re-introduce.
11020 (python-proc): Start new process if necessary.
11021 Check python-buffer non-nil.
11022 (view-return-to-alist): Defvar.
11023 (python-send-receive): New.
11024 (python-eldoc-function): Use it.
11025 (python-mode-running): Don't defvar.
11026 (python-mode): Set comment-indent-function.
11027 Maybe update hippie-expand-try-functions-list.
11028 (python-indentation-levels): Initialize differently.
11029 (python-block-end-p): New.
11030 (python-indent-line): Use it.
11031 (python-compilation-regexp-alist): Augment.
11032 (run-python): Import `emacs' module to Python rather than loading
11033 code directly. Set python-buffer differently.
11034 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
11035 Use python-proc.
11036 (python-send-command): Go to end of comint buffer.
11037 (python-load-file): Use python-proc, emacs.eimport.
11038 (python-describe-symbol): Simplify interactive form.
11039 Use emacs.help. Do use temp-buffer-show-hook.
11040 Call print-help-return-message.
11041 (hippie-exp): Require when compiling.
11042 (python-preoutput-continuation): Use rx.
11043
11044 * diff-mode.el (diff-make-unified): Fix regexp.
11045
11046 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
11047
11048 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
11049 filter groups from the buffer when rebuilding the Ibuffer buffer
11050 and `ibuffer-show-empty-filter-groups' is nil.
11051
11052 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11053
11054 * ps-print.el (ps-print-quote): Call ps-value-string.
11055 (ps-setup): Call ps-comment-string.
11056 (ps-value-string, ps-comment-string): New funs.
11057
11058 2004-05-06 Juanma Barranquero <lektu@terra.es>
11059
11060 * ehelp.el (electric-help-command-loop): Check whether the last
11061 character is visible, not (point-max).
11062
11063 * help-fns.el (help-argument-name): Default to bold; don't inherit
11064 from font-lock-variable-name-face.
11065 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
11066
11067 2004-05-05 Kenichi Handa <handa@m17n.org>
11068
11069 * descr-text.el (describe-char): Copy the character with text
11070 properties and overlays into the first line, and call
11071 describe-text-properties on it.
11072
11073 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
11074
11075 * iswitchb.el (iswitchb-global-map): Fix typo.
11076 Remove unwanted ###autoloads from source file.
11077
11078 2004-05-05 Lars Hansen <larsh@math.ku.dk>
11079
11080 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
11081 in run-hooks. Use substitute-command-keys in message.
11082 (wdired-abort-changes): Add message.
11083
11084 2004-05-03 Michael Mauger <mmaug@yahoo.com>
11085
11086 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
11087 (sql-emacs20-p): Remove.
11088 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
11089 (sql-builtin-face, sql-doc-face): Remove.
11090 (sql-mode-ansi-font-lock-keywords)
11091 (sql-mode-oracle-font-lock-keywords)
11092 (sql-mode-postgres-font-lock-keywords)
11093 (sql-mode-linter-font-lock-keywords)
11094 (sql-mode-ms-font-lock-keywords)
11095 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
11096 (sql-product-font-lock): Fix font-lock reset when font rules change.
11097 (sql-highlight-product): Remove incorrect font-lock reset logic.
11098
11099 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
11100
11101 * ses.el (ses-set-parameter): Fix typo.
11102
11103 2004-05-04 Kim F. Storm <storm@cua.dk>
11104
11105 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
11106 Must expand directory for completion to work; and don't mess with
11107 process-environment.
11108 (ido-read-file-name): If command has ido property, don't use ido
11109 if value is ignore, or read as directory if value is dir.
11110 Set ido ignore property for dired-do-rename command.
11111
11112 2004-05-04 Juanma Barranquero <lektu@terra.es>
11113
11114 * ehelp.el (electric-help-command-loop, electric-help-undefined)
11115 (electric-help-help): Check against unmapped commands.
11116
11117 * help-fns.el (help-argument-name): New face, inheriting from
11118 font-lock-variable-name-face, to highlight function arguments in
11119 `describe-function' and `describe-key'.
11120 (help-do-arg-highlight): Auxiliary function to highlight a given
11121 list of arguments in a string.
11122 (help-highlight-arguments): Highlight the function arguments and
11123 all uses of them in the docstring.
11124 (describe-function-1): Use it. Do docstring output via `insert',
11125 not 'princ', so text attributes are preserved.
11126
11127 * winner.el (winner-mode-map): Move `winner-undo' and
11128 `winner-redo' to C-c <left> and C-c <right>, respectively (the
11129 previous bindings conflict with `prev-buffer', `next-buffer').
11130
11131 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11132
11133 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
11134 (bibtex-entry-update): New command bound to C-c C-u.
11135 (bibtex-text-in-string): Fix regexp.
11136 (bibtex-assoc-of-regexp): Remove.
11137 (bibtex-progress-message): Fix docstring.
11138 (bibtex-inside-field): Use if.
11139 (bibtex-assoc-regexp): New function.
11140 (bibtex-format-entry): Make code more robust so that it formats
11141 also old entries.
11142 (bibtex-autokey-demangle-title): Merge with obsolete function
11143 bibtex-assoc-of-regexp.
11144 (bibtex-field-list): New function.
11145 (bibtex-entry): Use bibtex-field-list.
11146 (bibtex-parse-entry): Fix docstring.
11147 (bibtex-print-help-message): Use bibtex-field-list.
11148 (bibtex-make-field): Use bibtex-field-list.
11149 (bibtex-entry-index): Bugfix. Return crossref key if required.
11150 (bibtex-lessp): Fix docstring.
11151
11152 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
11153
11154 * select.el (xselect-convert-to-string): Move comment to intended line.
11155
11156 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11157
11158 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
11159 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
11160
11161 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11162
11163 * term/x-win.el (x-clipboard-yank): Don't exit on error from
11164 x-get-selection.
11165
11166 2004-05-03 Jason Rumney <jasonr@gnu.org>
11167
11168 * makefile.nt: Remove.
11169
11170 2004-05-03 Kim F. Storm <storm@cua.dk>
11171
11172 * emulation/cua-base.el (cua--update-indications): Fix last change.
11173 (cua-mode): Deactivate mark when cua-mode is enabled.
11174
11175 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
11176
11177 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
11178
11179 2004-05-03 Nick Roberts <nickrob@gnu.org>
11180
11181 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
11182 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
11183 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
11184 window over visible frames.
11185 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
11186
11187 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11188
11189 * progmodes/compile.el (compilation-gcpro): New var.
11190 (compilation-fake-loc): Use it.
11191 (compilation-forget-errors): Reset it.
11192
11193 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11194
11195 * diff-mode.el (diff-header-face, diff-file-header-face):
11196 Use min-colors.
11197
11198 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11199
11200 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
11201 (bibtex-clean-entry): Disentangle code.
11202 (bibtex-realign): New function.
11203 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
11204 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
11205 Remove undocumented optional arg called-by-convert-alien.
11206 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
11207 for sorting instead of bibtex-sort-buffer.
11208
11209 2004-05-02 Eli Zaretskii <eliz@gnu.org>
11210
11211 * progmodes/compile.el (compilation-start): In the
11212 no-async-subprocesses branch, call sit-for to give redisplay a
11213 chance to show the updated process status in the mode line, and
11214 fontify the buffer explicitly after the process exits.
11215
11216 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * progmodes/python.el (python-compilation-line-number): Remove.
11219 (python-compilation-regexp-alist): Don't use it any more.
11220 (python-orig-start, python-input-filter): Remove.
11221 (inferior-python-mode): Don't set up comint-input-filter-functions.
11222 (python-send-region): Use compilation-fake-loc.
11223
11224 * progmodes/compile.el (compilation-messages-start): New var.
11225 (compilation-mode): Don't setup next-error-function here.
11226 (compilation-setup): Set it up here instead (for minor modes as well).
11227 Make compilation-messages-start buffer local.
11228 (compilation-next-error-function): Use it.
11229 (compilation-forget-errors): Set compilation-messages-start.
11230
11231 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
11232
11233 * ielm.el (ielm-prompt-read-only): Update docstring.
11234
11235 * comint.el (comint-prompt-read-only): Update docstring.
11236 (comint-update-fence, comint-kill-whole-line)
11237 (comint-kill-region): New functions.
11238
11239 * simple.el (kill-whole-line): Use "p" instead of "P" in
11240 interactive form.
11241
11242 2004-05-01 Juanma Barranquero <lektu@terra.es>
11243
11244 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
11245 format arglist so default values in CL-style argument lists are
11246 correctly shown.
11247
11248 2004-05-01 Jason Rumney <jasonr@gnu.org>
11249
11250 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
11251
11252 2004-05-01 Kenichi Handa <handa@m17n.org>
11253
11254 * international/titdic-cnv.el (miscdic-convert): Don't generate a
11255 quail file if it is up to date.
11256
11257 2004-04-30 Juri Linkov <juri@jurta.org>
11258
11259 * cus-edit.el (custom-mode-map):
11260 Add key binding `C-x C-s' to `Custom-save'.
11261
11262 * outline.el (outline-blank-line): New var.
11263 (outline-next-preface, outline-show-heading)
11264 (outline-end-of-subtree): Use it.
11265
11266 * dired-aux.el (dired-touch-initial): New fun.
11267 (dired-do-chxxx): Call it for op-symbol `touch'.
11268 (dired-diff): Use `dired-dwim-target-directory'
11269 if current dired buffer has no buffer mark.
11270
11271 * bindings.el (propertized-buffer-identification):
11272 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
11273 Add C-M-arrow keys for consistency.
11274
11275 * files.el (confirm-kill-emacs):
11276 Change group from top-level `emacs' to `convenience'.
11277
11278 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11279 Push mark on the first call of successive command calls.
11280 (insert-pair): New fun created from `insert-parentheses' with
11281 `open' and `close' arguments added. Enclose active regions
11282 in paired characters. Compare adjacent characters syntax with
11283 inserted characters syntax before inserting a space.
11284 (insert-parentheses): Call `insert-pair' with ?\( ?\).
11285
11286 * delsel.el: Don't put `delete-selection' property
11287 on `insert-parentheses' symbol to take advantage of
11288 region handling in `insert-pair' function.
11289 Suggested by Stephan Stahl <stahl@eos.franken.de>.
11290
11291 2004-04-30 Kim F. Storm <storm@cua.dk>
11292
11293 * emulation/cua-base.el: Add support for changing cursor types;
11294 based on patch from Michael Mauger.
11295 (cua-normal-cursor-color, cua-read-only-cursor-color)
11296 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
11297 Customization cursor type and/or cursor color.
11298 (cua--update-indications): Handle cursor type changes.
11299 (cua-mode): Update cursor indications if enabled.
11300
11301 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
11302
11303 * mouse.el (mouse-drag-copy-region): New defcustom.
11304 (mouse-set-region, mouse-drag-region-1): Use it.
11305
11306 * simple.el (kill-ring-save): If region face background color is
11307 unspecified (if no highlighting), show extent of fully visible
11308 region even if transient-mark-mode is enabled.
11309
11310 * emulation/cua-base.el (cua--standard-movement-commands):
11311 Add cua-scroll-up and cua-scroll-down.
11312 (cua-scroll-up, cua-scroll-down): New commands.
11313 (cua--init-keymaps): Remap scroll-up and scroll-down.
11314
11315 * emulation/cua-rect.el (cua--convert-rectangle-as):
11316 New defmacro.
11317 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
11318 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
11319 New commands (suggested by Jordan Breeding).
11320
11321 2004-04-30 Juanma Barranquero <lektu@terra.es>
11322
11323 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
11324
11325 2004-04-30 Mario Lang <mlang@delysid.org>
11326
11327 * diff.el (diff-switches): Fix typo in docstring.
11328
11329 2004-04-30 Alex Schroeder <alex@gnu.org>
11330
11331 * xml.el (xml-debug-print-internal): Don't add newline and
11332 indentation to text nodes and write empty elements as empty tags
11333 instead of opening and closing tags.
11334 (xml-debug-print): Take optional indent-string argument.
11335 (xml-print): Alias for xml-debug-print.
11336
11337 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11338
11339 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
11340 than duplicate call to `line-beginning-position'.
11341
11342 * progmodes/f90.el (f90-get-present-comment-type):
11343 Return whitespace, as well as comment chars, for consistent filling
11344 of comment blocks. Use `match-string-no-properties'.
11345 (f90-break-line): Trim trailing whitespace when filling comments.
11346
11347 2004-04-30 Dave Love <fx@gnu.org>
11348
11349 * calendar/diary-lib.el (diary-outlook-formats): New variable.
11350 (diary-from-outlook-internal, diary-from-outlook)
11351 (diary-from-outlook-gnus, diary-from-outlook-rmail):
11352 New functions to import diary entries from Outlook-format
11353 appointments in mail messages.
11354
11355 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11356
11357 * progmodes/python.el (python-send-command): New fun.
11358 (python-send-region, python-load-file): Use it.
11359
11360 * progmodes/compile.el (compilation-last-buffer): Add var alias.
11361
11362 * help-fns.el (help-C-file-name): Use new subr-name.
11363 Prepend `src/' to the file name.
11364 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
11365 (describe-function-1, describe-variable): Only find a C source file
11366 name if DOC is already loaded.
11367
11368 * help-mode.el (help-function-def, help-variable-def):
11369 Use the new find-function-search-for-symbol functionality.
11370 Allow FILE to be `C-source'.
11371
11372 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
11373 (find-function-C-source): New fun.
11374 (find-function-search-for-symbol): Use it.
11375
11376 2004-03-29 Michael Mauger <mmaug@yahoo.com>
11377
11378 * progmodes/sql.el (sql-product-alist): Rename variable
11379 `sql-product-support'. Add Postgres login parameters.
11380 (sql-set-product, sql-product-feature): Update with renamed variable.
11381 (sql-connect-postgres): Add username prompt.
11382 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
11383 Make patterns less product specific.
11384 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
11385 (sql-mode-abbrev-table): Modify initialization.
11386 (sql-builtin-face): Add variable.
11387 (sql-keywords-re): Add macro.
11388 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
11389 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
11390 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
11391 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
11392 (sql-mode-linter-font-lock-keywords)
11393 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
11394 (sql-mode-sybase-font-lock-keywords)
11395 (sql-mode-informix-font-lock-keywords)
11396 (sql-mode-interbase-font-lock-keywords)
11397 (sql-mode-ingres-font-lock-keywords)
11398 (sql-mode-solid-font-lock-keywords)
11399 (sql-mode-sqlite-font-lock-keywords)
11400 (sql-mode-db2-font-lock-keywords): Default to nil.
11401 (sql-product-font-lock): Always highlight ANSI keywords.
11402 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
11403 (sql-send-string): Add function.
11404
11405 2004-04-29 Dave Love <fx@gnu.org>
11406
11407 * progmodes/cfengine.el (cfengine-beginning-of-defun)
11408 (cfengine-end-of-defun): Ensure progress through buffer.
11409
11410 * info-look.el (cfengine-mode): Accept a terminal ().
11411
11412 2004-04-29 Juri Linkov <juri@jurta.org>
11413
11414 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
11415 instead of isearch-yank-word-or-char. Add new key bindings for
11416 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
11417 (isearch-del-char): New fun.
11418 (isearch-forward, isearch-edit-string): Update docstring.
11419 (isearch-yank-char): Doc fix.
11420 (isearch-other-meta-char): Restore point after scrolling.
11421
11422 * progmodes/compile.el (compilation-context-lines): Add nil option
11423 to disable compilation output window scrolling.
11424 (compilation-set-window): Use it.
11425
11426 * outline.el (outline-next-preface, outline-show-heading):
11427 Don't leave unhidden blank line before heading.
11428 (outline-end-of-subtree): Include last newline into subtree.
11429 (hide-entry): Leave point at beginning of heading instead of end.
11430 (outline-up-heading): Push mark for the first call of successive
11431 command calls.
11432
11433 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
11434
11435 * comint.el (comint-prompt-read-only): New variable.
11436 (comint-output-filter): Implement it.
11437
11438 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
11439 (ielm-prompt-internal): New variable.
11440 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
11441 (ielm-send-input): Delete unused variable `buf'.
11442 (ielm-eval-input): Use `ielm-prompt-internal'.
11443 (inferior-emacs-lisp-mode): Use new variables
11444 `comint-prompt-read-only' and `ielm-prompt-internal'.
11445 Get rid of obsolete variable `directory-sep-char'.
11446 (ielm): Use `zerop'.
11447
11448 2004-04-29 John Paul Wallington <jpw@gnu.org>
11449
11450 * thumbs.el (toplevel): Require cl at compile time.
11451 Remove conditional definitions of `ignore-errors' and `caddar'
11452 because they occur at run time.
11453
11454 2004-04-28 Nick Roberts <nickrob@gnu.org>
11455
11456 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
11457 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
11458 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11459 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
11460
11461 * progmodes/gud.el (gud-common-init): Throw an error if program is
11462 already running under gdb.
11463
11464 2004-04-28 John Paul Wallington <jpw@gnu.org>
11465
11466 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
11467 (thumbs-show-image-num): Move assignment of
11468 `thumbs-current-image-filename' within scope of `i'.
11469 (thumbs-emboss-image): Don't use `evenp'.
11470
11471 2004-04-28 Richard M. Stallman <rms@gnu.org>
11472
11473 * progmodes/compile.el (compilation-context-lines): Default now 0.
11474
11475 2004-04-28 Juanma Barranquero <lektu@terra.es>
11476
11477 Use `time-less-p' from calendar/time-date.el instead of defining
11478 custom versions of it.
11479
11480 * pcomplete.el (pcomplete-time-less-p): Remove.
11481
11482 * thumbs.el (time-less-p): Remove.
11483
11484 * calendar/timeclock.el (timeclock-time-less-p): Remove.
11485 (timeclock-generate-report): Use `time-less-p'.
11486
11487 * emacs-lisp/autoload.el (autoload-before-p): Remove.
11488 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
11489
11490 2004-04-28 Masatake YAMATO <jet@gyve.org>
11491
11492 * subr.el (remove-overlays): Make arguments optional.
11493
11494 * wid-edit.el (widget-specify-button): Put evaporate to the
11495 overlay for sample.
11496 (widget-specify-sample): Put evaporate to the overlay for sample.
11497 (widget-specify-doc): Put evaporate to the overlay for documentation.
11498
11499 2004-04-27 Jesper Harder <harder@ifa.au.dk>
11500
11501 * info.el (info-apropos): Make it an index node. Align node names
11502 like makeinfo.
11503
11504 2004-04-27 Eli Zaretskii <eliz@gnu.org>
11505
11506 * net/browse-url.el (browse-url-netscape-sentinel)
11507 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
11508 (browse-url-epiphany-sentinel, browse-url-mosaic):
11509 Use browse-url-*-program instead of a literal program name.
11510
11511 2004-04-27 Kevin Ryde <user42@zip.com.au>
11512
11513 * eshell/em-alias.el:
11514 * eshell/em-dirs.el:
11515 * eshell/em-hist.el:
11516 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
11517 features when M-x customize-group loads modules before the main
11518 eshell.el.
11519
11520 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11521
11522 * subr.el (momentary-string-display): Support EXIT-CHAR that is
11523 either a character representation of an event or an event
11524 description list.
11525
11526 * type-break.el: Capitalise Emacs and Lisp.
11527 (type-break-good-break-interval, type-break-demo-boring-stats)
11528 (type-break-terse-messages, type-break-file-name): New defcustoms.
11529 (type-break-post-command-hook)
11530 (type-break-warning-countdown-string): Quote variable names in doc.
11531 (type-break-interval-start, type-break-auto-save-file-name): New vars.
11532 (type-break-mode): Document type-break-good-break-interval and the
11533 "session" file. Schedule break according to the session file.
11534 Kill session file buffer on exit. Organise for save-some-buffers
11535 to always save the session file.
11536 (type-break-mode-line-message-mode, type-break-query-mode):
11537 Uppercase arguments.
11538 (type-break-file-time, type-break-file-keystroke-count, timep)
11539 (type-break-choose-file, type-break-get-previous-time)
11540 (type-break-get-previous-count): New defuns.
11541 (type-break): Avoid break querying after a completed break in the
11542 case where the query was initiated during user invocation of the
11543 break. Optional terse messages.
11544 Use type-break-good-break-interval if type-break-good-rest-interval is
11545 nil. File the break time.
11546 (type-break-schedule): New optional args for overriding the use of
11547 the current time.
11548 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
11549 after a break.
11550 (type-break-check): File the keystroke count.
11551 (type-break-do-query): Prevent a second query when the break is
11552 interrupted. Optional terse message.
11553 (type-break-keystroke-reset): Record the start of a typing interval.
11554 (type-break-demo-boring): Optional terse messages. Display word
11555 per minute and keystroke counts according to
11556 type-break-demo-boring-stats.
11557
11558 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
11559
11560 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
11561 directories, make sure they exist under archive-tmpdir.
11562
11563 2004-04-27 Juri Linkov <juri@jurta.org>
11564
11565 * help.el (view-emacs-news): With argument, display info for the
11566 selected version by finding it among different NEWS files, and
11567 narrowing the buffer to the selected version.
11568
11569 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
11570 same-window-buffer-names.
11571 (info): New arg `buffer'. Use it. Doc fix. Read file name for
11572 non-numeric prefix argument, append the number to the buffer name
11573 for numeric prefix argument.
11574 (info-other-window): Bind same-window-regexps to nil.
11575 (Info-reference-name): Rename to Info-point-loc.
11576 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
11577 and Info-find-index-name for stringy Info-point-loc.
11578 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
11579 without middle `.', but with final `.' and optional line number
11580 for it. Set Info-point-loc for index nodes.
11581 (Info-index): Remove middle `.' from index entry regexp.
11582 Modify line number regexp.
11583 (Info-index-next): Decrement line number.
11584 (info-apropos): Remove middle `.' from index entry regexp.
11585 Add optional line number regexp at the end. Add matched value
11586 for line number to the result list and insert it to the buffer.
11587 Replace match-string by match-string-no-properties.
11588 Reorder result list.
11589 (Info-fontify-node): Hide index line numbers.
11590 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
11591 empty matches.
11592 (Info-follow-reference): Use `str' instead of
11593 Info-following-node-name-re.
11594 (Info-toc): Use full file names. Set Info-current-node to "Top".
11595 (Info-fontify-node): Compare file names without directory name.
11596 (Info-try-follow-nearest-node): Don't set Info-reference-name.
11597 Set second arg of Info-extract-menu-node-name for index nodes.
11598 (info-xref-visited): Use magenta3 instead of magenta4.
11599 (Info-mode): Add info-apropos to docstring.
11600
11601 * log-view.el (log-view-diff): Replace interactive code "r"
11602 by a list to allow to call it even if region is not active.
11603
11604 * paren.el (show-paren-highlight-openparen): New var.
11605 (show-paren-function): Turn on openparen highlighting when
11606 matching forward if show-paren-highlight-openparen is non-nil.
11607
11608 * simple.el (kill-ring-save): Use blink-matching-delay instead of
11609 the constant value 1.
11610 (completions-common-part): Expand docstring.
11611
11612 * textmodes/picture.el (picture-mode-map): Add arrow keys.
11613
11614 2004-04-27 Kim F. Storm <storm@cua.dk>
11615
11616 * image.el (insert-sliced-image): Use line-height instead of
11617 line-spacing property on newline.
11618
11619 2004-04-26 Lars Hansen <larsh@math.ku.dk>
11620
11621 * desktop.el (desktop-buffer-misc-data-function): Rename to
11622 desktop-save-buffer and change docstring.
11623 (desktop-buffer-modes-to-save): Delete.
11624 (desktop-save-buffer-p): Use desktop-save-buffer instead of
11625 desktop-buffer-modes-to-save.
11626 (desktop-save): Rename desktop-buffer-misc-data-function to
11627 desktop-save-buffer and allow non-function value.
11628 (desktop-missing-file-warning): Correct docstring.
11629
11630 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
11631 to desktop-save-buffer.
11632
11633 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
11634 desktop-save-buffer.
11635
11636 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
11637
11638 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
11639
11640 2004-04-26 Eli Zaretskii <eliz@gnu.org>
11641
11642 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
11643
11644 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
11645
11646 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
11647 (ielm): Only go to the end of the buffer when starting a new process.
11648
11649 2004-04-25 Juanma Barranquero <lektu@terra.es>
11650
11651 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
11652 mode line. Bind `inhibit-read-only' to t before modifying
11653 properties of text in the buffer.
11654 (ielm): Force point to the end of buffer, even when running ielm
11655 from inside itself.
11656
11657 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11658
11659 * info.el (info-apropos): Reset Info-complete-cache.
11660
11661 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
11662
11663 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11664 Also recognize severe Irix et al. messages.
11665 (compilation-normalize-filename, compile-abbreviate-directory):
11666 Delete functions.
11667 (compilation-get-file-structure): New function inherits
11668 functionality of the two preceding ones.
11669 (compilation-internal-error-properties, compilation-fake-loc):
11670 Use it so that different paths to the same file share the same
11671 markers. Also optimize finding adjacent marker slightly.
11672
11673 2004-04-25 Kim F. Storm <storm@cua.dk>
11674
11675 * image.el (insert-sliced-image): Add line-spacing t property
11676 to newlines separating image lines.
11677
11678 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
11679
11680 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
11681
11682 * ielm.el (ielm-prompt-read-only): New user option.
11683 (ielm-prompt): Expand docstring to describe new behavior.
11684 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
11685 mention it in the docstring.
11686
11687 2004-04-24 Andreas Schwab <schwab@suse.de>
11688
11689 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
11690
11691 * diff.el (diff): Set default-directory in diff buffer.
11692
11693 2004-04-24 Eli Zaretskii <eliz@gnu.org>
11694
11695 * mail/sendmail.el (mail-bury): Don't delete the frame where the
11696 mail was being composed if the terminal cannot display more than
11697 one frame; instead, switch to previous frame.
11698
11699 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
11700 (rmail-start-mail): Support rmail-mail-new-frame even on
11701 terminals that can display only one frame at a time.
11702
11703 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
11706 (checkdoc-output-font-lock-keywords): Remove error regexp.
11707 (checkdoc-output-mode-map): Remove.
11708 (checkdoc-output-mode): Derive from compilation-mode.
11709 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
11710
11711 * dired.el (dired-mode-map): Add a menu entry for wdired.
11712
11713 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
11714 (rx-bracket, rx-check-any, rx-any): Clean up name space.
11715
11716 * wdired.el: (wdired-mode-map): Move init into declaration.
11717 Fix `return' binding.
11718 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11719 Use force-mode-line-update.
11720 (wdired-get-filename): Use `unless'.
11721 (wdired-preprocess-files): Don't assume names have no \n and use / for
11722 dir separator.
11723 (wdired-normalize-filename): Use replace-regexp-in-string.
11724 (wdired-load-hooks): Remove.
11725 (wdired-mode-hooks): Rename to wdired-mode-hook.
11726
11727 * info-look.el: Add support for cfengine-mode.
11728 (info-lookup-setup-mode): Use dolist.
11729
11730 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
11731
11732 * wdired.el: New file.
11733
11734 2004-04-23 Juanma Barranquero <lektu@terra.es>
11735
11736 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
11737
11738 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
11739 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
11740 (pcomplete--help, pcomplete--here): Doc fixes.
11741
11742 2004-04-23 Andre Spiegel <spiegel@gnu.org>
11743
11744 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
11745 handles wrong-number-of-arguments in backend call.
11746
11747 * vc.el (vc-print-log): Likewise.
11748
11749 2004-04-20 Dave Love <fx@gnu.org>
11750
11751 * emacs-lisp/rx.el: Doc fixes.
11752 (rx-constituents): Add/extend many forms.
11753 (rx-check): Check form is a list.
11754 (bracket): Defvar.
11755 (rx-check-any, rx-any, rx-check-not): Modify.
11756 (rx-not): Simplify.
11757 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
11758 (rx-kleene): Use rx-trans-forms.
11759 (rx-quote-for-set): Delete.
11760 (rx): Allow multiple args.
11761
11762 2004-04-23 Kenichi Handa <handa@m17n.org>
11763
11764 * international/mule-util.el (char-displayable-p): Simplify by
11765 using internal-char-font.
11766
11767 2004-04-23 Juanma Barranquero <lektu@terra.es>
11768
11769 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11770
11771 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * diff-mode.el (diff-next-error): New fun.
11774 (diff-mode): Use it.
11775
11776 * simple.el (next-error): Change arg name.
11777 Add support for the documented C-u C-x ` usage.
11778
11779 * frame.el (special-display-popup-frame, next-multiframe-window)
11780 (previous-multiframe-window): Only consider frames on same display.
11781
11782 2004-04-22 Lars Hansen <larsh@math.ku.dk>
11783
11784 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
11785 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
11786
11787 2004-04-22 Kim F. Storm <storm@cua.dk>
11788
11789 * net/telnet.el (telnet): Add optional port arg.
11790
11791 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11792
11793 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11794 Minor sanity check on the `hyperlink' slot.
11795
11796 * Makefile.in (recompile): Compile new files.
11797
11798 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
11799 Add byte-recompile-directory's optional `arg'.
11800
11801 * cvs-status.el (cvs-tree-use-charset): New var.
11802 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
11803 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
11804 (cvs-status-cvstrees): Use it.
11805
11806 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
11807 Make it a normal major mode.
11808 (checkdoc-buffer-label): Make sure the file name is meaningful.
11809 (checkdoc-output-to-error-buffer): Remove.
11810 (checkdoc-error, checkdoc-start-section): Rewrite.
11811
11812 * info.el (info-node, info-menu-5, info-xref, info-header-node)
11813 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11814 (Info-title-4-face): Use new syntax.
11815 (info-xref-visited): Inherit from info-xref.
11816
11817 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
11818
11819 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11820
11821 * simple.el (next-error-last-buffer, next-error-function):
11822 New variables for the next-error framework.
11823 (next-error-buffer-p): New function.
11824 (next-error-find-buffer): Generalize compilation-find-buffer.
11825 (next-error, previous-error, first-error, next-error-no-select)
11826 (previous-error-no-select): Move from compile.el.
11827
11828 * replace.el (occur-next-error, occur-1): Hook into the next-error
11829 framework.
11830
11831 * progmodes/compile.el (compilation-start):
11832 Set next-error-last-buffer so next-error knows where to jump.
11833 (compilation-setup): Set the buffer-local variable
11834 next-error-function to 'compilation-next-error-function.
11835 (compilation-buffer-p, compilation-buffer-internal-p): Use an
11836 alternate way to find if a buffer is a compilation buffer, for
11837 next-error convenience.
11838 (next-error-no-select, previous-error-no-select, next-error)
11839 (previous-error, first-error): Move to simple.el.
11840 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
11841 (compilation-last-buffer): Remove.
11842 (compilation-start, compilation-next-error, compilation-setup)
11843 (compilation-next-error-function, compilation-find-buffer):
11844 Remove compilation-last-buffer use.
11845
11846 2004-04-21 Juanma Barranquero <lektu@terra.es>
11847
11848 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
11849 (font-lock-warning-face): Fix spacing.
11850
11851 * makefile.w32-in (WINS): Add url/ directory.
11852
11853 2004-04-21 Lars Hansen <larsh@math.ku.dk>
11854
11855 * desktop.el (desktop-buffer-mode-handlers): New variable.
11856 Alist of major mode specific functions to restore a desktop buffer.
11857 (desktop-buffer-handlers): Make variable obsolete.
11858 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
11859 Catch errors signaled in handlers. Update buffer count.
11860 Evaluate desktop-buffer-point.
11861 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
11862 move to dired.el.
11863 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
11864 move to info.el.
11865 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
11866 move to mail/rmail.el.
11867 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
11868 to mh-e/mh-e.el.
11869 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
11870 On fail, print message (to message buffer) even if
11871 desktop-missing-file-warning is nil.
11872 (desktop-buffer-misc-data-function): New buffer local variable.
11873 Function returning major mode specific data.
11874 (desktop-buffer-misc-functions): Make variable obsolete.
11875 (desktop-save): Use desktop-buffer-misc-data-function.
11876 (desktop-buffer-dired-misc-data): Rename to
11877 dired-desktop-buffer-misc-data and move to dired.el.
11878 (desktop-buffer-info-misc-data): Rename to
11879 Info-desktop-buffer-misc-data and move to info.el.
11880 (desktop-read): Add message about number of buffers restored/failed.
11881
11882 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
11883 Add parameters. Pause to display error only when
11884 desktop-missing-file-warning is non-nil.
11885 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
11886 (dired-mode): Bind desktop-buffer-misc-data-function.
11887
11888 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
11889 Add Parameters.
11890 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
11891 (Info-mode): Bind desktop-buffer-misc-data-function.
11892
11893 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
11894 Add Parameters.
11895
11896 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
11897 Add Parameters.
11898
11899 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
11900
11901 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
11902 the case of letters in case-insensitive expansions when the
11903 abbrev is preceded by characters with letter syntax.
11904
11905 2004-04-21 Richard M. Stallman <rms@gnu.org>
11906
11907 * progmodes/cperl-mode.el (cperl-putback-char):
11908 Delete Emacs 18 definition.
11909
11910 * international/mule.el (ctext-post-read-conversion):
11911 Use assoc-string, not assoc-ignore-case.
11912
11913 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
11914
11915 * emacs-lisp/easymenu.el (easy-menu-add):
11916 Do call x-popup-menu, but only if it's defined.
11917
11918 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
11919
11920 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
11921 Handle multiple args: compile like progn.
11922
11923 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
11924 take all args as &rest arg.
11925
11926 * autoinsert.el (auto-insert-alist): Insert the user's name in
11927 copyright notice, rather than Free Software Foundation.
11928
11929 2004-04-21 Kenichi Handa <handa@m17n.org>
11930
11931 * descr-text.el (describe-char): Make it work on *Help* buffer.
11932
11933 2004-04-21 Kim F. Storm <storm@cua.dk>
11934
11935 * image.el (insert-image): Add optional SLICE arg.
11936 (insert-sliced-image): New defun.
11937
11938 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
11939
11940 * subr.el (read-number): Check whether `default' is nil.
11941
11942 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11943
11944 * progmodes/compile.el (compilation-error-properties):
11945 Split into two.
11946 (compilation-internal-error-properties): New one.
11947 (compilation-compat-error-properties): Use it. Fix the non-marker case.
11948
11949 2004-04-20 Richard M. Stallman <rms@gnu.org>
11950
11951 * window.el (split-window-save-restore-data):
11952 Don't update the data if OLD-INFO is nil.
11953
11954 * view.el (view-return-to-alist): Mark it permanent local.
11955
11956 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
11957
11958 * recentf.el (recentf-save-list): Catch and warn about errors.
11959
11960 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
11961 so "Buffers" won't be pure.
11962
11963 * help-mode.el (help-mode-finish): Set help-return-alist first
11964 thing, setting only the entry for the selected window.
11965
11966 * help-fns.el (describe-function-1): If many non-control non-meta
11967 keys run the command, don't list all of them.
11968
11969 2004-04-20 Juanma Barranquero <lektu@terra.es>
11970
11971 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
11972 arg. Copied from Andre Spiegel's patch of 2004-03-21.
11973
11974 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
11975
11976 2004-04-20 Kenichi Handa <handa@m17n.org>
11977
11978 * international/quail.el (quail-lookup-key): New optional arg
11979 NOT-RESET-INDICES.
11980 (quail-get-translations): Call quail-lookup-key with
11981 NOT-RESET-INDICES t.
11982 (quail-completion): Likewise.
11983 (quail-lookup-map-and-concat): Likewise.
11984
11985 2004-04-20 Kenichi Handa <handa@m17n.org>
11986
11987 * international/quail.el (quail-update-translation): Don't insert
11988 such an unsupported multibyte char in a unibyte buffer.
11989
11990 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
11991
11992 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
11993 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
11994 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
11995 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
11996 (gdb-frame-assembler-buffer): Improve behaviour with
11997 multiple frames.
11998 (gdb-display-buffer): Extend search to all visible frames.
11999
12000 2004-04-19 Eli Zaretskii <eliz@gnu.org>
12001
12002 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
12003 characters left after base64 decoding.
12004 (rmail-decode-region): Use -dos variety of `coding', to remove any
12005 ^M characters left after qp or base64 decoding.
12006
12007 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12008
12009 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
12010 messages.
12011
12012 2004-04-19 Stephen Eglen <stephen@gnu.org>
12013
12014 * add-log.el (add-change-log-entry): Update doc string to mention
12015 add-log-full-name and add-log-mailing-address.
12016
12017 2004-04-18 Juri Linkov <juri@jurta.org>
12018
12019 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
12020 (Info-find-node-2): Simplify error message.
12021 (Info-insert-dir): Use Info-following-node-name.
12022 (Info-goto-node): Remove *info-history* and *info-toc*.
12023 (Info-history): Create a node of the virtual history file.
12024 (Info-toc): Create a node of the virtual toc file.
12025 (Info-insert-toc): New arg `curr-file' for reference file names.
12026 (info-apropos): Remove redundant var binding for temp-file.
12027 (Info-index, Info-index-next, Info-mode): Doc fix.
12028 (Info-goto-emacs-command-node): Don't jump to *info* from
12029 non-*info* Info buffers.
12030 (Info-fontify-node): Don't show the file name of external
12031 references if `Info-hide-note-references' is `hide'. Don't hide
12032 newlines at the end of paragraphs.
12033
12034 * international/mule-diag.el (list-input-methods):
12035 Fix args to help-xref-button.
12036
12037 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
12038 to put into effect local variables from TUTORIAL files.
12039
12040 * textmodes/paragraphs.el (sentence-end) <function>: New fun
12041 with default value taken from the variable `sentence-end'.
12042 (sentence-end) <defcustom>: Set default to nil. Doc fix.
12043 Add nil const to :type.
12044 (sentence-end-without-period, sentence-end-double-space)
12045 (sentence-end-without-space): Doc fix.
12046
12047 * textmodes/paragraphs.el (forward-sentence):
12048 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
12049 (fill-delete-newlines):
12050 * progmodes/cc-cmds.el (c-beginning-of-statement):
12051 Use function `sentence-end' instead of variable `sentence-end'.
12052
12053 2004-04-18 Andreas Schwab <schwab@suse.de>
12054
12055 * progmodes/compile.el (compilation-start): Set window start to
12056 point-min if compilation-scroll-output is nil.
12057
12058 2004-04-18 John Wiegley <johnw@newartisans.com>
12059
12060 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
12061
12062 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
12063
12064 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
12065 (gdb-info-breakpoints-custom): Revert previous change.
12066 (gdb-view-assembler): Update assembler if necessary.
12067 (gdb-frame-handler): Parse correctly for gdb-current-frame.
12068 (gdb-display-source-buffer): Update properly when both source and
12069 assembler are visible.
12070
12071 2004-04-17 John Wiegley <johnw@newartisans.com>
12072
12073 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
12074 which limits the number of names shown in the minibuffer. Off by
12075 default.
12076 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
12077 up iswitchb for users with a multitude of open buffers by showing
12078 only the first and last N/2 buffers in the completion list (which
12079 is enough to aid C-s/C-r, and to know that more characters are
12080 needed to refine the completion list).
12081
12082 2004-04-17 Richard M. Stallman <rms@gnu.org>
12083
12084 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
12085 (file-truename): Expand all ~ constructs directly.
12086 (insert-directory): Delete any error msg output by the
12087 `insert-directory-program'.
12088
12089 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
12090 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
12091 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
12092 (allout-init): Use find-file-hook, not find-file-hooks.
12093 (allout-mode): Eliminate Emacs 18 support.
12094 Use write-contents-functions, not local-write-file-hooks.
12095
12096 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
12097
12098 * progmodes/compile.el (compilation-error-properties): Fix for
12099 adding messages when there are already markers for their file.
12100 (compilation-fake-loc): New function.
12101
12102 2004-04-16 Dave Love <fx@gnu.org>
12103
12104 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
12105 (python-load-file): Fix python-orig-start setting.
12106
12107 * progmodes/compile.el: Doc fixes.
12108 (compilation-error-regexp-alist-alist)
12109 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
12110 (compilation-assq): Wrap in eval-when-compile.
12111 (compilation-mode-font-lock-keywords): Don't use list*.
12112 (compilation-start): Avoid warning.
12113 (compilation-compat-error-properties)
12114 (compilation-directory-properties): Add keymap property.
12115 (compilation-parsing-end): Make it a marker for better compatibility.
12116
12117 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
12118
12119 2004-04-16 Mark A. Hershberger <mah@everybody.org>
12120
12121 * xml.el: Doc fixes.
12122 (xml-get-children): Only looks at sub-tags and ignore strings.
12123
12124 * xml.el (xml-parse-tag): Avoid overwriting node-name.
12125
12126 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12127
12128 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
12129
12130 2004-04-16 Andre Spiegel <spiegel@gnu.org>
12131
12132 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
12133
12134 * vc.el (vc-print-log): Likewise.
12135
12136 2004-04-16 Masatake YAMATO <jet@gyve.org>
12137
12138 * simple.el (completion-setup-function): Set an initial value
12139 to `element-common-end' before entering loop. Set a value
12140 to `element-common-end' at the end of loop.
12141 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
12142 (completions-common-part): Rename from completion-de-emphasis.
12143 (completions-first-difference): Rename from completion-emphasis.
12144 Suggested by RMS.
12145
12146 2004-04-16 Juanma Barranquero <lektu@terra.es>
12147
12148 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
12149 (bookmark-edit-annotation-mode): Add mode name.
12150
12151 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
12154 for nested conflict markers.
12155 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
12156
12157 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
12158
12159 * progmodes/gdb-ui.el (gdb-goto-info): New function.
12160
12161 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
12162
12163 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12164
12165 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12166 Give a backtrace if requested.
12167
12168 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
12169
12170 * progmodes/python.el (python-mouse-2-command, python-RET-command):
12171 Remove unused functions.
12172 (python-orig-start-line, python-orig-file): Remove.
12173 (python-orig-start): New var.
12174 (python-input-filter, python-compilation-line-number)
12175 (python-send-region, python-load-file): Use it.
12176
12177 * info.el (info): Always jump to *info*.
12178
12179 * subr.el (posn-set-point): New function.
12180
12181 * mouse.el (mouse-set-point): Use it.
12182
12183 * progmodes/compile.el (compile-goto-error): Use it.
12184 (compilation-button-map): New keymap.
12185 (compilation-error-properties): Use it.
12186 (compilation-shell-minor-mode-map): Don't bind mouse-2.
12187
12188 * smerge-mode.el (smerge-popup-context-menu): Use it.
12189
12190 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
12191 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
12192 mouse and non-mouse case.
12193
12194 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
12195 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
12196
12197 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
12198 Make it work for non-mouse events.
12199
12200 * pcvs-info.el (cvs-status-map): Update binding name.
12201
12202 2004-04-14 Mark A. Hershberger <mah@everybody.org>
12203
12204 * xml.el (xml-maybe-do-ns): New function to handle namespace
12205 parsing of both attribute and element names.
12206 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
12207 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
12208 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
12209 (xml-parse-attlist): Make it do its own namespace parsing.
12210
12211 2004-04-14 Dave Love <fx@gnu.org>
12212
12213 * progmodes/python.el (run-python): Fix use of \n.
12214 (python-load-file): Remove `try' from Python fragment.
12215 (python-describe-symbol): Fix message.
12216
12217 * comint.el: Doc fixes.
12218 (comint-last-input-start, comint-last-input-end)
12219 (comint-last-output-start): Give them values.
12220 (comint-arguments): Avoid warning.
12221 (comint-skip-prompt): Use line-end-position.
12222 (comint-backward-matching-input): Rename arg to agree with doc.
12223 (comint-extract-string): Use syntax-ppss.
12224 (comint-dynamic-simple-complete): Delete useless list construction.
12225 (comint-redirect-subvert-readonly): New.
12226 (comint-redirect-preoutput-filter): Use it.
12227
12228 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12229 Correctly handle negative arguments when calling hook functions.
12230
12231 2004-04-14 Jesper Harder <harder@ifa.au.dk>
12232
12233 * info.el (info-apropos): Don't clobber Info-history-list.
12234
12235 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
12236
12237 * progmodes/compile.el (compilation-setup):
12238 Localize overlay-arrow-position.
12239 (compilation-sentinel): Restructure code equivalently.
12240 (compilation-next-error): Find message on same line after point if
12241 not found before point.
12242 (compile-mouse-goto-error): Restore function so that compilation
12243 buffer need not be current and use compile-goto-error.
12244 (compile-goto-error): Restore function.
12245 (next-error): Set overlay-arrow-position.
12246 (compilation-forget-errors): Don't localize already local
12247 compilation-locs and remove FIXME about refontifying.
12248
12249 2004-04-14 Kim F. Storm <storm@cua.dk>
12250
12251 * startup.el (emacs-quick-startup): New defvar (set by -Q).
12252 (command-line): New option -Q. Like -q --no-site-file, but
12253 in addition it also disables menu-bar, tool-bar, scroll-bars,
12254 tool-tips, and the blinking cursor.
12255 (command-line-1): Skip startup screen if -Q.
12256 (fancy-splash-head): Use ":align-to center" prop to center splash image.
12257
12258 * emulation/cua-base.el (cua-read-only-cursor-color)
12259 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
12260
12261 2004-04-13 Dave Love <fx@gnu.org>
12262
12263 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
12264 (syntax): Don't require.
12265 (python) <defgroup>: Add :version.
12266 (python-quote-syntax): Re-written.
12267 (inferior-python-mode): Move stuff here from run-python and add
12268 some more.
12269 (python-preoutput-continuation, python-preoutput-result)
12270 (python-dotty-syntax-table): New.
12271 (python-describe-symbol): Use them.
12272 (run-python): Move stuff to inferior-python-mode. Modify code
12273 loaded into Python.
12274 (python-send-region): Use python-proc, python-send-string.
12275 (python-send-string): Send newlines too. Callers changed.
12276 (python-load-file): Re-written.
12277 (python-eldoc-function): New.
12278 (info-look): Don't require.
12279 (python-after-info-look): New. A modified version of former
12280 top-level code for use with eval-after-load.
12281 (python-maybe-jython, python-guess-indent): Use widened buffer.
12282 (python-fill-paragraph): Re-written.
12283 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
12284 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
12285
12286 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12287
12288 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
12289 Set compilation-error-regexp-alist earlier.
12290
12291 * progmodes/compile.el (compilation-minor-mode-map)
12292 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
12293 (compile-goto-error): Re-merge the mouse and non-mouse commands.
12294
12295 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12296
12297 * progmodes/compile.el (compile-goto-error): Select the buffer/window
12298 corresponding to the event.
12299
12300 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
12301
12302 * loadup.el: Add cygwin to system-type list, for unexec() support.
12303
12304 2004-04-12 John Paul Wallington <jpw@gnu.org>
12305
12306 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
12307 (ibuffer-restore-window-config-on-quit): New variable to replace
12308 `ibuffer-delete-window-on-quit'. Update all references.
12309 (ibuffer-prev-window-config): New variable.
12310 (ibuffer-quit): Restore previous window configuration instead of
12311 deleting window.
12312 (ibuffer): Save window configuration before showing Ibuffer buffer.
12313
12314 * help.el (describe-mode): Doc fix.
12315
12316 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12317
12318 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
12319 not to treat nil as a function.
12320
12321 * vc-arch.el (vc-arch-root): Be a bit more careful.
12322 (vc-arch-register): Save the buffer if we modified it.
12323 (vc-arch-delete-rej-if-obsolete): Save excursion.
12324 (vc-arch-find-file-hook): Use the simpler after-save-hook.
12325 (vc-arch-responsible-p, vc-arch-init-version): New functions.
12326
12327 * net/ldap.el (ldap-search): Use list*.
12328
12329 2004-04-12 Juri Linkov <juri@jurta.org>
12330
12331 * info.el (Info-follow-reference): Allow multiline reference name.
12332
12333 2004-04-11 Dave Love <fx@gnu.org>
12334
12335 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
12336
12337 * progmodes/python.el: New file.
12338
12339 2004-04-11 Andre Spiegel <spiegel@gnu.org>
12340
12341 * vc-hooks.el (vc-arg-list): Function removed.
12342 (vc-default-workfile-unchanged-p): Use condition-case to check for
12343 backward compatibility.
12344
12345 * vc.el (vc-print-log): Use condition-case to check for backward
12346 compatibility.
12347
12348 2004-04-11 Juri Linkov <juri@jurta.org>
12349
12350 * dired.el (dired-faces): New defgroup.
12351 (dired-header, dired-mark, dired-marked, dired-flagged)
12352 (dired-warning, dired-directory, dired-symlink, dired-ignored):
12353 New faces.
12354 (dired-header-face, dired-mark-face, dired-marked-face)
12355 (dired-flagged-face, dired-warning-face, dired-directory-face)
12356 (dired-symlink-face, dired-ignored-face): New face variables.
12357 (dired-font-lock-keywords): Use them instead of font-lock faces.
12358 Split the rule for dired marks into 3 separate rules: for marks,
12359 marked file names and flagged file names.
12360
12361 * help-mode.el (help-make-xrefs): Add a final newline to the
12362 *Help* buffer.
12363
12364 2004-04-11 John Paul Wallington <jpw@gnu.org>
12365
12366 * replace.el (occur-engine): Distinguish between one and several
12367 matches in the matches per buffer heading.
12368
12369 2004-04-11 Kim F. Storm <storm@cua.dk>
12370
12371 * ido.el (ido-confirm-unique-completion): New defcustom.
12372 (ido-complete): Use it.
12373 (ido-write-file): Set it to t unconditionally.
12374
12375 2004-04-10 Miles Bader <miles@gnu.org>
12376
12377 RCS keyword removal (only non-comment changes are enumerated here):
12378
12379 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
12380 (byte-compile-insert-header): Don't use `byte-compile-version'.
12381 * forms.el (forms-version): Variable removed.
12382 (forms-mode): Don't use `forms-version'.
12383 * recentf.el (recentf-version): Variable removed.
12384 * progmodes/delphi.el (delphi-version): Variable removed.
12385 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
12386
12387 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
12390
12391 2004-04-09 Jesper Harder <harder@ifa.au.dk>
12392
12393 * info.el (info-apropos): Improve menu item regexp.
12394
12395 2004-04-09 Simon Josefsson <jas@extundo.com>
12396
12397 * mail/smtpmail.el: Add comment, based on report by
12398 kdc@rcn.com (Kevin D. Clark).
12399
12400 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12401
12402 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12403 Redo one more thing that I didn't notice Daniel had undone.
12404
12405 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
12406
12407 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
12408 (gdb-goto-breakpoint, gdb-display-buffer)
12409 (gdb-display-source-buffer, gdb-view-source-function)
12410 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
12411 (gdb-source-info, gdb-frame-handler): Don't specify a window
12412 for display.
12413 (gdb-info-breakpoints-custom): Remove superfluous update of
12414 assembler buffer.
12415 (gdb-many-windows): Make settable outside gdb.
12416
12417 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
12418
12419 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
12420 Derive from fundamental-mode rather than text-mode.
12421
12422 2004-04-08 Juri Linkov <juri@jurta.org>
12423
12424 * info.el (Info-history): Doc fix.
12425 (Info-history-list): New var.
12426 (info-xref): Change magenta4 to blue, remove bold for dark and
12427 light backgrounds, change bold to underline for non-color classes.
12428 (info-xref-visited): New face.
12429 (Info-fontify-visited-nodes): New custom.
12430 (Info-hide-note-references): Add new value `hide'. Doc fix.
12431 (Info-reference-name): New var.
12432 (Info-selection-hook): New custom.
12433 (Info-edit-mode-hook): New var.
12434 (Info-find-file): New fun.
12435 (Info-find-node): Move part of code to Info-find-file.
12436 (Info-find-node-2): Add anchors to Info-history-list. Move point
12437 to the place with the reference name if name is defined.
12438 (Info-select-node): Add current node to Info-history-list.
12439 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
12440 (Info-search-whitespace-regexp): New custom.
12441 (Info-search-case-fold): New var.
12442 (Info-search): Add "case-sensitively" to the prompt.
12443 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
12444 (Info-search-case-sensitively, Info-search-next): New fun.
12445 (Info-up): Move point to the menu item of the current node.
12446 (Info-history): New fun. Add *info-history* to
12447 same-window-buffer-names.
12448 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
12449 (Info-insert-toc): New fun.
12450 (Info-build-toc): New fun.
12451 (Info-follow-reference): Add new arg `fork'. Doc fix.
12452 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
12453 with the same name prefer the reference closest to point.
12454 (Info-next-reference): Replace * by + in the *Note regexp.
12455 Add regexp for http:// and ftp://. Skip the *Note prefix.
12456 (Info-prev-reference): Replace * by + in the *Note regexp.
12457 Add regexp for http:// and ftp://. Skip the *Note prefix.
12458 (Info-follow-nearest-node): Add new arg `fork'.
12459 (Info-try-follow-nearest-node): Add new arg `fork'.
12460 Call browse-url for http:// and ftp:// references.
12461 Set Info-reference-name for index entries.
12462 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
12463 Info-search-next, Info-history, Info-toc, clone-buffer.
12464 (Info-menu-update): Replace * by + in the *Note regexp.
12465 (Info-mode): Add documentation for Info-history, Info-toc,
12466 Info-search-case-sensitively, Info-search-next, clone-buffer.
12467 (Info-fontify-menu-headers): Remove fun. Move code to
12468 Info-fontify-node.
12469 (Info-fontify-node): Add docstring. Add local vars
12470 fontify-visited-p and not-fontified-p. If not-fontified-p is t
12471 then fontify header line, titles, menu headers, http and ftp
12472 references, refill paragraphs. If not-fontified-p is t or
12473 fontify-visited-p is t then fontify cross references, menu items.
12474 Fontify menu headers. Fontify http and ftp references.
12475 Change regexp for cross references to require whitespace after *Note,
12476 add matching groups for file and node names. Remove hack for quote.
12477 Use display property for Info-hide-note-references=t. Use fifth
12478 or fourth match for help-echo. Display visited nodes in a
12479 different face. Unhide file names of external references.
12480 Unhide newlines. Display visited menu items in a different face.
12481
12482 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * progmodes/compile.el: Require CL.
12485 (compilation-mode-font-lock-keywords): Re-install the "line as
12486 function" patch.
12487
12488 * help-fns.el (help-C-source-directory): New var.
12489 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
12490 (describe-function-1, describe-variable): Use them.
12491
12492 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
12493 to C source files specially.
12494
12495 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
12496
12497 * info.el (Info-hide-cookies-node): New function.
12498 (Info-select-node): Use it.
12499 (Info-display-images-node): Remove message with image file name.
12500
12501 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
12502
12503 * progmodes/compile.el (compilation-warning-face)
12504 (compilation-info-face, compilation-skip-threshold)
12505 (compilation-skip-visited, compilation-context-lines):
12506 Declare :version when added to Emacs.
12507 (compilation-error-regexp-alist-alist): Extend caml and irix.
12508 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
12509 (compilation-mode-font-lock-keywords): Temporarily undo line as
12510 function patch, which wasn't ready.
12511
12512 2004-04-07 Kenichi Handa <handa@m17n.org>
12513
12514 * international/latin1-disp.el (latin1-display-setup): Check each
12515 character is displayable or not instead of calling
12516 latin1-display-check-font.
12517
12518 2004-04-06 Kenichi Handa <handa@m17n.org>
12519
12520 * language/ethio-util.el (ethio-sera-being-called-by-w3):
12521 New variable.
12522 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
12523 instead of sera-being-called-by-w3.
12524 (ethio-fidel-to-sera-buffer): Likewise.
12525 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
12526 instead of sera-being-called-by-w3.
12527 (ethio-write-file): Likewise.
12528
12529 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12530
12531 * printing.el: Doc fix.
12532
12533 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
12534
12535 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
12536 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
12537 (gdb-setup-windows): Only use separate IO buffer if required.
12538
12539 2004-04-06 Kim F. Storm <storm@cua.dk>
12540
12541 * term.el (term-is-xemacs): Remove.
12542 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
12543 (term-window-width): New function.
12544 (term-mode, term-check-size): Use it.
12545 (term-mode): Disable overflow-newline-into-fringe in term buffer.
12546
12547 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
12548
12549 * cus-edit.el (custom-add-parent-links): Change unbound variable
12550 `symbol' to `name'.
12551
12552 2004-04-05 Jesper Harder <harder@ifa.au.dk>
12553 * info.el (info-apropos): New function.
12554 (Info-mode-menu): Add it.
12555 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
12556
12557 * help-mode.el (help-make-xrefs): Recognize aliased variable with
12558 inherited docstring.
12559
12560 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
12561
12562 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
12565
12566 * progmodes/compile.el (font-lock): Don't require any more.
12567 (compilation-error-properties, compilation-start, compilation-sentinel)
12568 (compilation-filter, next-error): Use with-current-buffer.
12569 (compilation-skip-to-next-location, compilation-skip-threshold)
12570 (compilation-skip-visited): Move to silence the byte-compiler.
12571 (compilation-setup): Simplify.
12572 (compilation-next-error): Use line-(beginning|end)-position.
12573 Make sure `pt' is non-nil before using compilation-loop.
12574 (compile-goto-error): Add optional event arg. Use it.
12575 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
12576 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
12577 Update the binding for mouse-2.
12578 (first-error): Set compilation-current-error to nil rather than bob.
12579 (compilation-parsing-end, compilation-parse-errors-function)
12580 (compilation-error-list, compilation-old-error-list):
12581 "New" compatibility variables.
12582 (compile-buffer-substring, compilation-compat-error-properties)
12583 (compilation-compat-parse-errors, compilation-forget-errors):
12584 New compatibility functions.
12585 (compilation-mode-font-lock-keywords): Use them.
12586
12587 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
12588
12589 * autorevert.el (auto-revert-handler): If point (or a window
12590 point) is at the end of the buffer, keep it there after
12591 reverting. This allows to tail a file.
12592 Mention this in the `Commentary'.
12593
12594 * format.el (format-write-file): Add optional argument CONFIRM
12595 and make it behave like the analogous argument to `write-file'.
12596
12597 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12598
12599 * progmodes/ebnf2ps.el: Doc fix.
12600 (ebnf-version): New version number (4.2).
12601 (ebnf-syntax): Customization and docstring fix.
12602 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
12603 Put autoloaded funs before first use.
12604 (ebnf-style-database): Add dtd entry.
12605 (ebnf-syntax-alist): Add dtd initialization.
12606 (ebnf-token-sequence): New fun.
12607 (ebnf-comment-table): Add new comment action character.
12608 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
12609
12610 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
12611 Type Definition for XML).
12612
12613 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
12614 * progmodes/ebnf-bnf.el (ebnf-sequence):
12615 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
12616 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
12617 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
12618 Code simplification: call ebnf-token-sequence.
12619
12620 2004-04-04 Eli Zaretskii <eliz@gnu.org>
12621
12622 * calendar/timeclock.el (timeclock-relative)
12623 (timeclock-get-project-function, timeclock-get-workday-function)
12624 (timeclock-query-out, timeclock-when-to-leave)
12625 (timeclock-when-to-leave-string, timeclock-log-data)
12626 (timeclock-generate-report, timeclock-in): Doc fixes.
12627
12628 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * url/: New dir. Import the URL package from its repository.
12631
12632 2004-04-03 Andreas Schwab <schwab@suse.de>
12633
12634 * diff-mode.el (diff-mode): Fix missing quote.
12635
12636 2004-04-03 Juri Linkov <juri@jurta.org>
12637
12638 * descr-text.el (describe-property-list): Add `font-lock-face'.
12639
12640 * dired.el (dired-font-lock-keywords): Fix permission regexps.
12641
12642 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12643
12644 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
12645 Use utf-16le on little endian machines and utf-16be otherwise.
12646
12647 2004-04-02 David Kastrup <dak@gnu.org>
12648
12649 * net/browse-url.el (browse-url-generic): Use call-process
12650 instead of start-process to allow browsers that fork and detach.
12651
12652 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
12653
12654 * compile.el (compilation-current-error): New var.
12655 (compilation-setup, compile-mouse-goto-error)
12656 (compile-goto-error, next-error): Use it.
12657 (compilation-skip-to-next-location): Default to t, which gives
12658 contiguous skipping like old compile (where this was redundant).
12659 (compilation-next-error): Prevent previous-* commands from moving
12660 back to message at or just before point.
12661
12662 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
12663
12664 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
12665 (gdb-source-info): Don't display source at startup, if required.
12666 (gdb-show-main): New option.
12667 (gdba): Update documentation.
12668 (gdb-source): Cover case of auto-display output.
12669
12670 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
12671
12672 * autorevert.el: Delete obsolete autoload's and defvar's.
12673 (auto-revert-check-vc-info): New user option.
12674 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12675 (auto-revert-handler-vc): Delete.
12676 (auto-revert-handler): Treat return value `fast' of
12677 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
12678
12679 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
12680 return `fast'.
12681
12682 * files.el (buffer-stale-function): Doc change.
12683
12684 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12685
12686 * printing.el: New tip on Tips section.
12687 (pr-version): New version number (6.7.4).
12688 (pr-shell-file-name): Initialization fix.
12689
12690 2004-03-31 Juri Linkov <juri@jurta.org>
12691
12692 * dired.el: Add autoload for `dired-do-touch'.
12693 (dired-touch-program): New var.
12694 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
12695 (dired-no-confirm): Add `touch' to docstring.
12696
12697 * dired-aux.el (dired-do-touch): New fun.
12698 (dired-do-chxxx): Add argument -t for touch operation.
12699
12700 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
12701 `dired-move-to-filename-regexp'.
12702
12703 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
12704
12705 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
12706
12707 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12708
12709 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
12710 and only if the buffer was modified.
12711
12712 2004-03-30 Kenichi Handa <handa@m17n.org>
12713
12714 * international/characters.el: Delete pairs for U+2308..U+230B.
12715
12716 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
12717
12718 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
12719 to detect the beginning of a level 2 or 3 annotation.
12720
12721 2004-03-29 Kenichi Handa <handa@m17n.org>
12722
12723 * international/ucs-tables.el (ucs-insert): Fix the error message.
12724
12725 2004-03-29 Kenichi Handa <handa@m17n.org>
12726
12727 * international/mule-util.el (char-displayable-p): Fix generation
12728 of XLFD file name.
12729
12730 * Makefile.in (setwins, setwins_almost): Change directory to $wd
12731 before finding directories by `find'.
12732
12733 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * subr.el (interactive-form): Delete. Now implemented in C.
12736
12737 * pcvs.el (cvs-parse-process): Workaround for Darwin.
12738
12739 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
12740 (vc-diff-label): New fun.
12741 (vc-diff-internal): Use it.
12742
12743 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
12744
12745 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12746
12747 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
12748
12749 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
12750 specify XML (EBNFX).
12751
12752 * progmodes/ebnf2ps.el: Doc fix.
12753 (ebnf-version): New version number (4.1).
12754 (ebnf-syntax): Adjust customization.
12755 (ebnf-style-database): Add ebnfx entry.
12756 (ebnf-syntax-alist): Add ebnfx initialization.
12757 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
12758
12759 * printing.el: Doc fix.
12760 (pr-version): New version number (6.7.3).
12761 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
12762 returns nil for mouse position. Reported by Drew Adams
12763 <drew.adams@oracle.com>.
12764 (pr-update-menus): Modify interactive declaration. Reported by Drew
12765 Adams <drew.adams@oracle.com>.
12766
12767 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
12768
12769 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
12770 (gud-gdba-marker-filter): Log the process input and output, if
12771 required. From Stefan Monnier.
12772 (gdb-debug-log, gdb-enable-debug-log): New variables.
12773 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
12774
12775 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
12778 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
12779
12780 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
12781
12782 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
12783 Call vc-find-file-hook here instead of in auto-revert-buffers.
12784 (auto-revert-buffers): Delete call to vc-find-file-hook.
12785 (auto-revert-verbose, global-auto-revert-non-file-buffers)
12786 (global-auto-revert-mode, auto-revert-set-timer)
12787 (auto-revert-handler, auto-revert-buffers): Doc fixes.
12788
12789 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
12790
12791 * woman.el (woman-change-fonts): Rename local variable
12792 woman-font-alist to font-alist to avoid a compiler warning.
12793
12794 2004-03-27 Dave Love <fx@gnu.org>
12795
12796 * emacs-lisp/rx.el (rx): Doc fix.
12797 Fix copyright years.
12798
12799 * strokes.el (strokes-global-set-stroke-string): New function.
12800 (strokes-list-strokes): Cope with strings, not just commands.
12801 Set foreground colour of image.
12802 (strokes-global-set-stroke): Doc fix.
12803
12804 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
12805
12806 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
12807 Auto Revert mode.
12808 (Buffer-menu-files-only): New variable.
12809 (Buffer-menu-toggle-files-only): New function.
12810 (Buffer-menu-mode-map): Bind it to `T'.
12811 (Buffer-menu-mode): Mention `T' in docstring.
12812 Set buffer-stale-function.
12813 (list-buffers-noselect): Mark buffer non-modified and set
12814 Buffer-menu-files-only.
12815
12816 * dired.el (buffer-stale-function): Remove no longer needed defvar.
12817
12818 * autorevert.el (auto-revert-handler): Print revert message
12819 before, rather than after, reverting.
12820 (buffer-stale-function): Move to files.el.
12821
12822 * files.el (buffer-stale-function): Move here from autorevert.el.
12823
12824 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
12827
12828 * calc/calc.el (calc-mode-map): Use mapc.
12829
12830 * apropos.el (apropos-mode): Don't autoload.
12831 (apropos-symbols-internal): New fun. Extracted from `apropos'.
12832 (apropos): Use it.
12833 (apropos-print): Add optional `text' argument.
12834 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
12835 Don't assume point-min == 1.
12836
12837 * bs.el (bs-buffer-list): Use buffer-local-value.
12838 (bs--set-toggle-to-show): Use with-current-buffer.
12839
12840 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
12841 New funs.
12842 (list-buffers-noselect): Use them. Adjust :align-to to new style.
12843
12844 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
12845
12846 * dabbrev.el (dabbrev-expand): Fix regexp construction.
12847 (dabbrev--find-expansion): Use pop.
12848 (dabbrev--search): Use match-string-no-properties.
12849
12850 * dired.el (dired-mode): Use run-mode-hooks.
12851 (dired-move-to-end-of-filename): Use match-string.
12852
12853 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
12854 is bound before using it.
12855 (ediff-verbose-p): Make it into a var since it's not constant.
12856
12857 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
12858
12859 * faces.el (read-face-font): Don't cons up unnecessarily.
12860 (header-line, tool-bar): Share common parts.
12861
12862 * files.el (file-relative-name): Use compare-strings.
12863
12864 * finder.el (finder-mode): Follow coding convention.
12865
12866 * subr.el (read-number): New function.
12867
12868 * ses.el (ses-read-number): Move to subr.el.
12869 (ses-set-header-row): Use read-number.
12870
12871 2004-03-26 Andre Spiegel <spiegel@gnu.org>
12872
12873 * vc-hooks.el (vc-arg-list): New function, which handles both
12874 compiled and uncompiled code.
12875 (vc-default-workfile-unchanged-p): Use it.
12876
12877 * vc.el (vc-print-log): Undo prev change, use new function
12878 vc-arg-list from vc-hooks.el.
12879
12880 2004-03-26 Masatake YAMATO <jet@gyve.org>
12881
12882 * simple.el (completion-setup-function): Emphasize the
12883 first uncommon characters in the completions; and de-emphasize
12884 the common prefix substrings.
12885 (completion-emphasis): New face.
12886 (completion-de-emphasis): New face.
12887
12888 2004-03-25 Juanma Barranquero <lektu@terra.es>
12889
12890 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
12891 Comment out (it's unused and unfinished code).
12892
12893 2004-03-25 Sam Steingold <sds@gnu.org>
12894
12895 * vc.el (vc-print-log): Fix a bug in the last patch:
12896 backend-function may be a byte-compiled object, not a lambda.
12897
12898 2004-03-25 Juri Linkov <juri@jurta.org>
12899
12900 * descr-text.el (describe-property-list): Add a button
12901 for `face' property that calls `describe-face'.
12902 Suggested by luis fernandes <elf@ee.ryerson.ca>
12903
12904 * international/mule.el (keyboard-coding-system):
12905 * kmacro.el (kmacro-call-macro): Fix docstring.
12906
12907 * dired.el: Fix comments.
12908
12909 * textmodes/fill.el (fill): Fix Info link.
12910
12911 * font-lock.el (fast-lock, lazy-lock):
12912 * jit-lock.el (jit-lock): Remove links to removed Support Modes
12913 Info node.
12914
12915 * eshell/eshell.el (eshell): Fix broken info-link.
12916
12917 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
12918 * eshell/em-banner.el (eshell-banner):
12919 * eshell/em-smart.el (eshell-smart):
12920 * eshell/esh-cmd.el (eshell-cmd):
12921 Comment out broken info-links to incomplete Info manual.
12922
12923 * info-xref.el: Fix commentary.
12924
12925 2004-03-25 Kevin Ryde <user42@zip.com.au>
12926
12927 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
12928 Remove spurious node duplicate suppression, doesn't work, not wanted.
12929 (info-xref-output): Take format style args, add "sit-for 0" to let
12930 user see the results as they progress.
12931 (info-xref-check-all-custom): New function.
12932
12933 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
12934
12935 * gdb-ui.el: Moved to progmodes.
12936
12937 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
12940
12941 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12942
12943 * calendar/appt.el (appt-check): Remove superfluous progn.
12944 When finished with diary buffer: if it was not being displayed
12945 before, kill it; otherwise restore its original state.
12946 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
12947
12948 * calendar/calendar.el (calendar-set-mode-line): Use total
12949 available mode-line width, rather than frame-width.
12950
12951 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
12952 after mode change so effect not lost.
12953
12954 2004-03-23 Dave Love <fx@gnu.org>
12955
12956 * dired.el (dired) <defgroup>: Add link to manual.
12957 (dired-font-lock-keywords): Add highlighting on unusual permissions.
12958 (dired-revert): Use dolist.
12959 (dired-mode-map): Add U binding.
12960 (dired-mode): Add font-lock-beginning-of-syntax-function.
12961 (dired-garbage-files-regexp): Make it a defcustom.
12962
12963 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12964
12965 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
12966 is equivalent to nil.
12967 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
12968 (vc-arch-mode-line-string): Accept `added' state.
12969 (vc-arch-state): Use inode-sigs if available.
12970 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
12971 Copy&delete existing id file if any. Fallback if uuidgen is absent.
12972 (vc-arch-tagline-re): New var.
12973 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
12974 New functions.
12975 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
12976 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
12977
12978 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
12979 (vc-file-not-found-hook): Use it.
12980
12981 * diff-mode.el (diff-default-read-only): Change default.
12982 (diff-mode-hook): Make it a defcustom. Add some options.
12983 (diff-mode-map): Bind diff-refine-hook.
12984 (diff-yank-handler): New var.
12985 (diff-yank-function): New fun.
12986 (diff-font-lock-keywords): Use them.
12987 (diff-end-of-file): Handle case where file-header looks like diff text.
12988 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
12989 (diff-file-kill): Delete a subsequent empty line, if applicable.
12990 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
12991 (diff-find-file-name): Use it.
12992 (diff-tell-file-name): New command.
12993 (diff-mode): Be careful with view-mode.
12994 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
12995 New functions, for use in diff-mode-hook.
12996 (diff-find-source-location): Catch "regex too large" errors.
12997 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
12998 (diff-refine-hunk): New command.
12999
13000 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
13001 (smerge-context-menu-map): Remove unused var.
13002 (smerge-keep-all): Preserve markers.
13003 (smerge-keep-n): New fun.
13004 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13005 (smerge-keep-current, smerge-ediff): Use it.
13006 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
13007 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
13008 (smerge-resolve): Resolve trivial 3-part conflicts.
13009
13010 2004-03-23 Juri Linkov <juri@jurta.org>
13011
13012 * man.el (Man-width): New var.
13013 (Man-getpage-in-background): Use it.
13014 (Man-support-local-filenames): New var and fun.
13015 (Man-build-man-command): Don't add a second %s.
13016 (Man-fontify-manpage): Clean up message.
13017 (Man-mode): Set outline-regexp, outline-level,
13018 imenu-generic-expression.
13019
13020 * woman.el (woman-fill-frame): Doc fix.
13021 (woman-decode-region): Use window-width instead of frame-width.
13022
13023 * abbrevlist.el (list-one-abbrev-table):
13024 * descr-text.el (describe-char):
13025 * international/mule-diag.el (describe-current-coding-system):
13026 * international/quail.el (quail-insert-decode-map):
13027 Use window-width instead of frame-width.
13028
13029 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
13030 (jka-compr-mode-alist-additions): Add tbz.
13031 (jka-compr-write-region, jka-compr-insert-file-contents):
13032 Add message for undefined compress-program.
13033 (jka-compr-write-region): Remove redundant var bindings.
13034
13035 * dired-x.el (dired-guess-shell-alist-default): Add choices for
13036 extracting files into subdirectory. Add tbz and dz. Fix regexps.
13037 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
13038 (dired-man): Use dired-guess-shell-command.
13039 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
13040 Change default nil to t.
13041
13042 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
13043 (dired-compare-directories): Add default value for empty input.
13044
13045 * help-at-pt.el: Move suggestions for key bindings to Commentary.
13046
13047 * time.el (display-time-string-forms): Fix help-echo date format.
13048
13049 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
13050
13051 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
13052 (buffer-stale-function): New variable.
13053 (auto-revert-list-diff, auto-revert-dired-file-list)
13054 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
13055 (auto-revert-handler): Take over some functionality of deleted
13056 functions.
13057 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
13058
13059 * dired.el (dired-directory-changed-p): New fun, extracted from
13060 dired-internal-noselect.
13061 (dired-buffer-stale-p): New fun.
13062 (dired-internal-noselect): Use dired-directory-changed-p.
13063 Eliminate revert messages.
13064 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
13065
13066 2004-03-23 Kenichi Handa <handa@m17n.org>
13067
13068 * international/characters.el: Setup syntaxes for more parentheses
13069 Unicode characters.
13070
13071 * international/mule-cmds.el (select-safe-coding-system):
13072 Merge coding-system and auto-cs before comparing them.
13073
13074 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
13077
13078 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13079 normal-auto-fill-function and comment-indent-function.
13080 The default values now work just as well.
13081 Don't set font-lock-beginning-of-syntax-function since we already set
13082 syntax-begin-function.
13083 (lisp-outline-level): Put ;;;###autoload at same level as (.
13084 (prin1-char): Quote special chars.
13085
13086 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
13087 than with-no-warnings.
13088
13089 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
13090 if the source location can't be found.
13091 (edebug-compute-previous-result): Use prin1-char.
13092
13093 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
13094 (debug-ignored-errors): Add an entry.
13095
13096 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
13097 (byte-compile-file): Output warning when deleting a file.
13098
13099 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
13100 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
13101
13102 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
13103 (byte-compile-inline-expand): Use backquote.
13104 (byte-optimize-pure-func): Rename from byte-optimize-concat.
13105 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
13106
13107 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
13108
13109 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
13110
13111 2004-03-22 Juri Linkov <juri@jurta.org>
13112
13113 * finder.el (finder-known-keywords): Fix data, tex, unix.
13114
13115 * play/landmark.el: Fix keywords.
13116
13117 * language/ethio-util.el (ethio-find-file): Doc fix.
13118
13119 * emacs-lisp/warnings.el: Doc fix.
13120
13121 * textmodes/ispell.el (ispell-help): Doc fix.
13122
13123 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
13124
13125 * format.el (format-insert-file): Always return a list of two
13126 elements, like insert-file-contents does.
13127
13128 2004-03-21 Andre Spiegel <spiegel@gnu.org>
13129
13130 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
13131 and vc-BACKEND-diff.
13132 (vc-print-log): If the print-log implementation supports it, use
13133 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
13134 (vc-version-diff, vc-diff-internal): Doc fixes.
13135
13136 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
13137 implementation supports it, let diff output go to *vc*,
13138 not *vc-diff*, since this is an internal call.
13139
13140 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
13141
13142 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
13143
13144 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
13145
13146 2004-03-21 Dave Love <fx@gnu.org>
13147
13148 * progmodes/cfengine.el (cfengine-mode):
13149 Set parse-sexp-ignore-comments.
13150
13151 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
13152
13153 2004-03-21 Juanma Barranquero <lektu@terra.es>
13154
13155 * allout.el (allout-mode): Fix docstring.
13156
13157 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
13158
13159 * files.el (insert-directory): Fix bug if SWITCHES is a list.
13160
13161 * autorevert.el (auto-revert-interval): Make new value take
13162 effect immediately when set through Custom.
13163 (auto-revert-set-timer): Add interactive declaration.
13164
13165 2004-03-19 David Ponce <david@dponce.com>
13166
13167 * ruler-mode.el (ruler-mode-header-line-format-old):
13168 Don't `make-variable-buffer-local'.
13169 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
13170 (ruler-mode-header-line-format): Simply funcall the above.
13171 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
13172 to save/restore a previous header line format.
13173 (ruler-mode-space): Don't depend on a numeric WIDTH value.
13174 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
13175 fringes and margins width.
13176 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
13177
13178 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13179
13180 * log-edit.el (log-edit-font-lock-keywords): Typo.
13181
13182 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
13183 (tex-send-tex-command): Rather than here.
13184 (tex-compilation-parse-errors): Simplify.
13185
13186 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
13187
13188 * time.el (display-time-string-forms): Add help-echo with date on time.
13189
13190 * composite.el (compose-region): Use restore-buffer-modified-p.
13191
13192 * disp-table.el (standard-display-8bit): Simplify.
13193
13194 * server.el (server-process-filter): Delete temp frame.
13195
13196 * add-log.el (add-change-log-entry): Simplify.
13197
13198 2004-03-19 Kim F. Storm <storm@cua.dk>
13199
13200 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
13201 (hexl-follow-line): Don't require 'fringe.
13202
13203 * progmodes/compile.el (compilation-start): Always set
13204 compilation-last-buffer and return it.
13205
13206 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
13207
13208 * simple.el (clone-buffer): Doc fix.
13209
13210 2004-03-18 Juanma Barranquero <lektu@terra.es>
13211
13212 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
13213
13214 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * log-edit.el (log-edit-font-lock-keywords): New var.
13217 (log-edit-mode): Use it.
13218
13219 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
13220
13221 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
13222 properly for watching in speedbar.
13223
13224 2004-03-17 Masatake YAMATO <jet@gyve.org>
13225
13226 * smerge-mode.el (smerge-popup-context-menu):
13227 Put `unwind-protect' around `overlay-put' and `popup-menu'.
13228
13229 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13230
13231 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
13232 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
13233 Take sealed revisions into account.
13234 (vc-arch-checkin): Extract a summary line from the message.
13235
13236 2004-03-16 Masatake YAMATO <jet@gyve.org>
13237
13238 * register.el (register): Provide `register' feature.
13239
13240 2004-03-15 Masatake YAMATO <jet@gyve.org>
13241
13242 Added context menu support in smerge mode.
13243 Most of the part is written by Stefan Monnier.
13244
13245 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
13246 New keymap and menu.
13247 (smerge-text-properties): New function.
13248 (smerge-remove-props): New function.
13249 (smerge-popup-context-menu): New function.
13250 (smerge-resolve): Call `smerge-remove-props'.
13251 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
13252 (smerge-keep-current): Ditto.
13253 (smerge-kill-current): New function.
13254 (smerge-match-conflict): Put text properties.
13255 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
13256
13257 2004-03-15 David Ponce <david@dponce.com>
13258
13259 * ruler-mode.el: (ruler-mode-left-fringe-cols)
13260 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
13261 (ruler-mode-right-scroll-bar-cols): Remove.
13262 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
13263 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
13264 Use fringe-columns and scroll-bar-columns.
13265
13266 2004-03-15 Masatake YAMATO <jet@gyve.org>
13267
13268 * hl-line.el (hl-line-range-function): New variable.
13269 (hl-line-move): New function.
13270 (global-hl-line-highlight): Use `hl-line-move'.
13271 (hl-line-highlight): Ditto.
13272
13273 * scroll-bar.el (scroll-bar-columns):
13274 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
13275
13276 * ruler-mode.el (top-level): Require scroll-bar and fringe.
13277 (ruler-mode-left-fringe-cols)
13278 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
13279 (ruler-mode-right-scroll-bar-cols)
13280 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
13281 (ruler-mode-ruler-function): New variable.
13282 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
13283 if the value for `ruler-mode-ruler-function'is given.
13284
13285 * hexl.el (hexl-mode-hook): Make the hook customizable.
13286 (hexl-address-area, hexl-ascii-area): New customize variables.
13287 (hexlify-buffer): Put font-lock-faces on the address area and
13288 the ascii area.
13289 (hexl-activate-ruler): New function.
13290 (hexl-follow-line): New function.
13291 (hexl-highlight-line-range): New function.
13292 (hexl-mode-ruler): New function.
13293
13294 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
13297 (vc-default-find-file-hook): New fun.
13298 (vc-find-file-hook): Call new find-file-hook operation.
13299
13300 * vc-arch.el: New file.
13301
13302 2004-03-12 Jesper Harder <harder@ifa.au.dk>
13303
13304 * info-look.el (info-lookup): Reuse an existing Info window.
13305
13306 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
13307
13308 * woman.el (woman-preserve-ascii): Default value changed to t and
13309 doc string revised.
13310
13311 2004-03-12 Richard M. Stallman <rms@gnu.org>
13312
13313 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13314 Fix minor bug.
13315
13316 * replace.el (occur-engine): Change message for count of matches.
13317
13318 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
13319 For strings, do compare text properties.
13320
13321 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
13322
13323 * progmodes/compile.el (compile-auto-highlight)
13324 (compilation-error-list, compilation-old-error-list)
13325 (compilation-parse-errors-function, compilation-parsing-end)
13326 (compilation-error-message, compilation-directory-stack)
13327 (compilation-enter-directory-regexp-alist)
13328 (compilation-leave-directory-regexp-alist)
13329 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
13330 (compilation-current-file, compilation-regexps): Remove vars.
13331
13332 (compile-error-at-point, compilation-error-filedata)
13333 (compilation-error-filedata-file-name, compile-reinitialize-errors)
13334 (compilation-next-error-locus, compilation-forget-errors)
13335 (count-regexp-groupings, compilation-parse-errors)
13336 (compile-collect-regexps, compile-buffer-substring): Remove funs.
13337
13338 (compile-internal): Make obsolete.
13339
13340 (compilation-first-column, compilation-error)
13341 (compilation-directory-matcher, compilation-page-delimiter)
13342 (compilation-mode-font-lock-keywords, compilation-debug)
13343 (compilation-error-face, compilation-warning-face)
13344 (compilation-info-face, compilation-line-face)
13345 (compilation-column-face, compilation-enter-directory-face)
13346 (compilation-leave-directory-face, compilation-skip-threshold)
13347 (compilation-skip-visited, compilation-context-lines): New vars.
13348
13349 (compilation-warning-face, compilation-info-face)
13350 (compilation-message-face): New faces.
13351
13352 (compilation-error-regexp-alist-alist): New constant.
13353
13354 (compilation-face, compilation-directory-properties)
13355 (compilation-assq, compilation-error-properties, compilation-start)
13356 (define-compilation-mode, compilation-loop)
13357 (compilation-set-window): New functions.
13358
13359 (compile): Additional argument for interactive compiles like TeX.
13360
13361 * progmodes/grep.el (kill-grep): Move here from compile.el
13362 (grep-error, grep-hit-face, grep-error-face)
13363 (grep-mode-font-lock-keywords): New variables.
13364 (grep-regexp-alist): Simplify regexp and add `binary' case.
13365 (grep-mode): New mode.
13366 (grep-process-setup): Simplify.
13367
13368 2004-03-11 Jason Rumney <jasonr@gnu.org>
13369
13370 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
13371 letters on DOS/Windows.
13372
13373 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * server.el (server-name): New var.
13376 (server-socket-dir): New var to replace server-socket-name.
13377 (server-start): Use them.
13378
13379 2004-03-11 Simon Josefsson <jas@extundo.com>
13380
13381 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
13382 died to avoid infloop. Reported by Jonathan Glauner
13383 <jglauner@sbum.org>.
13384
13385 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
13388 (smerge-mode-menu): Use it to deactivate menu entries.
13389 (smerge-keep-current): New fun.
13390 (smerge-keep-current): Use it.
13391
13392 2004-03-10 John Paul Wallington <jpw@gnu.org>
13393
13394 * foldout.el (foldout-fold-list, foldout-modeline-string):
13395 Declare them as variables, not constants.
13396
13397 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13398
13399 * ps-print.el: Modification to print *Messages* buffer.
13400 (ps-print-version): New version 6.6.4.
13401 (ps-message-log-max): New fun.
13402 (ps-spool-without-faces, ps-spool-with-faces)
13403 (ps-count-lines-preprint): Code fix.
13404
13405 * printing.el: New tips in Tips section.
13406
13407 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13408
13409 * delim-col.el: Doc fix.
13410
13411 * printing.el: Doc fix. New doc section (Tips).
13412
13413 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13414
13415 * type-break.el (type-break-emacs-variant): Remove.
13416 (type-break-run-at-time, type-break-cancel-function-timers):
13417 Use fboundp rather than version name and number.
13418
13419 2004-03-09 Masatake YAMATO <jet@gyve.org>
13420
13421 * hexl.el (hexl-mode): Use `make-local-variable' instead of
13422 `make-variable-buffer-local'.
13423
13424 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
13425
13426 * find-dired.el (find-dired): Call `shell-command' instead of
13427 `start-process-shell-command'. By this, Tramp takes over
13428 handling of remote directories.
13429
13430 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13431
13432 * newcomment.el (comment-use-global-state): New var.
13433 (comment-search-forward): Use it.
13434
13435 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
13436
13437 * cus-edit.el (fill) <defgroup>: Move to fill.el.
13438
13439 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
13440 (enable-kinsoku): Make it a defcustom.
13441 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
13442 paragraph to same-comment-start-marker.
13443
13444 2004-03-07 Dave Love <fx@gnu.org>
13445
13446 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
13447 (browse-url-mail): Use it.
13448
13449 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
13450 (rfc2368-unhexify-string): Use replace-regexp-in-string.
13451
13452 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
13453
13454 * woman.el (woman-man.conf-path): Doc fix.
13455 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
13456
13457 2004-03-07 Eli Zaretskii <eliz@gnu.org>
13458
13459 * sort.el (sort-columns): Remove ms-dos from the list of systems
13460 where the external `sort' command is not used.
13461
13462 2004-03-07 Kim F. Storm <storm@cua.dk>
13463
13464 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
13465 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
13466 from overlay-arrow-variable-list.
13467 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
13468
13469 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
13470
13471 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
13472 overlay arrow string properly for the assembler buffer.
13473
13474 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * mail/sendmail.el (mail-mode): Fix last change.
13477
13478 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
13479
13480 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
13481 for the assembler buffer.
13482 (gdb-assembler-custom): Position the overlay arrow.
13483 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
13484
13485 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
13486
13487 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
13488
13489 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
13490 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
13491
13492 * mail/sendmail.el (mail-mode): Set comment-start-skip.
13493
13494 * newcomment.el (uncomment-region): Allow non-terminated comment.
13495 (comment-normalize-vars): Check the user-specified comstart marker.
13496
13497 2004-03-04 Jesper Harder <harder@ifa.au.dk>
13498
13499 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
13500 Otherwise, do use it if the region only contains font-lock text
13501 properties.
13502
13503 2004-03-04 Masatake YAMATO <jet@gyve.org>
13504
13505 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
13506 as the callback function for eldoc.
13507 (hexl-print-current-point-info): New function.
13508 (hexl-current-address): Print the address in both decimal
13509 and hexadecimal format.
13510
13511 2004-03-04 Richard M. Stallman <rms@gnu.org>
13512
13513 * mail/rmail.el (rmail-convert-to-babyl-format):
13514 Specify t for UNIBYTE when calling mail-unquote-printable-region.
13515
13516 * mail/mail-utils.el (mail-unquote-printable-region):
13517 New arg UNIBYTE.
13518
13519 * startup.el (command-switch-alist): Doc fix.
13520
13521 * simple.el (undo): Temporarily set this-command to `undo-start',
13522 then set it to `undo' once undo-start returns without error.
13523
13524 * simple.el (minibuffer-history-sexp-flag): Doc fix.
13525
13526 * simple.el (kill-line): Don't disregard trailing whitespace
13527 in eol condition, if show-trailing-whitespace is set.
13528
13529 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
13530 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
13531 When disabling, restore old values only if mouse-sel-has-been-enabled.
13532
13533 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
13534 (isearch-{-char): New function.
13535 (isearch-mode-map): Bind { to isearch-{-char.
13536
13537 * font-lock.el (lisp-font-lock-keywords-2):
13538 Turn off the CL with-... and do-... general patterns.
13539 Instead, recognize several specific with... and do... constructs.
13540
13541 * files.el (switch-to-buffer-other-window):
13542 Bind same-window-buffer-names and same-window-regexps to nil.
13543 (switch-to-buffer-other-frame): Likewise.
13544
13545 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
13548 recognizing leading comment on code line.
13549
13550 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
13551
13552 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
13553 hidden files/directories.
13554
13555 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
13558 only comment-start (in case the mode hasn't set it).
13559
13560 * Makefile.in (AUTOGENEL): New var.
13561 (bootstrap-prepare): Rename from bootstrap-clean.
13562 Don't remove elc files.
13563 (maintainer-clean): New target.
13564
13565 * xml.el (xml-get-attribute-or-nil): Simplify.
13566
13567 2004-03-02 Juri Linkov <juri@jurta.org>
13568
13569 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
13570 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
13571 URL to prevent their substitution with the environment variable
13572 values by browsers.
13573
13574 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13575
13576 * ps-print.el: Doc fix.
13577 (ps-print-version): New version number (6.6.3).
13578 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
13579 Docstring fix.
13580 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
13581 before printing.
13582 (ps-time-stamp-yyyy-mm-dd): New fun.
13583 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
13584
13585 2004-03-02 Kim F. Storm <storm@cua.dk>
13586
13587 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
13588
13589 2004-03-01 Juanma Barranquero <lektu@terra.es>
13590
13591 * allout.el (allout-rebullet-heading): Fix typo in docstring.
13592
13593 * desktop.el (desktop-file-version)
13594 (desktop-after-read-hook): Fix typos.
13595 (desktop-clear-preserve-buffers): Remove redundant info in
13596 docstring already shown by the obsolescence message.
13597 (desktop-truncate, desktop-internal-v2s)
13598 (desktop-value-to-string): Change argument name to match docstring.
13599
13600 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
13601
13602 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
13603 docstring.
13604
13605 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13606
13607 * printing.el: Replace "As Is..." in PostScript file print/preview by
13608 "No Preprocessing...". Suggested by Colin Marquardt
13609 <_marquardt_@zmd.de>.
13610 (pr-insert-section-4): Adjust buffer interface.
13611
13612 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13613
13614 Version 2.0.39 of Tramp released.
13615
13616 * net/tramp.el (tramp-handle-file-local-copy)
13617 (tramp-handle-write-region, tramp-open-connection-rsh):
13618 Variable name typo. Small change. From Patrick Tullmann
13619 <tullmann@flux.utah.edu>.
13620 (tramp-process-connection-type): New variable.
13621 (tramp-maybe-open-connection): Use it.
13622 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
13623 (tramp-touch): Set last-modified time of a remote file.
13624 (tramp-handle-write-region): Say which function is used when encoding.
13625
13626 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
13627
13628 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
13629 case of non-existing filename, too. Reported by Christoph Bauer
13630 <c_bauer@informatik.uni-kl.de>.
13631 (tramp-smb-get-file-entries): The directory in question should
13632 have permissions "drwxrwxrwx". Just virtual, because we don't
13633 know the real permissions. Don't we know?
13634 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
13635 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
13636 (tramp-smb-wait-for-output): Optimize algorithm getting pending
13637 output. If it was received chunkwise, there have been problems.
13638 Remove the "prompt not found" error message; it is obvious.
13639 Simplify algorithm.
13640 (tramp-smb-process-running): Remove. Since we acknowledge the
13641 virtual prompt for shares, there's no need for distinction of
13642 reading shares (process ends afterwards) and interactive mode of
13643 smblient.
13644 (tramp-smb-open-connection): Setting process sentinel removed.
13645 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
13646 "NT_STATUS_NETWORK_ACCESS_DENIED".
13647 (tramp-smb-maybe-open-connection): Set `process-connection-type'
13648 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
13649 (top-level): Setting default value in `tramp-default-method-alist'
13650 corrected. Order of USER and HOST have been wrong.
13651 Nobody complained for months ...
13652 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
13653 (tramp-smb-open-connection): Clear password cache if login has failed.
13654
13655 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
13656 `tramp-unified-filenames'.
13657 (tramp-completion-mode): Make test for XEmacs explicitely.
13658 `event-to-character' can exists in Emacs packages too.
13659 Reported by Matt Swift <swift@alum.mit.edu>.
13660 (tramp-buffer-name): Buffer name must contain the user if exists.
13661 Reported by Adrian Phillips <a.phillips@met.no>.
13662 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
13663 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
13664 (tramp-do-copy-or-rename-file-out-of-band): Rename from
13665 `tramp-do-copy-or-rename-file-one-local', because it handles also
13666 the case both files use the same out-of-band method.
13667 Implementation added.
13668 (tramp-handle-file-local-copy, tramp-handle-write-region):
13669 Out-of-band handling removed. `copy-file' called instead, which
13670 calls `tramp-do-copy-or-rename-file-out-of-band'.
13671 (tramp-action-password): Check for out-of-band method removed.
13672 This function is used for 'login-program.
13673 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
13674 appropriate.
13675 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
13676 and `tramp-parse-sknownhosts'.
13677 (tramp-completion-function-alist): It's a defvar now, because we
13678 want to apply the optimized `tramp-set-completion-function'
13679 instead of a static list.
13680 (tramp-set-completion-function): Implementation tuned.
13681 Avoid double entries, and entries where the function or the
13682 file/directory doesn't exist.
13683 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
13684 for SSH2.
13685 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
13686 (tramp-handle-dired-compress-file): New function.
13687 (tramp-async-proc): New variable.
13688 (tramp-handle-shell-command): Adding asynchronous processes.
13689 They are far from being perfect, but it works at least for
13690 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
13691 (top-level): Require password.el if visible. Should be mandatory
13692 once No Gnus has found its way into (X)Emacs.
13693 (tramp-read-passwd): Invoke `password-read' if available,
13694 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
13695 fallback any longer.
13696 (tramp-clear-passwd): New function.
13697 (tramp-process-actions, tramp-process-multi-actions):
13698 Clear password cache if login has failed.
13699
13700 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
13701 its own module.
13702 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
13703 `ange-ftp-ftp-name-res'. There could be incorrect values from
13704 previous calls in case the "ftp" method is used in the Tramp file
13705 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13706
13707 2004-02-28 Richard M. Stallman <rms@gnu.org>
13708
13709 * term.el (term-mouse-paste): Call mouse-set-point.
13710
13711 * thumbs.el: New file.
13712
13713 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13714
13715 * progmodes/ebnf-abn.el: Doc fix.
13716
13717 * progmodes/ebnf-bnf.el: Doc fix.
13718 (ebnf-repeat): Code fix.
13719
13720 * progmodes/ebnf2ps.el: Doc fix.
13721 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
13722
13723 2004-02-28 Juri Linkov <juri@jurta.org>
13724
13725 * ffap.el (dired-at-point): Additional writability test for
13726 relative directory names.
13727 (dired-at-point-prompter): Treat directories as a directory, get
13728 the directory component from files.
13729 (ffap-string-at-point): Return string from region if region is active.
13730 (ffap-file-at-point): Remove redundant code.
13731
13732 2004-02-28 Kim F. Storm <storm@cua.dk>
13733
13734 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
13735 Initialize margin area images to nil.
13736 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
13737 (breakpoint-enabled-bitmap-face)
13738 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
13739 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
13740 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
13741 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
13742 (gdb-reset): Use gdb-remove-breakpoint-icons.
13743 (gdb-put-string): Add dprop arg to specify alternative display
13744 property (for setting fringe bitmap).
13745 (gdb-remove-strings): Doc fix.
13746 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
13747 icon in fringe (if available), or else as icon or text in display
13748 margin. Creates necessary icons in breakpoint-bitmap,
13749 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
13750 Also make left window margin if required.
13751 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
13752 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
13753 no longer needed.
13754 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
13755 gdb-put-breakpoint-icon.
13756 (gdb-assembler-mode): Don't set left-margin-width here.
13757
13758 2004-02-27 Kevin Ryde <user42@zip.com.au>
13759
13760 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
13761 comma, so that it DTRT in macros.
13762
13763 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
13764
13765 * progmodes/sh-script.el (sh-shell-arg)
13766 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
13767 (sh-leading-keywords, sh-other-keywords): Fix custom type.
13768
13769 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
13770
13771 * faces.el (face-spec-set-match-display): Add a new attribute,
13772 `min-colors'.
13773 (region, highlight, secondary-selection): Use `min-colors'.
13774
13775 * custom.el (defface): Add documentation for `min-colors'.
13776
13777 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13778 (font-lock-keyword-face, font-lock-function-name-face)
13779 (font-lock-variable-name-face, font-lock-constant-face):
13780 Use `min-colors'.
13781
13782 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
13783
13784 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13785
13786 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
13787 define assq-delete-all if it's not defined.
13788 (ebnf-generate-region): Code fix.
13789
13790 * printing.el: Doc fix.
13791 (pr-version): New version number (6.7.2).
13792 (pr-command): Return empty string if command is an empty string.
13793
13794 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13795
13796 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
13797
13798 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
13799 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
13800 semi-down-full. Fix a bug on productions like test = {"test"}* | (
13801 "tt" ["test"] ). Reported by Markus Dreyer
13802 <mdreyer@ix.urz.uni-heidelberg.de>.
13803 (ebnf-version): New version number (4.0).
13804 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
13805 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
13806 (ebnf-delete-style): New commands.
13807 (ebnf-directory, ebnf-file): New funs.
13808 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
13809 (ebnf-production-name-p, ebnf-stop-on-error): New options.
13810 (ebnf-syntax-alist): New var.
13811 (ebnf-element-width): New fun replacing ebnf-list-width.
13812 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
13813 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
13814 (ebnf-prologue): Adjust vars.
13815 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
13816 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
13817 (ebnf-check-style-values, ebnf-generate-production)
13818 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
13819 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
13820 (ebnf-token-repeat): Code fix.
13821
13822 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
13823 %right, %left and %prec. Suggested by Matthew K. Junker
13824 <junker@alum.mit.edu>.
13825 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
13826
13827 * progmodes/ebnf-iso.el: Doc fix.
13828 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
13829 (ebnf-iso-lex): Code fix.
13830
13831 * progmodes/ebnf-bnf.el: Doc fix.
13832 (ebnf-bnf-lex): Code fix.
13833
13834 * progmodes/ebnf-otz.el: Doc fix.
13835
13836 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
13837
13838 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
13839 (abbrev-prefix-mark): Doc fix.
13840
13841 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
13842
13843 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
13844 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
13845 (gdb-var-delete): Make interactive (really).
13846 (gdb-edit-value): Make non-interactive.
13847
13848 * progmodes/gud.el (gud-speedbar-menu-items):
13849 Add gdb-var-delete and, indirectly, gdb-edit-value.
13850 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
13851 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
13852 (gud-gdb-marker-filter): Add comment for annotations.
13853
13854 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13855
13856 * calendar/calendar.el (generate-calendar)
13857 (calendar-read-date): Prevent display of BC calendars once more -
13858 reverts 2003-10-01 change.
13859 (generate-calendar-month): Doc fix.
13860
13861 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
13862
13863 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
13864 return value of increment-calendar-month.
13865
13866 2004-02-21 Stephen Compall <s11@member.fsf.org>
13867
13868 * saveplace.el (save-place-forget-unreadable-files)
13869 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
13870 (save-place-forget-unreadable-files): New function.
13871 (save-place-alist-to-file): Use it to filter out files that are
13872 no longer readable.
13873
13874 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
13875 current Texinfo environment, using the same method as in
13876 `texinfo-insert-@end', and insert a space rather than a newline if
13877 point in a @table environment.
13878
13879 2004-02-21 Juri Linkov <juri@jurta.org>
13880
13881 * ffap.el (ffap-file-at-point): Try parent directories.
13882
13883 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
13884
13885 * vcursor.el (vcursor-modifiers): New defcustom.
13886 (vcursor-cs-binding): Use vcursor-modifiers instead of a
13887 hard-coded list.
13888
13889 2004-02-21 Masatake YAMATO <jet@gyve.org>
13890
13891 * play/animate.el (animate-birthday-present): Accept names other
13892 than `Sarah', too.
13893
13894 2004-02-21 Juri Linkov <juri@jurta.org>
13895
13896 * startup.el: Remove table of command line arguments from the
13897 Commentary section.
13898
13899 2004-02-20 John Wiegley <johnw@newartisans.com>
13900
13901 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
13902 again" modifier from 'e' to 'E', since 'e' is also used by the
13903 "file extension" modifier.
13904
13905 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
13906
13907 * help-fns.el (describe-categories): Doc fix.
13908
13909 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13910
13911 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
13912 temporary file for buffer already visiting one. This change makes
13913 output likely to be directly usable by patch program.
13914 Suggested by Adrian Aichner <adrian@xemacs.org>
13915
13916 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
13917
13918 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
13919 case of variables defined in compound statements.
13920 (gdb-setup-windows, gdb-source-info, gdb-source-info):
13921 Simplify constructions using switch-to-buffer.
13922
13923 2004-02-19 Simon Josefsson <jas@extundo.com>
13924
13925 * play/morse.el: Fix typo.
13926 (morse-code): Add @.
13927
13928 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
13929
13930 * calendar/appt.el (appt-display-format): Change default to
13931 'ignore, for backwards compatibility.
13932 (appt-display-message): If appt-display-format is 'ignore,
13933 respect old vars appt-msg-window and appt-visible.
13934 (appt-activate): Don't depend on return value of cancel-timer.
13935
13936 * calendar/calendar.el (calendar-holidays): Doc fix.
13937
13938 * calendar/cal-coptic.el (coptic-prompt-for-date):
13939 Use assoc-string instead of assoc-ignore-case.
13940 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
13941 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
13942 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
13943 * calendar/cal-islam.el (calendar-goto-islamic-date)
13944 (mark-islamic-diary-entries): Ditto.
13945 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
13946 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
13947 (calendar-read-mayan-tzolkin-date): Ditto.
13948 * calendar/calendar.el (calendar-read-date): Ditto.
13949 * calendar/diary-lib.el (mark-diary-entries): Ditto.
13950
13951 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
13952
13953 * progmodes/executable.el (executable-command-find-posix-p):
13954 Fix choice of the directory.
13955
13956 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
13957
13958 * simple.el (interprogram-cut-function)
13959 (interprogram-paste-function, kill-new, kill-append):
13960 Doc fixes.
13961 (kill-region): Make it return nil. Doc fix.
13962 (yank-pop): Make its argument optional.
13963 (yank): Make ARG `-' equivalent to `-1'.
13964
13965 2004-02-17 Eli Zaretskii <eliz@gnu.org>
13966
13967 * mail/rmail.el (rmail-get-new-mail): Don't reference
13968 rmail-use-spam-filter if rmail-spam-filter is not loaded.
13969
13970 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
13971
13972 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
13973 if one of global-auto-revert-non-file-buffers or autorevert-mode
13974 is non-nil.
13975
13976 2004-02-16 Eli Zaretskii <eliz@gnu.org>
13977
13978 * subr.el (delete-dups): A better implementation from Karl Heuer
13979 <kwzh@gnu.org>.
13980
13981 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13982
13983 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
13984 correct place.
13985 * progmodes/icon.el (icon-indent-command): Ditto.
13986 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
13987
13988 2004-02-16 Eli Zaretskii <eliz@gnu.org>
13989
13990 * progmodes/grep.el (grep-compute-defaults): Undo change from
13991 2004-01-29: don't use executable-command-find-posix-p.
13992
13993 2004-02-16 Richard Sharman <rsharman@pobox.com>
13994
13995 * hilit-chg.el: Use require instead of eval-and-compile.
13996 (highlight-compare-buffers): New function.
13997
13998 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
13999
14000 * man.el (Man-fontify-manpage): Render section headings in
14001 `Man-overstrike-face' even when overstrike was not used by man
14002 formatter for section headings.
14003
14004 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
14005
14006 * rmail-spam-filter.el: (vm-use-spam-filter)
14007 (rsf-min-region-length-added-to-spam-list): New variables.
14008 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
14009 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
14010 spam testing. Don't delete spam message if automatic deletion
14011 after output via variable rmail-delete-after-output is turned on.
14012 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
14013 rsf-bbdb-dont-create-entries-for-spam.
14014 (check-field): New function, extracted from code in
14015 rmail-spam-filter to ease addition of header fields like content-type.
14016 (message-content-type): New variable to check the content-type:
14017 field added, also in defcustom of rsf-definitions-alist.
14018 (rmail-spam-filter): Replace repeated test code for header fields
14019 by calls to check-field; change the call to
14020 rmail-output-to-rmail-file such that rmail-current-message stays
14021 the same to avoid wrong deletion of unseen flags.
14022 (rsf-add-contents-type): New function to convert old format
14023 of rmail-spam-definitions-alist into new one.
14024 Change prefixes of all variables and functions from
14025 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
14026
14027 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14028
14029 * loadhist.el (unload-hook-features-list): New defvar.
14030
14031 2004-02-16 Dave Love <fx@gnu.org>
14032
14033 * loadhist.el (unload-feature): Doc fix. Rename flist to
14034 unload-hook-features-list.
14035
14036 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
14037
14038 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
14039 cookie. Don't check if we are looking-at open-formula.
14040
14041 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
14042
14043 * subr.el (match-string-no-properties): Use substring-no-properties.
14044
14045 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14046
14047 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
14048 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
14049 Use lower-case "rx" in all error message.
14050
14051 2004-02-16 Dave Love <fx@gnu.org>
14052
14053 * emacs-lisp/rx.el (rx-or): Put group around result.
14054 (rx-constituents): Add backref.
14055 (rx-syntax): Add string-delimiter, comment-delimiter.
14056 (rx-categories): Add combining-diacritic.
14057 (rx-check-not, rx-greedy, rx): Doc fix.
14058 (rx-backref, rx-check-backref): New.
14059
14060 2004-02-16 Jesper Harder <harder@ifa.au.dk>
14061
14062 * newcomment.el (uncomment-region): Allow eob as comment end.
14063
14064 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14065
14066 * filecache.el: All message and error commands now use prefix
14067 "Filecache:" to make it easy to read *Messages* buffer.
14068
14069 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14070
14071 * autorevert.el: Add support to detect changed dired and VC buffers.
14072 (auto-revert-active-p, auto-revert-list-diff)
14073 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
14074 (auto-revert-handler, auto-revert-active-p): New functions.
14075 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
14076 and `auto-revert-active-p'.
14077 (eval-when-compile): Defvar dired-directory and vc-mode.
14078 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14079 (auto-revert-handler-vc): New functions.
14080
14081 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14082
14083 * progmodes/compile.el (compilation-directory): New defvar.
14084 (compile): Save current directory in compilation-directory.
14085 (recompile): Bind default-directory to compilation-directory if
14086 that is non-nil.
14087
14088 2004-02-16 Dave Love <fx@gnu.org>
14089
14090 * newcomment.el (comment-insert-comment-function)
14091 (comment-region-function, uncomment-region-function): New.
14092 (comment-indent): Use comment-insert-comment-function.
14093 (uncomment-region): Use uncomment-region-function.
14094 (comment-region): Use comment-region-function.
14095
14096 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
14097
14098 2004-02-16 Richard Stallman <rms@gnu.org>
14099
14100 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
14101 loaddefs* and ldefs-boot*.
14102
14103 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14104
14105 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
14106 and email address at the beginning and end of the address.
14107
14108 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
14109 anchored at the beginning of the email address.
14110
14111 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
14112
14113 * international/ccl.el (ccl-compile-write): Pass `left' to
14114 ccl-embed-code to generate correct code of write-expr-register.
14115
14116 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
14117
14118 * progmodes/grep.el (grep-compute-defaults): Fix typos.
14119
14120 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14121
14122 * x-dnd.el: Mention support for Motif in commentary.
14123 (x-dnd-handle-drag-n-drop-event): Ditto.
14124
14125 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
14126
14127 * ses.el: Use "ses--" prefixes for buffer-local variables.
14128 Use (point-min) instead of 1, even when we know the buffer
14129 is unnarrowed.
14130 (ses-build-load-map): Delete. Distribute its content to defconst's for
14131 the three maps.
14132 (ses-menu, ses-header-line-menu): New menus.
14133 (ses-mode-map): Use them.
14134 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
14135
14136 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
14137
14138 * Makefile.in: Fix the CC Mode recompile kludge so it works
14139 when building in a different directory.
14140
14141 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
14142
14143 * simple.el (kill-new): Put yank-handler property on the entire string.
14144
14145 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * diff.el: Don't use compile any more, use diff-mode instead.
14148 (diff-regexp-alist, diff-old-file, diff-new-file)
14149 (diff-parse-differences, diff-process-setup): Remove.
14150 (diff-sentinel): New fun.
14151 (diff): Use it. Run the process ourselves.
14152 Use diff-mode for the rest of the processing.
14153
14154 * diff.el (diff): Simplify code handling `switch'.
14155
14156 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14157
14158 * pcvs-defs.el (cvs-menu): Add `tag'.
14159
14160 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
14161
14162 * simple.el (kill-append): Doc fix.
14163
14164 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14165 Adapt outline-regexp to the new conventions for commenting out code.
14166
14167 2004-02-11 John Paul Wallington <jpw@gnu.org>
14168
14169 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
14170
14171 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14172
14173 * diff.el (diff-switches): New fun.
14174 (diff, diff-backup): Use it.
14175 (diff): Clean up the args construction. Use backquote.
14176 Use listp instead of consp to avoid putting a nil arg.
14177 (diff): Add a revert-buffer function.
14178
14179 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14180
14181 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
14182 handled by x-dnd-handle-file-name.
14183 (x-dnd-known-types): Add COMPOUND_TEXT.
14184 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
14185 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
14186 x-dnd-empty-state.
14187 (x-dnd-forget-drop): Ditto.
14188 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
14189 (x-dnd-handle-one-url): Return private when inserting text.
14190 (x-dnd-insert-ctext): New function.
14191 (x-dnd-handle-file-name): New function for FILE_NAME.
14192 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
14193 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
14194 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
14195
14196 2004-02-10 Kenichi Handa <handa@m17n.org>
14197
14198 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
14199 instead of while loop.
14200
14201 2004-02-10 Miles Bader <miles@gnu.org>
14202
14203 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
14204
14205 2004-02-09 Kenichi Handa <handa@m17n.org>
14206
14207 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
14208 have end-of-line.
14209
14210 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
14211
14212 * Makefile.in: Added extra dependencies in the recompile target
14213 needed to cope with the compile time macro expansions in CC Mode.
14214
14215 2004-02-09 Kim F. Storm <storm@cua.dk>
14216
14217 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
14218 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
14219 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
14220 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
14221 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
14222 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
14223 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
14224 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
14225 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
14226 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
14227 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
14228
14229 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
14230
14231 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
14232 Don't allow shrink if there's a window on our right.
14233
14234 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
14235 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
14236 Bring together declaration and initialization.
14237 (prolog-mode-variables): Don't set the syntax table.
14238 Don't set paragraph-start and comment-indent-function.
14239 Add /*..*/ to the comment regexps.
14240 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
14241 (prolog-mode-map): Don't bind TAB.
14242 (prolog-mode): Set the syntax table.
14243 (prolog-comment-indent): Remove.
14244 (inferior-prolog-mode-map): Initialize in the declaration.
14245 (inferior-prolog-mode-syntax-table)
14246 (inferior-prolog-mode-abbrev-table): New vars.
14247 (inferior-prolog-mode): Derive from comint-mode.
14248 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
14249 minibuffer windows.
14250
14251 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
14252 in file names, as long as it is unabmiguous.
14253
14254 2004-02-08 Andreas Schwab <schwab@suse.de>
14255
14256 * textmodes/reftex-toc.el
14257 (reftex-toc-load-all-files-for-promotion): Remove useless use of
14258 format. Doc fix.
14259
14260 * textmodes/refer.el (refer-find-entry-internal): Remove extra
14261 format string arguments.
14262
14263 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
14264 string argument.
14265
14266 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
14267
14268 * play/zone.el (zone-call): Fix format string.
14269
14270 * net/webjump.el (webjump-builtin): Add missing format string argument.
14271
14272 * midnight.el (midnight-delay-set): Remove extra format string argument.
14273
14274 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
14275
14276 * hexl.el (hexl-insert-char): Add missing format string argument.
14277
14278 * format.el (format-decode): Fix format string.
14279
14280 * emulation/vi.el (vi-mode): Remove extra format string argument.
14281 (vi-repeat-last-search): Likewise.
14282 (vi-reverse-last-search): Likewise.
14283 (vi-goto-mark): Likewise.
14284 (vi-reverse-last-find-char): Likewise.
14285 (vi-repeat-last-find-char): Likewise.
14286 (vi-locate-def): Likewise.
14287
14288 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
14289
14290 * ediff-util.el (ediff-toggle-read-only): Remove extra format
14291 string argument.
14292 (ediff-toggle-regexp-match): Likewise.
14293
14294 * dired-aux.el (dired-do-query-replace-regexp): Add missing
14295 format string argument.
14296
14297 * calc/calc-map.el (calc-get-operator): Remove extra format
14298 string argument.
14299
14300 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
14301
14302 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
14303 string argument.
14304
14305 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
14306
14307 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
14308
14309 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
14310
14311 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
14312 (cl-struct-setf-expander): Likewise.
14313
14314 * vc.el (with-vc-file): Fix unsafe uses of error.
14315 (vc-cancel-version): Likewise.
14316
14317 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
14318
14319 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
14320 thousands separator; fixes <class>:<line-number> regexp for
14321 non-english locales.
14322
14323 2004-02-08 Andreas Schwab <schwab@suse.de>
14324
14325 * view.el (view-mode-enable): Revert previous change.
14326
14327 2004-02-07 Kim F. Storm <storm@cua.dk>
14328
14329 * simple.el (line-number-at-pos): Rename from line-at-pos.
14330 Uses changed (what-line and vc-annotate-warp-version).
14331
14332 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14333
14334 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
14335 (diff-mode): Remove aborted attempt at support for compile.el.
14336 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
14337
14338 2004-02-06 Andreas Schwab <schwab@suse.de>
14339
14340 * view.el (view-mode-enable): Add view-mode-map to
14341 minor-mode-overriding-map-alist.
14342
14343 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14344
14345 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
14346
14347 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
14348
14349 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
14350 with point inside rather than after the paragraph.
14351
14352 2004-02-04 Sam Steingold <sds@gnu.org>
14353
14354 * mail/smtpmail.el (smtpmail-try-auth-methods):
14355 Do not try authentication when no mechanism is available.
14356 Pass port-name as defaultport to `netrc-machine'.
14357
14358 2004-02-04 Stephen Eglen <stephen@gnu.org>
14359
14360 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
14361 to show how minibuffer height can be constrained.
14362
14363 2004-02-04 John Paul Wallington <jpw@gnu.org>
14364
14365 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
14366
14367 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14368
14369 * x-dnd.el: New file for drag and drop.
14370
14371 * term/x-win.el: require x-dnd, set after-make-frame-functions
14372 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
14373 drag-n-drop event.
14374
14375 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
14376 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
14377 (dired-dnd-handle-file): New functions for drag and drop support.
14378 (dired-mode): Initialize drag and drop if x-dnd present.
14379
14380 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14381
14382 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
14383 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
14384 (cperl-mode): Set fill-paragraph-function.
14385 (cperl-fill-paragraph): Make it non-interactive.
14386
14387 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
14388
14389 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
14390
14391 2004-02-02 David Kastrup <dak@gnu.org>
14392
14393 * replace.el (perform-replace): Allow 'literal argument in
14394 regexp-flag to indicate literal replacement.
14395 (query-replace-regexp-eval): Use it.
14396
14397 2004-02-01 Andreas Schwab <schwab@suse.de>
14398
14399 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
14400
14401 2004-02-01 Stephen Eglen <stephen@gnu.org>
14402
14403 * info-look.el: Add support for maxima-mode. Update commentary
14404 because info-lookup-symbol is now bound to C-h S.
14405
14406 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
14407
14408 * simple.el (edit-and-eval-command): Bind print-level and
14409 minibuffer-history-sexp-flag around call to read-from-minibuffer.
14410 Correct initial position in command-history.
14411
14412 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
14413
14414 * files.el (read-directory-name): Adapt the docstring to recent
14415 change in Fread_file_name.
14416
14417 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
14418
14419 * ses.el (ses-print-cell): If print format too wide for column
14420 width, truncate decimal places if that helps to avoid "#####" fill.
14421 * ses.el (ses-initial-column-width): Revert previous change.
14422
14423 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
14426 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
14427 Add edebug info.
14428 (jit-lock-mode): Setup/cancel the new timer.
14429 (jit-lock-context-fontify): New fun. Extracted from
14430 context fontification code of jit-lock-stealth-fontify.
14431 (jit-lock-stealth-fontify): Don't do context fontification any more.
14432
14433 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
14434 (jit-lock-fontify-now): Handle the `quit' case.
14435 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
14436
14437 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
14438
14439 * progmodes/executable.el (executable-command-find-posix-p):
14440 New. Check if find handles arguments Posix-style.
14441
14442 * progmodes/grep.el (grep-compute-defaults):
14443 Use executable-command-find-posix-p.
14444 (grep-find): Check `grep-find-command'.
14445
14446 * filecache.el (file-cache-find-posix-p): Delete.
14447 (file-cache-add-directory-using-find):
14448 Use `executable-command-find-posix-p'.
14449
14450 2004-01-29 Dave Love <fx@gnu.org>
14451
14452 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14453 Iterate the hook function if arg is given.
14454 (mark-defun, narrow-to-defun): Change order of finding the limits.
14455
14456 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
14457 (byte-compile-format-warn): New.
14458 (byte-compile-callargs-warn): Use it.
14459 (Format, message, error): Add byte-compile-format-like property.
14460 (byte-compile-maybe-guarded): New.
14461 (byte-compile-if, byte-compile-cond): Use it.
14462 (byte-compile-lambda): Compile interactive forms,
14463 just to make warnings about them.
14464
14465 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
14466
14467 * ses.el (ses-initial-column-width): Increase to 14, so it will
14468 work well with the default printer of "%.7g" for extreme values
14469 like "-1.234567e+07".
14470
14471 2004-01-29 Kenichi Handa <handa@m17n.org>
14472
14473 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
14474
14475 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
14476
14477 * dos-w32.el: Added support for the `default-printer-name' function.
14478
14479 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14480
14481 * server.el (server-socket-name): Don't use the hostname in the
14482 socket name since /tmp is local to the host anyway.
14483
14484 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
14485 robust check of widening and fix var-naming.
14486
14487 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
14488
14489 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
14490 or rmail-spam- to rsf- in all function and variable names.
14491 (rsf-min-region-to-spam-list): New variable.
14492 (rsf-bbdb-auto-delete-spam-entries): Rename from
14493 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
14494 scanned together with the recipients field for spam testing; Don't
14495 delete spam message if rmail-delete-after-output is non-nil;
14496 (rsf-check-field): New function, extracted from code in
14497 rmail-spam-filter to ease addition of header fields like
14498 content-type:;
14499 (message-content-type): New variable. The content-type: field was
14500 added also in defcustom of rsf-definitions-alist;
14501 (rmail-spam-filter): Replace repeated test code for header fields
14502 by calls to check-field; change the call to
14503 rmail-output-to-rmail-file such that rmail-current-message stays
14504 the same to avoid wrong deletion of unseen flags.
14505 (rmail-use-spam-filter): Add autoload cookie.
14506
14507 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
14508
14509 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
14510 (file-cache-add-directory-using-find): Add Cygwin support.
14511 (file-cache-find-command-posix-flag): New user variable.
14512
14513 * filecache.el (file-cache-add-directory): Check for
14514 directories an remove them from dir-files.
14515
14516 2004-01-27 Richard M. Stallman <rms@gnu.org>
14517
14518 * man.el (Man-fontify-manpage): Clean up message.
14519
14520 2004-01-27 Kenichi Handa <handa@m17n.org>
14521
14522 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
14523 (sentence-end): Define using sentence-end-without-space.
14524
14525 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
14526 a sentence ends with one of a character in sentence-end-without-space.
14527
14528 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
14529
14530 * font-lock.el (font-lock): Add jit-lock as explicit group member.
14531 (jit-lock): Group declaration moved to jit-lock.el.
14532 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
14533 when necessary.
14534
14535 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
14536 (jit-lock-context-unfontify-pos): Rename from
14537 jit-lock-first-unfontify-pos.
14538 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
14539
14540 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
14541
14542 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
14543 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
14544 (fortran-fill): When filling a string, adjust re-search-backward
14545 argument for special case of string just on fill-column.
14546 When filling non-string, allow one extra char if
14547 fortran-break-before-delimiters is non-nil.
14548 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
14549 Use fortran-break-delimiters-re and fortran-no-break-re to
14550 correctly handle cases such as "**".
14551
14552 * progmodes/f90.el (f90-break-delimiters): Doc fix.
14553 (f90-no-break-re): Add some extra tokens. Doc fix.
14554
14555 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
14556
14557 * mail/rmail-spam-filter.el:
14558 Use two semicolons as Commentary line prefix.
14559 Add ";;; Code:" stylized comment.
14560 Delete end-of-line whitespace.
14561 Wrap (require 'cl) with `eval-when-compile'.
14562
14563 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
14564
14565 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
14566 at the top level of vc.el.
14567
14568 2004-01-23 Andre Spiegel <spiegel@gnu.org>
14569
14570 * vc.el (vc-current-line): Function removed. This is now done by
14571 the new function line-at-pos in simple.el.
14572 (vc-annotate-warp-version): Use line-at-pos instead of
14573 vc-current-line.
14574
14575 2004-01-22 Kim F. Storm <storm@cua.dk>
14576
14577 * simple.el (line-at-pos): New defun.
14578 (what-line): Use it. Optimize by only counting lines in narrowed
14579 region once.
14580
14581 2004-01-22 Kenichi Handa <handa@m17n.org>
14582
14583 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
14584 point (register r1) only for charset mule-unicode-0100-24ff.
14585
14586 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
14587
14588 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
14589 trailing white space and ensure a final newline.
14590
14591 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
14592 Add autoload cookie.
14593
14594 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
14595
14596 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
14597 activate view-mode explicitly.
14598
14599 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14600
14601 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
14602 use clipboard first.
14603
14604 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14605
14606 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
14607 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
14608 (vc-mcvs-cvs): Remove.
14609 (vc-mcvs-command): Remove use of assert.
14610
14611 * outline.el (outline-insert-heading): Tighten up match.
14612 (outline-demote, outline-move-subtree-down): Don't assume anything
14613 about outline-regexp.
14614
14615 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
14616 (texinfo-show-structure): Explicitly add ^, and simplify.
14617
14618 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
14619
14620 * calendar/appt.el (appt-check): Restore usage of
14621 appt-issue-message deleted in previous change.
14622 (top-level): Activate package when loaded (needed for backwards
14623 compatibility).
14624
14625 2004-01-20 Jesper Harder <harder@ifa.au.dk>
14626
14627 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
14628 following previous change to smtpmail-send-data.
14629
14630 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
14631
14632 * vc.el (vc-default-previous-version): Doc enhancement.
14633 (vc-default-next-version): New function.
14634 (vc-print-log): New arg FOCUS-REV.
14635 (vc-annotate-mode): Derive from view-mode.
14636 (vc-annotate): New args REVISION, DISPLAY-MODE.
14637 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
14638 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
14639 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
14640 (vc-annotate-show-diff-revision-at-line, vc-current-line)
14641 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
14642
14643 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
14644
14645 2004-01-19 Karl Berry <karl@gnu.org>
14646
14647 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
14648 or "TexInfo".
14649
14650 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
14651
14652 * subr.el (delete-dups): New function.
14653
14654 2004-01-19 Karl Berry <karl@gnu.org>
14655
14656 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
14657 with ^, since that's what texinfo-show-structure
14658 documentation says (plus it works much better in texinfo.txi).
14659
14660 2004-01-18 Jesper Harder <harder@ifa.au.dk>
14661
14662 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
14663
14664 2004-01-18 David Ponce <david@dponce.com> (tiny change)
14665
14666 * progmodes/which-func.el (which-function-mode): Don't cancel
14667 which-func-update-timer if not set.
14668
14669 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
14670
14671 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
14672 Remove spurious left square bracket in XX:XXam regexp.
14673
14674 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
14675
14676 * progmodes/cc-defs.el: Do not require cl at run time.
14677
14678 2004-01-16 Richard M. Stallman <rms@gnu.org>
14679
14680 * emacs-lisp/cl.el (cl-cannot-unload): New function.
14681 (cl-unload-hook): Defvar this to run cl-cannot-unload.
14682
14683 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
14684 Call rmail-spam-filter. Delete and expunge spam.
14685 Print number of spam messages deleted.
14686 Save and restore the deletion status of old messages when reading
14687 new mail with spam filter, so that expunging spam does not expunge
14688 msgs deleted by the user.
14689 (rmail-only-expunge): Add an optional argument dont-show to
14690 prevent showing message after expunge.
14691
14692 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
14693
14694 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
14695 * subr.el (declare): New macro.
14696
14697 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
14698
14699 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
14700
14701 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14704 Test window-system rather than system-type (for X11/Mac).
14705
14706 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
14707
14708 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
14709
14710 2004-01-12 Richard M. Stallman <rms@gnu.org>
14711
14712 * mail/rmail.el (rmail-convert-to-babyl-format):
14713 Use mail-unquote-printable-region.
14714 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
14715 (rmail-hex-char-to-integer): Functions deleted.
14716
14717 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
14718 (mail-unquote-printable-region): New arg NOERROR.
14719 For invalid encoding, either signal an error to just return nil.
14720
14721 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14722
14723 * calendar/appt.el: Update copyright and commentary.
14724 (appt-issue-message): Make obsolete.
14725 (appt-visible, appt-msg-window): Make obsolete, in favour of
14726 appt-display-format.
14727 (appt-display-mode-line, appt-display-duration)
14728 (appt-display-diary, appt-time-msg-list, appt-mode-string)
14729 (appt-prev-comp-time, appt-display-count, appt-timer)
14730 (appt-convert-time): Doc change.
14731 (appt-disp-window-function, appt-delete-window-function):
14732 Use defcustom rather than defvar.
14733 (appt-display-format): New variable.
14734 (appt-display-message): New function with display code from appt-check.
14735 (appt-check): Add optional FORCE argument. Doc change.
14736 Add appt-make-list to diary-hook if displaying diary.
14737 Remove checking of view-diary-entries-initially.
14738 Message display section removed to new function appt-display-message.
14739 (appt-display-window): Doc change. Remove unused internal var
14740 this-buffer. Do not beep, since appt-display-message does that.
14741 (appt-make-list): Doc change. Use caar.
14742 (appt-sort-list): Simplify by using builtin sort function.
14743 (appt-update-list): New function for updating appts when diary is
14744 saved.
14745 (appt-activate): New autoloaded function to toggle package
14746 functionality.
14747
14748 * calendar/cal-x.el: (calendar-one-frame-setup)
14749 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
14750
14751 * calendar/calendar.el: Update copyright.
14752 (view-diary-entries-initially, european-calendar-style): Doc change.
14753 (calendar-setup): Make defcustom rather than defvar.
14754 (mark-visible-calendar-date): Initialize temp-face and faceinfo
14755 in let binding so local to function.
14756
14757 * calendar/diary-lib.el: Update copyright.
14758 (diary, diary-entry-time): Doc change.
14759 (list-diary-entries): Doc change. Trivial logic change.
14760 (fancy-diary-display): Restore make-face command mistakenly
14761 deleted 2003-05-08.
14762 (show-all-diary-entries): Allow to pop-up frame if needed.
14763
14764 2004-01-09 John Paul Wallington <jpw@gnu.org>
14765
14766 * bindings.el (mode-line-change-eol): Add EVENT parameter.
14767 Temporarily select EVENT's window for changing eol type.
14768
14769 2004-01-09 Deepak Goel <deego@gnufans.org>
14770
14771 * calendar/diary-lib.el (diary-entry-time):
14772 Also accept time in the form XX[.XX][am/pm/AM/PM].
14773 (fancy-diary-font-lock-keywords): Likewise.
14774 (diary-font-lock-keywords): Likewise.
14775 * calendar/appt.el (appt-add): Likewise.
14776 (appt-make-list): Likewise.
14777 (appt-convert-time): Likewise.
14778
14779 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
14780
14781 * gdb-ui.el (gdb-ann3): Revert previous change.
14782 (gdb-source-info): Allow for case of where compilation directory
14783 is not recorded.
14784
14785 2004-01-08 John Paul Wallington <jpw@gnu.org>
14786
14787 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
14788
14789 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
14790
14791 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
14792
14793 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
14794 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
14795 problems.
14796 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
14797
14798 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
14799
14800 * files.el (write-file-functions, write-contents-functions):
14801 Clarify docstrings.
14802
14803 2004-01-07 Kenichi Handa <handa@m17n.org>
14804
14805 * international/mule.el (set-auto-coding): Fix for the case that
14806 end-of-line is only CR.
14807
14808 2004-01-07 Kim F. Storm <storm@cua.dk>
14809
14810 * subr.el (event-start, event-end): Doc fix.
14811 (posn-string, posn-image): New defuns.
14812 (posn-object): Return either image or string object.
14813 (posn-object-x-y): Return 8th element of position.
14814 (posn-object-width-height): New defun.
14815
14816 2004-01-06 Andreas Schwab <schwab@suse.de>
14817
14818 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
14819 output.
14820
14821 2004-01-05 Karl Berry <karl@gnu.org>
14822
14823 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
14824 / and *, too.
14825
14826 2003-12-31 Simon Josefsson <jas@extundo.com>
14827
14828 * files.el (before-save-hook): Add.
14829 (basic-save-buffer): Use before-save-hook.
14830
14831 * emacs-lisp/copyright.el: Fix comment to recommend
14832 before-save-hook instead of write-file-functions.
14833
14834 2004-01-05 Richard M. Stallman <rms@gnu.org>
14835
14836 * finder.el (finder-commentary): Call delete-other-windows.
14837
14838 * net/ange-ftp.el (ange-ftp-file-attributes):
14839 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
14840
14841 2004-01-04 Karl Berry <karl@gnu.org>
14842
14843 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
14844 comment characters % and # in the copyright year notice,
14845 as well as ;.
14846
14847 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
14848
14849 * wid-edit.el (default): Define dummy :value-delete.
14850 Reported by Jesper Harder <harder@ifa.au.dk>.
14851
14852 2004-01-03 Richard M. Stallman <rms@gnu.org>
14853
14854 * progmodes/compile.el (compile-internal): Use point, not point-min,
14855 for set-window-point.
14856
14857 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
14858
14859 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
14860
14861 * progmodes/grep.el (grep-mode-map):
14862 Don't remap next-line, previous-line.
14863
14864 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
14865
14866 * speedbar.el (speedbar-edit-line): Change regexp to position
14867 the cursor on the first character of this line's button.
14868
14869 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
14870
14871 * subr.el (functionp): Doc fix.
14872
14873 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
14874
14875 * progmodes/idlwave.el (idlwave-make-tags):
14876 * textmodes/flyspell.el (flyspell-large-region):.
14877 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
14878 * emulation/viper-util.el (viper-glob-unix-files):
14879 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
14880 * man.el (Man-init-defvars):
14881 * jka-compr.el (jka-compr-call-process):
14882 * files.el (get-free-disk-space,insert-directory):
14883 * ediff-ptch.el (ediff-test-patch-utility):
14884 * ediff-diff.el (ediff-test-utility):
14885 * dired-aux.el (dired-check-process):
14886 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
14887 test the return value of call-process, because it can be a string.
14888
14889 2003-12-31 John Paul Wallington <jpw@gnu.org>
14890
14891 * bindings.el (completion-ignored-extensions): Add .pfsl.
14892
14893 2003-12-31 Kim F. Storm <storm@cua.dk>
14894
14895 * ido.el (ido-nonreadable-directory-p): New defun to check for
14896 nonreadable directory without activating tramp (to avoid problems
14897 with checking incomplete tramp paths).
14898 (ido-set-current-directory, ido-file-internal)
14899 (ido-file-name-all-completions1): Use it.
14900
14901 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
14902
14903 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
14904 documentation if the anchor (or node) name is preceded by `info
14905 anchor' or `Info anchor' in addition to earlier `info node' and
14906 `Info node'.
14907 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
14908
14909 2003-12-30 Eli Zaretskii <eliz@gnu.org>
14910
14911 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
14912 error in arguments to base64-decode-region. Remove ^M characters
14913 after decoding base64.
14914
14915 2003-12-30 Simon Josefsson <jas@extundo.com>
14916
14917 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
14918 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
14919 have only been distributed with Emacs for some years.
14920 (texinfo-mode-hook): Customize.
14921
14922 2003-12-30 Eli Zaretskii <eliz@gnu.org>
14923
14924 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
14925 cleaner (suggested by Richard Stallman).
14926
14927 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
14928 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
14929 file-name clashes on 8+3 DOS filesystems.
14930
14931 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
14932 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
14933 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
14934 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
14935 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
14936 file-name clashes on 8+3 filesystems.
14937
14938 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
14939 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
14940 file-name clashes on 8+3 DOS filesystems.
14941
14942 2003-12-29 Richard M. Stallman <rms@gnu.org>
14943
14944 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
14945 Upcase the character.
14946
14947 * textmodes/flyspell.el (mail-mode-flyspell-verify):
14948 Search for header separator alone on a line, literally,
14949 and search for it backward, not forward.
14950 (flyspell-abbrev-table): Always use global-abbrev-table
14951 if there is no local one.
14952
14953 * progmodes/sh-script.el (sh-get-indent-info):
14954 Don't move point back if at bob.
14955
14956 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
14957
14958 * play/handwrite.el (handwrite): Make the handwrite credit message
14959 a comment rather than an output command.
14960
14961 * obsolete/sc.el: Display message that this file is obsolete.
14962
14963 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
14964
14965 * mail/rfc822.el (rfc822-address-start): Declare variable.
14966 Renamed from address-start. All uses changed.
14967
14968 * term.el (term-exec): Set up sentinel.
14969 (term-sentinel): New function.
14970 (term-handle-exit): New function.
14971
14972 * subr.el (assoc-ignore-case, assoc-ignore-representation):
14973 Use assoc-string, and mark them obsolete.
14974 (delay-mode-hooks): Mark as permanent local.
14975
14976 * simple.el (sendmail-user-agent-compose): Use assoc-string.
14977
14978 * register.el (copy-rectangle-to-register): Doc fix.
14979
14980 * info.el (Info-insert-dir): Use assoc-string.
14981
14982 * info-look.el (info-lookup): Use assoc-string.
14983
14984 * frame.el (pop-up-frame-function): Use quote, not `function'.
14985 (frame-notice-user-settings): Calculate ADJUSTED-TOP
14986 copying with lists as coordinate values.
14987
14988 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
14989
14990 * find-dired.el (kill-find): New command.
14991 (find-dired): Make buffer read-only.
14992 Set up a keymap with C-c C-k running kill-find.
14993 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
14994
14995 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
14996
14997 * filecache.el (file-cache-ignore-case): New variable.
14998 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
14999
15000 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
15001 (comint-dynamic-complete-as-filename): Rename local vars.
15002 (comint-dynamic-list-filename-completions): Likewise.
15003
15004 * comint.el (comint-dynamic-list-completions-config): New var.
15005 (comint-dynamic-list-completions): Handle both SPC and TAB right.
15006
15007 * comint.el (comint-file-name-chars): Add [].
15008 (comint-word): Use skip-chars-backward, not search.
15009
15010 * shell.el (shell-file-name-chars): Add [].
15011
15012 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
15013
15014 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
15015
15016 * generic.el (define-generic-mode): Doc fix.
15017
15018 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15019
15020 * files.el (kill-some-buffers): Doc fix.
15021
15022 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
15023
15024 * comint.el (comint-watch-for-password-prompt): Pass `string' as
15025 arg to send-invisible
15026 (send-invisible): Doc fix. The argument is now a prompt, not the
15027 string to send.
15028 (comint-read-noecho): Doc fix.
15029
15030 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
15031
15032 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
15033 "@", as required by some ISP hosting service. Fix defcustom
15034 argument syntax errors that prevented use of customization.
15035
15036 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15037
15038 * xml.el (xml-get-attribute-or-nil): Doc fix.
15039
15040 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
15041
15042 * net/zone-mode.el (zone-mode): Use write-file-functions, not
15043 write-file-hooks.
15044
15045 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
15046
15047 * autorevert.el (auto-revert-interval): Doc fix.
15048
15049 2003-12-29 Mark A. Hershberger <mah@everybody.org>
15050
15051 * xml.el (xml-get-attribute-or-nil): New function, like
15052 xml-get-attribute, but returns nil if the attribute was not found.
15053 (xml-get-attribute): Convert to defsubst, uses
15054 xml-get-attribute-or-nil.
15055
15056 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15057
15058 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
15059
15060 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
15061
15062 * custom.el (custom-declare-theme): Use `value' when putting
15063 properties on `theme'.
15064
15065 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
15066
15067 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
15068 for each yank-handler segment.
15069 (insert-for-yank-1): New function, with the body of the previous
15070 insert-for-yank.
15071
15072 * textmodes/table.el (table-yank-handler): New defcustom.
15073 (table--put-cell-indicator-property): Put yank-handler property
15074 that indicates the yank handler for the table cell.
15075
15076 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15077
15078 * generic-x.el (etc-modules-conf-generic-mode): A more complete
15079 set of keywords.
15080
15081 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15082
15083 * international/mule-cmds.el (reset-language-environment)
15084 (set-language-environment): Don't invoke fontset-related functions
15085 if fontset-list is not fboundp.
15086
15087 2003-12-29 Kenichi Handa <handa@m17n.org>
15088
15089 * international/mule-cmds.el (reset-language-environment):
15090 Call set-overriding-fontspec-internal with nil.
15091 (set-language-environment): Call set-overriding-fontspec-internal
15092 if the language environment specify `overriding-fontspec'.
15093 (language-info-alist): Doc added.
15094
15095 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
15096 characters of mule-unicode-0100-24ff.
15097 (ccl-encode-windows-1251-font): New CCL program.
15098 ("Bulgarian"): Specify overriding-fontspec.
15099 ("Belarusian"): Likewise.
15100
15101 2003-12-28 Sam Steingold <sds@gnu.org>
15102
15103 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
15104 parameter ID-FORMAT to conform with the 2003-11-30 patch.
15105
15106 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
15107
15108 * progmodes/gud.el (gud-gdb-command-name): Set default to
15109 "gdb --annotate=3".
15110 (gud-gdb-marker-filter): Look out for annotations.
15111 (gdb-first-pre-prompt): New variable.
15112 Remove trailing white space.
15113
15114 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
15115 if necessary.
15116 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
15117 annotations are detected.
15118 (gud-gdba-marker-filter): Use global variable gud-marker-acc
15119 instead of a local one to allow transition from
15120 gud-gdb-marker-filter.
15121 Remove trailing white space.
15122
15123 2003-12-27 Kim F. Storm <storm@cua.dk>
15124
15125 * ido.el: Handle non-readable directories.
15126 (ido-decorations): Add 9th element for non-readable directory.
15127 (ido-directory-nonreadable): New dynamic var.
15128 (ido-set-current-directory): Set it.
15129 (ido-read-buffer, ido-file-internal):
15130 (ido-read-file-name, ido-read-directory-name): Let-bind it.
15131 (ido-file-name-all-completions1): Return empty list for
15132 non-readable directory.
15133 (ido-exhibit): Print [Not readable] if directory is not readable.
15134 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
15135 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
15136 Use it.
15137
15138 2003-12-27 Lars Hansen <larsh@math.ku.dk>
15139
15140 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
15141 calls to directory-files-and-attributes and file-attributes.
15142 (ls-lisp-format): Remove system dependent handling of user and
15143 group id's.
15144
15145 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
15146
15147 * ffap.el (ffap-read-file-or-url): Revert previous change.
15148
15149 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
15150
15151 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
15152 new list of included files called `files-with-node-lines', that
15153 only have node lines. This way @include commands can include any
15154 file, such as version and update files without node lines, not
15155 just files that are chapters.
15156
15157 2003-12-25 Andreas Schwab <schwab@suse.de>
15158
15159 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
15160 file not found.
15161
15162 2003-12-08 Miles Bader <miles@gnu.org>
15163
15164 * dired.el (dired-between-files): Always use dired-move-to-filename,
15165 which is more robust in non-english locales.
15166
15167 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
15168
15169 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
15170
15171 2003-12-24 Andreas Schwab <schwab@suse.de>
15172
15173 * shell.el (shell-file-name-quote-list): Add backslash.
15174
15175 * comint.el (comint-quote-filename): Correctly handle backslash
15176 in comint-file-name-quote-list.
15177
15178 2003-12-24 Kenichi Handa <handa@m17n.org>
15179
15180 * international/mule-cmds.el (set-default-coding-systems):
15181 Call ucs-set-table-for-input for all buffers that don't have local
15182 value of buffer-file-coding-system.
15183
15184 * international/ucs-tables.el (ucs-set-table-for-input):
15185 If translation-table-for-encode is a symbol, get its
15186 translation-table property.
15187
15188 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
15189
15190 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
15191 to `completing-read' on a recently fixed bug.
15192
15193 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
15194 instead of SPACE, to get the list of possible fringe modes.
15195 SPACE only works if both `partial-completion-mode' and
15196 `completion-auto-help' are nil.
15197
15198 * complete.el (PC-is-complete-p): Delete.
15199 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
15200 calls to `test-completion'.
15201
15202 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
15203
15204 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
15205 to edit values when there are no children.
15206
15207 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
15208 a mode called "Assembler" already exists.
15209 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
15210 (gud-watch): Use format option. Remove font properties from string.
15211 (gdb-var-create-handler, gdb-var-list-children-handler):
15212 Don't bother about properties as there are none.
15213 (gdb-var-create-handler, gdb-var-list-children-handler)
15214 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
15215 with two arguments.
15216 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
15217 Let speedbar show value changes with a different font.
15218 (gdb-edit-value): New defun.
15219 (gdb-clear-partial-output, gdb-clear-inferior-io)
15220 (def-gdb-auto-update-handler): Use erase-buffer.
15221 (gdb-frame-handler): Display watch expressions in
15222 FUNCTION::VARIABLE format if required.
15223
15224 2003-12-23 John Paul Wallington <jpw@gnu.org>
15225
15226 * info.el (Info-unescape-quotes, Info-split-parameter-string)
15227 (Info-goto-emacs-command-node): Doc fixes.
15228
15229 2003-12-12 Jesper Harder <harder@ifa.au.dk>
15230
15231 * cus-edit.el (custom-add-parent-links): Define "many".
15232
15233 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
15234
15235 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
15236 (widget-child-validate, widget-type-value-create)
15237 (widget-type-default-get, widget-type-match): New functions.
15238 (lazy): New widget.
15239 (menu-choice, checklist, radio-button-choice, editable-list)
15240 (group, documentation-string): Remove redundant (per 2003-10-25
15241 change) calls to `widget-children-value-delete'.
15242 (widget-choice-value-get, widget-choice-value-inline): Remove.
15243 (menu-choice): Update widget.
15244
15245 2003-12-03 Kenichi Handa <handa@m17n.org>
15246
15247 * language/cyrillic.el: Register "microsoft-cp1251" in
15248 ctext-non-standard-encodings-alist.
15249 ("Bulgarian"): Add ctext-non-standard-encodings.
15250 ("Belarusian"): Likewise.
15251
15252 * international/mule-conf.el (compound-text-with-extensions):
15253 Change the type to 2 (iso-2022 base).
15254
15255 * international/mule.el (ctext-non-standard-encodings-alist):
15256 Change the format.
15257 (ctext-non-standard-encodings): New variable.
15258 (ctext-post-read-conversion): Fully re-written.
15259 (ctext-non-standard-designations-alist): Delete it.
15260 (ctext-non-standard-encodings-table): New function.
15261 (ctext-pre-write-conversion): Fully re-written.
15262
15263 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
15264
15265 * cus-edit.el (custom-add-parent-links): Add documentation links
15266 for parent, if the item has none of its own.
15267
15268 2003-11-30 Richard M. Stallman <rms@gnu.org>
15269
15270 * dired-aux.el (dired-do-query-replace-regexp):
15271 Report files visited read-only.
15272
15273 2003-11-30 Juri Linkov <juri@jurta.org>
15274
15275 * dired-aux.el (dired-compare-directories): New command.
15276 (dired-file-set-difference, dired-files-attributes): New functions.
15277
15278 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
15279 Version 2.0.38 of Tramp released.
15280
15281 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
15282 Charles Curley <charlescurley@charlescurley.com>.
15283 (tramp-multi-connection-function-alist): Add ssht entry which adds
15284 "-e none -t -t" to the list of ssh args. Suggested by Adrian
15285 Aichner.
15286 (tramp-get-method-parameter): New function to retrieve a method
15287 parameter. This allows for omission of method parameters.
15288 Callers adjusted.
15289
15290 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
15291
15292 * net/tramp.el: Add new optional parameter ID-FORMAT to
15293 `file-attributes'. Calls of `file-attributes' won't use this
15294 parameter for backward compatibility reasons.
15295 (tramp-perl-file-attributes): Add a new parameter to Perl script
15296 in order to handle uid/gid as strings, if desired.
15297 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
15298 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
15299 order to make the function more general.
15300 (tramp-handle-file-attributes): Replace proprietary optional
15301 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
15302 (tramp-handle-file-attributes-with-perl): Handle parameter
15303 NONNUMERIC if set. This wasn't done in the past.
15304 (tramp-post-connection): Apply second parameter "$2" if
15305 `tramp-remote-perl' is called.
15306
15307 * net/tramp-smb.el (tramp-smb-handle-delete-file):
15308 Correct cut'n'waste error (`filename' instead of `directory').
15309 (tramp-smb-handle-directory-files-and-attributes)
15310 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
15311 introduced parameter ID-FORMAT.
15312 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
15313 error (`directory' instead of `ldir').
15314
15315 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
15316 `file-attributes' has a second parameter. If yes, apply it with
15317 value "'integer". Otherwise, don't use that parameter (default is
15318 integer format).
15319
15320 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
15321
15322 * help.el (help-map): Bind `display-local-help' to `C-h .'.
15323 (help-for-help): Add `C-h .' to the listed Help options.
15324 Remove trailing whitespace.
15325
15326 * help-at-pt.el: New file.
15327
15328 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
15329
15330 * subr.el (noreturn, 1value): New macros for test coverage.
15331 See `testcover.el'.
15332
15333 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
15334
15335 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
15336 for macro `1value'.
15337 (testcover-1value): New function. Checks that a 1value form
15338 actually returns only one value. Requested by RMS.
15339
15340 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
15341
15342 * gdb-ui.el (gud-watch, gdb-var-create-handler)
15343 (gdb-var-list-children, gdb-var-list-children-handler)
15344 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
15345 gdb commands that use mi to keep them out of the command history.
15346
15347 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15348
15349 * cus-start.el (all): Add use-file-dialog.
15350
15351 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15352
15353 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
15354
15355 2003-11-27 Kim F. Storm <storm@cua.dk>
15356
15357 * subr.el (posn-object-x-y): New defun.
15358
15359 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15360
15361 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
15362 Don't use `space' for \\\n.
15363 Be more selective as to which # are comment-starters.
15364
15365 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
15366
15367 * subr.el (number-sequence): Improve handling of floating point
15368 arguments (suggested by Kim Storm). Allow negative arguments.
15369
15370 2003-11-26 Kenichi Handa <handa@m17n.org>
15371
15372 * international/mule-cmds.el (standard-display-european-internal):
15373 Cancel the standard-display-table setting for ` and '.
15374
15375 2003-11-26 Kim F. Storm <storm@cua.dk>
15376
15377 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
15378 New defcustoms to add ffap-like functionality to ido.
15379 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
15380 (ido-no-final-slash): New defun.
15381 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
15382 (ido-read-file-name): ): Toggle VC checking via
15383 vc-handled-backends instead of vc-master-templates.
15384 (ido-file-internal): Handle ido-use-url-at-point and
15385 ido-use-filename-at-point via code borrowed from ffap-guesser.
15386 Handle new ido-exit code ffap.
15387 (ido-sort-list): Ignore final slash when sorting file names.
15388
15389 2003-11-25 Kim F. Storm <storm@cua.dk>
15390
15391 * emulation/cua-base.el (cua--standard-movement-commands):
15392 Add forward-sentence and backward-sentence.
15393
15394 2003-11-25 Stephen Eglen <stephen@gnu.org>
15395
15396 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
15397 iswitchb-exit is set to 'usefirst when user selects buffer at head
15398 of list using RET. (Selecting buffers at the head of the list was
15399 broken if the substring was also a complete buffername.)
15400
15401 2003-11-23 Kim F. Storm <storm@cua.dk>
15402
15403 * progmodes/compile.el (grep-command, grep-use-null-device)
15404 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
15405 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
15406 (grep-regexp-alist, grep-program, find-program)
15407 (grep-find-use-xargs, grep-history, grep-find-history)
15408 (grep-process-setup, grep-compute-defaults)
15409 (grep-default-command, grep, grep-tag-default, grep-find)
15410 (grep-expand-command-macros, grep-tree-last-regexp)
15411 (grep-tree-last-files, grep-tree): Move grep variables, functions
15412 and commands to new file grep.el.
15413 (compilation-mode-map): Remove grep commands from Compile sub-menu.
15414 (compilation-process-setup-function): Doc fix.
15415 (compilation-highlight-regexp, compilation-highlight-overlay): New
15416 defvars used for highlighting current compile error in source buffer.
15417 (compile-internal): New optional args HIGHLIGHT-REGEXP and
15418 LOCAL-MAP which overrides compilation-highlight-regexp and
15419 compilation-mode-map for this compilation.
15420 Delay calling compilation-set-window-height until after running
15421 compilation-process-setup-function so it can buffer-local override
15422 compilation-window-height.
15423 Check buffer-local value of compilation-scroll-output.
15424 (compilation-set-window-height): Use buffer-local value of
15425 compilation-window-height.
15426 (compilation-revert-buffer): Don't pass (undefined)
15427 preserve-modes arg to revert-buffer.
15428 (next-error-no-select, previous-error-no-select): New commands.
15429 (compilation-goto-locus): Temporarily highlight current match in
15430 source buffer using compilation-highlight-regexp.
15431
15432 * progmodes/grep.el: New file with grep code from compile.el.
15433 (grep): New defcustom group.
15434 (grep-window-height): New defcustom, like compilation-window-height.
15435 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
15436 (grep-scroll-output): New defcustom, like compilation-scroll-output.
15437 (grep-command, grep-use-null-device, grep-find-command)
15438 (grep-tree-files-aliases, grep-tree-ignore-case)
15439 (grep-tree-ignore-CVS-directories): Move to grep custom group.
15440 (grep-setup-hook): New hook variable.
15441 (grep-mode-map): New keymap for grep commands. Add Grep menu.
15442 (grep-last-buffer): New defvar, override compilation-last-buffer.
15443 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
15444 Call compile-internal with args highlight-regexp and grep-mode-map.
15445
15446 2003-11-23 Kim F. Storm <storm@cua.dk>
15447
15448 * subr.el (event-start, event-end): Doc fix.
15449 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
15450 (posn-area, posn-actual-col-row, posn-object): New defuns.
15451 (posn-col-row): Simplify doc. Rewrite to use cond.
15452 (posn-point): Also return buffer position for events outside text
15453 area (that info is now present in the event position).
15454
15455 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
15456 mouse-set-point so that hscroll still works now that clicks on
15457 fringes generate specific mouse events.
15458 (mouse-set-point): Note that it now works in fringes and margins
15459 too due to new semantics of posn-point in fringes and margins.
15460
15461 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
15462 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
15463
15464 2003-11-20 Kim F. Storm <storm@cua.dk>
15465
15466 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
15467 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
15468 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
15469 to 100 for icons to avoid increasing line height when shown.
15470
15471 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
15472
15473 * newcomment.el (comment-normalize-vars): Initialize properly if
15474 comment-start was nil.
15475
15476 2003-11-19 Andreas Schwab <schwab@suse.de>
15477
15478 * simple.el (set-variable): Fix indentation.
15479
15480 2003-11-17 Kenichi Handa <handa@m17n.org>
15481
15482 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
15483 Fix docstring.
15484
15485 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
15486
15487 * international/latin1-disp.el (latin1-display): Fix docstring.
15488
15489 2003-11-16 John Wiegley <johnw@newartisans.com>
15490
15491 * eshell/em-ls.el (eshell-ls-file): There are times with
15492 size-width is nil and uncomputed (when directories are created in
15493 dired, for example); in this case, 4 is reasonable default value,
15494 although it may caused skewed new entries (which could be avoided
15495 by returning the original value of 8 in all cases, but 99% of the
15496 time this is a waste of whitespace).
15497
15498 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15499
15500 * cc-engine.el (c-guess-continued-construct)
15501 (c-guess-basic-syntax): Check a little more carefully if it's a
15502 function declaration when an unknown construct followed by a block
15503 is found inside a statement context. This avoids macros followed
15504 by blocks to be taken as function declarations.
15505
15506 (c-guess-continued-construct): Change the analysis of a statement
15507 continuation with a brace open to `substatement-block', for
15508 consistency with recognized statements.
15509
15510 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
15511 start is in a position so that `c-beginning-of-statement-1' jumped
15512 to the beginning of the same statement.
15513
15514 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
15515 Don't accept binary operators in the arglist if we're in a function
15516 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
15517 template recognition in cases like "if (a < b || c > d)".
15518
15519 (c-restricted-<>-arglists): New more appropriate name for
15520 `c-disallow-comma-in-<>-arglists'.
15521
15522 Accessing functions updated for the variable name change.
15523
15524 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
15525 match data could get clobbered if NOT-INSIDE-TOKEN is used.
15526
15527 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
15528 labels.
15529
15530 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
15531 instead of duplicating parts of it. This fixes bogus label
15532 recognition.
15533
15534 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
15535 of checking the context in which to apply the minimum indentation,
15536 so that it isn't enforced in e.g. namespace blocks.
15537
15538 * cc-vars.el (c-inside-block-syms): New constant used by
15539 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
15540 to somewhat reduce the risk of becoming stale.
15541
15542 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
15543 cc-cmds to cc-engine to allow use from cc-align.
15544
15545 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
15546 qualified identifiers containing "::".
15547
15548 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
15549 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
15550
15551 * cc-vars.el (c-emacs-features): Use a space in front of the name
15552 of the temporary buffer. That also avoids dumping problems in
15553 XEmacs due to undo info being left around after the buffer is killed.
15554
15555 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
15556 arglist to see if it's a K&R style declaration.
15557
15558 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
15559 before returning `knr-argdecl-intro'.
15560
15561 2003-11-16 John Wiegley <johnw@newartisans.com>
15562
15563 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
15564 field in a long-listing always 8 characters, use `size-width',
15565 which has already been computed.
15566
15567 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
15568
15569 * subr.el (minor-mode-list): Add `hs-minor-mode'.
15570
15571 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
15572
15573 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
15574 Support operation while narrowed, with `diff-restrict-view'.
15575
15576 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
15577
15578 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15579 Take additional optional arg NARROWFUN. For the generated functions:
15580 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
15581 include frags that arrange to check for and save narrowing state before
15582 the move and then conditionally call NARROWFUN after the move.
15583
15584 2003-11-14 John Wiegley <johnw@newartisans.com>
15585
15586 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
15587 that was optional, but obviously missing based on surrounding code.
15588
15589 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
15590 string arguments to numbers unless the whole argument was seen as
15591 a number.
15592
15593 2003-11-14 Kenichi Handa <handa@m17n.org>
15594
15595 * international/mule.el (ctext-non-standard-encodings-alist):
15596 Fix coding systems.
15597
15598 2003-11-10 Kenichi Handa <handa@m17n.org>
15599
15600 * language/kannada.el ("Kannada"): Add sample-text.
15601
15602 * language/knd-util.el (kannada-compose-region)
15603 (kannada-compose-string, kannada-post-read-conversion):
15604 Add autoload cookie.
15605
15606 * international/quail.el (quail-completion): Change the message
15607 "corresponding translations" to "corresponding characters".
15608
15609 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
15610
15611 * descr-text.el (describe-char): Fix typo.
15612
15613 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
15614
15615 These changes are to support Kannada language/script.
15616
15617 * Makefile.in (DONTCOMPILE): Add kannada.el.
15618
15619 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
15620
15621 * loadup.el: Preload kannada.el.
15622
15623 * language/ind-util.el (ucs-kannada-to-is13194-alist)
15624 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
15625 New variables.
15626
15627 * language/kannada.el: New file.
15628
15629 * language/knd-util.el: New file.
15630
15631 2003-11-07 Andreas Schwab <schwab@suse.de>
15632
15633 * progmodes/autoconf.el (autoconf-font-lock-keywords):
15634 Also highlight AH_*.
15635
15636 * xml.el (xml-parse-dtd): Fix misplaced paren.
15637
15638 2003-11-07 Kenichi Handa <handa@m17n.org>
15639
15640 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
15641
15642 2003-11-05 Juri Linkov <juri@jurta.org>
15643
15644 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
15645 (desktop-buffer-file): Use saved buffer-file-coding-system
15646 for file reading. Set auto-insert to nil to prevent automatic
15647 insertion into restored empty files.
15648
15649 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
15650
15651 * files.el (risky-local-variable-p): Make second argument optional.
15652
15653 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
15654
15655 * subr.el (add-hook): Fix last change.
15656
15657 2003-11-03 Eli Zaretskii <eliz@gnu.org>
15658
15659 * mail/rmail.el (rmail-convert-to-babyl-format):
15660 If base64-decode-region signals an error, catch it and silently
15661 ignore it.
15662
15663 2003-11-01 Mark A. Hershberger <mah@everybody.org>
15664
15665 * xml.el (xml-parse-region): Allow comments to appear after the
15666 topmost element has closed.
15667 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
15668 (xml-ns-expand-attr): New functions to do namespace handling.
15669 (xml-intern-attrlist): Back-compatible handling of attribute names.
15670 (xml-parse-tag): Move namespace handling to separate functions.
15671 Now produces elements in the form ((:ns . "element") (attr-list)
15672 children) instead of ('ns:element (attr-list) children).
15673 (xml-parse-attlist): Fix attribute parsing.
15674 (xml-parse-dtd): Change parsing so that it produces strings
15675 instead of interned symbols.
15676
15677 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
15678
15679 * dired.el (dired-ls-sorting-switches): Doc fix.
15680
15681 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
15682
15683 * emacs-lisp/rx.el (rx-or): Fix the case of
15684 "(rx (and ?a (or ?b ?c) ?d))".
15685
15686 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
15687
15688 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
15689 (texinfo-format-region): Use it.
15690 (texinfo-format-buffer-1): Ditto.
15691
15692 2003-11-01 Alan Mackenzie <acm@muc.de>
15693
15694 Changes to allow scrolling whilst in isearch mode:
15695 * isearch.el (isearch-unread-key-sequence): New function,
15696 extracted from isearch-other-meta-char.
15697 (top level): (put 'foo 'isearch-scroll) on all Emacs's
15698 "scrollable" standard functions.
15699 (isearch-allow-scroll): New customizable variable.
15700 (isearch-string-out-of-window, isearch-back-into-window)
15701 (isearch-reread-key-sequence-naturally)
15702 (isearch-lookup-scroll-key): New functions.
15703 (isearch-other-meta-char): Doc string and functionality enhanced.
15704 Now accepts a prefix argument.
15705 (isearch-lazy-highlight-window-end): New variable.
15706 (isearch-lazy-highlight-new-loop): Pay attention to the window's
15707 end (thru isearch-lazy-highlight-window-end), not only its start.
15708
15709 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
15710 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
15711 (universal-argument, universal-argument-more, negative-argument)
15712 (digit-argument, universal-argument-other-key): Minor changes.
15713
15714 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15715
15716 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
15717 recursively if the last message is deleted, thus avoiding an
15718 infinite loop.
15719
15720 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15721
15722 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
15723 (tex-main-file): Don't add .tex if the extension is already present.
15724 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
15725
15726 2003-10-29 Lute Kamstra <lute@gnu.org>
15727
15728 * progmodes/octave-inf.el (inferior-octave-prompt):
15729 Recognize version number in prompt.
15730
15731 2003-10-28 Dave Love <fx@gnu.org>
15732
15733 * international/characters.el: Fix some Unicode ranges.
15734
15735 2003-10-28 Kenichi Handa <handa@m17n.org>
15736
15737 * disp-table.el (standard-display-8bit)
15738 (standard-display-default, standard-display-ascii)
15739 (standard-display-g1, standard-display-graphic)
15740 (standard-display-underline): Assure that standard-display-table
15741 is a display table.
15742
15743 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
15744
15745 * simple.el (reindent-then-newline-and-indent): Delete space *after*
15746 reindenting the first line.
15747
15748 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
15749
15750 * wid-edit.el (widget-default-delete): Always delete child widgets.
15751
15752 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * newcomment.el (comment-indent): Don't call indent-according-to-mode
15755 if the line has code.
15756 Don't try to line up with something that's too far left.
15757
15758 * progmodes/octave-mod.el (octave-comment-start): Simplify.
15759 (octave-mode-syntax-table): Add % as a comment starter.
15760 (octave-point): Remove.
15761 (octave-in-comment-p, octave-in-string-p)
15762 (octave-not-in-string-or-comment-p, calculate-octave-indent)
15763 (octave-blink-matching-block-open, octave-auto-fill):
15764 Use line-(beginning|end)-position instead.
15765
15766 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
15767
15768 * emacs-lisp/authors.el (authors-aliases): Add correct realname
15769 for Francesco Potort\e,Al\e(B.
15770
15771 2003-10-23 Dave Love <fx@gnu.org>
15772
15773 * international/mule-cmds.el (locale-charset-to-coding-system):
15774 Don't rely on nil being a coding system.
15775
15776 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
15777 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
15778 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
15779
15780 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
15781
15782 * gdb-ui.el (gdb-current-language): New variable.
15783 (gdb-update-flag): Remove variable.
15784 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
15785 (gdb-take-last-elt): Remove function.
15786 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
15787 (gdb-post-prompt): Check for variable object changes here.
15788
15789 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
15790 object changes in gdb-ui.el.
15791
15792 2003-10-21 Richard M. Stallman <rms@gnu.org>
15793
15794 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
15795
15796 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
15797 Don't check for foo*/ wildcard form here.
15798 (insert-directory): Recognize foo*/ as a wildcard.
15799 Separate wildcard-regexp variable from the arg, wildcard.
15800
15801 * subr.el (add-hook): Correctly detect when make-local-hook was used.
15802 (remove-hook): Correctly handle strange cases about local hooks.
15803
15804 2003-10-21 David Ponce <david@dponce.com>
15805
15806 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
15807 argument REAL, to return a real number instead of a rounded
15808 integer value. Define as inline function.
15809 (ruler-mode-right-fringe-cols): Likewise.
15810 (ruler-mode-scroll-bar-cols): New function.
15811 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
15812 (ruler-mode-right-scroll-bar-cols): Likewise.
15813 (ruler-mode-space): New function.
15814 (ruler-mode-ruler): Use it. Handle variations of fringe style,
15815 scroll bar mode and margins in a more robust way.
15816
15817 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
15818
15819 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
15820 (antlr-c-init-language-vars): New function.
15821 (antlr-mode): Use it with cc-mode before v5.29.
15822 (antlr-c-common-init): Don't set some local vars here.
15823 (antlr-mode): Set them here.
15824 (antlr-c-forward-sws): New function alias.
15825 (antlr-mode): Redefine with cc-mode before v5.30.
15826 (antlr-skip-sexps): Use it.
15827 (antlr-skip-exception-part): Ditto.
15828 (antlr-skip-file-prelude): Ditto.
15829 (antlr-outside-rule-p): Ditto.
15830 (antlr-end-of-body): Ditto.
15831 (antlr-option-kind): Ditto.
15832 (antlr-insert-option-area): Ditto.
15833 (antlr-file-dependencies): Ditto.
15834
15835 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15836
15837 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
15838 Move backward only if point was not inside an entry.
15839
15840 2003-10-21 Richard M. Stallman <rms@gnu.org>
15841
15842 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
15843
15844 2003-10-21 Juri Linkov <juri@jurta.org>
15845
15846 * compare-w.el: Automatically skip non-matching text to resync.
15847 (compare-windows-whitespace): Doc fix.
15848 (compare-windows-sync, compare-windows-sync-string-size)
15849 (compare-windows-recenter, compare-ignore-whitespace)
15850 (compare-windows-highlight, compare-windows-face): New variables.
15851 (compare-windows): Use compare-windows-sync.
15852 (compare-windows-highlight, compare-windows-dehighlight)
15853 (compare-windows-sync-regexp)
15854 (compare-windows-sync-default-function): New functions.
15855
15856 2003-10-21 Juri Linkov <juri@jurta.org>
15857
15858 * diff.el (diff-parse-differences): Don't visit the files now;
15859 instead, just record the error locus.
15860
15861 2003-10-21 Dave Love <fx@gnu.org>
15862
15863 * progmodes/cfengine.el: New file.
15864
15865 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15866
15867 * complete.el (PC-do-completion): Do not forget to use `pred' as the
15868 default-directory when completing file names.
15869
15870 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
15871
15872 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
15873 followed by the word `face', it gets treated as a face, even if
15874 it is also defined as a variable or a function.
15875
15876 2003-10-20 Dave Love <fx@gnu.org>
15877
15878 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15879 Avoid incf in macro expansion.
15880
15881 2003-10-20 John Paul Wallington <jpw@gnu.org>
15882
15883 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
15884 `evenp' so we don't implicitly require cl library at runtime.
15885
15886 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
15887
15888 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
15889 (help-make-xrefs): Only make cross-references for faces if
15890 preceded or followed by the word `face'. Do not make a
15891 cross-reference for variables without variable documentation,
15892 unless preceded by the word `variable' or `option'. Update doc
15893 string accordingly.
15894
15895 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
15896
15897 * progmodes/hideshow.el: Rewrite one-armed `if'
15898 constructs using either `when' or `unless'.
15899 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
15900
15901 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
15902
15903 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
15904 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
15905 instead of 12x12.
15906
15907 2003-10-16 Eli Zaretskii <eliz@gnu.org>
15908
15909 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
15910 message while converting to Babyl.
15911
15912 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
15913
15914 * allout.el (allout-mode): Doc fix.
15915
15916 2003-10-16 Lute Kamstra <lute@gnu.org>
15917
15918 * subr.el (force-mode-line-update): Fix docstring.
15919
15920 2003-10-14 Dave Love <fx@gnu.org>
15921
15922 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
15923 (default-input-method): Add :link, improve :type.
15924 (locale-charset-language-names): Fix utf-8 pattern.
15925 (locale-charset-match-p, locale-charset-alist)
15926 (locale-charset-to-coding-system): New.
15927 (set-locale-environment): Deal with codeset part of locale specs.
15928
15929 2003-10-14 Lute Kamstra <lute@gnu.org>
15930
15931 * fringe.el (fringe-mode): Use active voice in docstring.
15932 (set-fringe-style): Ditto.
15933
15934 2003-10-13 Lute Kamstra <lute@gnu.org>
15935
15936 * fringe.el (fringe-mode): Fix docstring.
15937 (set-fringe-style): Ditto.
15938
15939 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
15940
15941 * ediff-mult.el (ediff-filegroup-action):
15942 Use ediff-default-filtering-regexp.
15943
15944 * ediff-util.el (ediff-recenter): Don't call
15945 ediff-restore-highlighting twice.
15946 (ediff-select-difference): Set current difference.
15947 (ediff-unselect-and-select-difference): Add comment.
15948
15949 * ediff.el (ediff-directories,ediff-directory-revisions)
15950 (ediff-directories3,ediff-merge-directories)
15951 (ediff-merge-directories-with-ancestor)
15952 (ediff-merge-directory-revisions)
15953 (ediff-merge-directory-revisions-with-ancestor):
15954 Use ediff-default-filtering-regexp.
15955
15956 2003-10-12 Andreas Schwab <schwab@suse.de>
15957
15958 * international/mule-cmds.el (locale-charset-language-names):
15959 Simplify regex by removing unused grouping.
15960
15961 2003-10-10 Dave Love <fx@gnu.org>
15962
15963 * bindings.el: Don't bind stop.
15964
15965 2003-10-08 Miles Bader <miles@gnu.org>
15966
15967 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
15968 face instead of attempting to emulate it.
15969
15970 2003-10-07 Kenichi Handa <handa@m17n.org>
15971
15972 * international/mule-diag.el (list-coding-systems-1): List coding
15973 systems that are loaded automatically.
15974
15975 * international/code-pages.el (iso-8859-11): Add autoload cookie.
15976
15977 * international/mule.el (autoload-coding-system): New function.
15978
15979 2003-10-07 Andreas Schwab <schwab@suse.de>
15980
15981 * log-edit.el (log-edit-changelog-entries): Prefer local value of
15982 change-log-default-name in the buffer visiting the file.
15983
15984 2003-10-06 Dave Love <fx@gnu.org>
15985
15986 * files.el (find-file-hook): Customize.
15987 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
15988
15989 * bindings.el (completion-ignored-extensions): Remove .log.
15990 (global-map): Add again, open, stop keys.
15991
15992 2003-10-05 Richard M. Stallman <rms@gnu.org>
15993
15994 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
15995 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
15996 Use sh-modify directly.
15997 (sh-select): Use sh-append, not eval.
15998
15999 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
16000
16001 * info.el (Info-following-node-name): New function.
16002
16003 * loadhist.el (unload-feature-special-hooks):
16004 Rename from loadhist-hook-functions.
16005 (loadhist-hook-functions): Now an alias.
16006
16007 2003-10-04 Eli Zaretskii <eliz@gnu.org>
16008
16009 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
16010 file-name clashes on 8+3 filesystems.
16011
16012 * Makefile.in (DONTCOMPILE, bootstrap-clean):
16013 Rename loaddefs-boot.el to ldefs-boot.el
16014
16015 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
16016 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
16017
16018 2003-10-03 Lute Kamstra <lute@gnu.org>
16019
16020 * info.el (Info-mode): Revert previous change.
16021 (Info-escape-percent): New function.
16022 (Info-fontify-node): Use it.
16023
16024 2003-10-02 Andreas Schwab <schwab@suse.de>
16025
16026 * loaddefs-boot.el: Regenerated.
16027
16028 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
16029
16030 * ffap.el: Remove defadvice related code from CVS since `complete'
16031 provides a `PC-completion-as-file-name-predicate' variable that
16032 ffap can override.
16033
16034 2003-10-02 Kenichi Handa <handa@m17n.org>
16035
16036 * international/utf-8.el (ccl-decode-mule-utf-8):
16037 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
16038
16039 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
16040 * international/subst-big5.el: Likewise.
16041 * international/subst-gb2312.el: Likewise.
16042 * international/subst-ksc.el: Likewise.
16043
16044 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16045
16046 * calendar/calendar.el (increment-calendar-month)
16047 (calendar-leap-year-p, calendar-absolute-from-gregorian)
16048 (generate-calendar, calendar-read-date, calendar-interval)
16049 (calendar-day-of-week): Handle years BC.
16050 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
16051
16052 2003-10-01 Dave Love <fx@gnu.org>
16053
16054 * language/cyrillic.el (cp1251): Alias for windows-1251.
16055
16056 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
16057 bootstrap.
16058
16059 2003-10-01 Lute Kamstra <lute@gnu.org>
16060
16061 * files.el: Fix typo.
16062 * imenu.el (imenu--generic-function): Docstring fix.
16063
16064 2003-09-30 Richard M. Stallman <rms@gnu.org>
16065
16066 * dired.el (dired-mode): Handle dired-directory as a list.
16067
16068 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
16069
16070 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
16071
16072 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
16073
16074 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
16075 Replace gud-display with gud-watch.
16076 (gud-speedbar-buttons): Add stuff for watching expressions
16077 in the speedbar when using M-x gdba. Use dolist on old part
16078 of this function.
16079
16080 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
16081 (gdb-update-flag): New variables.
16082 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
16083 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
16084 (gud-watch, gdb-var-create-handler) : New functions.
16085 (gdb-var-list-children, gdb-var-list-children-handler)
16086 (gdb-var-create-regexp, gdb-var-update-regexp)
16087 (gdb-var-list-children-regexp): New constants.
16088 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
16089 (gdb-annotation-rules): Reduce annotation set (level 3).
16090 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
16091 (gdb-post-prompt): Don't update GDB buffers every time speedbar
16092 updates.
16093 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
16094 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
16095 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
16096 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
16097 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
16098 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
16099 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
16100 (gud-display, gud-display1)
16101 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
16102 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
16103 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
16104 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
16105 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
16106 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
16107 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
16108 (gdb-display-display-buffer, gdb-toggle-display)
16109 (gdb-delete-display, gdb-expressions-popup-menu)
16110 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
16111 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
16112 to display buffer.
16113
16114 2003-09-30 Richard M. Stallman <rms@gnu.org>
16115
16116 * progmodes/ada-mode.el (ada-mode): Don't use advice.
16117 Instead, set which-func-functions.
16118
16119 * progmodes/which-func.el (which-func-modes): Add ada-mode.
16120 (which-func-functions): New variable.
16121 (which-function): Use that.
16122
16123 * info.el (Info-mode): Double each `%' in header line.
16124
16125 * emacs-lisp/lisp-mnt.el (lm-with-file):
16126 When FILE is nil, run BODY in current buffer.
16127
16128 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
16129
16130 * help.el (describe-mode): Start with a brief list of minor modes.
16131 Find them thru minor-mode-list so as to find them all.
16132 Show them in alphabetical order.
16133
16134 * mail/sendmail.el (mail-aliases): Doc fix.
16135
16136 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
16137
16138 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16139
16140 * mail/rmailsum.el (rmail-make-summary-line-1):
16141 Change comma after last label to a space.
16142 (rmail-summary-font-lock-keywords): Adapt to that change.
16143
16144 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
16145
16146 * progmodes/scheme.el (scheme-mode-variables): When setting
16147 `font-lock-defaults', also specify that "#" should
16148 be interpreted with `word' syntax.
16149 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
16150
16151 2003-09-30 Lars Hansen <larsh@math.ku.dk>
16152
16153 * desktop.el: A lot of comments updated.
16154 (desktop-save-mode): Minor mode introduced.
16155 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
16156 (desktop-load-default): Function made obsolete.
16157 (desktop-locals-to-save): Variable made customizable.
16158 (desktop-read): Optional parameter `dirname' added.
16159 (desktop-change-dir, desktop-revert): Parameter `dirname' in
16160 `desktop-read' used.
16161 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
16162
16163 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
16164
16165 * whitespace.el (whitespace-clean-msg): Add user customizable message
16166 for displaying ``clean'' output.
16167 (whitespace-buffer): Use `whitespace-clean-msg'.
16168 (whitespace-global-mode): Fix typo.
16169
16170 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
16171
16172 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
16173
16174 2003-09-29 Lute Kamstra <lute@gnu.org>
16175
16176 * bindings.el (mode-line-modes): Remove superfluous :propertize
16177 construct in initialization.
16178 (mode-line-position): Change cons cell into proper list in
16179 initialization.
16180
16181 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16182
16183 * international/mule.el (decode-coding-inserted-region): Use car
16184 of the return value of find-operation-coding-system.
16185
16186 2003-09-29 Kenichi Handa <handa@m17n.org>
16187
16188 * descr-text.el (describe-char): Fix previous change.
16189
16190 2003-09-28 Kenichi Handa <handa@m17n.org>
16191
16192 * descr-text.el (describe-char-display): New function.
16193 (describe-char): Pay attention to display table on describing how
16194 a character is displayed.
16195
16196 * international/mule-cmds.el (encoded-string-description):
16197 Prepend "0x" to each encoded byte.
16198
16199 2003-09-28 Andreas Schwab <schwab@suse.de>
16200
16201 * find-file.el (ff-special-constructs): Add autoload cookie.
16202
16203 2003-09-28 Kevin Ryde <user42@zip.com.au>
16204
16205 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
16206 makeinfo appends to duplicate index entries.
16207
16208 2003-09-28 Eli Zaretskii <eliz@gnu.org>
16209
16210 * dired-x.el (dired-clean-tex): Doc fix.
16211
16212 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
16213 using a Chinese tutorial.
16214
16215 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16216
16217 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
16218 between "MAIL FROM:" and "RCPT TO:" and the following address.
16219
16220 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16221
16222 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
16223
16224 2003-09-28 David Ponce <david@dponce.com>
16225
16226 * recentf.el (recentf-initialize-file-name-history): New defcustom.
16227 (recentf-load-list): When `recentf-initialize-file-name-history'
16228 is non-nil, initialize an empty `file-name-history' with the
16229 recent list.
16230
16231 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
16232
16233 * man.el (Man-default-man-entry): Remove the leading `*' from the
16234 word at point.
16235
16236 2003-09-26 Lute Kamstra <lute@gnu.org>
16237
16238 * bindings.el (mode-line-position): Mention size indication in
16239 docstring.
16240
16241 2003-09-26 Andre Spiegel <spiegel@gnu.org>
16242
16243 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
16244
16245 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
16246 because it's autoloaded now.
16247
16248 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
16249
16250 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
16251 (sh-font-lock-keywords, sh-feature): Fix previous change of
16252 sh-feature to avoid infloop with sh-font-lock-keywords.
16253
16254 2003-09-25 Kim F. Storm <storm@cua.dk>
16255
16256 * frame.el (frame-current-scroll-bars): New defun.
16257
16258 * window.el (window-current-scroll-bars): New defun.
16259
16260 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16261
16262 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
16263 cause errors when the state cache contains info on parts that have
16264 been narrowed out.
16265
16266 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16267
16268 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
16269 `c-setup-paragraph-variables' has to be used when this variable is
16270 changed; it doesn't work to reinitialize the mode since that
16271 typically clobbers the variable.
16272
16273 * progmodes/cc-styles.el (c-setup-paragraph-variables):
16274 Make it interactive.
16275
16276 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16277
16278 * progmodes/cc-fonts.el (c-font-lock-declarations):
16279 Fix recognition of constructors and destructors for classes whose
16280 names are matched by `*-font-lock-extra-types'.
16281
16282 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
16283 followed by an identifier in C++ then it's a type.
16284
16285 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16286
16287 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
16288 problem that primarily affected XEmacs. Don't use faces to find
16289 unterminated strings since Emacs and XEmacs fontify strings
16290 differently - this function should now work better in XEmacs.
16291
16292 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16293
16294 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
16295 `expand-abbrev' workaround which caused braces to misbehave inside
16296 macros.
16297
16298 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
16299 handling. This bug could cause interactive font locking to bail out.
16300
16301 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16302
16303 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
16304 Handle paren-style types in Pike. Also fixed some cases of
16305 insufficient handling of unbalanced parens.
16306
16307 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
16308
16309 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
16310 common shell prompts that are not common filename or URL characters.
16311 (ffap-file-at-point): Use the new regexp to strip the prompts from
16312 the file names. This is an issue mostly for user prompts that
16313 don't have a trailing space and find-file-at-point is invoked from
16314 within a shell inside Emacs.
16315
16316 2003-09-24 Andre Spiegel <spiegel@gnu.org>
16317
16318 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
16319 stamps numerically, rather than textually.
16320
16321 2003-09-24 Kenichi Handa <handa@m17n.org>
16322
16323 * language/devan-util.el (devanagari-post-read-conversion):
16324 * language/mlm-util.el (malayalam-post-read-conversion):
16325 * language/tml-util.el (tamil-post-read-conversion):
16326 Add autoload cookie.
16327
16328 * international/utf-8.el (utf-8-post-read-conversion):
16329 Call post-read-conversion functions for Devanagari, Malayalam,
16330 and Tamil.
16331
16332 2003-09-23 Dave Love <fx@gnu.org>
16333
16334 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
16335
16336 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
16337
16338 * progmodes/gud.el (perldb): Add gud-until to list of commands.
16339 Update gud-remove.
16340
16341 2003-09-22 Richard M. Stallman <rms@gnu.org>
16342
16343 * progmodes/sh-script.el (sh-mode-default-syntax-table):
16344 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
16345 (sh-mode-syntax-table-input): New variable.
16346 (sh-require-final-newline): Don't use eval.
16347 (sh-builtins, sh-leading-keywords, sh-other-keywords)
16348 (sh-variables, sh-font-lock-keywords): Don't use eval.
16349 (sh-set-shell): When setting require-final-newline,
16350 treat value = `require-final-newline' as don't change it.
16351 Set sh-mode-syntax-table locally based on
16352 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
16353
16354 * progmodes/compile.el (compile-internal):
16355 Call compilation-set-window-height before setting window start.
16356
16357 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
16358
16359 * emacs-lisp/bytecomp.el (byte-compile-log-file):
16360 Clear out byte-compile-last-warned-form.
16361
16362 2003-09-22 Richard M. Stallman <rms@gnu.org>
16363
16364 * woman.el (woman-file-name, woman-follow-word):
16365 If current-word returns nil, use "".
16366
16367 * simple.el (eval-expression): Bind standard-output in to-buffer case.
16368
16369 2003-09-22 Richard M. Stallman <rms@gnu.org>
16370
16371 * emacs-lisp/lisp-mnt.el (lm-with-file):
16372 Don't visit the file, just use insert-file-contents in temp buffer.
16373
16374 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
16375
16376 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
16377 Add surrounding \\( and \\) around the header, as in
16378 for lm-history-header 'Change Log\\|History'.
16379
16380 2003-09-22 John Paul Wallington <jpw@gnu.org>
16381
16382 * progmodes/ld-script.el: Add Commentary section,
16383 minor cleanup of file header.
16384 (ld-script-font-lock-keywords): Doc fix.
16385 (toplevel): Provide `ld-script' feature.
16386
16387 2003-09-21 Kim F. Storm <storm@cua.dk>
16388
16389 * scroll-bar.el (set-scroll-bar-mode): Initialize to
16390 new built-in variable default-frame-scroll-bars.
16391 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
16392 scroll-bar-mode; notably, use it instead of t when we toggle
16393 scroll-bars on.
16394 (toggle-scroll-bar): Use default-frame-scroll-bars.
16395
16396 2003-09-19 Masatake YAMATO <jet@gyve.org>
16397
16398 * pcvs.el (cvs-do-removal): Change the prompt depending on
16399 `filter' value.
16400
16401 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
16402
16403 * startup.el (command-line-1): Stop startup-echo-area-message
16404 being hidden by "Loading image..." message.
16405 (use-fancy-splash-screens-p, display-splash-screen):
16406 Move display-graphic-p test from latter to former.
16407
16408 * progmodes/sh-script.el (sh-font-lock-keywords):
16409 Highlight escaped EOLs differently from other backslash constructs.
16410
16411 2003-09-19 Richard M. Stallman <rms@gnu.org>
16412
16413 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
16414 New functions.
16415 (edebug-enter, edebug-outside-excursion): Use them.
16416
16417 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
16418 Fix the condition for whether to print "In WHERE".
16419
16420 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
16421
16422 * finder.el (finder-mode-hook): New variable.
16423 (finder-mode): Run hook finder-mode-hook
16424
16425 2003-09-18 Masatake YAMATO <jet@gyve.org>
16426
16427 * progmodes/ebrowse.el: Fix broken magic autoload comments.
16428
16429 2003-09-17 Mario Lang <mlang@delysid.org>
16430
16431 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
16432 "p %e" to actually print the value in the GUD buffer.
16433
16434 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
16435
16436 From David Ponce <david.ponce@wanadoo.fr>:
16437 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
16438 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
16439 from loaddefs-boot.el if necessary.
16440
16441 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
16442
16443 * progmodes/gud.el (gud-find-class): Make jdb work again since
16444 cc-mode changed the syntactic information.
16445
16446 2003-09-15 David Ponce <david@dponce.com>
16447
16448 * recentf.el: (recentf-exclude): Accept predicates too.
16449 (recentf-file-readable-p): New function.
16450 (recentf-include-p): Handle predicates in recentf-exclude.
16451 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
16452 (recentf-cleanup): Likewise.
16453 (recentf-save-list): Use write-file to handle backup of
16454 recentf-save-file.
16455
16456 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
16457
16458 * loaddefs-boot.el: Renamed from `loaddefs.el'
16459 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
16460 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
16461 necessary.
16462
16463 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
16464
16465 * electric.el (Electric-pop-up-window): For the `one-window' case,
16466 no longer disconcertingly move point in the original buffer.
16467
16468 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16469
16470 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
16471
16472 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
16473
16474 * dired.el (dired-mode-map): Fix typo.
16475
16476 2003-09-11 Richard M. Stallman <rms@gnu.org>
16477
16478 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
16479
16480 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
16481
16482 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
16483 the function is less noisy. Now only `kill-buffer' can ask questions.
16484
16485 2003-09-10 Mario Lang <mlang@delysid.org>
16486
16487 * battery.el: Update Commentary and Copyright.
16488 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
16489 appear due to wrong ordering of the expressions in `or'.
16490
16491 2003-09-09 Lute Kamstra <lute@gnu.org>
16492
16493 * misc.el (upcase-char): Fix docstring.
16494 (zap-up-to-char): New command.
16495
16496 2003-09-08 David Ponce <david@dponce.com>
16497
16498 Ensure that recentf correctly updates the menu bar.
16499 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
16500 (recentf-menu-bar): New function.
16501 (recentf-clear-data): Use it
16502 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
16503 of easy-menu-change.
16504
16505 2003-09-08 Lute Kamstra <lute@gnu.org>
16506
16507 * simple.el (size-indication-mode): New.
16508 * bindings.el (mode-line-position): Add buffer size indicator.
16509
16510 2003-09-04 Mario Lang <mlang@delysid.org>
16511
16512 * battery.el (battery-linux-proc-acpi): New function.
16513 (battery-status-function): Modify default value calculation to also
16514 check for availability of ACPI.
16515 (battery-echo-area-format): Ditto.
16516 (battery-mode-line-format): Ditto.
16517
16518 2003-09-06 Dave Love <fx@gnu.org>
16519
16520 * ielm.el (ielm-mode-hook): Add :options.
16521
16522 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
16523 (eldoc-print-current-symbol-info): Use it.
16524
16525 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
16526
16527 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
16528 being displayed in GUD buffer.
16529 (gdb-idle-input-queue): Remove var. Use just one queue.
16530 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
16531 Remove functions. Use just one queue.
16532 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
16533 (gdb-invalidate-assembler, gdb-get-current-frame):
16534 Modify functions. Use just one queue.
16535
16536 2003-09-04 Dave Love <fx@gnu.org>
16537
16538 * cus-start.el: Add blink-cursor-alist.
16539
16540 * ruler-mode.el (ruler-mode-fill-column-char)
16541 (ruler-mode-current-column-char): Use char-displayable-p,
16542 not window-system.
16543
16544 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
16545
16546 * language/european.el (windows-1252): Move from code-pages.
16547
16548 * language/cyrillic.el ("Windows-1251"): Delete.
16549 ("Bulgarian", "Belarusian"): Remove `features'.
16550 (windows-1251): Move from code-pages.
16551
16552 * international/mule-diag.el (non-iso-charset-alist):
16553 Remove `codepage' stuff.
16554 (print-designation, list-coding-systems-1): Output fixes.
16555
16556 * international/code-pages.el (cp-make-translation-table)
16557 (cp-valid-codes): Made defsubsts.
16558 (cp-fix-safe-chars): Delete.
16559 (mule-diag): Don't require.
16560 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
16561 (top-level): Check for defined coding system when defining
16562 cp... aliases. Change w32-add-charset-info test to avoid warning.
16563 (non-iso-charset-alist): Defvar when compiling.
16564 (cp-make-coding-system): Doc fix.
16565
16566 2003-09-02 Jason Rumney <jasonr@gnu.org>
16567
16568 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
16569 line-ends from CVS before doing conversion.
16570
16571 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
16572
16573 * calendar/diary-lib.el (diary-header-line-flag)
16574 (diary-header-line-format): New variables.
16575 (list-diary-entries): Use them to set header line in simple diary.
16576
16577 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
16578 other than font-lock-string-face to highlight backslashes.
16579
16580 2003-09-01 Jason Rumney <jasonr@gnu.org>
16581
16582 * international/titdic-cnv.el (tit-read-key-value): Include \r in
16583 regexp.
16584
16585 2003-09-01 Dave Love <fx@gnu.org>
16586
16587 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
16588
16589 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
16590 and :help; also line and column numbers labels.
16591
16592 * international/mule-util.el (char-displayable-p): Move from
16593 latin1-disp, rename and autoload.
16594
16595 * international/latin1-disp.el (latin1-char-displayable-p):
16596 Now obsolete alias. Replace uses with char-displayable-p.
16597 (latin1-display-ucs-per-lynx): Fix last change.
16598
16599 * international/mule-cmds.el (standard-display-european-internal):
16600 Don't use char code for Latin-1 NBSP.
16601 <XFree86 4>: Unfrob NBSP display table. Set display table to use
16602 U+2018, U+2019 for `'.
16603 (select-safe-coding-system): Message fix.
16604
16605 2003-09-01 Kenichi Handa <handa@m17n.org>
16606
16607 * international/fontset.el (setup-default-fontset): For Thai
16608 font, specify "*" family.
16609
16610 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16611
16612 * progmodes/compile.el (previous-error): Accept a prefix
16613 argument, similarly to next-error.
16614
16615 2003-08-31 Masatake YAMATO <jet@gyve.org>
16616
16617 * pcvs.el (cvs-do-removal): Use = instead of eq to check
16618 the number of files. Bind the number of files to a local
16619 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
16620
16621 2003-08-30 Eli Zaretskii <eliz@gnu.org>
16622
16623 * vc-hooks.el (vc-make-version-backup): Fix the change made on
16624 2003-07-26: msdos-long-file-names is a function, not a variable.
16625
16626 2003-08-29 Richard M. Stallman <rms@gnu.org>
16627
16628 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
16629 Do nothing with mail-personal-alias-file if it is nil.
16630
16631 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
16632 Do nothing if mail-personal-alias-file is nil.
16633
16634 * term.el (term-exec-1): Bind coding-system-for-read.
16635
16636 * dired.el (dired-mouse-find-file-other-window):
16637 Use dired-view-command-alist here, as in dired-view-file.
16638 (dired-view-command-alist): Use %s to substitute file name.
16639 Handle .ps_pages, .eps, .jpg, .gif, .png.
16640
16641 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
16642
16643 * info.el (Info-mode-map): Bind S-tab and <backtab> to
16644 `Info-prev-reference', instead of M-tab.
16645
16646 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
16647
16648 * simple.el (blink-matching-open): Work correctly on chars that
16649 are designated as parens through the syntax-table text property.
16650
16651 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
16652
16653 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
16654 line break position in the middle of a non-kinsoku (e.g. latin)
16655 word, making it skip until either a space or a character with
16656 category "|".
16657 (kinsoku-longer): Test for end of buffer.
16658
16659 2003-08-28 Eli Zaretskii <eliz@gnu.org>
16660
16661 * mail/rmail.el (rmail-convert-to-babyl-format):
16662 Detect quoted-printable- and base64-encoded messages and decode them
16663 automatically. Set the message's encoding from the charset=
16664 header, if any. Decode base64-encoded messages in Mail format as well.
16665
16666 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
16667
16668 * mail/smtpmail.el: Fix previous change.
16669 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
16670 calling smtpmail-via-smtp.
16671 (smtpmail-via-smtp): Add fall-back values for envelope-from.
16672
16673 2003-08-26 John Paul Wallington <jpw@gnu.org>
16674
16675 * image.el (image-jpeg-p): Don't search beyond length of data.
16676
16677 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
16678
16679 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
16680 misfeature in `expand-abbrev' which caused electric keywords like
16681 "else" to disappear if an open brace was typed directly afterwards.
16682
16683 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
16684
16685 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
16686 mandatory in `define-widget'.
16687
16688 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
16689 Don't align the operators "!=", "<=" and ">=" as assignment operators.
16690
16691 (c-assignment-operators): New language constant that only contains
16692 the assignment operators.
16693
16694 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
16695
16696 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
16697
16698 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
16699 Safeguard against unbalanced sexps.
16700
16701 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
16702
16703 * version.el (emacs-version): Check for gtk. Include gtk version info.
16704
16705 2003-08-25 John Paul Wallington <jpw@gnu.org>
16706
16707 * man.el (Man-default-man-entry): Don't whizz past the section
16708 number before looking for it.
16709
16710 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
16711
16712 * progmodes/gud.el (gud-display-line): Don't set window-point if
16713 source buffer is not visible. (Only happens with M-x gdba.)
16714
16715 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
16716 documentation.
16717 (gdb-source, gdb-source-info): Update to assembler unnecessary
16718 as its done after each GDB command anyway.
16719 (gdb-pre-prompt): Use with-current-buffer.
16720 (gdb-insert-field): Add help-echo text.
16721 (gdb-invalidate-assembler): Re-display of assembler now done in
16722 gdb-info-breakpoints-custom.
16723 (gdb-info-breakpoints-custom): Force re-display of assembler to
16724 happen *after* update of breakpoints buffer.
16725 (gdb-display-source-buffer): Don't choke if gdb-source-window
16726 isn't visible.
16727 (gdb-put-string, gdb-put-arrow): Remove free variables.
16728
16729 2003-08-24 John Paul Wallington <jpw@gnu.org>
16730
16731 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
16732
16733 * man.el (Man-default-man-entry): Strip text properties when
16734 snarfing parts of entry because `format' preserves properties.
16735
16736 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16737
16738 * files.el (file-newest-backup): Use `expand-file-name'.
16739
16740 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
16741 Allow the diary to pop up a new frame, if needed.
16742
16743 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
16744 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
16745 (smtpmail-send-it): Make treatment of envelope-from consistent with
16746 sendmail.el.
16747
16748 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
16749 (sh-leading-keywords): Add the bash `time' reserved word.
16750 (sh-variables): Add some bash variables.
16751 (sh-add-completer): Fix nil branch of case statement.
16752
16753 2003-08-24 Masatake YAMATO <jet@gyve.org>
16754
16755 * progmodes/ld-script.el: New file.
16756
16757 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
16758
16759 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
16760
16761 2003-08-23 Andre Spiegel <spiegel@gnu.org>
16762
16763 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
16764 Better explain obsolescence, and what to use instead.
16765
16766 2003-08-23 Masatake YAMATO <jet@gyve.org>
16767
16768 * pcvs.el (cvs-do-removal): Show the deleted file name
16769 on the prompt.
16770
16771 2003-08-20 Dave Love <fx@gnu.org>
16772
16773 * international/mule.el (make-coding-system)
16774 (set-buffer-file-coding-system): Doc fix.
16775
16776 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
16777
16778 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
16779
16780 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
16781
16782 * international/utf-16.el: Add mime-text-unsuitable coding system
16783 properties.
16784
16785 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
16786
16787 * cus-edit.el: Add some :links.
16788 (bib): Remove.
16789
16790 * textmodes/bib-mode.el (bib): Add :group external.
16791
16792 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
16793
16794 * wid-edit.el (widget-echo-help): Make it handle expressions that
16795 evaluate to strings.
16796
16797 2003-08-18 Michael Mauger <mmaug@yahoo.com>
16798
16799 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
16800
16801 Simplify selection of SQL products to define highlighting and
16802 interactive mode. Includes detailed instructions on adding
16803 support for new products.
16804
16805 * progmodes/sql.el (sql-product): New variable. Identifies SQL
16806 product for use in highlighting and interactive mode.
16807 (sql-interactive-product): New variable. SQL product for
16808 sql-interactive-mode.
16809 (sql-product-support): New variable. Specifies product-specific
16810 parameters to drive highlighting and interactive mode.
16811 (sql-imenu-generic-expression): Add more object types.
16812 (sql-sqlite-options): Correct comment.
16813 (sql-ms-program): Use "osql" rather than "isql".
16814 (sql-prompt-regexp, sql-prompt-length): Update comment.
16815 (sql-mode-menu): Add "Start SQLi session" entry.
16816 Replace Highlighting submenu with Product menu. Fix Send Region entry.
16817 (sql-mode-abbrev-table): Add abbreviations. Support of
16818 SYSTEM-FLAG on define-abbrev. Support was removed with last
16819 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
16820 (sql-mode-font-lock-object-name): Add font-lock pattern for object
16821 names.
16822 (sql-mode-ansi-font-lock-keywords): Set as default value.
16823 (sql-mode-oracle-font-lock-keywords): Set as default value.
16824 Support Oracle 9i keywords.
16825 (sql-mode-postgres-font-lock-keywords): Set as default value.
16826 (sql-mode-linter-font-lock-keywords): Set as default value.
16827 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
16828 SQLServer 2000.
16829 (sql-mode-sybase-font-lock-keywords)
16830 (sql-mode-interbase-font-lock-keywords)
16831 (sql-mode-sqlite-font-lock-keywords)
16832 (sql-mode-strong-font-lock-keywords)
16833 (sql-mode-mysql-font-lock-keywords)
16834 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
16835 keywords.
16836 (sql-mode-font-lock-defaults): Update comment.
16837 (sql-product-feature): New function. Returns feature associated
16838 with a product from `sql-product-support' alist.
16839 (sql-product-font-lock): New function. Set font-lock support
16840 based on `sql-product'.
16841 (sql-add-product-keywords): New function. Add font-lock rules to
16842 product-specific keyword variables.
16843 (sql-set-product): New function. Set `sql-product' and apply
16844 appropriate font-lock highlighting.
16845 (sql-highlight-product): New function. Set font-lock support
16846 based on a product. Also set mode name to include product name.
16847 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
16848 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
16849 Use `sql-set-product'.
16850 (sql-highlight-ms-keywords)
16851 (sql-highlight-sybase-keywords)
16852 (sql-highlight-interbase-keywords)
16853 (sql-highlight-strong-keywords)
16854 (sql-highlight-mysql-keywords)
16855 (sql-highlight-sqlite-keywords)
16856 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
16857 (sql-get-login): Prompt in the same order as the tokens.
16858 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
16859 (sql-product-interactive): New function. Common portions of
16860 product-specific interactive mode wrappers.
16861 (sql-interactive-mode): Rewritten to use product features.
16862 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
16863 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
16864 (sql-db2, sql-linter): Use `sql-product-interactive'.
16865 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
16866 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
16867 (sql-connect-ingres, sql-connect-postgres)
16868 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
16869 New functions. Format command line parameters and invoke comint on
16870 the appropriate interpreter. Code was in the corresponding
16871 `sql-xyz' function before.
16872 (sql-connect-ms): New function. Support -E argument to use
16873 operating system credentials for authentication.
16874
16875 2003-08-18 Kenichi Handa <handa@m17n.org>
16876
16877 * international/mule.el (encode-char): Fix for the ASCII case.
16878
16879 2003-08-15 Kenichi Handa <handa@m17n.org>
16880
16881 * international/fontset.el (setup-default-fontset): Change "*" to
16882 nil in the specifications of font family.
16883
16884 2003-08-18 Kim F. Storm <storm@cua.dk>
16885
16886 * kmacro.el (kmacro-keymap): Group related bindings in
16887 initialization for clarity. Bind C-s to start macro.
16888 Remove C-r binding.
16889 (kmacro-initial-counter-value): New defvar to hold initial counter
16890 value in case we set the value before defining a macro.
16891 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
16892 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
16893 not defining or executing macro. Doc fix.
16894 (kmacro-add-counter): Clear kmacro-initial-counter-value.
16895 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
16896 temporarily view older elements on the macro ring without cycling
16897 the ring.
16898 (kmacro-display): Doc fix.
16899 (kmacro-exec-ring-item): New helper function.
16900 (kmacro-call-ring-2nd): Use it.
16901 (kmacro-call-ring-2nd-repeat): Doc fix.
16902 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
16903 (kmacro-end-or-call-macro): Execute last viewed macro (using
16904 kmacro-exec-ring-item) from ring if this follows
16905 kmacro-view-macro. This allows us to find a macro on the ring
16906 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
16907 the ring to bring it to the head of the ring.
16908 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
16909 Allow binding to reserved keys without specifying C-x C-k prefix.
16910 Ask for confirmation if entered key sequence is already bound to
16911 a non-macro command.
16912 (kmacro-view-macro): Repeating command will show older elements
16913 on the macro ring; C-k will execute the last viewed macro.
16914 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
16915 property from 'ring to 'head.
16916
16917 2003-08-17 Alan Shutko <ats@acm.org>
16918
16919 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
16920 keeping December out of the alist.
16921
16922 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
16923
16924 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
16925 * calendar/calendar.el (calendar-mode-map): Bind it to key.
16926 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
16927 (calendar-flatten): New function.
16928 (calendar-mouse-view-other-diary-entries)
16929 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
16930 in the menu title and to show multi-line diary entries correctly
16931 in the menu.
16932
16933 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
16934
16935 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
16936 defcustom, because the default was recently changed.
16937
16938 2003-08-16 Richard M. Stallman <rms@gnu.org>
16939
16940 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
16941
16942 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16943 New subroutine, broken out of eval-last-sexp-1.
16944 (eval-last-sexp-1): Use eval-last-sexp-print-value.
16945
16946 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
16947
16948 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
16949
16950 * simple.el (eval-expression): Use eval-last-sexp-print-value.
16951
16952 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
16953
16954 * progmodes/compile.el (compilation-error-regexp-alist):
16955 Add Java ANt error detection as described in document
16956 http://ant.apache.org/faq.html
16957
16958 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
16959
16960 * simple.el (backward-word, forward-to-indentation)
16961 (backward-to-indentation): Argument changed to optional.
16962 (next-line, previous-line): Use `or' instead of `unless'.
16963
16964 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16965
16966 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
16967 instead of a constant.
16968
16969 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
16970
16971 * shell.el (shell): With prefix-arg, suggest a new buffer name.
16972
16973 2003-08-12 Andre Spiegel <spiegel@gnu.org>
16974
16975 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
16976 (vc-sccs-workfile-version): Search the entire delta table, rather
16977 than just the first entry, because that might be a deleted version.
16978
16979 2003-08-11 Karl Fogel <kfogel@red-bean.com>
16980
16981 * menu-bar.el (menu-bar-options-menu): Supply a body for the
16982 [save-place] binding in the Options menu. Have it require
16983 'saveplace' and then toggle the variable manually, to avoid an an
16984 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
16985 for the bug report.
16986
16987 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
16988
16989 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
16990 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
16991 (gdb-info-threads-custom): Add help-echo text.
16992 (gdb-display-back): Don't use purecopy.
16993 (gdb-info-breakpoints-custom, gdb-reset)
16994 (gdb-assembler-custom): Use display-images-p to test if breakpoint
16995 icons can be displayed.
16996
16997 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
16998
16999 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
17000
17001 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
17002
17003 * bookmark.el (bookmark-completing-read):
17004 Return a string, instead of a list of one string.
17005 Use a popup menu if activated from the mouse.
17006 (bookmark-edit-annotation): Remove unused vars.
17007 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
17008 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
17009 to bookmark-completing-read.
17010 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17011 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
17012 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
17013 and erase-buffer.
17014 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
17015 (bookmark-menu-jump, bookmark-menu-insert)
17016 (bookmark-popup-menu-and-apply-function)
17017 (bookmark-menu-popup-paned-bookmark-menu): Remove.
17018 (bookmark-menu-build-paned-menu): Remove by folding it into
17019 bookmark-menu-popup-paned-menu.
17020 (menu-bar-bookmark-map): Move the define-key statements here.
17021 Use the "non-menu" commands since they now pop up a menu if needed.
17022 (bookmark-exit-hook-internal): Simplify.
17023
17024 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
17025
17026 * reftex-toc.el (reftex-toc-rename-label): New function.
17027 (reftex-toc-check-docstruct): New function.
17028
17029 * reftex.el (reftex-region-active-p): New function.
17030
17031 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
17032 regexp to find the \bibliography macro.
17033
17034 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
17035 which does not exist in LaTeX.
17036 (reftex-cite-format-builtin): Added amsrefs support.
17037 (reftex-toc-confirm-promotion): New option
17038
17039 * reftex-toc.el
17040 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
17041 (reftex-toc-demote, reftex-toc-promote)
17042 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17043 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17044 (reftex-toc-newhead-from-alist)
17045 (reftex-toc-load-all-files-for-promotion): New functions.
17046 (reftex-toc-help): Added description of new keys.
17047 (reftex-toc-split-windows-fraction): New option.
17048 (reftex-recenter-toc-when-idle): Search *toc* window on all
17049 visible frames.
17050 (reftex-toc): Additional parameter REUSE
17051 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
17052 with REUSE argument.
17053 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
17054 the call of `reftex-toc'.
17055 (reftex-make-separate-toc-frame): New function .
17056 (reftex-toc-recenter): When called with triple prefix arg, call
17057 `reftex-make-separate-toc-frame' first.
17058 (reftex-toc-toggle-dedicated-frame): New command.
17059 (reftex-toc-quit): Adapted to delete frame when called in
17060 dedicated frame.
17061
17062 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
17063 all enclosing macros.
17064
17065
17066 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17067
17068 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
17069 first use.
17070
17071 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17072
17073 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
17074
17075 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17076
17077 * calendar/calendar.el (list-diary-entries-hook)
17078 (diary-display-hook, nongregorian-diary-listing-hook)
17079 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
17080 Add some customize options for these hooks.
17081 (calendar-abbrev-construct): Don't try to take a substring longer
17082 than the original string.
17083
17084 2003-08-05 Richard M. Stallman <rms@gnu.org>
17085
17086 * emacs-lisp/testcover.el (noreturn): Report error if does return.
17087 (testcover-reinstrument-clauses): Doc fix.
17088
17089 * emacs-lisp/warnings.el: Doc fixes, args renamed.
17090 (warning-type-format): Rename from warning-group-format.
17091
17092 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
17093 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
17094 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
17095 to prevent warnings about defvar for an obsolete variable.
17096
17097 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
17098 warning-group-format renamed to warning-type-format.
17099
17100 * subr.el (read-passwd): Use clear-string instead of fillarray.
17101
17102 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
17103 Use vconcat instead of concat.
17104 (edmacro-sanitize-for-string): New function.
17105
17106 2003-08-05 Dave Love <fx@gnu.org>
17107
17108 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
17109 line-number-display-limit-width.
17110
17111 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
17112
17113 2003-08-05 Kenichi Handa <handa@m17n.org>
17114
17115 * international/code-pages.el: Don't require mule-diag.
17116
17117 * international/mule-diag.el (non-iso-charset-alist):
17118 Add autoload cookie.
17119
17120 * language/devan-util.el (dev-glyph-order): Add an entry for the
17121 glyph code #xC4.
17122
17123 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17124
17125 * calendar/calendar.el (diary-file, diary-file-name-prefix)
17126 (european-calendar-style, diary-date-forms)
17127 (calendar-day-name-array, calendar-month-name-array): Doc change.
17128 (generate-calendar-month): Adapt for new behaviour of
17129 `calendar-day-name' function.
17130 (calendar-abbrev-length, calendar-day-abbrev-array)
17131 (calendar-month-abbrev-array): New variables.
17132 (calendar-abbrev-construct): New function.
17133 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
17134 rather than fixing abbrevs at some width. Calling syntax change.
17135 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
17136 (calendar-date-string): Adapt for new behaviours of
17137 `calendar-day-name' and `calendar-month-name' functions.
17138
17139 * calendar/diary-lib.el (list-diary-entries): Adapt for new
17140 behaviour of `calendar-day-name' and `calendar-month-name' functions.
17141 (diary-name-pattern): Use abbrev arrays, rather than fixing
17142 abbrevs at three chars. Calling syntax change.
17143 (mark-diary-entries): Adapt for new behaviours of
17144 `diary-name-pattern' and `calendar-make-alist' functions.
17145 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
17146 `diary-name-pattern' function.
17147 (font-lock-diary-date-forms): Use abbrev arrays, rather than
17148 fixing abbrevs at three chars. Calling syntax change.
17149 (cal-hebrew, cal-islam): Require when compiling.
17150 (diary-font-lock-keywords): Adapt for new behaviour of
17151 `font-lock-diary-date-forms' function.
17152
17153 * calendar/cal-hebrew.el: Reposition some code so defined before used.
17154 (calendar-hebrew-month-name-array-common-year)
17155 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
17156 (list-hebrew-diary-entries): Adapt for new behaviours of
17157 `calendar-day-name' and `add-to-diary-list' functions.
17158 (mark-hebrew-diary-entries): Adapt for new behaviours of
17159 `diary-name-pattern' and `calendar-make-alist' functions.
17160
17161 * calendar/cal-islam.el (calendar-islamic-month-name-array):
17162 Add doc string.
17163 (list-islamic-diary-entries): Adapt for new behaviours of
17164 `calendar-day-name' and `add-to-diary-list' functions.
17165 (mark-islamic-diary-entries): Adapt for new behaviours of
17166 `diary-name-pattern' and `calendar-make-alist' functions.
17167
17168 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
17169 `calendar-month-name' function.
17170
17171 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
17172
17173 * calendar/solar.el (solar-seasons-data): Move definition before use.
17174
17175 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
17176 (cal-tex-LaTeX-hourbox): Move definition before use.
17177
17178 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
17179 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
17180 lunar.el, solar.el
17181 (displayed-month, displayed-year): Define for compiler.
17182
17183 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17184
17185 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
17186 MODE. Renamed from c-init-c-language-vars'.
17187 (c-initialize-cc-mode): Change accordingly.
17188 (c-common-init): Ditto.
17189 (c-mode): Ditto.
17190 (c++-mode): Use `c-init-language-vars-for'.
17191 (objc-mode): Ditto.
17192 (java-mode): Ditto.
17193 (idl-mode): Ditto.
17194 (pike-mode): Ditto.
17195 (awk-mode): Ditto.
17196
17197 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17198
17199 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
17200 or not the point moved.
17201
17202 (c-search-decl-header-end): Don't trip up on operator identifiers
17203 in C++ and operators like == in all languages.
17204
17205 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17206 Detect leading labels correctly.
17207
17208 2003-08-02 Andreas Schwab <schwab@suse.de>
17209
17210 * textmodes/ispell.el: Don't redo key bindings on loading, put
17211 them only in loaddefs.el.
17212 * bookmark.el: Likewise.
17213 * dabbrev.el: Likewise.
17214 * emerge.el: Likewise.
17215
17216 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
17217 has more than one member.
17218
17219 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
17220
17221 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17222
17223 * lpr.el (printify-region): It was ending conversion before the
17224 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
17225
17226 2003-07-31 John Paul Wallington <jpw@gnu.org>
17227
17228 * net/browse-url.el (browse-url-epiphany): Doc fix.
17229
17230 2003-07-30 Kenichi Handa <handa@m17n.org>
17231
17232 * international/fontset.el (setup-default-fontset):
17233 Change registry names of Akurti fonts.
17234
17235 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
17236
17237 * comint.el (comint-read-noecho): Use `clear-string' instead of
17238 `fillarray'.
17239
17240 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
17241
17242 * outline.el (outline-mode-hook): Add defvar.
17243
17244 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
17245
17246 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
17247 Restore assembler in source window if that is what has been selected.
17248 (menu): Add gdb-restore-windows to menu. Make gdba
17249 specific menus only visible from gdba.
17250
17251 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
17252
17253 * progmodes/compile.el (compilation-environment): New user variable.
17254 (compile-internal): Respect it.
17255
17256 2003-07-23 Masatake YAMATO <jet@gyve.org>
17257
17258 * progmodes/gud.el (gdb-script-font-lock-keywords):
17259 Put `font-lock-function-name-face' on a symbol which includes
17260 `-' like `hook-run'. Put font-lock-variable-name-face
17261 on a symbol starting with $.
17262
17263 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
17264
17265 * files.el (set-visited-file-name): Use truename for buffer-file-name.
17266
17267 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
17268
17269 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
17270
17271 2003-07-26 Andre Spiegel <spiegel@gnu.org>
17272
17273 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
17274 Use with-no-warnings.
17275 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
17276 rather than to find-file-not-found-hook, which doesn't exist.
17277
17278 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
17279
17280 * international/quail.el (quail-translate-key): Fix previous change.
17281
17282 2003-07-25 John Paul Wallington <jpw@gnu.org>
17283
17284 * server.el (server-start): Check `server-process' is non-nil
17285 before killing it to avoid killing current buffer's process.
17286
17287 * simple.el (choose-completion-string): Use `minibufferp';
17288 test `completion-reference-buffer' if `buffer' arg is nil.
17289 (push-mark): Use `when' and `unless'.
17290 (pop-mark): Use `when'.
17291
17292 * mouse-sel.el (mouse-sel-get-selection-function):
17293 Check `x-last-selected-text-primary'. Don't barf if it or
17294 `x-last-selected-text' aren't bound.
17295
17296 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17297
17298 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
17299
17300 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
17301
17302 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
17303
17304 2003-07-23 John Paul Wallington <jpw@gnu.org>
17305
17306 * tooltip.el (defface tooltip): Inherit from variable-pitch.
17307
17308 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17309
17310 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
17311 string. Defvar the derived hook.
17312
17313 * macros.el (insert-kbd-macro): Escape double quote character.
17314 From Thomas W Murphy <twm@andrew.cmu.edu>.
17315
17316 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
17317
17318 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
17319 to match the specific mark rather than reusing comment-start-skip.
17320
17321 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
17322
17323 * progmodes/hideshow.el (hs-special-modes-alist):
17324 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
17325
17326 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
17327
17328 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
17329 value using ?\s.
17330
17331 2003-07-21 John Paul Wallington <jpw@gnu.org>
17332
17333 * subr.el (with-selected-window): Add closing paren.
17334
17335 2003-07-21 Richard M. Stallman <rms@gnu.org>
17336
17337 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
17338 (lisp-mode): Likewise.
17339
17340 * subr.el (with-selected-window): Copy code form save-selected-window
17341 so as to call select-window with norecord arg.
17342 (dynamic-completion-table): Doc fix.
17343 (lazy-completion-table): Doc fix.
17344
17345 * international/mule-cmds.el (set-locale-environment):
17346 langinfo renamed to locale-info.
17347
17348 * international/mule.el (auto-coding-functions): Doc fix.
17349
17350 2003-07-21 Kenichi Handa <handa@m17n.org>
17351
17352 * international/quail.el (quail-translate-key):
17353 Update quail-current-str correctly.
17354
17355 2003-07-21 Andreas Schwab <schwab@suse.de>
17356
17357 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
17358 ?, to "_".
17359
17360 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
17361 Version 2.0.36 of Tramp released.
17362
17363 * net/tramp.el (tramp-default-password-end-of-line): Rename from
17364 tramp-password-end-of-line.
17365 (tramp-password-end-of-line): New method parameter.
17366 (tramp-get-password-end-of-line): Function to access method
17367 parameter `tramp-password-end-of-line', or variable
17368 `tramp-default-password-end-of-line' (default value).
17369 (tramp-methods): Add entries for new parameter
17370 tramp-password-end-of-line.
17371 (tramp-enter-password): Use new function
17372 `tramp-get-password-end-of-line'.
17373 (tramp-handle-insert-file-contents): Do not
17374 unconditionally inhibit the file operation file-local-copy, only
17375 do that when the inhibit-file-name-operation is currently
17376 insert-file-contents. This fixes finding remote CVS-controlled
17377 files. (It would barf on inserting the CVS/Entries file
17378 literally, because the file-local-copy handler wasn't called.)
17379 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
17380 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
17381 (tramp-initial-commands): New variable.
17382 (tramp-process-initial-commands): New function, using the variable.
17383 (tramp-open-connection-setup-interactive-shell): Call the new function.
17384 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
17385 method into the buffer name, never use nil. Reported by Hanak
17386 David <dhanak@inf.bme.hu>.
17387 (tramp-open-connection-setup-interactive-shell): Erase buffer
17388 before sending "stty -onlcr".
17389
17390 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
17391
17392 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
17393
17394 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
17395
17396 2003-07-19 John Paul Wallington <jpw@gnu.org>
17397
17398 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
17399 (artist-draw-rect, artist-draw-square): Doc fixes.
17400
17401 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
17402
17403 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
17404
17405 2003-07-19 Kenichi Handa <handa@m17n.org>
17406
17407 * international/kkc.el (kkc-show-conversion-list-update):
17408 Highlight the correct candidate in the message.
17409
17410 2003-07-18 John Paul Wallington <jpw@gnu.org>
17411
17412 * simple.el (current-word): Don't include punctuation char when
17413 `really-word' arg is non-nil.
17414
17415 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
17416
17417 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
17418 moved to the directory obsolete.
17419
17420 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
17421
17422 * info.el (Info-menu-entry-name-re): Allow newlines in
17423 menu entry names.
17424
17425 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
17426 syntax-ppss-after-change-function.
17427 (syntax-ppss-after-change-function): New alias. Update uses.
17428 (syntax-ppss): Catch the case where the buffer is narrowed.
17429
17430 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
17431
17432 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
17433 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
17434
17435 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
17436
17437 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
17438 since it might be modified.
17439
17440 * progmodes/cc-langs.el (c++-make-template-syntax-table)
17441 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
17442 names to these language constants.
17443
17444 2003-07-15 Kim F. Storm <storm@cua.dk>
17445
17446 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
17447 All uses changed.
17448
17449 2003-07-14 Mark A. Hershberger <mah@everybody.org>
17450
17451 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
17452 Namespace support.
17453
17454 2003-07-13 Juanma Barranquero <lektu@terra.es>
17455
17456 * frame.el (modify-all-frames-parameters): Reinstall (copyright
17457 papers received).
17458
17459 2003-07-13 Karl Eichwalder <ke@suse.de>
17460
17461 * textmodes/po.el (po-find-charset): White space at the start of the
17462 Content-Type field body is non-mandatory.
17463
17464 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17465
17466 * textmodes/texinfo.el (texinfo-section-list):
17467 Append appendixsection; a synonym for appendixsec.
17468
17469 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
17470
17471 * man.el (Man-translate-cleanup): New.
17472 (Man-translate-references): Call `Man-translate-cleanup' to clean
17473 leading, trailing and middle spaces.
17474
17475 2003-07-13 Lars Hansen <larsh@math.ku.dk>
17476
17477 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
17478 Handle `dired-directory' being a list.
17479
17480 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
17481
17482 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
17483 it doesn't exist.
17484
17485 2003-07-12 Richard M. Stallman <rms@gnu.org>
17486
17487 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
17488
17489 * progmodes/cc-defs.el (c-make-keywords-re):
17490 Don't use delete-duplicates.
17491 (c-lang-const): Don't use mapcan.
17492
17493 * apropos.el (apropos-show-scores): Make it customizable.
17494 Document new meaning.
17495 (apropos): Compute scores from symbols.
17496 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
17497
17498 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17499
17500 * ps-bdf.el: Fix copyright line.
17501 (bdf-directory-list): Fix initialization code.
17502
17503 2003-07-11 John Paul Wallington <jpw@gnu.org>
17504
17505 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
17506 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
17507 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
17508
17509 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
17510
17511 * emacs-lisp/ring.el (ring-elements): Doc fix.
17512
17513 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17514
17515 * calendar/timeclock.el (timeclock-relative)
17516 (timeclock-ask-before-exiting, timeclock-use-display-time):
17517 Doc changes.
17518 (timeclock-modeline-display): Give a message if
17519 `timeclock-use-display-time' is non-nil but `display-time-mode'
17520 is not active.
17521
17522 2003-07-11 Kenichi Handa <handa@m17n.org>
17523
17524 * international/mule-cmds.el (set-language-environment):
17525 Set current-language-environment to the correct string.
17526
17527 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17528
17529 * ps-print.el: Print line number correctly in a region. Reported by
17530 Tim Allen <timallen@ls83.fsnet.co.uk>.
17531 (ps-print-version): New version number (6.6.2).
17532 (ps-printing-region): Code fix.
17533
17534 2003-07-10 John Paul Wallington <jpw@gnu.org>
17535
17536 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
17537 this function can be called from `add-completions-from-tags-table'.
17538
17539 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
17540
17541 * calendar/timeclock.el (timeclock-use-display-time)
17542 (timeclock-day-over-hook, timeclock-workday-remaining)
17543 (timeclock-status-string, timeclock-when-to-leave)
17544 (timeclock-when-to-leave-string, timeclock-log-data)
17545 (timeclock-find-discrep, timeclock-day-base)
17546 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
17547 (timeclock-modeline-display): Set the variable
17548 `timeclock-modeline-display'.
17549 (timeclock-update-modeline): Doc fix. Respect value of
17550 `timeclock-relative'.
17551
17552 2003-07-09 Richard M. Stallman <rms@gnu.org>
17553
17554 * textmodes/reftex-parse.el (reftex-all-document-files):
17555 Add autoload cookie.
17556
17557 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
17558 (reftex-scanning-info-available-p): Add autoload cookie.
17559
17560 * international/mule-cmds.el
17561 (set-display-table-and-terminal-coding-system): Delete duplicate
17562 aset on standard-display-table.
17563
17564 * view.el (view-file): If existing buffer's major mode is special,
17565 don't go into view mode.
17566
17567 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
17568
17569 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17570
17571 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
17572 buffer changes; there's third party code that calls this function
17573 directly.
17574
17575 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17576
17577 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
17578 (autodoc-font-lock-keywords): Don't byte compile on font lock
17579 initialization when running from byte compiled files.
17580
17581 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17582
17583 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
17584 statement ends with auto-increment "++".
17585
17586 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17587
17588 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
17589 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
17590 these are changed, so declare them as variables and not constants.
17591
17592 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
17593
17594 * subr.el (dolist, dotimes): Doc fix.
17595
17596 2003-07-08 Kim F. Storm <storm@cua.dk>
17597
17598 * international/mule-cmds.el
17599 (set-display-table-and-terminal-coding-system): Don't break
17600 bootstrap if standard-display-table isn't setup yet.
17601
17602 2003-07-07 Richard M. Stallman <rms@gnu.org>
17603
17604 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
17605 Give it a doc string, and autoload it.
17606
17607 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
17608 Use with-no-warnings.
17609
17610 * info.el (Info-search): If find invisible text, search again.
17611
17612 * isearch.el (search-whitespace-regexp): Add a shy group around it.
17613
17614 * man.el (Man-name-regexp): Match + as part of name.
17615
17616 * simple.el (visible-mode): Rename from vis-mode.
17617 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
17618
17619 * simple.el (current-word): New arg REALLY-WORD specifies
17620 don't include punctuation chars.
17621
17622 * emacs-lisp/debug.el (debug, debugger-env-macro):
17623 Use with-no-warnings while accessing and binding unread-command-char.
17624
17625 * international/mule-cmds.el
17626 (set-display-table-and-terminal-coding-system): Use explicit loop
17627 instead of calling standard-display-default.
17628
17629 * net/ange-ftp.el (ange-ftp-file-symlink-p):
17630 Use condition-case to catch error in ange-ftp-get-files.
17631
17632 * net/browse-url.el (browse-url-browser-function):
17633 Add alternative for Epiphany.
17634 (browse-url-epiphany-program, browse-url-epiphany-arguments)
17635 (browse-url-epiphany-startup-arguments)
17636 (browse-url-epiphany-new-window-is-tab): New variables.
17637 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
17638
17639 * progmodes/compile.el (compile-auto-highlight): Default now t.
17640 (compile): Doc fix.
17641 (compilation-next-error): Fix previous change.
17642
17643 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
17644
17645 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
17646
17647 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
17648
17649 * gdb-ui.el (gdb-source-info): Display current frame when
17650 attaching to an existing process.
17651 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
17652 while laying out windows when attaching to an existing process.
17653
17654 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
17655
17656 * info.el (Info-menu): Use Info-menu-entry-name-re.
17657
17658 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
17659
17660 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
17661 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
17662
17663 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
17664 to match the same text.
17665
17666 2003-07-06 John Paul Wallington <jpw@gnu.org>
17667
17668 * vc.el (vc-annotate-offset): Move defvar up.
17669
17670 2003-07-06 Kim F. Storm <storm@cua.dk>
17671
17672 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
17673 This should fix the infinite loop when extracting menu names.
17674
17675 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
17676
17677 * files.el (auto-mode-alist, interpreter-mode-alist):
17678 Remove entries to CC Mode modes to avoid duplicates; they are now added
17679 with autoload directives in cc-mode.el.
17680
17681 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
17682
17683 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
17684 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
17685 these are changed, so declare them as variables and not constants.
17686
17687 * progmodes/cc-mode.el: Fix some autoload problems: Try to
17688 ensure that the entry for ".c" extension comes before the one for
17689 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
17690 Fix incorrect entries that were added to `interpreter-mode-alist'.
17691 Move the autoload directives for AWK to the top level since they
17692 aren't recognized anywhere else. Do not use the new AWK mode doc
17693 in the autoload form for the old AWK mode.
17694
17695 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17696
17697 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
17698 (bibtex-sort-ignore-string-entries): Default value t.
17699 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
17700 erroneously in previous version.
17701 (bibtex-string-files): Docstring reflects new parsing scheme.
17702 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
17703 docstring, add # as one of the chars to crush
17704 (bibtex-autokey-prefix-string, bibtex-autokey-names)
17705 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
17706 (bibtex-autokey-name-change-strings)
17707 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
17708 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
17709 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
17710 (bibtex-autokey-title-terminators)
17711 (bibtex-autokey-titlewords-stretch)
17712 (bibtex-autokey-titleword-ignore)
17713 (bibtex-autokey-titleword-case-convert)
17714 (bibtex-autokey-titleword-abbrevs)
17715 (bibtex-autokey-titleword-abbrevs)
17716 (bibtex-autokey-titleword-change-strings)
17717 (bibtex-autokey-titleword-length)
17718 (bibtex-autokey-titleword-separator)
17719 (bibtex-autokey-name-year-separator)
17720 (bibtex-autokey-year-title-separator)
17721 (bibtex-autokey-before-presentation-function)
17722 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
17723 Fix docstring.
17724 (bibtex-strings, bibtex-reference-keys):
17725 Use lazy-completion-table and make-variable-buffer-local.
17726 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
17727 (bibtex-braced-string-syntax-table)
17728 (bibtex-quoted-string-syntax-table): New variables.
17729 (bibtex-parse-nested-braces): Remove.
17730 (bibtex-parse-field-string): Use syntax table and forward-sexp.
17731 (bibtex-parse-association): Simplify.
17732 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
17733 (bibtex-parse-field-text): Simplify.
17734 (bibtex-search-forward-field, bibtex-search-backward-field):
17735 argument BOUND can take value t.
17736 (bibtex-start-of-field, bibtex-start-of-name-in-field)
17737 (bibtex-end-of-name-in-field, bibtex-end-of-field)
17738 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17739 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
17740 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
17741 (bibtex-skip-to-valid-entry): Return buffer position of beginning
17742 and ending of entry. Update for changes of bibtex-search-entry.
17743 Simplify.
17744 (bibtex-map-entries): FUN is called with three arguments.
17745 (bibtex-search-entry): Return a cons pair with buffer positions of
17746 beginning and end of entry.
17747 (bibtex-enclosing-field): Simplify.
17748 (bibtex-format-entry): Use booktitle to set a missing title.
17749 (bibtex-autokey-get-names): Fiddle with regexps.
17750 (bibtex-generate-autokey): Use identity.
17751 (bibtex-parse-keys): Use simplified parsing algorithm if
17752 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
17753 arguments. Return alist of keys.
17754 (bibtex-parse-strings): Simplify. Return alist of strings.
17755 (bibtex-complete-string-cleanup): Fix docstring.
17756 (bibtex-read-key): New function.
17757 (bibtex-mode): Fix docstring. Do not parse for keys and
17758 strings when the mode is entered. Set fill-paragraph-function to
17759 bibtex-fill-field. Setup font-lock-mark-block-function the way
17760 font-lock intended.
17761 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
17762 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
17763 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
17764 (bibtex-Preamble): Avoid hard coded constants.
17765 (bibtex-make-field): Fix docstring. Simplify.
17766 (bibtex-beginning-of-entry): Always return new position of point.
17767 (bibtex-end-of-entry): Rearrange cond clauses.
17768 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
17769 Update for changes of bibtex-map-entries.
17770 (bibtex-ispell-abstract): Do not move point.
17771 (bibtex-entry-index): Use downcase. Simplify.
17772 (bibtex-lessp): Handle catch-all.
17773 (bibtex-find-crossref): Turn into a command.
17774 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
17775 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
17776 preamble entries.
17777 (bibtex-fill-field-bounds): New function.
17778 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
17779 (bibtex-fill-entry): Use bibtex-fill-field-bounds
17780 (bibtex-String): Use bibtex-strings. Always obey
17781 bibtex-sort-ignore-string-entries.
17782
17783 2003-07-05 John Paul Wallington <jpw@gnu.org>
17784
17785 * cus-theme.el (customize-create-theme):
17786 Call `customize-create-theme' in Reset widget's notify function.
17787
17788 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
17789 (ibuffer-mark-interactive): Use `or' instead of `unless'.
17790 (define-ibuffer-column name): Add summarizer.
17791 (define-ibuffer-column size): Likewise.
17792 (define-ibuffer-column filename): Likewise.
17793 (define-ibuffer-column process): Likewise. Change BODY's output too.
17794 (define-ibuffer-column filename-and-process): Likewise, likewise.
17795 (ibuffer): Remove local vars `already-in' and `need-update'.
17796
17797 * ibuf-ext.el: Don't require `derived' at compile-time.
17798
17799 2003-07-05 Kim F. Storm <storm@cua.dk>
17800
17801 * info.el: Disable paragraph refilling.
17802 (Info-refill-paragraphs): New defcustom.
17803 (Info-fontify-node): Use it.
17804
17805 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
17806
17807 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
17808 thingies from constructors created by defstruct.
17809
17810 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
17811 the default value of the variable.
17812 (byte-code-meter): Move declaration to top level.
17813
17814 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
17815
17816 * info.el (Info-following-node-name-re): New fun.
17817 (Info-following-node-name): Remove.
17818 (Info-insert-dir): Use the new fun.
17819 (Info-extract-pointer): Don't save restriction; use new fun.
17820 (Info-menu-entry-name-re): New const.
17821 (Info-menu-entry-name-re): Use it along with new fun.
17822 (Info-node-spec-re): Use new fun.
17823 (Info-complete-menu-item, Info-fontify-node): Use new const.
17824 (Info-goto-node, Info-follow-reference, Info-menu-update):
17825 Use match-string.
17826 (Info-follow-reference): Use assoc-string.
17827 Use a list of strings for the completion table.
17828 (Info-fontify-node): Use match-string, line-end-position.
17829 Limit the search for `node:' to the first line.
17830
17831 * newcomment.el (uncomment-region): Remove padding coming from
17832 comment-start rather than just from comment-padding.
17833
17834 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
17835 (vc-cvs-stay-local-p): Use vc-stay-local-p.
17836 (vc-cvs-rename-file): Remove (use the default).
17837 (vc-cvs-register): Register parent dir if needed.
17838 (vc-cvs-could-register): Return non-nil if parent can be registered.
17839 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
17840 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
17841
17842 * vc-svn.el (vc-svn-use-edit): Make it into a const.
17843 (vc-svn-update): Fix the arguments to `svn'.
17844 (vc-svn-diff-tree): Just use `vc-svn-diff'.
17845 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
17846 Simple implementations, assuming `name' is a URL.
17847
17848 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
17849 set of chars allowed unquoted in a case pattern.
17850
17851 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
17852
17853 * font-lock.el (font-lock-extra-types-widget)
17854 (c-font-lock-extra-types, c++-font-lock-extra-types)
17855 (objc-font-lock-extra-types, java-font-lock-extra-types)
17856 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
17857 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
17858 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
17859 (font-lock-match-c++-structor-declaration)
17860 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
17861 (c++-font-lock-keywords-3, c++-font-lock-keywords)
17862 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
17863 (objc-font-lock-keywords-3, objc-font-lock-keywords)
17864 (java-font-lock-keywords-1, java-font-lock-keywords-2)
17865 (java-font-lock-keywords-3, java-font-lock-keywords)
17866 (java-font-lock-syntactic-face-function): Remove obsolete code
17867 and constants. It's all in cc-fonts.el now.
17868
17869 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
17870
17871 * mail/sendmail.el (mail-specify-envelope-from)
17872 (mail-envelope-from): Doc fix.
17873
17874 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
17875
17876 * generic-x.el: Do away with the dependency on `c-emacs-features'
17877 when populating `rul-generic-mode-syntax-table'; we already know
17878 this isn't XEmacs.
17879
17880 See ChangeLog.10 for earlier changes.
17881
17882 ;; Local Variables:
17883 ;; coding: iso-2022-7bit
17884 ;; End:
17885
17886 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
17887 Copying and distribution of this file, with or without modification,
17888 are permitted provided the copyright notice and this notice are preserved.
17889
17890 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1